Age | Commit message (Expand) | Author |
2014-05-20 | Add support for -o XXX or -oXXX options in libfuse. | Sylvestre Gallon |
2014-05-20 | The argv[] used for el_set() EL_BIND, EL_SETTY, etc should be terminated | Nicholas Marriott |
2014-05-20 | Assign the queue ID to the correct packet header when sending ICMP messages. | Martin Pieuchot |
2014-05-20 | Fix eui64 address generation, broken since the removal of the link-layer | Martin Pieuchot |
2014-05-20 | correctly match size and buffer. from enh at google | Martin Pieuchot |
2014-05-20 | remove dead files | Eric Faurot |
2014-05-20 | yet more code that no longer makes any sense | Marc Espie |
2014-05-20 | makewhatis being now external, it no longer requires picky/test/check_dir. | Marc Espie |
2014-05-20 | fix bogus extension: $code and $code2 belong in _system, so that | Marc Espie |
2014-05-20 | Use errc/warnc to simplify code. | Philip Guenther |
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 |