summaryrefslogtreecommitdiffstats
path: root/usr.sbin (follow)
Commit message (Expand)AuthorAgeFilesLines
* malloc+memset -> callocguenther2014-07-041-4/+3
* It makes much more sense to do the loop checking on incoming mails rathereric2014-07-042-59/+29
* always attempt to use tls for relaying to the primary server wheneric2014-07-041-1/+4
* Tcpdump did not show the OSPF router id of hello packets if it wasbluhm2014-07-042-6/+3
* Track whether a process is a zombie or not yet fully built via flagsguenther2014-07-041-2/+1
* Warnings. I haz them.miod2014-07-021-2/+11
* Fix snprintf() return value tests. ok gilles@matthieu2014-07-012-6/+6
* activate "out-of-order" archives based on historyespie2014-07-011-43/+83
* turn out-of-order extraction back on.espie2014-07-011-34/+104
* tweak the ProgressMeter code to always record sizes, even in the stub caseespie2014-07-012-40/+62
* remove backwards compat layer for alpha osf1. back then compilers andderaadt2014-06-304-79/+3
* If you want <sys/queue.h>, you need to include it. Don't assume thatderaadt2014-06-296-6/+12
* knf, no functional change.andre2014-06-273-42/+41
* Apply/fix OpenBSD tag.tobias2014-06-252-1/+3
* Check malloc return value for NULL.tobias2014-06-251-2/+3
* I did enough significant changes and/or additions since 2007 afterreyk2014-06-252-3/+5
* sync copyright to reality according to my last changesreyk2014-06-257-15/+15
* revert for now. Some aspects of tied code are currently broken in a funespie2014-06-251-61/+15
* Alexander Schrijver posted a diff to remove references to the c_rehash script,jmc2014-06-251-6/+5
* The second level of the CTL_NET sysctl is a PF_*, not an AF_*guenther2014-06-238-29/+29
* missing .Pa macro below FILES;schwarze2014-06-221-3/+3
* Instead of showing the difference between a bad checksum and a goodlteo2014-06-205-34/+46
* Import in_cksum_shouldbe() from mainline tcpdump; this is needed by mylteo2014-06-203-4/+93
* oops, committed debug version, to the tied hash was not used at all,espie2014-06-171-5/+4
* Convert malloc/memset to calloc, and remove pointless casts while here.lteo2014-06-171-11/+7
* tweak extraction for out-of-order archives: do a first passespie2014-06-161-15/+62
* tweak the size_and support to be able to do stuff out of orderespie2014-06-162-13/+43
* fix bug introduced by work-around: sets with nothing to do must be markedespie2014-06-161-1/+2
* Correct precedence for returned value.afresh12014-06-151-2/+2
* fix duplicate entry for the eot extension; noted by ajacoutot@robert2014-06-131-2/+1
* Fix tcp-mss-adjust of pipex and npppd to update the pointer ofyasuoka2014-06-131-3/+8
* update to 1.6.0 with official syslog support backported from the 1.7 branchrobert2014-06-12167-2736/+8479
* display full url if we can for UNSIGNED PACKAGES.espie2014-06-121-3/+9
* rfc 4512, not 4712;jmc2014-06-111-4/+4
* Prettify & refactor, no functional change.pelikan2014-06-112-28/+33
* we should really zero a buffer we strlcat to otherwise aliases resolutiongilles2014-06-102-2/+4
* get verbose_system in line with _system, do not display \&code snippets...espie2014-06-101-2/+9
* Implement -u (user to drop privs to) and -p flag (path to chroot to).florian2014-06-102-13/+45
* Cleanup socket creation.florian2014-06-102-13/+10
* Change the installboot file copying process so that it carefullyjsing2014-06-092-19/+13
* Use calloc() instead of malloc()/memset().jsing2014-06-093-10/+7
* remove last few uses of __Pderaadt2014-06-071-2/+2
* Clint Pachl points out "authtable" is optional;jmc2014-06-071-3/+3
* Update description of optional argument "datalen" to reality.florian2014-06-061-5/+7
* when relying on the local enqueuer, fix an issue with long To and Cc linesgilles2014-06-061-3/+4
* Reduce code running as root by trying to create all needed socketsflorian2014-06-051-14/+38
* datalen is additional data, sync traceroute6 to traceroute. Also "nnflorian2014-06-041-12/+33
* Replace ICMP6ECHOLEN define with sizeof()florian2014-06-041-5/+5
* fix a fd leak in an error pathjsg2014-06-041-1/+2
* remove set but not used variablechl2014-06-031-4/+1