Age | Commit message (Expand) | Author |
2015-10-04 | wrap __ivaliduser_sa() so the internal call is direct (at least until we | Philip Guenther |
2015-10-04 | wrap _fwalk() so internal calls are direct (at least until we stop | Philip Guenther |
2015-10-04 | recv() and send() aren't overriden by libpthread (vs recvfrom() and sendto()!) | Philip Guenther |
2015-10-04 | getpeereid() and sockatmark() are neither used in libc nor in ISO C, so mark | Philip Guenther |
2015-10-04 | __fdnlist() is exported for libkvm, but the internal call can go direct | Philip Guenther |
2015-10-04 | __xdrrec_getrec is in the reserved namespace, so it doesn't need to be weak | Philip Guenther |
2015-10-04 | Delete an inexplicable comment | Philip Guenther |
2015-10-03 | Initially eric developers asr as a side-load style library for async DNS. | Theo de Raadt |
2015-10-03 | missing asr* -> _asr* symbol rename for building with debug code | Eric Faurot |
2015-10-03 | SSL_new(): fix ref counting and memory leak in error path. | Doug Hogan |
2015-10-02 | make a && && & block more readable. no binary change. | Theo de Raadt |
2015-10-02 | Flense the greasy black guts of unreadble string parsing code out of three areas | Bob Beck |
2015-10-02 | s/ssl3_client_kex/ssl3_send_client_kex/ for consistency with the caller. | Joel Sing |
2015-10-02 | use macros for cookie path and temp file template instead | Alexandre Ratchov |
2015-10-02 | Validate that midi and audio device numbers are integers. | Alexandre Ratchov |
2015-10-02 | As device path is known, use its size instead of PATH_MAX | Alexandre Ratchov |
2015-10-02 | Use macros for audio and midi device paths rather than hardcoded | Alexandre Ratchov |
2015-10-02 | As the socket path is known, use its size rather that PATH_MAX. | Alexandre Ratchov |
2015-10-02 | fix typo in debug message | Alexandre Ratchov |
2015-10-02 | use macros instead of hard-coded strings for unix sockets paths | Alexandre Ratchov |
2015-10-02 | fix spacing | Alexandre Ratchov |
2015-10-02 | remove unused DEFAULT_OPT macro | Alexandre Ratchov |
2015-10-01 | remove the #if bsdi path from here as well | Jonathan Gray |
2015-10-01 | include <sys/types.h> for ssize_t | Brent Cook |
2015-10-01 | Remove support for the AUCAT_COOKIE environment variable. | Alexandre Ratchov |
2015-10-01 | Eliminate the last of the LINTEDn and PRINTFLIKEn comments. In one | Philip Guenther |
2015-09-30 | Place all of the ASN1 M_ macros under #ifndef LIBRESSL_INTERNAL. | Joel Sing |
2015-09-30 | Expand M_i2d_ASN1_OCTET_STRING macros - no change in generated assembly, | Joel Sing |
2015-09-30 | s/M_ASN1_ENUMERATED_free/ASN1_ENUMERATED_free/ | Joel Sing |
2015-09-30 | Replace M_ASN1_ENUMERATED_(free|new) with ASN1_ENUMERATED_(free|new). | Joel Sing |
2015-09-30 | Replace M_ASN1_OCTET_STRING_(free|new) with ASN1_OCTET_STRING_(free|new). | Joel Sing |
2015-09-30 | Replace M_ASN1_UTCTIME_(new|free) with ASN1_UTCTIME_(new|free). | Joel Sing |
2015-09-30 | Replace M_ASN1_IA5STRING_(new|free) with ASN1_IA5STRING_(new|free). Same | Joel Sing |
2015-09-30 | Replace M_ASN1_GENERALIZEDTIME_(new|free) with | Joel Sing |
2015-09-30 | s/M_ASN1_TIME_free/ASN1_TIME_free/ | Joel Sing |
2015-09-30 | Replace M_ASN1_INTEGER_(new|free) with ASN1_INTEGER_(new|free) - this is | Joel Sing |
2015-09-30 | Remove unnecessary type assignments - M_ASN1_INTEGER_new() already sets | Joel Sing |
2015-09-30 | fix two typos. | Igor Sobrado |
2015-09-30 | implement new "prot_exec" tame(2) request: | Sebastien Marie |
2015-09-30 | Remove support for NO_ASN1_TYPEDEFS. | Doug Hogan |
2015-09-29 | convert "last_time" to a time_t, to handle beyond Y2038 | Theo de Raadt |
2015-09-29 | Replace remaining M_ASN1_BIT_STRING_(new|free) macros with calls to | Joel Sing |
2015-09-29 | Instead of declaring a union in multiple places, move it to tls_internal.h. | Joel Sing |
2015-09-29 | clean some ugly intendation warts | Theo de Raadt |
2015-09-29 | Delete the final, inscrutable NOSTRICT and VARARGS lint comments | Philip Guenther |
2015-09-28 | remove excessive brackets on pointer math | Theo de Raadt |
2015-09-28 | Explicit NULL checks and style(9) tweaks. | Joel Sing |
2015-09-28 | seperate random functions into their own block | Theo de Raadt |
2015-09-28 | xdr_ypresp_all_seq() does not need to be exported by libc, we can make it | Theo de Raadt |
2015-09-27 | Redo 1.25, without the NULL deref. | Miod Vallat |