aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* 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
* We shouldn't use cp to save the old ld-elf.so.1. Use the sanctioned toolBrian Feldman2000-07-201-1/+2
* Don't reply "not a plain file" when the requested file doesn't exist.Dag-Erling Smørgrav2000-07-171-2/+8
* Fix a bug which could cause programs with user threads packages toJohn Polstra2000-07-173-5/+88
* Don't call err() without a format string.Kris Kennaway2000-07-111-1/+1
* Explain that the -S option only logs file downloads, not all transfers.Ben Smithurst2000-07-111-1/+1
* Solve the dynamic linker's problems with multithreaded programs onceJohn Polstra2000-07-0810-334/+770
* When installing the dynamic linker, save the previous version inJohn Polstra2000-07-081-0/+12
* Plug the hole where rshd would bypass a proper .rhosts check if theBrian S. Dean2000-07-051-3/+2
* Only punctuation is an allowed argument type for open-close macrosSheldon Hearn2000-06-301-1/+2
* Fix a problem in the virtual host address compare code which causedDavid Nugent2000-06-261-8/+11
* Switch over to using the new fflagstostr and strtofflags library calls.Josef Karthauser2000-06-171-2/+2
* Spelling fix: transfered --> transferredJonathan Lemon2000-06-021-1/+1
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-262-5/+5
* 1. Add IPv6 portrange restriction code (-U flag) to passive().Nick Sayer2000-05-251-0/+31
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-232-5/+5
* Eliminate unaligned accesses that occurred when relocating theJohn Polstra2000-05-221-12/+27
* Don't uselessly set MANDEPEND (it isn't used in this Makefile, and isn'tBruce Evans2000-05-151-9/+7
* Man page fixupsNick Sayer2000-05-151-4/+7
* IPv6 support.Hajimu UMEMOTO2000-05-141-10/+10
* Add -i (insecure) flag to rexecd, which allows uid == 0 loginsNick Sayer2000-05-132-4/+11
* Minor mdoc cleanup.Mike Pritchard2000-05-051-2/+2
* Remove dead debug code.Jeroen Ruigrok van der Werven2000-04-291-8/+0
* Cross-reference ldd(1) in rtld(1) and vice versa.Sheldon Hearn2000-03-281-0/+1
* Fixed missing DPADDs.Bruce Evans2000-03-271-4/+5
* Wrap uucpd behind the NOUUCP knob.Dan Moschuk2000-03-241-1/+4
* Finally unifdef -DINTERNAL_LS.Ruslan Ermilov2000-03-131-1/+1
* 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