Age | Commit message (Expand) | Author |
2014-04-30 | unit tests for new buffer API; including basic fuzz testing | Damien Miller |
2014-04-30 | New buffer API; the first installment of the conversion/replacement | Damien Miller |
2014-04-30 | Enforce proper alignment of stack variables which may get accessed with | Miod Vallat |
2014-04-30 | i suck at math. b - 8 = 3, not 4. detected by Antoine Pitrou. thanks. | Ted Unangst |
2014-04-30 | sync | Theo de Raadt |
2014-04-30 | minor++ because of AI_ADDRCONFIG | sperreault |
2014-04-29 | fcntl.h is still needed here. | Nicholas Marriott |
2014-04-29 | Get rid of the per-softc freelist of transfer descriptors and use a | Martin Pieuchot |
2014-04-29 | tedu ~/.klogin | David Coppa |
2014-04-29 | For RSA private key privsep, only ever load the keys after forking the | Reyk Floeter |
2014-04-29 | Don't attempt to append a nul quote char to the filename. Should prevent | Darren Tucker |
2014-04-29 | Move nulling of variable next to where it's freed. ok markus@ | Darren Tucker |
2014-04-29 | Implement RSA privilege separation for OpenSMTPD, based on my previous | Reyk Floeter |
2014-04-29 | make compiling against OpenSSL optional (make OPENSSL=no); | Markus Friedl |
2014-04-29 | a bit more merge for traceroute6 stuff, and some consistency fixes; | Jason McIntyre |
2014-04-29 | when a session fails due to a TLS error in a smtp+tls:// connection, try | Gilles Chehade |
2014-04-29 | Constrain bytes read/written to positive values. | Bob Beck |
2014-04-29 | re-add our own aesctr implementation; ok djm@ | Markus Friedl |
2014-04-29 | re-add our own aesctr implementation; ok djm@ | Markus Friedl |
2014-04-29 | Move traceroute6 to the attic, fully merged into traceroute. | Florian Obser |
2014-04-29 | Finally plug the public xfer leak #1 in our USB stack. | Martin Pieuchot |
2014-04-29 | nginx dudes unrolled SSL_OP_ALL by hand so we also have to delete | Ted Unangst |
2014-04-29 | regen | Ryan Thomas McBride |
2014-04-29 | smtpd is the default mailer now; | Jason McIntyre |
2014-04-29 | Add Microsoft Wireless Mobile Mouse 3500 and Wireless Arc Mouse. | Ryan Thomas McBride |
2014-04-29 | bz#1818 - don't send channel success/failre replies on channels that | Damien Miller |
2014-04-29 | Make sure to call uhidev_close() upon detach, plug another xfer leak. | Martin Pieuchot |
2014-04-29 | Plug an xfer leak. | Martin Pieuchot |
2014-04-29 | Get rid of the per-softc freelist of transfer descriptors and use a | Martin Pieuchot |
2014-04-29 | Remove unused arguments from ssl_smtp_init() | Reyk Floeter |
2014-04-29 | Remove support for the obsolete (non-POSIX) "more -d" prompt. | Todd C. Miller |
2014-04-29 | If you plan to write an obfuscated-by-design kernel / userland | Martin Pieuchot |
2014-04-29 | make sure the state machine only advances if the AUTH payload has | Markus Friedl |
2014-04-29 | use explicit_bzero() instead of memset() to clear out sensitive data. | Reyk Floeter |
2014-04-29 | It is only required to load the keys and certs into the same SSL | Reyk Floeter |
2014-04-29 | Replace 1 << PAGE_SHIFT with PAGE_SIZE. | Mark Kettenis |
2014-04-29 | Fix typo: d_addrt -> daddr_t | David Coppa |
2014-04-29 | fix a test for invalid timezones | Jonathan Gray |
2014-04-29 | Remove device white-listing as matching method, relies on on usage id | Andre de Oliveira |
2014-04-28 | Implement AI_ADDRCONFIG | sperreault |
2014-04-28 | Remove WIN32, WIN64 and MINGW32 tentacles. | Miod Vallat |
2014-04-28 | Remove bogus semicolon. | Brad Smith |
2014-04-28 | use the correct algorithm mask. reported by satish lvr via | Ted Unangst |
2014-04-28 | SSL_OP_ALL is supposed to be all options and workarounds that are safe, | Ted Unangst |
2014-04-28 | Remove ending cplusplus guard followed by starting cplusplus guard; from | Miod Vallat |
2014-04-28 | Leftover includes and local declarations; from Gebruiker Schoot | Miod Vallat |
2014-04-28 | Ignore IRIX6-compatible archive map on mips64 platform, since the mips64 | Miod Vallat |
2014-04-28 | re-add _ppp for npppd here as well; ok ajacoutot | Okan Demirmen |
2003-05-11 | import 0.9.7b (without idea and rc5) | Markus Friedl |
2014-04-28 | macro fixes for previous; ok reyk | Jason McIntyre |