summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2016-02-24satisfy whiny compiler on m88k, noticed by aoyama, solution from gsoaresTheo de Raadt
2016-02-23sanitize environment thru a whitelist. Only pass what's relevant for ftp andMarc Espie
2016-02-23I just stumbled on this and noticed that eigrpd requires inet and rpath in pl...Gleydson Soares
2016-02-22the default address family for a listener was set too late and wouldGilles Chehade
2016-02-21Skip redistributed routes when updating the FIB.Renato Westphal
2016-02-21Move some functions around and rename a few variables and functions.Renato Westphal
2016-02-21Simplify the handling of the sequence tlv.Renato Westphal
2016-02-21Copy structs by assignment instead of memcpy.Renato Westphal
2016-02-21Introduce the bad_addr() family of functions.Renato Westphal
2016-02-21Extend eigrp_addrcmp() and use it in more places.Renato Westphal
2016-02-21Several minor tweaks.Renato Westphal
2016-02-21Add scope id only for unicast IPv6 packets.Renato Westphal
2016-02-21Make eigrpd work against newer IOS routers.Renato Westphal
2016-02-21Filter our RTM_GET messages which are not from us.Renato Westphal
2016-02-21Make tcpdump show details of beacon country elements in verbose mode only.Stefan Sperling
2016-02-21bump versionGilles Chehade
2016-02-18sync() requires unistd.hTobias Ulmer
2016-02-18Fix format string of a warning.Alexander Bluhm
2016-02-17Prevent an integer overflow in syslogd when parsing the priority.Alexander Bluhm
2016-02-16Pass down the initial value of CR0 down to the RESETCPU ioctl() as well.Stefan Kempf
2016-02-15Revert previous, semarie@ found a regression.Martin Pieuchot
2016-02-14ospf6d looks for net.inet6.ip6.forwarding, not net.inet.ip.forwarding.Reyk Floeter
2016-02-14httpd patterns double freeSebastien Marie
2016-02-14Simplify address parsing code by only using inet_net_pton(3).Martin Pieuchot
2016-02-13tweak previous;Jason McIntyre
2016-02-13describe how 'listen on socket' worksGilles Chehade
2016-02-13handle enqueuer socket as a regular listener that can be configured withGilles Chehade
2016-02-13remove some noop leftover code from an earlier cleanupGilles Chehade
2016-02-13remove support for 'dbm' which is really 'recno' from our makemap, it can'tGilles Chehade
2016-02-12Call daemon(3) later, to catch errors from getpwnam and others.Jeremie Courreges-Anglas
2016-02-12Exit early with an error if the "_ftp_proxy" user does not exist. This preventsAntoine Jacoutot
2016-02-12pledge for "dns" if -A is passed, even with -n.Sebastien Marie
2016-02-12Cleanup getopt(3) mis-use in sendmail compat code.Sunil Nimmagadda
2016-02-12hexidecimal -> hexadecimalmmcc
2016-02-11Back out previous; requested by jung@Tim van der Molen
2016-02-11Include the server port number in the common and combined logs. This is usefulTim van der Molen
2016-02-10Change imsg_read() return value checking from an if..else block toTodd C. Miller
2016-02-10when creating a db map, we use a temporary file to work on and atomicallyGilles Chehade
2016-02-09add PROC_QUEUE_MESSAGE_UNCORRUPT to smtpd-api.h, needed by privsep queuesGilles Chehade
2016-02-09r1.16 accidentally masked retries on EAGAIN introduced in r1.15.Sunil Nimmagadda
2016-02-09rename variable sun to s_un to ease portabilityGilles Chehade
2016-02-09tweak namesMarc Espie
2016-02-09drop privs prior to running ftpMarc Espie
2016-02-09fix a use after free in an error pathJonathan Gray
2016-02-09another typoJeremie Courreges-Anglas
2016-02-09Kill code to send unicast packets which never got enabled.Jeremie Courreges-Anglas
2016-02-08Kill trailing whitespace.Jeremie Courreges-Anglas
2016-02-08typosJeremie Courreges-Anglas
2016-02-08Print MAX addresses padded with a leading zero.Jeremie Courreges-Anglas
2016-02-08sys/param.h -> sys/types.h. No need to drag in nitems() only toKenneth R Westerback