summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clarify a point. Adjust punctuation after discussion w/ jmc@guenther2015-10-041-3/+3
* Wrap <search.h> to make all the symbols there weakguenther2015-10-041-0/+35
* Wrap <spawn.h> to make all the symbols there weakguenther2015-10-041-0/+45
* wrap __ivaliduser_sa() so the internal call is direct (at least until weguenther2015-10-041-0/+2
* wrap _fwalk() so internal calls are direct (at least until we stopguenther2015-10-042-2/+4
* recv() and send() aren't overriden by libpthread (vs recvfrom() and sendto()!)guenther2015-10-043-3/+7
* getpeereid() and sockatmark() are neither used in libc nor in ISO C, so markguenther2015-10-041-1/+3
* __fdnlist() is exported for libkvm, but the internal call can go directguenther2015-10-041-1/+3
* __xdrrec_getrec is in the reserved namespace, so it doesn't need to be weakguenther2015-10-041-2/+2
* Delete an inexplicable commentguenther2015-10-041-2/+2
* Initially eric developers asr as a side-load style library for async DNS.deraadt2015-10-032-65/+15
* missing asr* -> _asr* symbol rename for building with debug codeeric2015-10-033-17/+17
* SSL_new(): fix ref counting and memory leak in error path.doug2015-10-032-16/+6
* make a && && & block more readable. no binary change.deraadt2015-10-021-4/+7
* Flense the greasy black guts of unreadble string parsing code out of three areasbeck2015-10-0215-543/+666
* s/ssl3_client_kex/ssl3_send_client_kex/ for consistency with the caller.jsing2015-10-022-18/+22
* use macros for cookie path and temp file template insteadratchov2015-10-021-3/+5
* Validate that midi and audio device numbers are integers.ratchov2015-10-024-7/+43
* As device path is known, use its size instead of PATH_MAXratchov2015-10-022-4/+12
* Use macros for audio and midi device paths rather than hardcodedratchov2015-10-022-4/+6
* As the socket path is known, use its size rather that PATH_MAX.ratchov2015-10-022-4/+11
* fix typo in debug messageratchov2015-10-021-2/+2
* use macros instead of hard-coded strings for unix sockets pathsratchov2015-10-022-6/+16
* fix spacingratchov2015-10-021-2/+2
* remove unused DEFAULT_OPT macroratchov2015-10-021-2/+1
* remove the #if bsdi path from here as welljsg2015-10-011-22/+1
* include <sys/types.h> for ssize_tbcook2015-10-011-1/+3
* Remove support for the AUCAT_COOKIE environment variable.ratchov2015-10-012-17/+9
* Eliminate the last of the LINTEDn and PRINTFLIKEn comments. In oneguenther2015-10-0114-44/+19
* Place all of the ASN1 M_ macros under #ifndef LIBRESSL_INTERNAL.jsing2015-09-302-60/+74
* Expand M_i2d_ASN1_OCTET_STRING macros - no change in generated assembly,jsing2015-09-302-6/+10
* s/M_ASN1_ENUMERATED_free/ASN1_ENUMERATED_free/jsing2015-09-302-4/+4
* Replace M_ASN1_ENUMERATED_(free|new) with ASN1_ENUMERATED_(free|new).jsing2015-09-302-6/+6
* Replace M_ASN1_OCTET_STRING_(free|new) with ASN1_OCTET_STRING_(free|new).jsing2015-09-3030-98/+98
* Replace M_ASN1_UTCTIME_(new|free) with ASN1_UTCTIME_(new|free).jsing2015-09-302-6/+6
* Replace M_ASN1_IA5STRING_(new|free) with ASN1_IA5STRING_(new|free). Samejsing2015-09-306-18/+18
* Replace M_ASN1_GENERALIZEDTIME_(new|free) withjsing2015-09-306-14/+14
* s/M_ASN1_TIME_free/ASN1_TIME_free/jsing2015-09-304-14/+14
* Replace M_ASN1_INTEGER_(new|free) with ASN1_INTEGER_(new|free) - this isjsing2015-09-3024-82/+82
* Remove unnecessary type assignments - M_ASN1_INTEGER_new() already setsjsing2015-09-302-6/+2
* fix two typos.sobrado2015-09-301-2/+2
* implement new "prot_exec" tame(2) request:semarie2015-09-301-3/+15
* Remove support for NO_ASN1_TYPEDEFS.doug2015-09-302-42/+2
* convert "last_time" to a time_t, to handle beyond Y2038deraadt2015-09-292-14/+14
* Replace remaining M_ASN1_BIT_STRING_(new|free) macros with calls tojsing2015-09-296-18/+18
* Instead of declaring a union in multiple places, move it to tls_internal.h.jsing2015-09-293-15/+14
* clean some ugly intendation wartsderaadt2015-09-295-12/+21
* Delete the final, inscrutable NOSTRICT and VARARGS lint commentsguenther2015-09-292-4/+2
* remove excessive brackets on pointer mathderaadt2015-09-282-16/+16
* Explicit NULL checks and style(9) tweaks.jsing2015-09-281-7/+7