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