summaryrefslogtreecommitdiffstats
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-303-3/+3
* english(4) police.schweikh2002-12-273-3/+3
* mdoc(7) police: Deal with self-xrefs.ru2002-12-242-2/+2
* Fixed the abuses of .Ql visible on stderr in troff mode.ru2002-12-232-2/+2
* Change the way ELF coredumps are handled. Instead of unconditionallydillon2002-12-161-6/+23
* Uniformly refer to a file system as "file system".ru2002-12-124-6/+6
* Fix rtld to handle SPARC_R_UA{16,64} relocations correctly.kan2002-12-051-2/+2
* rtld support for PowerPC. Mostly obtained from NetBSD, with modsgrehan2002-12-045-0/+926
* Put back a test for binaries with no PT_LOAD entries I over-jealoslykan2002-11-291-0/+4
* mdoc(7) police:ru2002-11-251-37/+35
* Fix the handling of high PLT entries (> 32764) on sparc64. This requirestmm2002-11-1812-213/+242
* Oops. Some ut_time stuff slipped through the cracks. These turned outpeter2002-11-171-1/+2
* [DAIVD O'BRIEN's OPINION]obrien2002-11-121-1/+4
* o Fix usage().maxim2002-11-121-5/+20
* We don't use libpam, libopie, or libmd.obrien2002-11-121-12/+2
* We have fparseln(3). Also libskey on RELENG_4.obrien2002-11-121-2/+8
* Update for version 1.2 Beta 2.obrien2002-11-121-5/+5
* Don't free the current addrinfo list, or else a pointer to a freedyar2002-11-111-1/+1
* Have ftpd specify the LOGIN_SETMAC flag to setlogincontext() so thatrwatson2002-10-241-2/+3
* Unbreak by merging the change in r1.51 of src/libexec/ftpd/Makefile.kuriyama2002-10-241-1/+1
* Teach "ls -Z" to use the policy-agnostic MAC label interfaces ratherrwatson2002-10-241-1/+1
* Add support for binaries with arbitrary number of PT_LOAD sections.kan2002-10-232-45/+55
* Change the symbol lookup order to search RTLD_GLOBAL objectskan2002-10-191-12/+12
* Fix a problem with RTLD_TRACE flag to dlopen(3), which sometimes can returnsobomax2002-10-191-6/+8
* Don't call report() without a format string.kris2002-10-131-1/+1
OpenPOWER on IntegriCloud