summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-09-10revert accidental commitBob Beck
2015-09-10comment for errno clobbering, to indicate why we do this.Bob Beck
2015-09-10bump majorBob Beck
2015-09-10change TLS_READ_AGAIN to TLS_WANT_POLLIN and TLS_WRITE_AGAIN to TLS_WANT_POLLOUTBob Beck
2015-09-10Change tls_read and tls_write semantics to return an ssize_t to betterBob Beck
2015-09-10no more mpool;Jason McIntyre
2015-09-10tweak Nd after previous; ok mpiJason McIntyre
2015-09-10Split tls_handshake() out from tls_accept/tls_connect. By doing this theJoel Sing
2015-09-10add MLINKS for _prefer_ciphers_*Jason McIntyre
2015-09-10Add support for preferring the server's cipher list or the client's cipherJoel Sing
2015-09-10Remove link_addr(3). A function to encode the name of an interface inMartin Pieuchot
2015-09-10Fix an incorrect error check in DSA verify.Brent Cook
2015-09-09Add missing CVS Mdocdate tags. No text change, except for the changeIngo Schwarze
2015-09-09seperate->separate;Jason McIntyre
2015-09-09Indent labels with a space so that diff -p is more friendly.Joel Sing
2015-09-09Check handshake_func against NULL rather than 0, since it is a functionJoel Sing
2015-09-09Add client certificate support. Still needs a few tweaks but this willBob Beck
2015-09-09always clear errno when coming back from tls_read tls_write, and tls_close.Bob Beck
2015-09-09Move to next tame() API. The flags are now passed as a very simple string,Theo de Raadt
2015-09-09nuke trailing whitespaceBob Beck
2015-09-09Remove the mpool(3) manpagesPhilip Guenther
2015-09-09Bump for symbol removalsPhilip Guenther
2015-09-09Hide __sigintr and __strsignal as internal implementation details.Philip Guenther
2015-09-09Hide all unnecessary asr / resolver related API with _ prefixes.Theo de Raadt
2015-09-09Use SOCK_NONBLOCK in a couple more placesPhilip Guenther
2015-09-09Stop exporting from libc the <mpool.h> and the mpool_* APIPhilip Guenther
2015-09-09Hide YP-specific xdr_* functions, and have the YP tools link -lrpcsvcTheo de Raadt
2015-09-09Only take ownership of a socket if we allocated it within libtls. If we areJoel Sing
2015-09-09Syslogd can handle 8192 bytes per message now. Increase the libcAlexander Bluhm
2015-09-09Fetch the _GLOBAL)OFFSET_TABLE_ and _DYNAMIC pointers in a way that'sMark Kettenis
2015-09-09Now that ld(1) will generate a read-only GOT for truly static binaries, weMark Kettenis
2015-09-09Simplify makefile rules for building the ASM stubs into "pick somethingPhilip Guenther
2015-09-09Backtrack a little bit and don't try to use the per-thread errno location ifMark Kettenis
2015-09-08port the changes just made to kvm_getfiles in kvm_file2.c r1.47 toDavid Gwynne
2015-09-08Remove the default HTTPS port from tls_connect() - this is a TLS library,Joel Sing
2015-09-07Delete ktracing of context switches: it's unused, and not particularly useful,Philip Guenther
2015-09-07Add getfsstat(2) to TAME_RPATH; OK deraadt@tim
2015-09-06Document the rule for keeping static and shared archs in syncPhilip Guenther
2015-09-06Fix aliasing of sys_errlist, sys_nerr, sys_siglist, and sys_signamePhilip Guenther
2015-09-06spacing required before punctuation;Jason McIntyre
2015-09-06remove excessive Xr; from rob pierceTheo de Raadt
2015-09-05Fix previous: restore a PSEUDO_SUFFIX macro to actually handle errno and returnPhilip Guenther
2015-09-05This is probably what guenther@ had in mind.Miod Vallat
2015-09-05off-by-one for the previous patch. the limit is inclusive: 0x10ffff is a vali...Sebastien Marie
2015-09-05Hide some YP internals. Annotate a few private hooks currently usedTheo de Raadt
2015-09-05rather than assuming stderr is alive, open + dprintf to /dev/ttyTheo de Raadt
2015-09-05check for limiting the range of UTF-8 to 0x10FFFF, as requested by RFC 3629.Sebastien Marie
2015-09-05Delete duplicated CVS $foo tagsPhilip Guenther
2015-09-05Use new framework for wrapping dbopen()Philip Guenther
2015-09-05Use new framework for wrapping cat{open,gets,close}(), eliminatingPhilip Guenther