openbsd
2014-05-01 tedunibbles aren't enough random, use bytes. does a better...
2014-05-01 sasanofixed some debug messages
2014-04-30 sthenfirst cut at documenting the change to malloc doing...
2014-04-30 kettenisMake sure we flush discarded pages even if the number...
2014-04-30 naddyUMAC can use our local fallback implementation of AES...
2014-04-30 kettenisAssigning list pointers doesn't really work with doubly...
2014-04-30 krwPreserve intended chronological order of leases in
2014-04-30 krwWrite last disk sector, not last 512-byte block, when...
2014-04-30 jsingAvoid a potential null pointer dereference by checking...
2014-04-30 jsingFirst pass at removing win64 support from the assembly...
2014-04-30 gilleswhen doing opportunistic TLS, do not only downgrade...
2014-04-30 mpiRemove carp_seroute() it no longer does anything useful...
2014-04-30 gilleswhen using maildir, do not create automatically create...
2014-04-30 reykThe RSA engine (used by pony) has to wait for a respons...
2014-04-30 blambertreplace vis-ified output with human-readable strings
2014-04-30 sfformat string fixes for (u)int64 vars
2014-04-30 jmctidy up SYNOPSIS, usage() and the options list; ok...
2014-04-30 djmunit tests for new buffer API; including basic fuzz...
2014-04-30 djmNew buffer API; the first installment of the conversion...
2014-04-30 miodEnforce proper alignment of stack variables which may...
2014-04-30 tedui suck at math. b - 8 = 3, not 4. detected by Antoine...
2014-04-30 deraadtsync
2014-04-30 sperreaultminor++ because of AI_ADDRCONFIG
2014-04-29 nicmfcntl.h is still needed here.
2014-04-29 mpiGet rid of the per-softc freelist of transfer descripto...
2014-04-29 dcoppatedu ~/.klogin
2014-04-29 reykFor RSA private key privsep, only ever load the keys...
2014-04-29 dtuckerDon't attempt to append a nul quote char to the filenam...
2014-04-29 dtuckerMove nulling of variable next to where it's freed....
2014-04-29 reykImplement RSA privilege separation for OpenSMTPD, based...
2014-04-29 markusmake compiling against OpenSSL optional (make OPENSSL...
2014-04-29 jmca bit more merge for traceroute6 stuff, and some consis...
2014-04-29 gilleswhen a session fails due to a TLS error in a smtp+tls...
2014-04-29 beckConstrain bytes read/written to positive values.
2014-04-29 markusre-add our own aesctr implementation; ok djm@
2014-04-29 florianMove traceroute6 to the attic, fully merged into tracer...
2014-04-29 mpiFinally plug the public xfer leak #1 in our USB stack.
2014-04-29 tedunginx dudes unrolled SSL_OP_ALL by hand so we also...
2014-04-29 mcbrideregen
2014-04-29 jmcsmtpd is the default mailer now;
2014-04-29 mcbrideAdd Microsoft Wireless Mobile Mouse 3500 and Wireless...
2014-04-29 djmbz#1818 - don't send channel success/failre replies...
2014-04-29 mpiMake sure to call uhidev_close() upon detach, plug...
2014-04-29 mpiPlug an xfer leak.
2014-04-29 mpiGet rid of the per-softc freelist of transfer descripto...
2014-04-29 reykRemove unused arguments from ssl_smtp_init()
2014-04-29 millertRemove support for the obsolete (non-POSIX) "more ...
2014-04-29 mpiIf you plan to write an obfuscated-by-design kernel...
2014-04-29 markusmake sure the state machine only advances if the AUTH...
2014-04-29 reykuse explicit_bzero() instead of memset() to clear out...
2014-04-29 reykIt is only required to load the keys and certs into...
2014-04-29 kettenisReplace 1 << PAGE_SHIFT with PAGE_SIZE.
2014-04-29 dcoppaFix typo: d_addrt -> daddr_t
2014-04-29 jsgfix a test for invalid timezones
2014-04-29 andreRemove device white-listing as matching method, relies...
2014-04-28 sperreaultImplement AI_ADDRCONFIG
2014-04-28 miodRemove WIN32, WIN64 and MINGW32 tentacles.
2014-04-28 bradRemove bogus semicolon.
2014-04-28 teduuse the correct algorithm mask. reported by satish...
2014-04-28 teduSSL_OP_ALL is supposed to be all options and workaround...
2014-04-28 miodRemove ending cplusplus guard followed by starting...
2014-04-28 miodLeftover includes and local declarations; from Gebruike...
2014-04-28 miodIgnore IRIX6-compatible archive map on mips64 platform...
2014-04-28 okanre-add _ppp for npppd here as well; ok ajacoutot
2014-04-28 jmcmacro fixes for previous; ok reyk
2014-04-28 reyksync bzero => memset that was done for ip_divert.c...
2014-04-28 florianDo not sleep after poll returning an error. Blindly...
2014-04-28 sylAdd support for 255 character file names in fuse.
2014-04-28 blambertfix memory leak
2014-04-28 espiecheck for integer overflows in custom allocs, okay...
2014-04-28 mikebAdd support for exporting ARP table via ipNetToMediaTab...
2014-04-28 reykspacing
2014-04-28 reykbump copyright
2014-04-28 reykAdd missing documentation for ipcomp(4) support and...
2014-04-28 reykIt's about time to remove the infamous CAVEATS section...
2014-04-28 jsgMove an opening brace so a loop that delays while waiting
2014-04-28 deraadtwhitespace cleanup while reading result of florian...
2014-04-28 blambertbetter proc id name (it handles traps, not alerts)...
2014-04-28 djmbuffer_get_string_ptr's return should be const to remind
2014-04-27 schwarzeImprove error handling in dbopen(). If PRAGMA SQL...
2014-04-27 schwarzeFor LUNA88K, make sure the architecture name shown...
2014-04-27 guentherRegress for access()
2014-04-27 miodtypo in comment
2014-04-27 miodRemove orphaned l2n6 and n2l6 macros.
2014-04-27 miodUse C99 initializers for the various FOO_METHOD structs...
2014-04-27 miodstatic const char * = "" -> static const char[] = ...
2014-04-27 miodUnifdef -U OPENSSL_BUILD_SHLIBCRYPTO, since all it...
2014-04-27 miodPut explicit (void) in function declarations and shuffl...
2014-04-27 zhukFix library search order in our libtool.
2014-04-27 jmczap trailing whitespace;
2014-04-27 jmcsort the ip6 sysctls;
2014-04-27 jsingWe do not need a separate file for two compatibility...
2014-04-27 beckFix leak last commit introduced. Spotted by Sebastian...
2014-04-27 loganDocument net.inet6.ip6.dad_pending.
2014-04-27 jmczap a ton of silly Tn, and uppercase TTL; a few other...
2014-04-27 stspAdd PME_STATUS and PME_EN bitmasks for the PCI PMCSR...
2014-04-27 mpiStart de-obfuscating the HC drivers.
2014-04-27 krwDon't zap disklabel (and next 6 blocks) when installing...
2014-04-27 mpiDo not let the bluetooth HID device, present in Apple...
2014-04-27 yasuokaGet back "_ppp" user and "_ppp" group. From now they...
next