summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-12use .Cm rather than .Li for fixed string arguments, andIngo Schwarze
2015-09-12let the C files do the sys/param.h including jobTheo de Raadt
2015-09-12Wrap <inttypes.h> and finish wrapping of <wchar.h> so that calls go directPhilip Guenther
2015-09-12sys/syscall_mi is only included by MD trap.c files, which have reason toTheo de Raadt
2015-09-12Explicitely include <arm/armreg.h> here instead of expecting previouslyMiod Vallat
2015-09-12use .Cm rather than .Ar for fixed string argumentsIngo Schwarze
2015-09-12Remove most of the SSLv3 version checks and a few TLS v1.0.Doug Hogan
2015-09-12Use kbind for lazy binding GOT/PLT updates on arm.Philip Guenther
2015-09-12use sysctl() to get FSCALE value; ok guentherTheo de Raadt
2015-09-12mark up arguments individually and drop redundant .BkIngo Schwarze
2015-09-12syncTheo de Raadt
2015-09-12Add openssl(1) speed support for AEAD algorithms.Brent Cook
2015-09-12don't use literal brackets to indicate optional syntax elements,Ingo Schwarze
2015-09-12Cleanup enginetest a bit.Brent Cook
2015-09-12Wrap <dbm.h> and <ndbm.h> so that calls go direct and the symbols are all weakPhilip Guenther
2015-09-12Wrap <bsd_auth.h> so that calls go direct and the symbols are all weakPhilip Guenther
2015-09-12Wrap <assert.h> so that __assert2() goes directPhilip Guenther
2015-09-12add missing .Ar macrosIngo Schwarze
2015-09-12use .Cm for fixed string argumentsIngo Schwarze
2015-09-12Uncopy and unpaste dtls1_send_newsession_ticket() - another 111 lines ofJoel Sing
2015-09-12Fix the openssl(1) prime command: When checking a decimal number forLawrence Teo
2015-09-12Move handshake message header length determination into a separateJoel Sing
2015-09-12ktrcsw(9) has been removed, so remove its man page too.Lawrence Teo
2015-09-12Wrap shm_open() to go direct and mark shm_{mkstemp,unlink}() as weakPhilip Guenther
2015-09-12Wrap <unistd.h> so that internal calls go direct and they're all weak symbolsPhilip Guenther
2015-09-12Wrap <getopt.h> to make the functions weak and make access to the initializedPhilip Guenther
2015-09-12Provide an ftpproxy6 rc script. ftp-proxy can only open one listening socketStuart Henderson
2015-09-12Wrap <time.h> so that internal calls go direct and symbols not in C99 are weakPhilip Guenther
2015-09-12Uncopy and unpaste dtls1_send_certificate_request() - removes another 80Joel Sing
2015-09-12Wrap <syslog.h> so that internal calls go direct and they're all weak symbolsPhilip Guenther
2015-09-12Uncopy and unpaste dtls1_send_server_key_exchange(). Removes another 329Joel Sing
2015-09-12obvious macros fixes:Ingo Schwarze
2015-09-12Use rtfree() instead of playing with the refcount directly. Some care isClaudio Jeker
2015-09-12It is not necessary to reset errno to 0 since we use logerrorx().Alexander Bluhm
2015-09-12Uncopy and unpaste dtls1_send_server_done().Joel Sing
2015-09-12Wrap <dirent.h> so that internal calls go direct and they're all weak symbolsPhilip Guenther
2015-09-12Introduce if_input_local() a function to feed local traffic back toMartin Pieuchot
2015-09-12Wrap <fts.h> and <ftw.h> so that internal calls to fts_*() go direct andPhilip Guenther
2015-09-12Uncopy and unpaste dtls1_send_server_hello().Joel Sing
2015-09-12Make these timer_* stubs weak symbolsPhilip Guenther
2015-09-12Uncopy and unpaste dtls1_send_hello_request().Joel Sing
2015-09-12Convert the rest of the server handshake functions to ssl3_handshake_msg_*.Joel Sing
2015-09-12Uncopy and unpaste dtls1_send_client_verify() - theJoel Sing
2015-09-12Remove dead get_host_seed() function; Martin NatanoMiod Vallat
2015-09-12Uncopy and unpaste dtls1_send_client_key_exchange() - theJoel Sing
2015-09-12Use explicit_bzero() instead of memset() when clearing private keys.Joel Sing
2015-09-12Old diff found in my tree: Add HISTORY; info from the CSRG CDs.Ingo Schwarze
2015-09-12typo that breaks the buildChristian Weisgerber
2015-09-12Fix two cases where it was possible to call if_put with an uninitialized ifpClaudio Jeker
2015-09-12show a few more lines of trace; discussed in the roomTheo de Raadt