Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -3/+3 |
| | |||||
* | Replace beforeinstall target with new variables used by .mk system. | rgrimes | 2000-01-14 | 1 | -4/+2 |
| | | | | Reviewed by: marcel, and make world | ||||
* | Explicitly depend on libcrypt and libmd for a.out too. Fixes a PAM | jdp | 1998-11-22 | 1 | -2/+0 |
| | | | | related problem on a.out systems. | ||||
* | BINFORMAT -> OBJFORMAT ready for E-day. | jb | 1998-08-30 | 1 | -3/+1 |
| | |||||
* | Make -Werror i386 specific because gcc with -nostdinc on alpha belches | jb | 1998-05-11 | 1 | -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. | pst | 1998-02-27 | 1 | -0/+1 |
| | | | | Fix API - keycrunch takes const char's, not chars. | ||||
* | If building under elf, have libskey.so depend on libmd and libcrypt. | peter | 1997-09-05 | 1 | -0/+5 |
| | |||||
* | Add the appropriate MLINKS for the new skey.3 man page. | mpp | 1996-12-22 | 1 | -0/+3 |
| | |||||
* | Incorporate new manpage for libskey. | davidn | 1996-12-22 | 1 | -0/+1 |
| | |||||
* | Prevent namespace pollution cause by this library by splitting to | ache | 1996-10-17 | 1 | -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 -C | peter | 1996-08-30 | 1 | -3/+2 |
| | |||||
* | Change `install' to `${INSTALL}' so that default install flags can be | bde | 1995-08-06 | 1 | -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 changes | pst | 1994-10-19 | 1 | -4/+4 |
| | |||||
* | Move skey.h back where it belongs | pst | 1994-09-29 | 1 | -2/+7 |
| | |||||
* | Install improved skey access code | pst | 1994-09-29 | 1 | -2/+5 |
| | |||||
* | 1) Added s/key support . | guido | 1994-05-19 | 1 | -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 |