summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-02When "makewhatis -d" tries to add to a database that doesn't (yet) exist,Ingo Schwarze
2016-09-02work on making log.c similar in all daemons:Sebastian Benoit
2016-09-02work on making log.c similar in all daemons:Sebastian Benoit
2016-09-02Remove unused argument in aml_showvalue().Paul Irofti
2016-09-02in6_selectroute should never get a valid struct route * filled with somethingVincent Gross
2016-09-02use imsg_read_nofd() implementation from bgpd.Eric Faurot
2016-09-02Remove old pod docs that are not used or installedBob Beck
2016-09-02use imsg_read_nofd() implementation from bgpd.Eric Faurot
2016-09-02After allocating a single 64 KB mbuf cluster in sosend(), the sendingAlexander Bluhm
2016-09-02As done in httpd, (re-)initialize ps_what in all processes. This isReyk Floeter
2016-09-02Fix misleading 'No valid MBR or GPT' message when no OpenBSD area is found.Paul Irofti
2016-09-02move links from http to https://www.openbsd.org/Theo Buehler
2016-09-02style nit as done in httpdReyk Floeter
2016-09-02As done in httpd, remove ps_ninstances and p_instance.Reyk Floeter
2016-09-02backout accidental commitTheo de Raadt
2016-09-02Make build deterministic by not randomizing the datfiles themselves,Theo Buehler
2016-09-02Terminate relayd using the socket status instead of watching SIGCHLDReyk Floeter
2016-09-02Consider when a prefix expires when sending solicitations instead ofFlorian Obser
2016-09-02Make build deterministic by removing a line that records the date ofTheo Buehler
2016-09-02syncStuart Henderson
2016-09-02provide a pool_setipl so tcpdump can compile this fileDavid Gwynne
2016-09-02proc.c tweaks: Rename proc_listento() to proc_accept() as it is theReyk Floeter
2016-09-02Pull in Chacha20 and Poly1305 source code as xform.o dependenciesMike Belopuhov
2016-09-02Pull in Chacha20 and Poly1305 source code as xform.o dependenciesMike Belopuhov
2016-09-02provide an implementation of red black trees using functionsDavid Gwynne
2016-09-02Pass M_ZERO when allocating memory for "struct usbd_endpoint".Martin Pieuchot
2016-09-02Treat backoff_cutoff as a hard cutoff, not the midpoint in a rangeKenneth R Westerback
2016-09-02for reporting changes, hex and decimal were swappedTheo de Raadt
2016-09-02Adjust for the new default MODP groupMike Belopuhov
2016-09-02Cleanup usbd_fill_iface_data() to make it easier to check for badMartin Pieuchot
2016-09-02Allow editing cpg in expert mode and align the cpg field properlyOtto Moerbeek
2016-09-02Remove obsolete DES-CBC testsMike Belopuhov
2016-09-02krb5 bits should rest in peaceGleydson Soares
2016-09-01remove sparc supportTed Unangst
2016-08-31Crank minor due to API additionBob Beck
2016-08-31Avoid undefined-behavior right-shifting by a word-size # of bits.Brent Cook
2016-08-31Bring in functions used by stunnel and exim from BoringSSL - this bringsBob Beck
2016-08-31Fix some very unnecessary convoultion.Bob Beck
2016-08-27Be more strict when parsing TLS extensions.Joel Sing
2016-08-07Update the link for the getentropy(2) manual to man.openbsd.org/Theo Buehler
2016-08-05Do not *printf %s NULLTheo de Raadt
2016-07-31bump for LibreSSL 2.5.xBrent Cook
2016-07-18don't mix code and decls, ok tedu@Brent Cook
2016-07-17use memset to initialize the unionBrent Cook
2016-07-17remove unused OPENSSL_NO_OBJECT caseBrent Cook
2016-07-17Initialize buffers before use, noted by Kinichiro Inoguchi.Brent Cook
2016-07-16Clean up OCSP_check_validity() a bit more.Bob Beck
2016-07-16Limit the support of the "backward compatible" ssl2 handshake to only beBob Beck
2016-07-10zero the read buffer after copying data to user so it doesn't linger.Ted Unangst
2016-07-07call BN_init on temporaries to avoid use-before-set warningsBrent Cook