aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* Use libcrypto instead of libdes.Mark Murray2000-02-242-2/+2
* Support logging for IPv6 remote host.Yoshinobu Inoue2000-02-181-4/+5
* Doc fix: remove references to ~ftp/bin/ls as we have FTPD_INTERNAL_LSPeter Wemm2000-02-171-8/+0
* Add more dual stack consideration.Yoshinobu Inoue2000-02-101-19/+27
* Revert part of the last commit, remove {g|s}etflags from the libcJosef Karthauser2000-02-051-2/+2
* Remove unnecessary -g for CFLAGS.Yoshinobu Inoue2000-02-031-1/+1
* Fix ftpd core dump when hostname is not set.Yoshinobu Inoue2000-02-031-1/+2
* sync iruserok() extension API with other BSDsYoshinobu Inoue2000-02-012-23/+4
* Add a manual page for the ELF dynamic linker. I initially createdJohn Polstra2000-01-292-99/+22
* Move the man pages for the a.out dynamic linker into the 1aoutJohn Polstra2000-01-292-227/+2
* When a threads package registers locking methods with dllockinit(),John Polstra2000-01-295-50/+137
* Fix rshd coredump when AF_INET socket is used.Yoshinobu Inoue2000-01-281-1/+1
* Changed setflags() to set_flags(). This fixes world breakage due toBruce Evans2000-01-283-5/+5
* another tcp apps IPv6 updates.(should be make world safe)Yoshinobu Inoue2000-01-277-119/+812
* several tcp apps IPv6 updateYoshinobu Inoue2000-01-259-76/+192
* Block almost all signals in the default locking method instead ofJohn Polstra2000-01-254-32/+40
* Fix various man pages to stop abusing the .Bx macro to generate theMike Pritchard2000-01-232-9/+10
* Allow files in LD_PRELOAD to be separated by white space, like SolarisJohn Polstra2000-01-221-3/+4
* We do not support the -B option.Jeroen Ruigrok van der Werven2000-01-121-12/+1
* Revamp the mechanism for enumerating and calling shared objects'John Polstra2000-01-096-139/+187
* . mdoc(7)'fyAlexey Zelkin2000-01-072-11/+29
* Moved flags_to_string and string_to_flags into libutil. It's used inJosef Karthauser1999-12-301-1/+1
* Work around an assert failure in the dynamic linker's default threadJohn Polstra1999-12-284-16/+32
* Add a new function dllockinit() for registering thread lockingJohn Polstra1999-12-2711-45/+509
* Revert the libcrypt/libmd stuff back to how it was. This should not havePeter Wemm1999-12-182-4/+4
* Add libmd (or move it after libcrypt). We don't want the linker to beMarcel Moolenaar1999-12-162-4/+4
* Correct the ttys.5 and init.8 manpages with respect to the incorrectSheldon Hearn1999-12-061-1/+11
* Reactivate named-xferPeter Wemm1999-11-301-1/+1
* Move named and associated tools into a seperate makefile section andPeter Wemm1999-11-301-4/+29
* Add a ``-P pidfile'' optionBrian Somers1999-11-232-3/+37
* Enable pppoedBrian Somers1999-11-211-1/+1
* pppoed(8) - a server to accept PPPoE connectionsBrian Somers1999-11-213-0/+735
* In revision 1.21 I changed the search order for shared libraries,John Polstra1999-11-191-1/+1
* Fix bootpd for Alpha.Marcel Moolenaar1999-11-123-9/+11
* Log username with password failure.Eivind Eklund1999-11-061-1/+1
* Allow for a telnet in secure/ (SRA telnet).Mark Murray1999-10-071-1/+1
* sync with netbsd PR 8534, fix undefined C code.Alfred Perlstein1999-10-071-1/+1
* .Nm += "rtld"Alexey Zelkin1999-09-283-3/+6
* Correct spelling : ascii -> ASCIIAlexey Zelkin1999-09-201-1/+1
* Fix for new Kerberos4. Make a fist cut at PAM-ising while I'm here.Mark Murray1999-09-198-326/+388
* When a STAT command is sent to ftpd as an out-of-band transmission duringMichael Haro1999-09-121-0/+1
* Fix more Common Error brokenness.Mark Murray1999-09-062-4/+4
* Add common error lib for the Kerberos case.Mark Murray1999-09-061-2/+2
* Make jdk-1.1.8 work again. It turns out that some code insideJohn Polstra1999-09-051-5/+9
* Enable -Wformat checking for debug_printf().John Polstra1999-09-041-1/+3
* Change the warning about unrecognized entries in the dynamic tableJohn Polstra1999-09-041-2/+2
* When looking up symbols, search the objects loaded at program startJohn Polstra1999-09-041-8/+8
* Get the actual pathname of the dynamic linker from the executable'sJohn Polstra1999-08-303-12/+31
* When checking to see if a shared object is already loaded, look forJohn Polstra1999-08-303-7/+38
* Revamp the symbol lookup algorithm to cope better with objectsJohn Polstra1999-08-304-82/+245