summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-08Something is subtly wrong with this. On ramdisks, processes run out ofTheo de Raadt
2015-02-08Do extend CFLAGS instead of assigning it so that DEBUG=-g worksClaudio Jeker
2015-02-08move a log_warnx() to a DPRINTF, as it's information intendedBret Lambert
2015-02-08replace hand rolled code to maintain a list of bufs with a fifoDavid Gwynne
2015-02-08Use ebuf[ERRBUFSIZE] instead of ebuf[256] everywhere.Reyk Floeter
2015-02-08pf normalization code was in dire need of style normalization.Henning Brauer
2015-02-08Get rid of a bunch of memset()'s where struct variables and arraysKenneth R Westerback
2015-02-08Give up tracing if RA is corrupted. OK miod@Masao Uebayashi
2015-02-08Style.Masao Uebayashi
2015-02-08Fix cross-build. OK jsing@ miod@ guenther@ deraadt@Masao Uebayashi
2015-02-08spacingReyk Floeter
2015-02-07spacingReyk Floeter
2015-02-07Remove server_load_file() in favor of tls_load_file(3)Reyk Floeter
2015-02-07jmc reminded me that if we document new functions we should link them upDavid Gwynne
2015-02-07use a better example for the USTed Unangst
2015-02-07Added tls_load_file()Reyk Floeter
2015-02-07Add manpage bits for tls_load_file() and tls_accept_socket().Reyk Floeter
2015-02-07Check for \0 in the right place, from J Raynor.Nicholas Marriott
2015-02-07parse debug levels with strtonum, so that debug 1banana doesn't parse.Ted Unangst
2015-02-07typosMiod Vallat
2015-02-07Misplaced #endifMiod Vallat
2015-02-07Add tls_load_file() as a helper to load certificates or encrypted keysReyk Floeter
2015-02-07Add the .orig file to CLEANFILESMiod Vallat
2015-02-07Don't leak addresses in error messages.Miod Vallat
2015-02-07use strtonum() instead of atoi(); ok bluhmTheo de Raadt
2015-02-07Oh well, APM_USER_HIBERNATE_REQ being used in MI code, needs to be definedMiod Vallat
2015-02-07APM_USER_HIBERNATE_REQ here too.Miod Vallat
2015-02-07Fix a logic error when enabling MAC and reset the checksum report bitMartin Pieuchot
2015-02-07Don't panic on unhandled net80211 state transitions in iwm(4).Stefan Sperling
2015-02-07Remove useless variables and use the values directly.Doug Hogan
2015-02-07sync usage(); ok espieJason McIntyre
2015-02-07put -G and it's args back onto one line in SYNOPSIS, to avoid having mandocJason McIntyre
2015-02-07Closing a block validates it, which may end up deleting it,Ingo Schwarze
2015-02-07Update New Mexico area codes (the change happened in 2006).Anthony J. Bentley
2015-02-07Don't support very old versions of Netscape (is there any other kind?).Doug Hogan
2015-02-07document -CMarc Espie
2015-02-07add support for the popular -C option, in the least intrusive way possible:Marc Espie
2015-02-07Delete a lot of #if 0 code in libressl.Doug Hogan
2015-02-07Typo, discussed with deraadt@Mike Larkin
2015-02-07syncTheo de Raadt
2015-02-07typo caught by the ever attentive mlarkinTed Unangst
2015-02-07Close appropriate ends of pfpipe. Lets pf table process die when dhcpdKenneth R Westerback
2015-02-07add STARTTLS support, using the shiny libtls.Henning Brauer
2015-02-07Add support for interface-mtu (option 26).Kenneth R Westerback
2015-02-07remove unused cu(1) support in tip; it is supplied as a seperateTheo de Raadt
2015-02-07Convert tls_connect_fds() and tls_accept_socket() to the new OpenSSL errorJoel Sing
2015-02-07pf synproxy will do the 3WHS on behalf of the target machine, and onceHenning Brauer
2015-02-07Convert several of the server side handshake functions to the new handshakeJoel Sing
2015-02-07document restriction on argv having one elementTed Unangst
2015-02-07forbid execve() with argc == 0. prompted by a millert email.Ted Unangst