Age | Commit message (Expand) | Author |
2015-11-05 | merge | Stuart Henderson |
2015-11-05 | update to unbound 1.5.6, ok millert@ florian@ | Stuart Henderson |
2015-11-05 | merge | Stuart Henderson |
2015-11-05 | update to NSD 4.1.6, ok millert@ florian@ | Stuart Henderson |
2015-11-05 | pledge(2) for slowcgi. | Florian Obser |
2015-11-05 | re-shuffle slowcgi_listen to run less code as root. | Florian Obser |
2015-11-05 | pledge(2) for httpd. | Florian Obser |
2015-11-05 | Account for the header size when dealing with null link layer ifaces. | Jeremie Courreges-Anglas |
2012-03-26 | Import Unbound 1.4.16 to work on in-tree (not yet linked to the build). | Stuart Henderson |
2010-01-15 | NSD v3.2.4 | Jakob Schlyter |
2015-11-05 | there is a retry path in here which contains rename() and fchown(). | Theo de Raadt |
2015-11-05 | revert sys/kern/kern_pledge.c 1.103 and reenable pledge in pwd_mkdb | Sebastien Marie |
2015-11-05 | quick fix for a regression introduced by sys/kern/kern_pledge.c 1.103 | Sebastien Marie |
2015-11-05 | tweak dependencies handling, might fix some infrequent bugs including the | Marc Espie |
2015-11-05 | replace u_char and u_int* with standard stdint.h types to ease portable version | Joerg Jung |
2015-11-05 | Print unsigned integers as unsigned integers, kill inconsistent casts. | Jeremie Courreges-Anglas |
2015-11-05 | Cap the GRE packet len to tcpdump's snap len, fixes a segfault. | Jeremie Courreges-Anglas |
2015-11-05 | When fetching the GRE version, use GRE_VERS and not a naked "7" as mask. | Jeremie Courreges-Anglas |
2015-11-05 | spelling; from tj | Jason McIntyre |
2015-11-05 | spelling; from tj | Jason McIntyre |
2015-11-05 | "commandline" -> "command line", since there are so few examples | Jason McIntyre |
2015-11-05 | Implement smtpctl uncorrupt <msgid> | Sunil Nimmagadda |
2015-11-05 | Do not terminate message walk on a corrupt envelope. | Sunil Nimmagadda |
2015-11-05 | when a message consists solely of headers and does not end them with an | Gilles Chehade |
2015-11-04 | replace setbuf with setvbuf, from Frederic Nowak | Ted Unangst |
2015-11-04 | Change cron from including all headers in every file to only including | Todd C. Miller |
2015-11-04 | Bump distribution tarball versions. | mmcc |
2015-11-04 | Remove unused LogFD variable | Todd C. Miller |
2015-11-04 | Change some globals from extern to static when they are not used | Todd C. Miller |
2015-11-04 | fix a memory leak in multiple error paths | Jonathan Gray |
2015-11-03 | If pledge(2) fails use perror instead of log_it(RealUser, ...) since | Todd C. Miller |
2015-11-03 | It is only necessary to swap the effective gid when reading a file. | Todd C. Miller |
2015-11-03 | Recognize carp(4) interfaces (yes, they are special...) in order to send | Martin Pieuchot |
2015-11-03 | Missing comma. | Martin Pieuchot |
2015-11-03 | fix a memory leak in an error path | Jonathan Gray |
2015-11-03 | When updating an interface, do not delete the kif_node but let | Gerhard Roth |
2015-11-03 | Blank lines around pledge call. | mmcc |
2015-11-03 | Blank line after pledge call. | mmcc |
2015-11-03 | Surround pledge call with blank lines. | mmcc |
2015-11-03 | Use send(MSG_NOSIGNAL) instead of mucking with the disposition of SIGPIPE | Philip Guenther |
2015-11-02 | Use setegid() directly instead of swap_gids() / swap_gids_back(). | Todd C. Miller |
2015-11-02 | Print RDNSS nameserver addresses, and print option names for some other | Stuart Henderson |
2015-11-02 | switch from using sha1 to sha256 | Jonathan Gray |
2015-11-02 | sign csrs with openssl ca instead of x509 -req | Jonathan Gray |
2015-11-02 | sign csrs with openssl ca instead of x509 -req | Jonathan Gray |
2015-11-02 | Accept an ocsp option when creating certificates to set the extended | Jonathan Gray |
2015-11-02 | use SOCK_NONBLOCK instead of fcntl | Jonathan Matthew |
2015-11-02 | use SOCK_NONBLOCK instead of fcntl | Jonathan Matthew |
2015-11-02 | Both ldapd processes need "stdio" to talk to clients and each other. | Jonathan Matthew |
2015-11-01 | Remove register keyword uses. Still needs to be done in all other | mmcc |