summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-10-03missing asr* -> _asr* symbol rename for building with debug codeEric Faurot
2015-10-03SSL_new(): fix ref counting and memory leak in error path.Doug Hogan
2015-10-02make a && && & block more readable. no binary change.Theo de Raadt
2015-10-02Flense the greasy black guts of unreadble string parsing code out of three areasBob Beck
2015-10-02s/ssl3_client_kex/ssl3_send_client_kex/ for consistency with the caller.Joel Sing
2015-10-02use macros for cookie path and temp file template insteadAlexandre Ratchov
2015-10-02Validate that midi and audio device numbers are integers.Alexandre Ratchov
2015-10-02As device path is known, use its size instead of PATH_MAXAlexandre Ratchov
2015-10-02Use macros for audio and midi device paths rather than hardcodedAlexandre Ratchov
2015-10-02As the socket path is known, use its size rather that PATH_MAX.Alexandre Ratchov
2015-10-02fix typo in debug messageAlexandre Ratchov
2015-10-02use macros instead of hard-coded strings for unix sockets pathsAlexandre Ratchov
2015-10-02fix spacingAlexandre Ratchov
2015-10-02remove unused DEFAULT_OPT macroAlexandre Ratchov
2015-10-01remove the #if bsdi path from here as wellJonathan Gray
2015-10-01include <sys/types.h> for ssize_tBrent Cook
2015-10-01Remove support for the AUCAT_COOKIE environment variable.Alexandre Ratchov
2015-10-01Eliminate the last of the LINTEDn and PRINTFLIKEn comments. In onePhilip Guenther
2015-09-30Place all of the ASN1 M_ macros under #ifndef LIBRESSL_INTERNAL.Joel Sing
2015-09-30Expand M_i2d_ASN1_OCTET_STRING macros - no change in generated assembly,Joel Sing
2015-09-30s/M_ASN1_ENUMERATED_free/ASN1_ENUMERATED_free/Joel Sing
2015-09-30Replace M_ASN1_ENUMERATED_(free|new) with ASN1_ENUMERATED_(free|new).Joel Sing
2015-09-30Replace M_ASN1_OCTET_STRING_(free|new) with ASN1_OCTET_STRING_(free|new).Joel Sing
2015-09-30Replace M_ASN1_UTCTIME_(new|free) with ASN1_UTCTIME_(new|free).Joel Sing
2015-09-30Replace M_ASN1_IA5STRING_(new|free) with ASN1_IA5STRING_(new|free). SameJoel Sing
2015-09-30Replace M_ASN1_GENERALIZEDTIME_(new|free) withJoel Sing
2015-09-30s/M_ASN1_TIME_free/ASN1_TIME_free/Joel Sing
2015-09-30Replace M_ASN1_INTEGER_(new|free) with ASN1_INTEGER_(new|free) - this isJoel Sing
2015-09-30Remove unnecessary type assignments - M_ASN1_INTEGER_new() already setsJoel Sing
2015-09-30fix two typos.Igor Sobrado
2015-09-30implement new "prot_exec" tame(2) request:Sebastien Marie
2015-09-30Remove support for NO_ASN1_TYPEDEFS.Doug Hogan
2015-09-29convert "last_time" to a time_t, to handle beyond Y2038Theo de Raadt
2015-09-29Replace remaining M_ASN1_BIT_STRING_(new|free) macros with calls toJoel Sing
2015-09-29Instead of declaring a union in multiple places, move it to tls_internal.h.Joel Sing
2015-09-29clean some ugly intendation wartsTheo de Raadt
2015-09-29Delete the final, inscrutable NOSTRICT and VARARGS lint commentsPhilip Guenther
2015-09-28remove excessive brackets on pointer mathTheo de Raadt
2015-09-28Explicit NULL checks and style(9) tweaks.Joel Sing
2015-09-28seperate random functions into their own blockTheo de Raadt
2015-09-28xdr_ypresp_all_seq() does not need to be exported by libc, we can make itTheo de Raadt
2015-09-27Redo 1.25, without the NULL deref.Miod Vallat
2015-09-27bump to 2.3.1Brent Cook
2015-09-27lint is dead: delete the trivial uses of /* VARARGS[0-9]+ */Philip Guenther
2015-09-26Use ASN1_item_dup() instead of ASN1_dup().Joel Sing
2015-09-26oops - avoid Xr to self; sorry sebastien...Jason McIntyre
2015-09-26lint is dead: delete useless LINTLIBRARY commentsPhilip Guenther
2015-09-26mentions that using systrace(4) on a tame(2) program isn't possible.Sebastien Marie
2015-09-26We don't need no stinking "EXAMPLE OF THE DSA" or README (the credits areJoel Sing
2015-09-26correct a range problem in citrus-utf8 version of wcrtomb(3), in order to matchSebastien Marie