openbsd
2014-05-08 nicmHandle colour 8 properly in the 256 colour palette...
2014-05-07 miodGet __STRICT_ALIGNMENT from <machine/endian.h> and...
2014-05-07 zhukWhen you want more, you say "more". When you want...
2014-05-07 teduless than jpake
2014-05-07 schwarzeRepair the termination condition of a write(2) loop.
2014-05-07 tedudon't free memory unless we allocated it.
2014-05-07 teduwith the first bug it uncovered fixed, clear all bignum...
2014-05-07 teduin BN_clear_free, don't cleanse the data if the static...
2014-05-07 halexcomment style fix
2014-05-07 krwjmc@ points out '-F/-f' are available only in conjuncti...
2014-05-07 miodMatch search_string_def() prototype change, forgotten...
2014-05-07 jsingKNF.
2014-05-07 schwarzeRender roff escape sequences contained in manual page...
2014-05-07 schwarzeFix two memory leaks in makewhatis -n:
2014-05-07 teduconsolidate some code by using reallocarray in all...
2014-05-07 teduuse reallocarray. ok guenther
2014-05-07 piroftiFix whitespace mistakes.
2014-05-07 schwarzeDo not segfault in makewhatis -Q if the next .SH after...
2014-05-07 tedurevert, thanks sthen
2014-05-07 pelikanback out the previous ICMP simplifying diff, it caused...
2014-05-07 markustry postponed requests first, so we do in-order process...
2014-05-07 markusprint msgid for debugging; ok reyk & mikeb
2014-05-07 markusmake authentication work with X509 certificates that...
2014-05-07 schwarzeRemove the undocumented and ineffective -F option ...
2014-05-07 markusfactor out ikev2_ike_auth() (state machine; used multip...
2014-05-07 jsgadd additional includes from eng_cryptodev.c
2014-05-07 mpiRemove the last hacks concerning the global list of...
2014-05-07 mpiMake sure to call uhidev_close() upon detach for every...
2014-05-07 mpiKill the {nd6_,}useloopback buttons, using the loopback...
2014-05-07 mpiRemove some m->m_pkthdr.rcvif dereference to help for...
2014-05-07 yasuokaInitialize struct iface by zero. Without this, npppd...
2014-05-07 guentherFix ext2fs atime and mtime handling that I broke from...
2014-05-07 sthenpass daemon_flags to nsd-control when used to check...
2014-05-07 tedumissing word in error message. ok millert
2014-05-07 tedudelete some crusty casts
2014-05-07 teduconvert calloc to use reallocarray instead. ok millert
2014-05-07 teducalloc, from peter malone
2014-05-07 teduuse calloc. from peter malone
2014-05-07 teducalloc is simpler. suggested by Peter Malone and halex
2014-05-07 teduuse calloc. from Peter Malone
2014-05-07 deraadtmiod forgot about fcrypt_b.c being needed, before he...
2014-05-06 tedutemp variable for a bit of clarity
2014-05-06 teduremove unneeded variable
2014-05-06 martynasWhen the stack protector heuristics doesn't cover a...
2014-05-06 tedufactor out the safepath
2014-05-06 tedube more explicit about what's a string
2014-05-06 martynasIntroduce -fstack-shuffle, which randomizes local stack...
2014-05-06 tedubetter alloc idiom
2014-05-06 tedufactor max message size
2014-05-06 tedudon't give people bad ideas about pool_debug
2014-05-06 millertWe don't really need uniform distribution for mktemp...
2014-05-06 tedusmall fix from mancha1. currently unused file, but...
2014-05-06 tedureallocarray
2014-05-06 teduspell NULL as NULL
2014-05-06 miodMake sure the stdout output is check, to confirm proper...
2014-05-06 miodAssorted cleanups:
2014-05-06 miodAdd a fixed (read: non-SIGSEGV'ing) pq_test.
2014-05-06 miodRemove broken-by-design test
2014-05-06 miodMake sure PKCS7_get_octet_string() return values are...
2014-05-06 miodRemove the ``addressable'' argument to search_string_de...
2014-05-06 miodSort CFLAGS, SRC and SSLASM stanzas by the directories...
2014-05-06 deraadtsync
2014-05-06 piroftiAdd brswphy(4) manual page.
2014-05-06 piroftiEnable brswphy(4) on the Octeon platform.
2014-05-06 piroftiAdd support for the Broadcom PHY found on the Octeon...
2014-05-06 piroftiRegen after Broadcom 53115 addition.
2014-05-06 piroftiAdd an entry for the Broadcom 53115 model found on...
2014-05-06 tedumissing NULL checks to see if init is needed. found...
2014-05-06 tedufix stupid commit
2014-05-06 teduenh@google reported a warning in crufty y2k code. just...
2014-05-06 tedureallocarray for things which are arrays. ok deraadt
2014-05-06 teduuse explicit_bzero
2014-05-06 teduclear a stack buffer with explicit_bzero
2014-05-06 jasperremove cpsw_{read,write}_4 wrapper functions and just...
2014-05-06 markuschange the create-child-sa responder code, so it does...
2014-05-06 jmczap stray word; ok markus
2014-05-06 mpiInclude <sys/vmmeter.h> directly instead of relying...
2014-05-06 reykExplicitly zero out the ibufs before releasing the...
2014-05-06 reykFix two memory leaks: EVP_PKEY_get1_RSA() returns a...
2014-05-06 markusinitiate ike sa rekeying (ikesalifetime keyword), re...
2014-05-06 gerhardFix a memleak when lookup of SA fails during forwarding...
2014-05-06 markuscleanup IKE-SA tree handling (fixes repeated-insert...
2014-05-06 mpiPlug two xfer leaks and a buffer one.
2014-05-06 markusdon't sa_free() in the receive path (prevents use-after...
2014-05-06 markussend the delete with the locally allocated SPI in ikev2...
2014-05-06 markusmake sure some notify payloads are encrypted; ok mikeb@
2014-05-06 markusinitial support for PFS; ok reyk@
2014-05-06 markusretire IKED_REQ_DELETE and fix delete parsing; ok reyk@
2014-05-06 jsgno need to include rand.h now the RAND_seed() calls...
2014-05-06 teduknf approximation
2014-05-06 tedumove chacha context and buffer out of bss and allow...
2014-05-06 tedu"stay backwards-compatible with 0.9.5; this should...
2014-05-06 teduremove Kerberos
2014-05-06 tedumove a comment to make unifdef happier
2014-05-06 tedubye bye SRP
2014-05-05 mpiPlug a memory leak, free the keymap's memory on detach.
2014-05-05 markusca_x509_serialize: don't leak the bio buffer; ok reyk@
2014-05-05 markusmake the ca_pubkey_serialize() code similar to the...
2014-05-05 markuspfkey is unreliable, so add a select-timeout before...
2014-05-05 teduinspired by a cloudflare diff, cleanse old memory when...
next