summaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* Whitespace-only to sync with -stable.Ruslan Ermilov2000-12-071-2/+0
* MFS: Silence compilation warnings.Ruslan Ermilov2000-12-071-1/+1
* Drop out of our main loop due to a signal rather than handling things in theBrian Somers2000-12-041-24/+28
* The GCC 2.96 snapshots have slightly different rules for finding includeDavid E. O'Brien2000-12-011-0/+1
* There is no src/contrib-crypto/ anything directory. So don't look forDavid E. O'Brien2000-12-011-2/+1
* Remove unused #include. Use getopt(3). Add usage() with syslog(3) cap.Philippe Charnier2000-11-281-8/+22
* ConstifyKris Kennaway2000-11-271-2/+2
* Prevent leakage of information about anonymous user's homedirDaniel O'Callaghan2000-11-261-2/+6
* Correct definition of MAXHOSTNAMELEN in ifdef'ed out code.Kris Kennaway2000-11-261-1/+3
* Correct definition of MAXHOSTNAMELEN in ifdef'ed code.Kris Kennaway2000-11-261-1/+1
* ConstifyKris Kennaway2000-11-262-5/+6
* Don't hard-code a buffer sizeKris Kennaway2000-11-261-1/+2
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-2018-35/+35
* Format string paranoiaKris Kennaway2000-11-191-1/+1
* Format string paranoiaKris Kennaway2000-11-191-2/+2
* L_SET -> SEEK_SETKris Kennaway2000-11-191-1/+1
* Format string paranoiaKris Kennaway2000-11-191-1/+2
* Don't use sizeof() on a pointer when we really wanted to measureKris Kennaway2000-11-193-9/+4
* Check return code from login_tty. Allow getty to try and becomeJohn W. De Boskey2000-11-191-1/+12
* Go back to populating data_len in struct ngpppoe_init_data.Brian Somers2000-11-161-2/+4
* remove trailing periods from SEE ALSO.Ben Smithurst2000-11-154-5/+5
* Use Fx macro wherever possible.Ruslan Ermilov2000-11-142-2/+2
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-102-30/+27
* Fix to=auto in bootptab.Dirk Froemberg2000-11-101-6/+10
* Remove the superfluous call to _rtld_error() in symlook_default().John Polstra2000-11-071-2/+0
* Filter out some more magic environment variables used by libraries linkedKris Kennaway2000-10-313-4/+11
* Use the new-style ngpppoe_init_data structure.Brian Somers2000-10-311-4/+2
* Add a MAINTAINER= line so people know who to blameGregory Neil Shapiro2000-10-262-0/+4
* Fix broken PAM with SKEY behaviour: the skey.access file checksGuido van Rooij2000-10-121-7/+8
* Removed broken PAM support from rshd(8) and rlogind(8). rshd doesRuslan Ermilov2000-10-125-202/+1
* Style fixesGregory Neil Shapiro2000-10-112-8/+8
* mail.local(8) is no longer installed as a set-user-id binary.Gregory Neil Shapiro2000-10-101-2/+0
* Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and therebyGarrett Wollman2000-10-103-2/+5
* Make it compile without -DNO_PAM again.Ruslan Ermilov2000-10-062-1/+5
* o Load netgraph.ko, ng_ether.ko and ng_pppoe.ko as required (I'm sure thisBrian Somers2000-10-032-13/+66
* Add support for dlsym(RTLD_DEFAULT, ...).John Polstra2000-09-192-69/+97
* Give users a way to alter the sendmail (and related utilities) buildGregory Neil Shapiro2000-09-172-0/+12
* Some more slight doco fixes: update date, and add a bit more to the history.Garrett Wollman2000-09-141-2/+10
* Allow tftpd to run as a specified user, not just `nobody'.Garrett Wollman2000-09-142-28/+55
* strerror is declared in <string.h>Warner Losh2000-09-041-3/+4
* remove redundant optreset declarationWarner Losh2000-09-041-1/+0
* Pass two pointer parameters to the r_debug_state() hookJohn W. De Boskey2000-08-261-8/+18
* Don't set an arbitrary limit on username lengths; use MAXLOGNAMESheldon Hearn2000-08-171-1/+1
* Fix `control socket: Protocol not supported' failure inRuslan Ermilov2000-08-161-3/+2
* The rest of the changes needed to support the new version of sendmail (8.11.0).Gregory Neil Shapiro2000-08-122-5/+29
* sprintf() -> snprintf() paranoia.Kris Kennaway2000-08-041-2/+2
* Honour skey.access(5) by allowing UNIX passwords when skeyaccess(3)Sheldon Hearn2000-08-011-4/+10
* Add 'nc' flag to gettytab -- no carrier. Forces non-blocking open andNick Sayer2000-07-314-3/+7
* Make compilable without -DINET6.Hajimu UMEMOTO2000-07-281-6/+2
* Revamp the code that calls shared libraries' init and fini functions.John Polstra2000-07-262-106/+185