aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* Remove <sys/dkstat.h> #includePoul-Henning Kamp2003-02-161-1/+0
* Advertize rtld(1) as ld.so(1) in manual pages worldAlexey Zelkin2003-02-132-1/+3
* Fix a typo in rtld_dirname.Alexander Kabaev2003-02-131-1/+1
* Implement dlinfo() function.Alexander Kabaev2003-02-132-32/+262
* Add missing include files I forgot about in previous commit.Alexander Kabaev2003-02-131-0/+2
* Remove /usr/lib/elf from a default search path.Alexander Kabaev2003-02-133-19/+17
* Kill unnecessary vertical whitespace.Yaroslav Tykhiy2003-02-111-1/+0
* Use LOG_AUTHPRIV to hide the username attempted during an invalid loginYaroslav Tykhiy2003-02-111-1/+5
* When unloading dependencies make sure they are removed from all theAlexander Kabaev2003-02-101-9/+10
* Add FBSDID. udp/bootps -> bootps/udp. Use err(3).Philippe Charnier2003-02-054-46/+41
* Allow "~/" in pathnames to work for a chrooted user.Yaroslav Tykhiy2003-02-051-2/+4
* Let tilde expansion be done even if a file/directory doesn't exist yet.Yaroslav Tykhiy2003-02-041-35/+98
* RFC 959 doesn't list reply code 550 as a valid responce to STOR/STOU,Yaroslav Tykhiy2003-02-041-1/+1
* Add OPIE and PAM libs to the mix.David E. O'Brien2003-02-021-0/+4
* OPIE and PAM bits to agument LukeMftpd.David E. O'Brien2003-02-021-0/+153
* Let real users access special files through FTPYaroslav Tykhiy2003-01-311-3/+13
* When searching for a unique file name in guniquefd(),Yaroslav Tykhiy2003-01-291-0/+4
* Add a new option to ftpd(8), "-h", to disable printing anyYaroslav Tykhiy2003-01-293-6/+25
* Give the code around chroot(2)/chdir(2) a major overhaul byYaroslav Tykhiy2003-01-294-41/+101
* Actually extract the second field from a line in ftpchroot(5)Yaroslav Tykhiy2003-01-271-15/+17
* Allow more than one separator character between fields in ftpchroot(5).Yaroslav Tykhiy2003-01-271-1/+3
* Extend the format of /etc/ftpchroot so an alternative chrootYaroslav Tykhiy2003-01-264-24/+171
* GLOB_MAXPATH has been deprecated in favour of GLOB_LIMIT.Yaroslav Tykhiy2003-01-251-1/+1
* - Add a new option, ``-P port'', to specify the port for ftpd(8)Yaroslav Tykhiy2003-01-232-5/+23
* Prevent server-side glob(3) patterns from expandingYaroslav Tykhiy2003-01-221-4/+17
* The FTP daemon was vulnerable to a DoS where an attacker could bind()Crist J. Clark2003-01-211-19/+26
* Fix a typo (missed &&).Maxim Sobolev2003-01-201-1/+1
* Add a new gettytab(5) option - `pl', which if set tells getty that the lineMaxim Sobolev2003-01-194-4/+7
* Prepend a space character if a line begins with a digitYaroslav Tykhiy2003-01-161-0/+11
* Replace the instances of literal "/bin/ls"Yaroslav Tykhiy2003-01-161-2/+3
* We have a usable 'LOGIN_NAME_MAX' now.David E. O'Brien2003-01-061-2/+0
* Need to prototype strsuftollx() to quiet a warning.David E. O'Brien2003-01-061-0/+8
* Make the "nbsd_20030105" import build.David E. O'Brien2003-01-063-1/+18
* Implement POSIX grantpt(3) functionality, and add a pt_chown utility (akinJuli Mallett2003-01-023-0/+113
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-013-3/+3
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-303-3/+3
* english(4) police.Jens Schweikhardt2002-12-273-3/+3
* mdoc(7) police: Deal with self-xrefs.Ruslan Ermilov2002-12-242-2/+2
* Fixed the abuses of .Ql visible on stderr in troff mode.Ruslan Ermilov2002-12-232-2/+2
* Change the way ELF coredumps are handled. Instead of unconditionallyMatthew Dillon2002-12-161-6/+23
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-124-6/+6
* Fix rtld to handle SPARC_R_UA{16,64} relocations correctly.Alexander Kabaev2002-12-051-2/+2
* rtld support for PowerPC. Mostly obtained from NetBSD, with modsPeter Grehan2002-12-045-0/+926
* Put back a test for binaries with no PT_LOAD entries I over-jealoslyAlexander Kabaev2002-11-291-0/+4
* mdoc(7) police:Ruslan Ermilov2002-11-251-37/+35
* Fix the handling of high PLT entries (> 32764) on sparc64. This requiresThomas Moestl2002-11-1812-213/+242
* Oops. Some ut_time stuff slipped through the cracks. These turned outPeter Wemm2002-11-171-1/+2
* [DAIVD O'BRIEN's OPINION]David E. O'Brien2002-11-121-1/+4
* o Fix usage().Maxim Konovalov2002-11-121-5/+20
* We don't use libpam, libopie, or libmd.David E. O'Brien2002-11-121-12/+2