summaryrefslogtreecommitdiffstats
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* Code cleanups and sanity checking for config file parser.mdodd2003-04-101-19/+52
* Dynamic object dependency mapping: libmap.mdodd2003-04-075-5/+238
* MFp4 @27667: WARNS=5 cleanup on i386.jmallett2003-04-035-15/+17
* Mark bits that do not require an object directory as such.ru2003-04-011-0/+1
* Update the description of the -u option to mention that IP_PORTRANGE_HIGHsilby2003-03-251-6/+9
* Clean up some warnings that don't result in a change in the object file:dwmalone2003-03-201-17/+20
* Fix for ia64/48024 - ensure function pointer equality across elfarun2003-03-191-52/+77
* Run a revision of the devstat interface:phk2003-03-151-4/+5
* Update to current devstat API.phk2003-03-151-6/+6
* Free obj->priv field in obj_free functions. This field is NULLkan2003-03-141-0/+1
* No need to zero fill memory, mmapped anonymously. Kernel willkan2003-03-146-15/+1
* mdoc(7) police: Scheduled sweep.ru2003-02-241-1/+1
* mdoc(7) police: expand contraction.ru2003-02-231-1/+1
* Do not remove object from the lists at the unref_dag() stage.kan2003-02-171-8/+26
* Add #include <sys/resource.h>phk2003-02-161-0/+1
* Remove <sys/dkstat.h> #includephk2003-02-161-1/+0
* Advertize rtld(1) as ld.so(1) in manual pages worldphantom2003-02-132-1/+3
* Fix a typo in rtld_dirname.kan2003-02-131-1/+1
* Implement dlinfo() function.kan2003-02-132-32/+262
* Add missing include files I forgot about in previous commit.kan2003-02-131-0/+2
* Remove /usr/lib/elf from a default search path.kan2003-02-133-19/+17
* Kill unnecessary vertical whitespace.yar2003-02-111-1/+0
* Use LOG_AUTHPRIV to hide the username attempted during an invalid loginyar2003-02-111-1/+5
* When unloading dependencies make sure they are removed from all thekan2003-02-101-9/+10
* Add FBSDID. udp/bootps -> bootps/udp. Use err(3).charnier2003-02-054-46/+41
* Allow "~/" in pathnames to work for a chrooted user.yar2003-02-051-2/+4
* Let tilde expansion be done even if a file/directory doesn't exist yet.yar2003-02-041-35/+98
* RFC 959 doesn't list reply code 550 as a valid responce to STOR/STOU,yar2003-02-041-1/+1
* Add OPIE and PAM libs to the mix.obrien2003-02-021-0/+4
* OPIE and PAM bits to agument LukeMftpd.obrien2003-02-021-0/+153
* Let real users access special files through FTPyar2003-01-311-3/+13
* When searching for a unique file name in guniquefd(),yar2003-01-291-0/+4
* Add a new option to ftpd(8), "-h", to disable printing anyyar2003-01-293-6/+25
* Give the code around chroot(2)/chdir(2) a major overhaul byyar2003-01-294-41/+101
* Actually extract the second field from a line in ftpchroot(5)yar2003-01-271-15/+17
* Allow more than one separator character between fields in ftpchroot(5).yar2003-01-271-1/+3
* Extend the format of /etc/ftpchroot so an alternative chrootyar2003-01-264-24/+171
* GLOB_MAXPATH has been deprecated in favour of GLOB_LIMIT.yar2003-01-251-1/+1
* - Add a new option, ``-P port'', to specify the port for ftpd(8)yar2003-01-232-5/+23
* Prevent server-side glob(3) patterns from expandingyar2003-01-221-4/+17
* The FTP daemon was vulnerable to a DoS where an attacker could bind()cjc2003-01-211-19/+26
* Fix a typo (missed &&).sobomax2003-01-201-1/+1
* Add a new gettytab(5) option - `pl', which if set tells getty that the linesobomax2003-01-194-4/+7
* Prepend a space character if a line begins with a digityar2003-01-161-0/+11
* Replace the instances of literal "/bin/ls"yar2003-01-161-2/+3
* We have a usable 'LOGIN_NAME_MAX' now.obrien2003-01-061-2/+0
* Need to prototype strsuftollx() to quiet a warning.obrien2003-01-061-0/+8
* Make the "nbsd_20030105" import build.obrien2003-01-063-1/+18
* Implement POSIX grantpt(3) functionality, and add a pt_chown utility (akinjmallett2003-01-023-0/+113
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-013-3/+3
OpenPOWER on IntegriCloud