summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-09-14Avoid .Ns right after .Pf, it's pointless.Ingo Schwarze
2015-09-14Provide tls_config_insecure_noverifytime() in order to be able to disableJoel Sing
2015-09-14Add support for disabling certificate and CRL validity checking.Joel Sing
2015-09-14remove null check before free. from Michael McConvilleTed Unangst
2015-09-14delete bogus trailing .Ns from SYNOPSIS .Ft macrosIngo Schwarze
2015-09-14fix formatting by adding the required quotes to .Fa in the SYNOPSISIngo Schwarze
2015-09-14Remove useless quoting from .Fo and .Fn function names, to preventIngo Schwarze
2015-09-14some conn_version and conn_cipher bits;Jason McIntyre
2015-09-14Wrap moncontrol() so that internal calls go direct and it's a weak symbolPhilip Guenther
2015-09-14in the SYNOPSIS, make void function arguments explicitIngo Schwarze
2015-09-14Only two of the *rand48.c files need <math.h>, so just #include it in themPhilip Guenther
2015-09-14use .Va for global variables, and .Vt where the type is includedIngo Schwarze
2015-09-14vax deserves gdtoa love too!Philip Guenther
2015-09-14Wrap the remaining __*dtoa() functions so that internal calls go directPhilip Guenther
2015-09-14Expose EOF without close-notify via tls_close().Joel Sing
2015-09-14Wrap <langinfo.h> and <regexp.h> so internal calls go direct andPhilip Guenther
2015-09-14Wrap <locale.h> so internal calls go directPhilip Guenther
2015-09-14Return an error if tls_handshake() or tls_close() is called on a contextJoel Sing
2015-09-14Wrap _yp_check() and _yp_unbind() so internal calls go direct and they're weakPhilip Guenther
2015-09-14Wrap <sys/sem.h> so internal calls go direct and all the symbols are weakPhilip Guenther
2015-09-14KNFPhilip Guenther
2015-09-14add missing function return typesIngo Schwarze
2015-09-14Wrap <asr.h> so internal calls go direct and all the symbols are weakPhilip Guenther
2015-09-14Wrap <ifaddrs.h>, <netinet/in.h>, and <netinet/if_ether.h> so internalPhilip Guenther
2015-09-14Wrap <net/if.h> and <net/if_dl.h> so internal calls go direct and all thePhilip Guenther
2015-09-14Wrap <readpassphrase.h> so internal calls go direct and readpassphrase is weakPhilip Guenther
2015-09-14Wrap <netgroup.h> so internal calls go direct and the symbols are all weakPhilip Guenther
2015-09-14Make isfdtype() and getmntinfo() weak symbolsPhilip Guenther
2015-09-14Remove cast of int* to int*Philip Guenther
2015-09-14Use PROTO_DEPRECATED() make tcdrain() weak in libc, to guarantee libpthreadPhilip Guenther
2015-09-14Finish wrapping <netdb.h> so that calls go direct and the symbols are all weakPhilip Guenther
2015-09-14Temporarily revive MD4 for MS CHAP support.Doug Hogan
2015-09-13Crank major version due to removal of SHA-0 and MD4 from libcrypto.Doug Hogan
2015-09-13Remove MD4 support from LibreSSL.Doug Hogan
2015-09-13Wrap <arpa/inet.h> and <arpa/nameser.h> so that calls go direct and thePhilip Guenther
2015-09-13Remove SHA-0 support.Doug Hogan
2015-09-13Wrap <fstab.h> so that calls go direct and the symbols are all weakPhilip Guenther
2015-09-13Wrap <rpcsvc/ypclnt.h> so that calls go direct and the symbols are all weakPhilip Guenther
2015-09-13Wrap <sys/sysctl.h> so that calls go direct and the symbol is weakPhilip Guenther
2015-09-13For now, permit overriding of the malloc family, to make emacs happyPhilip Guenther
2015-09-13Wrap <login_cap.h> so that calls go direct and the symbols are all weakPhilip Guenther
2015-09-13DetritusPhilip Guenther
2015-09-13Rename __sysctl syscall to just sysctl, as the userland wrapper is no longerPhilip Guenther
2015-09-13Since a major bump of libcrypto is coming, remove OPENSSL_ia32cap andMiod Vallat
2015-09-13Need SYS.h for END_STRONG()Philip Guenther
2015-09-13Major bump for symbol removalsPhilip Guenther
2015-09-13Add hidden _libc_ aliases and symbol sizesPhilip Guenther
2015-09-13Add hidden _libc_ aliases and symbol sizesPhilip Guenther
2015-09-13Handle negative-zero in BN_bn2dec() too, just like in BN_print().Theo de Raadt
2015-09-13Reorder functions for readability/consistency.Joel Sing