aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* When opieverify() is fail, fallback to try unix password.Hajimu UMEMOTO2002-04-161-4/+9
* Add an IPv6 support.Hajimu UMEMOTO2002-04-161-10/+23
* Make this compilable without -DOPIE.Jun Kuriyama2002-04-161-1/+1
* IPv6 support for tftp/tftpd.Hajimu UMEMOTO2002-04-111-15/+60
* Better handle the case with a network that drops packets by retryingDoug Ambrisko2002-04-091-3/+13
* Allow to compile with both GCC 2.95 and 3.1.David E. O'Brien2002-04-081-2/+3
* Fix a relocation bug in the ia64 ld.so. Weak function pointers in sharedPeter Wemm2002-04-071-3/+16
* Fix warnings.Dag-Erling Smørgrav2002-04-063-13/+13
* Minor changes to make this work on sparc64.Jake Burkholder2002-04-021-33/+46
* Include <string.h> for some prototypes, rather than depending onMike Barcroft2002-04-011-0/+1
* Add missing commas. At least I didn't miss a period.Warner Losh2002-03-182-3/+3
* o MAXPATHLEN is the correct constant to use for path names, it includesWarner Losh2002-03-182-19/+13
* Teach REST how to restart a file transfer after 2^31 bytes: now yylex()Maxim Konovalov2002-03-141-25/+33
* rtld support for sparc64.Jake Burkholder2002-03-135-0/+1073
* Remove duplicated yacc nonterminals declarations, sort includes.Maxim Konovalov2002-03-111-4/+3
* YA patch I forgot to commit last night.Dag-Erling Smørgrav2002-03-061-1/+1
* *sigh* while the last commit made GCC 3.1 happy, it upset GCC 2.95.David E. O'Brien2002-03-011-1/+1
* CPP v3.1 has different rules for processing #lines directives. ThisDavid E. O'Brien2002-02-281-1/+1
* When searching an object that was opened with RTLD_GLOBAL, search its DAG too.Dag-Erling Smørgrav2002-02-271-3/+6
* Add lukemftpd to the mix.David E. O'Brien2002-02-271-0/+1
* 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