openbsd
2014-05-20 reykUnify the SSL privsep key loading functions.
2014-05-20 jsingKSSL is dead... nuke KSSL_DEBUG from orbit.
2014-05-20 mpiregen
2014-05-20 mpiAdd VIA VL80x xHCI.
2014-05-20 mpiFormat string fixes for XHCI_DEBUG.
2014-05-20 reykDeep down inside OpenSSL, err... LibreSSL, RSA_set_ex_d...
2014-05-20 sylAdd -o max_read=XXX support in fuse. This is needed...
2014-05-20 sylAdd support for -o XXX or -oXXX options in libfuse.
2014-05-20 nicmThe argv[] used for el_set() EL_BIND, EL_SETTY, etc...
2014-05-20 mpiAssign the queue ID to the correct packet header when...
2014-05-20 mpiFix eui64 address generation, broken since the removal...
2014-05-20 mpicorrectly match size and buffer. from enh at google
2014-05-20 ericremove dead files
2014-05-20 espieyet more code that no longer makes any sense
2014-05-20 espiemakewhatis being now external, it no longer requires...
2014-05-20 espiefix bogus extension: $code and $code2 belong in _system...
2014-05-20 guentherUse errc/warnc to simplify code.
2014-05-20 guentherBring UTF8_{getc,putc} up-to-date: it's been a decade...
2014-05-19 miodFormat string fixes and removal of -Wno-format for...
2014-05-19 jcaX509_free() the certificate if the server hostname...
2014-05-19 miodFix several bounds checks in ssl_add_clienthello_tlsext...
2014-05-19 jcaExplicitely initialize two static variables introduced...
2014-05-19 jcaHTTPS connections may see redirects, so initialize...
2014-05-19 jcaPlug a small memory leak: if we pass checkin_init/check...
2014-05-19 jmcno more -K;
2014-05-19 tedukerberos leftovers
2014-05-19 teduconsistent use of uint32_t for poison values
2014-05-19 sylAdd some consistency in fuse error handling. We need...
2014-05-19 teduas reported by Helg, should use realpath for mounts...
2014-05-19 mpiThere is no need to remember which usb(4) device is...
2014-05-19 toddsync
2014-05-19 jsingMore KNF.
2014-05-19 jsingMore whack-a-mole^Wfips.
2014-05-19 jsingIt is perfectly valid to call free(NULL), so stop check...
2014-05-19 krwNuke some trailing whitespace that snuck in.
2014-05-19 krwNo point in trying to update the -L file on loss of...
2014-05-19 nicmAdd a H_SAVE_FP operation to history() which lets the...
2014-05-19 ratchovfix format mistakes visible if AUDIO_DEBUG is defined
2014-05-19 jsgunbreak the build when DIAGNOSTIC is not defined
2014-05-19 stspUpdate run(4) firmware to version 0.33, with permission...
2014-05-19 guentherEnable the 3- and 4-byte sequence tests for UTF8_getc()
2014-05-18 guentherAdd regression test for UTF8_{getc,putc}()
2014-05-18 jcahid_start_parse can't fail - it calls malloc(M_WAITOK...
2014-05-18 miodCorrectly handle files smaller than an ELF header;...
2014-05-18 mlarkin_PIC is an optional method, so we shouldn't be aborting...
2014-05-18 miodIf you need to allocate `a + b' bytes of memory, then...
2014-05-18 miodMake sure UTF8_getc() is invoked with the proper buffer...
2014-05-18 espieuse reallocarray
2014-05-18 tedufactor out a bit of the chunk index code and use it...
2014-05-18 mpiDo not pass an xfer pointer to the timeout routine...
2014-05-18 jsingOut of all the openssl apps, just one of them has code...
2014-05-18 espieuse reallocarray
2014-05-18 jsingW_OK comes via unistd.h - nuke several #ifndef W_OK...
2014-05-18 jsingRemove unused include.
2014-05-18 jsingGroup and sort includes.
2014-05-18 miodPlug memory leaks upon error in OCSP_url_svcloc_new().
2014-05-18 miodIn OCSP_sendreq_bio(), cope with OCSP_sendreq_new(...
2014-05-18 miodIn dtls1_reassemble_fragment() and dtls1_process_out_of...
2014-05-18 miodIn ssl3_send_certificate_request(), when adding the...
2014-05-18 miodMake sure ssl3_setup_buffers() does not return upon...
2014-05-18 stspFix tail packet check in elantech v3 touchpad code...
2014-05-18 krwDon't add a lease to the leases TAILQ more than once...
2014-05-18 toddsync
2014-05-18 jsingbio_err is initialised in main, hence there is no need...
2014-05-18 jsingMore KNF.
2014-05-18 miodOmit -Werror if building with gcc3, for it triggers...
2014-05-18 stspMake rtsx(4) attach to RTL8402 devices. Reported as...
2014-05-18 stspregen
2014-05-18 stspAdd PCI ID for Realtek RTL8402 card reader.
2014-05-18 miodNo need to check for NULL before invoking free(); use...
2014-05-18 espieuse reallocarray and friends. okay miod@
2014-05-18 sthensync openssl(1) with changes already made in src/lib...
2014-05-18 espieuse reallocarray
2014-05-18 espiea bit more reallocarray (and kill ecalloc, which isn...
2014-05-18 jsgThere is no need to compile nginx with -O1 on vax anymore.
2014-05-18 chlreplace some (type *)0 to NULL
2014-05-17 miodOne more mistake introduced in 1.65
2014-05-17 chlremove unused variables
2014-05-17 miod...and it needs a guard against NULL as well.
2014-05-17 miodFix previous commit by making sure we are not dereferen...
2014-05-17 chlremove unused variable
2014-05-17 tedudoes sunos not have memmove? sorry, i guess sunos will...
2014-05-17 chladd missing header needed by str* and mem* functions
2014-05-17 espiefix alloc idioms. watch out for emalloc that's actually...
2014-05-17 miodunchecked malloc() return value in OCSP_sendreq_new().
2014-05-17 miodKNF
2014-05-17 chladd missing header needed for mem{cpy,cmp}()
2014-05-17 teducorrectly match size and buffer. from enh at google
2014-05-17 tedusimple reallocarray to check multiplies. ok guenther
2014-05-17 guentherWhen looking at another process, use the data from...
2014-05-17 teduno no md2
2014-05-17 teduno no seed
2014-05-17 tedudeleted seed some time ago
2014-05-17 chlremove unused variable
2014-05-17 chlAdd missing header needed by isdigit().
2014-05-17 tedurefactor some of the des crypt code to use fewer globals.
2014-05-17 stspFix kernel build with EHCI_DEBUG by removing a non...
2014-05-17 ratchovfix format mistakes visible if AZALIA_DEBUG is defined
2014-05-17 ratchovfix format mistakes visible if UAUDIO_DEBUG is defined
2014-05-17 ratchovfix format mistakes visible if AUICH_DEBUG is defined
next