summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-08Return 0 on read from PIT control port. Intel explicitly says this is notMike Larkin
2016-07-08Improve crypto ordering for Encrypt-then-MAC (EtM) mode MAC algorithms.Damien Miller
2016-07-07Updated the ldpd.conf man page examplesRafael Zalamena
2016-07-07Apply http://perl5.git.perl.org/perl.git/commitdiff/08e3451d7Todd C. Miller
2016-07-07syncTheo de Raadt
2010-09-24Perl 5.12.2 from CPANTodd C. Miller
2016-07-07sync with mdocml.bsd.lv: mention httpd(8) and slowcgi(8)Ingo Schwarze
2016-07-07Revert previous since the libtls change has been reverted.Joel Sing
2016-07-07Revert previous - it introduces problems with a common privsep use case.Joel Sing
2016-07-07add ca cert error check and make the path configurableBrent Cook
2016-07-07call BN_init on temporaries to avoid use-before-set warningsBrent Cook
2016-07-07biff, mesg, vi: only consider ACCESSPERMS for setting tty mode.Sebastien Marie
2016-07-07tmux: only consider ACCESSPERMS for setting mode on socket_path.Sebastien Marie
2016-07-07Add man page for the maxrtc(4) I2C driver.Marcus Glocker
2016-07-07sanity check vm create and run args earlierMike Larkin
2016-07-06Now libtls is always reading cert.pem during tls_config_new().Alexander Bluhm
2016-07-06J/j is a three valued option, document and fix code to actuall support thatOtto Moerbeek
2016-07-06Allow space-deliminated fields in syslog.conf in addition toTodd C. Miller
2016-07-06Return EINVAL for mknod/mknodat when dev is -1 (aka VNOVAL).Todd C. Miller
2016-07-06Check that the given ciphers string is syntactically valid and results inJoel Sing
2016-07-06route6d spring cleanupJeremie Courreges-Anglas
2016-07-06Remove manual file loading (now that libtls does this for us) and adjustJoel Sing
2016-07-06Always load CA, key and certificate files at the time the configurationJoel Sing
2016-07-06fix several places where calculating ticks could overflow.Ted Unangst
2016-07-06Move Hop-by-Hop processing into its own function ip6_hbhchcheck().Martin Pieuchot
2016-07-06syncVisa Hankala
2016-07-06clarify a comment about memory regionsMike Larkin
2016-07-06Use fstatat() to avoid path surgery.Philip Guenther
2016-07-06Correctly handle an EOF that occurs prior to the TLS handshake completing.Joel Sing
2016-07-05Some new tests related to bin/cat.c rev. 1.25,Ingo Schwarze
2016-07-05Improve the tracking functions in wsmouse.Ulf Brosziewski
2016-07-05syncTheo de Raadt
2016-07-05Update to tzdata2016f from from ftp.iana.org.Todd C. Miller
2016-07-05Remove kern.random remnants; OK deraadt@Tim van der Molen
2016-07-05Move to svc_getreq_poll/svc_pollfd.Jeremie Courreges-Anglas
2016-07-05Remove debug code that slipped in.Visa Hankala
2016-07-05Build eeprom(8) on octeon.Visa Hankala
2016-07-05regenVisa Hankala
2016-07-05Add /dev/openprom.Visa Hankala
2016-07-05Add openprom(4) for octeon.Visa Hankala
2016-07-05Hook up the pcfrtc(4) manual; OK kettenis@Tim van der Molen
2016-07-05Expand IN6_IFF_NOTREADY, ok bluhm@Martin Pieuchot
2016-07-05syncStuart Henderson
2016-07-05Do not use ``rt_addr'' in in{6,}_selectsrc() it doesn't work with magicMartin Pieuchot
2016-07-05Modify code added in rev 1.30 to use the correct variable instead of aJonathan Gray
2016-07-05remove extra assignment of s from 1.11, fix regression testBrent Cook
2016-07-05remove unneeded duplicate call - spotted by jsing@Bob Beck
2016-07-05On systems where we do not have BN_ULLONG defined (most 64-bit systems),Brent Cook
2016-07-05Missed a reference to dl_prebind.hPhilip Guenther
2016-07-05remove some casts that aren't necessary.Ted Unangst