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