summaryrefslogtreecommitdiffstats
path: root/lib/libskey/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* MAN[1-9] -> MAN.ru2001-03-271-3/+3
|
* Replace beforeinstall target with new variables used by .mk system.rgrimes2000-01-141-4/+2
| | | | Reviewed by: marcel, and make world
* Explicitly depend on libcrypt and libmd for a.out too. Fixes a PAMjdp1998-11-221-2/+0
| | | | related problem on a.out systems.
* BINFORMAT -> OBJFORMAT ready for E-day.jb1998-08-301-3/+1
|
* Make -Werror i386 specific because gcc with -nostdinc on alpha belchesjb1998-05-111-1/+6
| | | | | | warnings about static inline functions that cause the build to fail. And for some reason, alpha needs MD5. Find that out later!
* Compile under -W -Wall -Werror.pst1998-02-271-0/+1
| | | | Fix API - keycrunch takes const char's, not chars.
* If building under elf, have libskey.so depend on libmd and libcrypt.peter1997-09-051-0/+5
|
* Add the appropriate MLINKS for the new skey.3 man page.mpp1996-12-221-0/+3
|
* Incorporate new manpage for libskey.davidn1996-12-221-0/+1
|
* Prevent namespace pollution cause by this library by splitting toache1996-10-171-1/+1
| | | | | | | API and non-API functions and giving _sk_ prefix for all non-API functions. Old names will be available by _SKEY_INTERNAL define it allows not change anything in keyinit & key, only -D_SKEY_INTERNAL required. Staticise some things.
* cmp -s || install -c ==> install -Cpeter1996-08-301-3/+2
|
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-08-061-1/+1
| | | | | | | specified in the top level Makefiles. Previously I missed dozens of Makefiles that skip the install after using `cmp -s' to decide that the install isn't necessary.
* Include most of the logdaemon v4.4 S/key changespst1994-10-191-4/+4
|
* Move skey.h back where it belongspst1994-09-291-2/+7
|
* Install improved skey access codepst1994-09-291-2/+5
|
* 1) Added s/key support .guido1994-05-191-0/+7
2 Added optional excessive login logging. 3) Added login acces control on a per host/tty base. 4) See skey(1) for skey descriptions and src/usr.bin/login/README for the logging and access control features. -Guido
OpenPOWER on IntegriCloud