Age | Commit message (Expand) | Author |
2015-11-09 | Remove -h from the command line options. | YASUOKA Masahiko |
2015-11-09 | queue(3) instead of homegrown queues and lists. This also fixes | Todd C. Miller |
2015-11-08 | Set the effective gid to kmem so the fchown of kvm_bsd.db is allowed | Todd C. Miller |
2015-11-08 | Quiet silly clang analyzer warning in calloc() usage. | Todd C. Miller |
2015-11-07 | Ensure the safety of isprint()'s argument. Suggested by guenther@ a few | mmcc |
2015-11-06 | Use __progname instead of the homegrown ProgramName. | Todd C. Miller |
2015-11-06 | "source" doesn't need to be a global. While here, the correct spelling | Florian Obser |
2015-11-06 | relayd.conf(5) macro cleanup. | Anthony J. Bentley |
2015-11-06 | Radically improve the performance of bgpd filters. Based on PF's skip | Peter Hessler |
2015-11-06 | the Solver uses kept_names, so we need these there too | Marc Espie |
2015-11-06 | Use pledge in ikectl. For now one request for sending imsgs to iked | Jonathan Gray |
2015-11-06 | err(1, "%s", "") -> err(1, NULL) | mmcc |
2015-11-05 | undo botched import to wrong dir, spotted by sobrado@ | Stuart Henderson |
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 |