summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2014-07-04malloc+memset -> callocPhilip Guenther
2014-07-04malloc+memset -> callocPhilip Guenther
2014-07-04It makes much more sense to do the loop checking on incoming mails ratherEric Faurot
2014-07-04always attempt to use tls for relaying to the primary server whenEric Faurot
2014-07-04Tcpdump did not show the OSPF router id of hello packets if it wasAlexander Bluhm
2014-07-04Track whether a process is a zombie or not yet fully built via flagsPhilip Guenther
2014-07-02Warnings. I haz them.Miod Vallat
2014-07-01Fix snprintf() return value tests. ok gilles@Matthieu Herrb
2014-07-01activate "out-of-order" archives based on historyMarc Espie
2014-07-01turn out-of-order extraction back on.Marc Espie
2014-07-01tweak the ProgressMeter code to always record sizes, even in the stub caseMarc Espie
2014-06-30remove backwards compat layer for alpha osf1. back then compilers andTheo de Raadt
2014-06-29If you want <sys/queue.h>, you need to include it. Don't assume thatTheo de Raadt
2014-06-27knf, no functional change.Andre de Oliveira
2014-06-25Apply/fix OpenBSD tag.Tobias Stoeckmann
2014-06-25Check malloc return value for NULL.Tobias Stoeckmann
2014-06-25I did enough significant changes and/or additions since 2007 afterReyk Floeter
2014-06-25sync copyright to reality according to my last changesReyk Floeter
2014-06-25revert for now. Some aspects of tied code are currently broken in a funMarc Espie
2014-06-25Alexander Schrijver posted a diff to remove references to the c_rehash script,Jason McIntyre
2014-06-23The second level of the CTL_NET sysctl is a PF_*, not an AF_*Philip Guenther
2014-06-22missing .Pa macro below FILES;Ingo Schwarze
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