summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2014-06-20Instead of showing the difference between a bad checksum and a goodLawrence Teo
2014-06-20Import in_cksum_shouldbe() from mainline tcpdump; this is needed by myLawrence Teo
2014-06-17oops, committed debug version, to the tied hash was not used at all,Marc Espie
2014-06-17Convert malloc/memset to calloc, and remove pointless casts while here.Lawrence Teo
2014-06-16tweak extraction for out-of-order archives: do a first passMarc Espie
2014-06-16tweak the size_and support to be able to do stuff out of orderMarc Espie
2014-06-16fix bug introduced by work-around: sets with nothing to do must be markedMarc Espie
2014-06-15Correct precedence for returned value.Andrew Fresh
2014-06-13fix duplicate entry for the eot extension; noted by ajacoutot@Robert Nagy
2014-06-13Fix tcp-mss-adjust of pipex and npppd to update the pointer ofYASUOKA Masahiko
2014-06-12update to 1.6.0 with official syslog support backported from the 1.7 branchRobert Nagy
2014-06-12display full url if we can for UNSIGNED PACKAGES.Marc Espie
2014-06-11rfc 4512, not 4712;Jason McIntyre
2014-06-11Prettify & refactor, no functional change.Martin Pelikan
2014-06-10we should really zero a buffer we strlcat to otherwise aliases resolutionGilles Chehade
2014-06-10get verbose_system in line with _system, do not display \&code snippets...Marc Espie
2014-06-10Implement -u (user to drop privs to) and -p flag (path to chroot to).Florian Obser
2014-06-10Cleanup socket creation.Florian Obser
2014-06-09Change the installboot file copying process so that it carefullyJoel Sing
2014-06-09Use calloc() instead of malloc()/memset().Joel Sing
2014-06-07remove last few uses of __PTheo de Raadt
2014-06-07Clint Pachl points out "authtable" is optional;Jason McIntyre
2014-06-06Update description of optional argument "datalen" to reality.Florian Obser
2014-06-06when relying on the local enqueuer, fix an issue with long To and Cc linesGilles Chehade
2014-06-05Reduce code running as root by trying to create all needed socketsFlorian Obser
2014-06-04datalen is additional data, sync traceroute6 to traceroute. Also "nnFlorian Obser
2014-06-04Replace ICMP6ECHOLEN define with sizeof()Florian Obser
2014-06-04fix a fd leak in an error pathJonathan Gray
2014-06-03remove set but not used variableCharles Longeau
2014-06-03as miod found out, mandocdb is slightly intrusive and wants to know whereMarc Espie
2014-06-03Handle the event parameter of libevent callback function as a bitYASUOKA Masahiko
2014-06-03Expand the IP checksum offload subsection to mention the same issue withLawrence Teo
2014-06-02Remove references to RANDFILE.Joel Sing
2014-06-02Remove details regarding -rand from the openssl man page.Joel Sing
2014-05-30oops, auto-read config only *after* we have a way to print out errors.Marc Espie
2014-05-30Use calloc instead of malloc and memset.YASUOKA Masahiko
2014-05-29define -DLIBRESSL_INTERNAL in here so we don't use nastiesBob Beck
2014-05-29use calloc, from Benjamin BaierTed Unangst
2014-05-28Fixed chap_input() and chap_authenticate() not to be used as if theyYASUOKA Masahiko
2014-05-28remove an errant semicolon.Daniel Dickman
2014-05-28a void function should not be returning anything.Daniel Dickman
2014-05-25use reallocarray.Marc Espie
2014-05-23Don't print a "weird flag" type warning "[b2&3=0x2400]" for DNS NOTIFYStuart Henderson
2014-05-23clean up after the traphandler children, otherwise they will live onSebastian Benoit
2014-05-23use reallocarrayMarc Espie
2014-05-22when we reduced the number of iovec's we passed through an imsg, the iovecGilles Chehade
2014-05-21stat(2) on the spool file needs privileges. Fixes file size reported byPascal Stumpf
2014-05-20destinct is spelled distinct.David Gwynne
2014-05-20format string cleanup: change "%i" to "%d" and fix a few typosEric Faurot
2014-05-20Unify the SSL privsep key loading functions.Reyk Floeter