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