summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-20Bring UTF8_{getc,putc} up-to-date: it's been a decade since 5- and 6-bytePhilip Guenther
2009-04-06import of OpenSSL 0.9.8kDamien Miller
2014-05-19Format string fixes and removal of -Wno-format for sgi. Based upon anMiod Vallat
2014-05-19X509_free() the certificate if the server hostname check fails.Jeremie Courreges-Anglas
2014-05-19Fix several bounds checks in ssl_add_clienthello_tlsext() andMiod Vallat
2014-05-19Explicitely initialize two static variables introduced in the previousJeremie Courreges-Anglas
2014-05-19HTTPS connections may see redirects, so initialize libcrypto and libsslJeremie Courreges-Anglas
2014-05-19Plug a small memory leak: if we pass checkin_init/checkin_updateJeremie Courreges-Anglas
2014-05-19no more -K;Jason McIntyre
2014-05-19kerberos leftoversTed Unangst
2014-05-19consistent use of uint32_t for poison valuesTed Unangst
2014-05-19Add some consistency in fuse error handling. We need to return ENXIOSylvestre Gallon
2014-05-19as reported by Helg, should use realpath for mounts. ok guenther sylTed Unangst
2014-05-19There is no need to remember which usb(4) device is the child of an USBMartin Pieuchot
2014-05-19syncTodd T. Fries
2014-05-19More KNF.Joel Sing
2014-05-19More whack-a-mole^Wfips.Joel Sing
2014-05-19It is perfectly valid to call free(NULL), so stop checking for non-NULLJoel Sing
2014-05-19Nuke some trailing whitespace that snuck in.Kenneth R Westerback
2014-05-19No point in trying to update the -L file on loss of link if no -L hasKenneth R Westerback
2014-05-19Add a H_SAVE_FP operation to history() which lets the history be savedNicholas Marriott
2014-05-19fix format mistakes visible if AUDIO_DEBUG is definedAlexandre Ratchov
2014-05-19unbreak the build when DIAGNOSTIC is not definedJonathan Gray
2014-05-19Update run(4) firmware to version 0.33, with permission from Dennis LeeStefan Sperling
2014-05-19Enable the 3- and 4-byte sequence tests for UTF8_getc()Philip Guenther
2014-05-18Add regression test for UTF8_{getc,putc}()Philip Guenther
2014-05-18hid_start_parse can't fail - it calls malloc(M_WAITOK). ok mpi@Jeremie Courreges-Anglas
2014-05-18Correctly handle files smaller than an ELF header; reported by drahn@bitrigMiod Vallat
2014-05-18_PIC is an optional method, so we shouldn't be aborting the rest of theMike Larkin
2014-05-18If you need to allocate `a + b' bytes of memory, then don't allocate `a + b*2',Miod Vallat
2014-05-18Make sure UTF8_getc() is invoked with the proper buffer size.Miod Vallat
2014-05-18use reallocarrayMarc Espie
2014-05-18factor out a bit of the chunk index code and use it to make sure that aTed Unangst
2014-05-18Do not pass an xfer pointer to the timeout routine checking for root hubMartin Pieuchot
2014-05-18Out of all the openssl apps, just one of them has code to mess around withJoel Sing
2014-05-18use reallocarrayMarc Espie
2014-05-18W_OK comes via unistd.h - nuke several #ifndef W_OK that attempt to handleJoel Sing
2014-05-18Remove unused include.Joel Sing
2014-05-18Group and sort includes.Joel Sing
2014-05-18Plug memory leaks upon error in OCSP_url_svcloc_new().Miod Vallat
2014-05-18In OCSP_sendreq_bio(), cope with OCSP_sendreq_new() returning NULL.Miod Vallat
2014-05-18In dtls1_reassemble_fragment() and dtls1_process_out_of_seq_message(), in caseMiod Vallat
2014-05-18In ssl3_send_certificate_request(), when adding the extra payload ifMiod Vallat
2014-05-18Make sure ssl3_setup_buffers() does not return upon error with a freedMiod Vallat
2014-05-18Fix tail packet check in elantech v3 touchpad code. Due to a typo thisStefan Sperling
2014-05-18Don't add a lease to the leases TAILQ more than once. It tends toKenneth R Westerback
2014-05-18syncTodd T. Fries
2014-05-18bio_err is initialised in main, hence there is no need to initialise itJoel Sing
2014-05-18More KNF.Joel Sing
2014-05-18Omit -Werror if building with gcc3, for it triggers "redefinition of `pqueue'"Miod Vallat