summaryrefslogtreecommitdiffstats
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mark the logerr() function __printflike().kris2002-10-131-1/+1
* Use strlcpy instead of incorrectly using strncpy.kris2002-10-131-1/+1
* Use the new freebsd output format from Binutils 2.13.1.obrien2002-10-121-2/+2
* de-__P()alfred2002-10-092-2/+2
* <machine/atomic.h> requires <sys/types.h>.ru2002-10-092-2/+1
* Hook rpc.rstatd back up to the build now that it compiles.mike2002-10-021-1/+2
* Rename local function havedisk() to haveadisk() to avoid conflict amike2002-10-021-3/+3
* Unhook rpc.rstatd from the build until it actually compiles.jhb2002-10-021-2/+1
* Use the standardized CHAR_BIT constant instead of NBBY in userland.mike2002-09-252-10/+10
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-172-8/+2
* Return an error if a symbol is not found in reloc_jmpslots() instead oftmm2002-09-141-0/+2
* Was mising ftpchroot.5obrien2002-08-301-0/+1
* The mode can be "r+" as well on PUT, but only "a" on APPE.yar2002-08-291-1/+1
* Fix lexer jam on unimplemented commands.yar2002-08-291-12/+13
* Remove variables no longer used.yar2002-08-271-2/+1
* More inithosts() fixes:yar2002-08-271-8/+15
* Fix an inconsistency between a printf-like format and its argument list.yar2002-08-271-1/+1
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-252-5/+6
* Add option '-W': don't log FTP sessions to wtmp.yar2002-08-232-5/+15
* Fix a nasty memory corruption bug caused by having a bogus pointermarcel2002-08-221-0/+8
* Include stddef.h for NULL definition, rather than rolling our own here.imp2002-08-211-2/+1
* Clean up hostname and hostinfo handling in inithosts():yar2002-08-201-5/+13
* Add support for the R_IA64_IPLTLSB relocation in non-PLT context.marcel2002-08-201-0/+30
* Include <nlist.h> for nlist interfaces instead of depending on namespacebde2002-08-181-0/+1
* Bump document date for the 'beep only' change.johan2002-08-161-1/+1
* mdoc(7) police: Removed redundant .Ns calls.ru2002-08-132-2/+2
* Fix a wrong comment on (hopefully) right code.yar2002-08-131-2/+2
* Add tcpd to the build - though we don't need to for inetd, someone mightdwmalone2002-08-131-0/+1
* Fix command help lines:yar2002-08-131-2/+2
* mdoc(7) police: nits.ru2002-08-131-2/+3
* mdoc(7) police: tidy up.ru2002-08-131-14/+19
* Fix typos; each file has at least one s/seperat/separat/schweikh2002-08-111-1/+1
* Rework storing files thoroughly. This includes:yar2002-08-082-24/+84
* Don't acquire the writer lock in rtld_exit when clearing the sharedjdp2002-08-081-2/+0
* 1) Use "pathstring" instead of "STRING" consistently.yar2002-08-051-7/+5
* Since GLOB_NOCHECK is set in the glob(3) call,yar2002-08-051-1/+1
* Spot places where "pathname" hasn't been checkedyar2002-08-051-3/+4
* Disallow invalid numeric mode values for SITE CHMOD.yar2002-08-051-3/+2
* Reflect in the ftpd(8) manpage the fact that ASCII SIZEyar2002-08-051-0/+3
* Deny the SIZE command on large files when in ASCII mode.yar2002-07-311-0/+6
* Conform to RFC 959, Appendix II, when replyingyar2002-07-291-2/+7
* Make the `-v' option a synonym for `-d'yar2002-07-262-2/+5
* Document the -u (set umask) optionyar2002-07-261-0/+9
OpenPOWER on IntegriCloud