aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
...
* Build LukeM's ftpd.David E. O'Brien2002-02-272-0/+327
* Put the last added source file in proper order.David E. O'Brien2002-02-271-1/+1
* Rewrite the part of the conversation function that allocates the reply array;Dag-Erling Smørgrav2002-02-251-2/+5
* #include <sys/time.h> instead of depending on namespace pollution inBruce Evans2002-02-251-3/+3
* Removed unused include of <sys/resource.h> instead of depending onBruce Evans2002-02-251-12/+2
* Revert revision 1.11. FreeBSD/alpha has suppport for T/TCP.Mike Barcroft2002-02-241-2/+0
* Handle NGM_PPPOE_ACNAME messages.Brian Somers2002-02-202-3/+11
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-182-0/+2
* ld-elf.so.1 assumed a few too many things about the ordering of sectionsPeter Wemm2002-02-185-72/+265
* Update build infrastructure for sendmail 8.12.Gregory Neil Shapiro2002-02-172-14/+26
* o __P removalWarner Losh2002-02-175-45/+26
* Add support such that if LD_TRACE_LOADED_OBJECTS_ALL is defined to aDavid E. O'Brien2002-02-172-2/+11
* Fix infinite loop around sendfile(2) after sending >4GB file.Maxim Konovalov2002-02-131-5/+3
* o __P removalWarner Losh2002-02-0712-218/+145
* o __P removalWarner Losh2002-02-077-109/+61
* o const poison a few prototypes to avoid gcc3 warningsWarner Losh2002-02-071-9/+9
* o __P removalWarner Losh2002-02-071-26/+19
* o __P removalWarner Losh2002-02-071-41/+31
* o __P removal.Warner Losh2002-02-075-39/+39
* o Remove __PWarner Losh2002-02-061-6/+4
* Remove some unused variables, mark unused parameters as unused and changeWarner Losh2002-02-061-13/+12
* o __P removalWarner Losh2002-02-065-160/+116
* ANSIfy and remove some dead code.Dag-Erling Smørgrav2002-02-066-53/+29
* Apply the following mechanical transformations in preparation forDag-Erling Smørgrav2002-02-066-23/+23
* Set WFORMAT=0, overlooked in previous commits to libexec/.Kris Kennaway2002-02-061-0/+1
* 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