Age | Commit message (Expand) | Author |
2014-10-25 | newaliases / makemap should parse multi-line aliases entries | Gilles Chehade |
2014-10-25 | Remove unnecessary netinet/in_systm.h include. | Lawrence Teo |
2014-10-24 | retire networks(5) support; | Ingo Schwarze |
2014-10-22 | Replace abs(3) with llabs(3). | Brad Smith |
2014-10-22 | URL-decode the request path. | Reyk Floeter |
2014-10-21 | Rework the error message a little bit: Do not send details of the | Reyk Floeter |
2014-10-21 | Remove SSLv2 and SSLv3 references from the example relayd.conf and the | Lawrence Teo |
2014-10-20 | Remove the "interface" option from the "transparent forward" directive. | Reyk Floeter |
2014-10-20 | Change MTAB_TYPE_UFS from "ufs" to "ffs", fixing mount-restarting for them. | Philip Guenther |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |
2014-10-20 | unifdef -DHAS_REGEXP -DHAS_PASSWD_MAPS -DHAS_FILE_MAPS \ | Philip Guenther |
2014-10-20 | Start removing portability goo: we have syslog(), strerror(), POSIX regexp, | Philip Guenther |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |
2014-10-18 | Use reallocarray() | Theo de Raadt |
2014-10-17 | remove -C from usage(); | Jason McIntyre |
2014-10-17 | remove -C from usage(); | Jason McIntyre |
2014-10-17 | Remove chunk special-casing malloc(siz) for realloc(NULL, siz). Bit | Theo de Raadt |
2014-10-17 | fewer lies in the docs regarding performance modes after recent changes. | Ted Unangst |
2014-10-17 | remove performance throttling code from here, use the kernel version | Ted Unangst |
2014-10-16 | disable SSLv3 | Gilles Chehade |
2014-10-16 | reallocarray() obviously | Theo de Raadt |
2014-10-16 | simple reallocarray() | Theo de Raadt |
2014-10-16 | use reallocarray(). Looked at a few times by doug, I am sure. | Theo de Raadt |
2014-10-15 | create xreallocarray() and use it | Theo de Raadt |
2014-10-15 | - allow empty headers | Gilles Chehade |
2014-10-15 | Disable SSLv3 by default. | Reyk Floeter |
2014-10-15 | when From, To and Cc headers present users without domains, append the | Gilles Chehade |
2014-10-15 | add a (high) limit to the number of header lines we're willing to keep in | Gilles Chehade |
2014-10-15 | Add a new ls_rcscripts() function to properly get all rc.d(8) scripts | Antoine Jacoutot |
2014-10-15 | fix memory leak in error path | Gilles Chehade |
2014-10-13 | Carefully quote the flags argument such that leading blank characters | Ingo Schwarze |
2014-10-13 | document the "default" subcommand more precisely; | Ingo Schwarze |
2014-10-13 | scaffolding for future new features, committed early, so that pkg_sign | Marc Espie |
2014-10-13 | Return failure not success in openssldh_computesecret() when | Jonathan Gray |
2005-03-22 | ISC BIND release 9.3.1. ok deraadt@ | Jakob Schlyter |
2014-10-13 | jmc@ told me i broke the documentation. inetd doesnt write a pidfile so | David Gwynne |
2014-10-13 | dont need to store the same debug flag in two separate variables. | David Gwynne |
2014-10-12 | do not allow header to termine with pending flags | Gilles Chehade |
2014-10-12 | to rewrite domain on incoming mails, we need to be able to extract | Gilles Chehade |
2014-10-12 | simple message parser to be used in smtp incoming sessions, not plugged yet | Gilles Chehade |
2014-10-12 | Remove possibility of mutiplicative integer overflow by not multiplying. | Bret Lambert |
2014-10-12 | local host is not "localhost", local host is env->sc_hostname | Gilles Chehade |
2014-10-12 | ansi function declarations. | David Gwynne |
2014-10-12 | cut out writing a pidfile. rc.d doesnt rely on it, and nor should you. | David Gwynne |
2014-10-11 | Fix a small bug in rcctl status <daemon>: | Ingo Schwarze |
2014-10-11 | Add a new "default" command to display the default flags and whether a | Antoine Jacoutot |
2014-10-11 | allow signing to proceed when interrupted | Marc Espie |
2014-10-11 | Userland reallocarray() audit. | Doug Hogan |
2014-10-11 | Userland reallocarray() audit. | Doug Hogan |
2014-10-10 | Actually use built-in print like rc.subr already does. | Antoine Jacoutot |