Age | Commit message (Expand) | Author |
2013-09-03 | update to NSD 3.2.16, ok deraadt@ brad@ | Stuart Henderson |
2010-01-15 | NSD v3.2.4 | Jakob Schlyter |
2013-09-02 | There is no need to call arc4random_addrandom() and feed it some | Theo de Raadt |
2013-08-30 | If the CGI script died due to receipt of signal, pass that back | Bret Lambert |
2013-08-30 | use version two of the PCIe capability when displaying link speeds | Jonathan Gray |
2013-08-26 | capitalize a section header | Mike Belopuhov |
2013-08-26 | "reactivate"; | Jason McIntyre |
2013-08-26 | replace rand(3)/random(3) calls with secure arc4random*() | Christian Weisgerber |
2013-08-26 | slowcgi grows an option to specify an alternate FastCGI socket | Bret Lambert |
2013-08-24 | Extraneous local variable with useless increment applied. | Mike Larkin |
2013-08-23 | Give slowcgi a style(9) scrubbing. No functional change. | Bret Lambert |
2013-08-22 | Correct format string mismatches turned up by -Wformat=2 | Philip Guenther |
2013-08-21 | Remove the use of time_t in the greylist db file and use int64_t instead | Todd C. Miller |
2013-08-21 | zap trailing whitespace; | Jason McIntyre |
2013-08-20 | use a single line in usage() and SYNOPSIS and explain in text which | Alexander Hall |
2013-08-20 | replace a predefined string with a mdoc macro; ok jmc, schwarze, sobrado | Mike Belopuhov |
2013-08-20 | tedu netnatm and ueagle(4). | Martin Pieuchot |
2013-08-19 | put do { } while (0) around the dprintf macro to make it less scary | David Gwynne |
2013-08-18 | Fix calls to printf-like functions which passed a non-fixed string | Philip Guenther |
2013-08-16 | Use %lld and cast to (long long) when printing time_t values | Philip Guenther |
2013-08-15 | Don't include unused copyright[] string in all the cron binaries. | Todd C. Miller |
2013-08-15 | Replace the obsolete ioctl(SIOCGDRLST_IN6) interface with | Alexander Bluhm |
2013-08-15 | Reduce the warnings when arp, rarp, ndp are compiled with WARNINGS=yes. | Alexander Bluhm |
2013-08-14 | Rewrite the internals of the RDE reload logic. | Claudio Jeker |
2013-08-14 | Enforce that the ls_id and the adv_rtr field in a type 1 router LSA are | Claudio Jeker |
2013-08-14 | editing blip in previous; | Jason McIntyre |
2013-08-14 | ISC cron is the defacto BSD cron these days so remove confusing | Todd C. Miller |
2013-08-14 | macro simplification; | Jason McIntyre |
2013-08-14 | some Bx/Ox conversion; | Jason McIntyre |
2013-08-14 | no longer any need to quote macro lines with >9 args; | Jason McIntyre |
2013-08-13 | Handle firmware for radeondrm(4). | Mark Kettenis |
2013-08-13 | reorder SYNOPSIS to match usage() | Alexander Hall |
2013-08-13 | firmware is uncountable, i think we decided; | Jason McIntyre |
2013-08-13 | allow the user to specify which firmware to install, or install all of | Alexander Hall |
2013-08-13 | when handling puts from a client (ie, tftpd is writing a file to | David Gwynne |
2013-08-12 | Clarify what "mru" config option does. | YASUOKA Masahiko |
2013-08-12 | some minor fixes; From: Jan Stary | Jason McIntyre |
2013-08-12 | get ready for big ino_t; ok gunther@ | Otto Moerbeek |
2013-08-09 | Remove dead code and useless #include and #ifdef from ndp. | Alexander Bluhm |
2013-08-08 | bugfix update to 1.4.2 | Robert Nagy |
2013-08-08 | move the parameter expansion text to after the config options text, | Jason McIntyre |
2013-08-08 | Prep for big ino_t: cast to unsigned long long and format with %ll or %q | Philip Guenther |
2013-08-07 | disable libexec/identd and enable usr.sbin/identd. | David Gwynne |
2013-08-06 | Write uids/gids as unsigned in the passwd file and error messages. | Todd C. Miller |
2013-08-06 | Switch vax to gcc 3.3.6. | Miod Vallat |
2013-08-05 | Don't assume inode numbers fit in a long | Philip Guenther |
2013-08-05 | better document /etc/mailname; | Jason McIntyre |
2013-07-28 | Let mkuboot recognize native ELF binaries and only output the program headers | Miod Vallat |
2013-07-22 | we now have IDEA and MDC2 in libcrypto, so don't disable them in openssl(1) | Christian Weisgerber |
2013-07-22 | fix bogus warning due to limited range on 32bit archs. | Eric Faurot |