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