| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | There is no src/contrib-crypto/ anything directory. So don't look for | obrien | 2000-12-01 | 1 | -2/+1 |
* | Remove unused #include. Use getopt(3). Add usage() with syslog(3) cap. | charnier | 2000-11-28 | 1 | -8/+22 |
* | Constify | kris | 2000-11-27 | 1 | -2/+2 |
* | Prevent leakage of information about anonymous user's homedir | danny | 2000-11-26 | 1 | -2/+6 |
* | Correct definition of MAXHOSTNAMELEN in ifdef'ed out code. | kris | 2000-11-26 | 1 | -1/+3 |
* | Correct definition of MAXHOSTNAMELEN in ifdef'ed code. | kris | 2000-11-26 | 1 | -1/+1 |
* | Constify | kris | 2000-11-26 | 2 | -5/+6 |
* | Don't hard-code a buffer size | kris | 2000-11-26 | 1 | -1/+2 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 18 | -35/+35 |
* | Format string paranoia | kris | 2000-11-19 | 1 | -1/+1 |
* | Format string paranoia | kris | 2000-11-19 | 1 | -2/+2 |
* | L_SET -> SEEK_SET | kris | 2000-11-19 | 1 | -1/+1 |
* | Format string paranoia | kris | 2000-11-19 | 1 | -1/+2 |
* | Don't use sizeof() on a pointer when we really wanted to measure | kris | 2000-11-19 | 3 | -9/+4 |
* | Check return code from login_tty. Allow getty to try and become | jwd | 2000-11-19 | 1 | -1/+12 |
* | Go back to populating data_len in struct ngpppoe_init_data. | brian | 2000-11-16 | 1 | -2/+4 |
* | remove trailing periods from SEE ALSO. | ben | 2000-11-15 | 4 | -5/+5 |
* | Use Fx macro wherever possible. | ru | 2000-11-14 | 2 | -2/+2 |
* | Avoid use of direct troff requests in mdoc(7) manual pages. | ru | 2000-11-10 | 2 | -30/+27 |
* | Fix to=auto in bootptab. | dirk | 2000-11-10 | 1 | -6/+10 |
* | Remove the superfluous call to _rtld_error() in symlook_default(). | jdp | 2000-11-07 | 1 | -2/+0 |
* | Filter out some more magic environment variables used by libraries linked | kris | 2000-10-31 | 3 | -4/+11 |
* | Use the new-style ngpppoe_init_data structure. | brian | 2000-10-31 | 1 | -4/+2 |
* | Add a MAINTAINER= line so people know who to blame | gshapiro | 2000-10-26 | 2 | -0/+4 |
* | Fix broken PAM with SKEY behaviour: the skey.access file checks | guido | 2000-10-12 | 1 | -7/+8 |
* | Removed broken PAM support from rshd(8) and rlogind(8). rshd does | ru | 2000-10-12 | 5 | -202/+1 |
* | Style fixes | gshapiro | 2000-10-11 | 2 | -8/+8 |
* | mail.local(8) is no longer installed as a set-user-id binary. | gshapiro | 2000-10-10 | 1 | -2/+0 |
* | Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and thereby | wollman | 2000-10-10 | 3 | -2/+5 |
* | Make it compile without -DNO_PAM again. | ru | 2000-10-06 | 2 | -1/+5 |
* | o Load netgraph.ko, ng_ether.ko and ng_pppoe.ko as required (I'm sure this | brian | 2000-10-03 | 2 | -13/+66 |
* | Add support for dlsym(RTLD_DEFAULT, ...). | jdp | 2000-09-19 | 2 | -69/+97 |
* | Give users a way to alter the sendmail (and related utilities) build | gshapiro | 2000-09-17 | 2 | -0/+12 |
* | Some more slight doco fixes: update date, and add a bit more to the history. | wollman | 2000-09-14 | 1 | -2/+10 |
* | Allow tftpd to run as a specified user, not just `nobody'. | wollman | 2000-09-14 | 2 | -28/+55 |
* | strerror is declared in <string.h> | imp | 2000-09-04 | 1 | -3/+4 |
* | remove redundant optreset declaration | imp | 2000-09-04 | 1 | -1/+0 |
* | Pass two pointer parameters to the r_debug_state() hook | jwd | 2000-08-26 | 1 | -8/+18 |
* | Don't set an arbitrary limit on username lengths; use MAXLOGNAME | sheldonh | 2000-08-17 | 1 | -1/+1 |
* | Fix `control socket: Protocol not supported' failure in | ru | 2000-08-16 | 1 | -3/+2 |
* | The rest of the changes needed to support the new version of sendmail (8.11.0). | gshapiro | 2000-08-12 | 2 | -5/+29 |
* | sprintf() -> snprintf() paranoia. | kris | 2000-08-04 | 1 | -2/+2 |
* | Honour skey.access(5) by allowing UNIX passwords when skeyaccess(3) | sheldonh | 2000-08-01 | 1 | -4/+10 |
* | Add 'nc' flag to gettytab -- no carrier. Forces non-blocking open and | nsayer | 2000-07-31 | 4 | -3/+7 |
* | Make compilable without -DINET6. | ume | 2000-07-28 | 1 | -6/+2 |
* | Revamp the code that calls shared libraries' init and fini functions. | jdp | 2000-07-26 | 2 | -106/+185 |
* | We shouldn't use cp to save the old ld-elf.so.1. Use the sanctioned tool | green | 2000-07-20 | 1 | -1/+2 |
* | Don't reply "not a plain file" when the requested file doesn't exist. | des | 2000-07-17 | 1 | -2/+8 |
* | Fix a bug which could cause programs with user threads packages to | jdp | 2000-07-17 | 3 | -5/+88 |
* | Don't call err() without a format string. | kris | 2000-07-11 | 1 | -1/+1 |