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