aboutsummaryrefslogtreecommitdiff
path: root/lib/libskey
Commit message (Expand)AuthorAgeFilesLines
* BINFORMAT -> OBJFORMAT ready for E-day.John Birrell1998-08-301-3/+1
* Correct the description of skeyaccess(). It determines whether UnixJohn Polstra1998-08-051-5/+7
* Add warning about interaction of S/Key and login(1) for users without S/KeyJoseph Koshy1998-05-181-0/+9
* Make -Werror i386 specific because gcc with -nostdinc on alpha belchesJohn Birrell1998-05-111-1/+6
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.AqPhilippe Charnier1998-03-191-4/+6
* Compile under -W -Wall -Werror.Paul Traina1998-02-276-11/+14
* If building under elf, have libskey.so depend on libmd and libcrypt.Peter Wemm1997-09-051-0/+5
* Fixed synopsis (missing #includes and consts).Bruce Evans1997-03-191-6/+7
* API cleanups (use const char * where appropriate)Paul Traina1997-03-084-15/+15
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-222-2/+2
* Sort cross references.Wolfram Schneider1997-01-201-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-2/+2
* Add the appropriate MLINKS for the new skey.3 man page.Mike Pritchard1996-12-221-0/+3
* Fix a spelling error.Mike Pritchard1996-12-221-3/+3
* Manpage for public functions in libskey.David Nugent1996-12-221-0/+156
* Incorporate new manpage for libskey.David Nugent1996-12-221-0/+1
* After some thinking implement alternative way:if it is impossibleAndrey A. Chernov1996-10-181-9/+5
* Make PERMIT_CONSOLE to work not only fromAndrey A. Chernov1996-10-171-1/+8
* Change "nope" to ":"Andrey A. Chernov1996-10-171-1/+1
* Prevent namespace pollution cause by this library by splitting toAndrey A. Chernov1996-10-174-8/+23
* If 1) regular Unix passwords not permitted and 2) skey databaseAndrey A. Chernov1996-10-171-2/+5
* Make it work in localized environment, replace strftime's %b which can beAndrey A. Chernov1996-10-171-2/+9
* cmp -s || install -c ==> install -CPeter Wemm1996-08-301-3/+2
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-124-8/+14
* /etc/skeykeys was basically suffering from the same vulnerabilityJoerg Wunsch1996-04-261-1/+3
* recording cvs-1.6 file deathPeter Wemm1995-12-303-560/+0
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-08-061-1/+1
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-115-59/+23
* Remove trailing whitespace.Rodney W. Grimes1995-05-304-16/+16
* Change strtok() to strsep(), strtok() usage is depricatedAndrey A. Chernov1995-03-243-14/+39
* Remove extra newline.Paul Traina1994-10-271-4/+2
* new file does skey_getpass() supportPaul Traina1994-10-191-0/+40
* Include most of the logdaemon v4.4 S/key changesPaul Traina1994-10-1911-190/+328
* Move skey.h back where it belongsPaul Traina1994-09-292-2/+44
* Install improved skey access codePaul Traina1994-09-293-2/+474
* Don't define LITTLE_ENDIAN is already defined.David Greenman1994-09-231-0/+2
* Move skey.h to /usr/include so other packages will be able to useGuido van Rooij1994-06-027-20/+16
* Clean up S/key library (libskey.a) so that filename access is via thePaul Traina1994-05-272-3/+15
* Put md5.c copyright on md4.c. I contacted RSA inc. for that some time agoGuido van Rooij1994-05-201-1/+21
* 1) Added s/key support .Guido van Rooij1994-05-198-0/+3423