summaryrefslogtreecommitdiffstats
path: root/lib/libskey (follow)
Commit message (Expand)AuthorAgeFilesLines
* convert tgetline() from select(2) -> poll(2)millert2003-09-211-23/+12
* simple protosderaadt2003-06-261-2/+2
* Sync with share/misc/license.template and add missing DARPA creditmillert2003-06-172-16/+20
* Use an ISC-tyle license for all my code; it is simpler and more permissive.millert2003-06-032-44/+22
* - section reorderjmc2003-06-021-6/+6
* - typos;jmc2003-05-241-28/+28
* fix skeygetnext()millert2003-04-281-8/+23
* Use snprintf() and strlcpy() throughout.millert2003-04-033-133/+65
* document the number of bytes required for btoa8millert2003-03-191-2/+3
* typos;jmc2003-01-231-2/+2
* Crank all library major numbers. Needed due to the fact that wemillert2002-12-031-1/+1
* Zero out struct skey early in skeylookup() so callers can reliably checkmillert2002-11-161-3/+3
* Add a missing check for NULL keyfile in skeychallenge() thatmillert2002-11-161-3/+5
* use strtok_r() instead of strtok(); millert okderaadt2002-06-222-15/+16
* strlcat boundsderaadt2002-05-291-5/+5
* replace strcpy with strlcpyderaadt2002-05-241-5/+5
* enforce SKEY_MAX_CHALLENGE using snprintf()deraadt2002-05-241-12/+9
* doc that skeychallenge() buffer is at least SKEY_MAX_CHALLENGE longderaadt2002-05-241-2/+3
* Remove skeyzero(), it is no longer needed.millert2002-05-172-45/+3
* Add skey(5)millert2002-05-162-2/+97
* Check for disabled /etc/skey directory (mode 0000). This is neededmillert2002-05-161-3/+11
* Change S/Key stuff from using a flat file (/etc/skeykeys) to a directorymillert2002-05-164-359/+237
* Initial cleanup:mpech2002-04-301-3/+3
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-164-45/+45
* Fix `necesary' typos; Alexander Yurchenkomillert2002-01-241-2/+2
* Check for keyfile == NULL in skey_unlock()millert2001-12-071-2/+2
* avoid stdio in a signal handler; millert okderaadt2001-11-141-4/+4
* sync skeyzero proto with recent changesmillert2001-06-231-2/+2
* skeyzero() never uses its 2nd arg so remove it. Since the only thingmillert2001-06-232-9/+9
* Document our S/Key library.millert2001-06-232-2/+403
* getskeyprompt() is gonemillert2001-06-231-2/+1
* Get rid of f_HASH() and fold its functionality into keycrunch_HASH().millert2001-06-231-151/+104
* major number bumpmillert2001-06-201-1/+1
* We don't need an f() for each hash, just overload the per-hashmillert2001-06-201-2104/+326
* o Do per-record locking instead of whole file lockingmillert2001-06-201-102/+258
* o Add a length parameter to struct skey and rearrange some other structsmillert2001-06-201-46/+44
* SHA1 is a big endian algorithm but RFC2289 mandates that results bemillert2001-01-261-15/+35
* grammartodd2001-01-041-2/+2
* Move fake prompt generation from skey_authenticate() to skeychallenge()millert2000-11-201-129/+142
* set mp->keyfile = NULL if stat failsmarkus2000-06-231-1/+2
* $OpenBSD$todd2000-03-021-1/+1
* fd leakderaadt1999-12-061-1/+4
* fix descriptor leaks and double fclose(); markus and I; ok from millertderaadt1999-11-261-5/+23
* don't need sys/file.h now that we include fcntl.hmillert1999-08-161-2/+1
* missing fcntl.hmillert1999-08-161-1/+2
* change /etc/host.random to /var/db/host.randomprovos1999-07-151-2/+2
* replace open + fstat with statmillert1998-07-051-5/+2
* if there is no /etc/host.random, hash on the ctime of /dev/mem or /. This is much better than the old fake challenge.millert1998-07-051-84/+94
* Change the random file path, add a sanity check on file size.angelos1998-07-032-3/+4
* Fix my fix to return sane values.angelos1998-07-031-9/+10