summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2007-11-04- remove const from h_header, this pointer is occasionally free'drtr
2007-11-04+ don't free strdup()'d ptr that was manipulated.rtr
2007-10-30Build a local copy of exit that doesn't call __cxa_finalize. It's notskrll
2007-10-29build stack protector locally so that we don't call syslog_ss that resultschristos
2007-10-18Make the dir indexes less ugly (horizontal rules were out of place).ad
2007-10-18A build for sun2 reveals that we also need -lcrypt, as auth-bozo.che
2007-10-17RCS IDstls
2007-10-17Fix two memory leaks noted by Coverity (CID-4694, CIT-4695) and usetls
2007-10-17Document .htpasswd / HTTP "Basic" authentication support.reed
2007-10-17Fix typo in EXAMPLES (unknown service).reed
2007-10-17Fix typo on Makefile which causes HTTP Authentication supportreed
2007-10-16Remove extra period.reed
2007-10-16Add httpd to the build. Add _httpd to passwd and groups and postinstall.tls
2007-10-16Get httpd ready for inclusion in build.tls
2007-10-16Move bozohttpd.8 to httpd.8tls
2007-10-16Import of bozohttpd for its originally intended purpose: a small (~30k)tls
2007-10-08brelse() now takes two arguments.ad
2007-10-05- Don't use the names malloc/free/etc, since we can end up pulling in libc'sad
2007-09-27provide xrealloc, and don't cast and use malloc and realloc directly.christos
2007-09-27If we are using SSP, compile in a separate copy of the stack protectorchristos
2007-09-21Don't trust AT_SUN_EXECNAME, if we are set{u,g}id.christos
2007-09-20delete debug printfchristos
2007-09-20Use AT_SUN_EXECPATH instead of argv[0] for the executable name. This needschristos
2007-09-20Don't remove the last component of filename before callingcube
2007-09-135 is not a valid version for .Nx, so change it to 5.0.tnn
2007-09-02Don't define bool, false and true. Use stdbool.h.joerg
2007-08-16Oops. USE_FORT needs to be in Makefile.inc, not Makefile, to cause thetls
2007-07-23Rename cred_t to ftpd_cred_t; the former causes a nameclash on Solaris.lukem
2007-07-22Rename HAVE_SOCKADDR_SA_LEN to HAVE_STRUCT_SOCKADDR_SA_LEN.lukem
2007-06-24Use an elf note to handle pax arguments. This is a temporary solution tochristos
2007-06-10PR/36468: Andreas Wrede: ftpd(8) always logs hostnames. Add -n option to displaychristos
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
2007-05-18fix a comment.christos
2007-05-18Support Solaris-like $ORIGIN etc. expansions in paths.christos
2007-05-10Replace references from draft-ietf-ftpext-mlst-NN to RFC 3659.lukem
2007-05-03PR/36266: David A. Holland: Don't read and write sig_atomic_t variables inchristos
2007-04-13Expand documentation on numeric argument suffix parsing, and convertlukem
2007-04-08Remove a test for defined(__SH5__).scw
2007-04-08Remove support for NetBSD/{,evb}sh5.scw
2007-03-15Deal with MKPICLIB != no.matt
2007-02-23Remove MD COMBRELOC support since it's now MI.matt
2007-02-23Don't use cached results for plt lookups (nor save them).matt
2007-02-22Make the COMBRELOC support generic.matt
2007-02-21Move ctype.h from headers to files which really need ithubertf
2007-02-21Remove unnecessary ctype.h from libexec/comsat/comsat.c filehubertf
2007-02-15Add COMBRELOC supportmartin
2007-02-15Provide COMBRELOC support for amd64 in answer to PR/35589.skrll
2007-01-20PR/35449: Shigeya Suzuki: ftpd does not register socket address into PAM +FIXchristos
2007-01-17Remove duplicated #includes and some trailing whitespace while here.hubertf
2007-01-08- use getnameinfo instead of gethostbyaddrchristos