aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* Fix minor disorder in functions declared in extern.hWarner Losh2002-02-051-1/+1
* o Move externs to extern.hWarner Losh2002-02-056-65/+72
* Don't use non-signal-safe functions (exit(3) in this case) inSheldon Hearn2002-02-051-1/+1
* Allow ldd(1) be used on shared libraries in addition to executables.Maxim Sobolev2002-02-041-9/+35
* Lock down with WFORMAT?=1, with overrides in the subdirectories whichKris Kennaway2002-02-0413-4/+18
* Mark a function as __printflike()Kris Kennaway2002-02-041-1/+1
* Mark a function as __printf0like(). This exposes a warning which requiresKris Kennaway2002-02-041-1/+1
* Prototype a function as __printflike() to avoid a FORMAT_AUDIT warning.Kris Kennaway2002-02-041-0/+2
* Mark report() as printflike and fix resulting warnings, including one bugKris Kennaway2002-02-044-4/+4
* Silence some FORMAT_AUDIT warnings (one left)Kris Kennaway2002-02-041-2/+2
* o Eliminate __PWarner Losh2002-02-037-272/+149
* Remove the setjmp/longjmp stuff completely. Use signalYaroslav Tykhiy2002-01-282-44/+94
* Log wtmp according to an address family properly.Hajimu UMEMOTO2002-01-283-25/+16
* Change the library search order so that LD_LIBRARY_PATH overridesJohn Polstra2002-01-251-2/+2
* Change brk's prototype from char *brk(const char *) to int brk(const void *)David Malone2002-01-242-2/+1
* Remove my workaround fallback since PAM now do it properly.Andrey A. Chernov2002-01-211-10/+9
* Really back out ache's commits. These files are now precisely as they wereDag-Erling Smørgrav2002-01-191-9/+10
* Back out PAM_CRED_ERR additionAndrey A. Chernov2002-01-191-1/+0
* Add PAM_CRED_ERR as valid failure caseAndrey A. Chernov2002-01-191-0/+1
* Call opieunlock() only if we skip opieverify() partAndrey A. Chernov2002-01-191-2/+3
* Remove conditional 'pwok' fallback for PAM which nowAndrey A. Chernov2002-01-191-9/+7
* yp(4) -> yp(8).Ruslan Ermilov2002-01-144-5/+5
* Build the TCP-wrapper helper "daemon" tcpd. This is not much use inMark Murray2002-01-121-0/+20
* mdoc(7) police: tidy up.Ruslan Ermilov2002-01-101-17/+25
* Be more careful about freeing memory after parsing commands.David Malone2002-01-051-7/+19
* Fix OPIE authAndrey A. Chernov2002-01-011-15/+30
* Fixed missing DPADD in previous commit. Fixed most style bugs related toBruce Evans2001-12-291-2/+3
* Link with libm to take advantage of the -h flag to ls.Josef Karthauser2001-12-291-0/+1
* MFCrypto: Remove -r, -s, sort -p.Ruslan Ermilov2001-12-141-25/+5
* Merge from master (crypto) telnet. WARNS fixes for alpha.Mark Murray2001-12-031-4/+4
* Merge the (in)complete ANSIfication work from src/crypto/telnet.Mark Murray2001-11-303-101/+93
* After running a "make unifdef", commit the resultant diffs.Mark Murray2001-11-308-1063/+324
* Diff-reduce WRT src/secure/*telnet*/Makefile.Mark Murray2001-11-301-2/+13
* - Change parameters of signal handlers in order to be correct (they areAndrew R. Reiter2001-11-281-12/+9
* Add lomac.c.Brian Feldman2001-11-271-1/+1
* - Fix some poor signal handler usage.Andrew R. Reiter2001-11-261-12/+49
* mdoc(7) police: minor spelling, markup and style fixes.Ruslan Ermilov2001-11-221-18/+21
* Change the failure mode in option parsing to silently bailing out of optionBenno Rice2001-11-221-2/+9
* Don't leave dodgy looking spaces in HISMACADDRBrian Somers2001-11-221-3/+3
* Mention that HISMACADDR is set in the environment of child processesBrian Somers2001-11-221-0/+5
* Set HISMACADDR in the environment before envoking ppp.Brian Somers2001-11-211-5/+17
* Eliminate another instance of the old and well-knownYaroslav Tykhiy2001-11-191-7/+25
* Update rtld for the "new" ia64 ABI. In the old toolchain, thePeter Wemm2001-10-297-9/+34
* Fix a dependency violation (branch after alloc)Peter Wemm2001-10-291-1/+1
* When we set our UID to `nobody', set an appropriate group also.David E. O'Brien2001-10-221-0/+1
* The interface index space may be sparsely populated (e.g. when anBill Fenner2001-10-171-0/+4
* Add ia64 support. Various adjustments were made to existing targets toDoug Rabson2001-10-1514-33/+1069
* Don't let a user name in ftpd's proctitleYaroslav Tykhiy2001-10-121-1/+1
* Be consistent about indent at least within one block of code.Yaroslav Tykhiy2001-10-121-5/+5
* The support for accelerating find_symdef() with a cache was broken. ThisDoug Rabson2001-10-101-8/+9