summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2016-09-28Always do the setgroups, setresgid and setresuid even if if theFlorian Obser
2016-09-27Fix previous: don't attempt to write a NULL packet to the tap device.Reyk Floeter
2016-09-27The fork+exec privsep commit broke the "block request method" httpAlexander Bluhm
2016-09-27switch to using the new package signature scheme (signify2) by defaultChristian Weisgerber
2016-09-27OpenFlow PACKET_IN can send truncated packets; this only makes senseReyk Floeter
2016-09-27Drop privileges to newly added _traceroute user/group.Florian Obser
2016-09-26If the argument of -o specifies a directory, dump the files without using aMark Kettenis
2016-09-26Teach ntpd(8) constraint process to use exec*() instead of just forking,Rafael Zalamena
2016-09-26Exit early from rdaemon() is the passed fd is invalid.Jeremie Courreges-Anglas
2016-09-26Teach ntpd(8) how to use socket status to shutdown the daemon. While atRafael Zalamena
2016-09-26spacingReyk Floeter
2016-09-26Fix compilation warning by using the correct cast/format.Rafael Zalamena
2016-09-26Teach switchd(8) how to create flows for new connections using OpenFlowRafael Zalamena
2016-09-26Set pkt_buf variable on incoming packet_in messages.Rafael Zalamena
2016-09-26Fix a memory leak and a loop in the ofp_read() that happens every time aRafael Zalamena
2016-09-26Enable more debug messages to help developing flow modification messages.Rafael Zalamena
2016-09-25Document the dependency on sysctl kern.allowkmemTheo de Raadt
2016-09-25Correct the flag listing for switchd(8) and add a files section for theJonathan Gray
2016-09-25Make a move towards ending 4 decades of kernel snooping.Theo de Raadt
2016-09-25Remove more duplicated includesFrederic Cambus
2016-09-25consistently use MAX_ prefixFlorian Obser
2016-09-25Interval calculations are perfectly fine with ints.Florian Obser
2016-09-24The file descriptor needs to be closed in both the TLS and non-TLS case,Joel Sing
2016-09-24Both tls_free() and tls_config_free() are safe to call with NULL.Joel Sing
2016-09-24Remove more backwards compat for unsupported OpenBSD releases.Joel Sing
2016-09-24sort FILES;Jason McIntyre
2016-09-24improve DESCRIPTION;Jason McIntyre
2016-09-23Revert a wording change. Requested by jmc@Alexander Bluhm
2016-09-23Add some more improvements from jmc@ to syslogd(8).Alexander Bluhm
2016-09-23Document certificate handling in syslogd(8) man page.Alexander Bluhm
2016-09-23It is ok to call free() on NULL pointers.Rafael Zalamena
2016-09-23With the new large socket buffer sizes, syslogd could use more mbufsAlexander Bluhm
2016-09-23use sizeof instead of constant 16 in function callsJonathan Gray
2016-09-23Improve syslogd(8) man page.Alexander Bluhm
2016-09-22Make sure we don't have conflicting UIDs/GIDs when adding user/group.Antoine Jacoutot
2016-09-22Change function arguments from "unsigned char keyname[16]" toJonathan Gray
2016-09-22correct invalid use of sizeofJonathan Gray
2016-09-22include time.h for time()Jonathan Gray
2016-09-21Use a properly aligned buffer (malloc'd, not on stack) to get routing messages.Jeremie Courreges-Anglas
2016-09-21Use the correct local variable to get address & prefixlen in routing messagesJeremie Courreges-Anglas
2016-09-21tweak previous;Jason McIntyre
2016-09-21Add an option to give syslogd a server CA that is used to validateAlexander Bluhm
2016-09-21Remove the use of cast. It is unnecessary and potentially problematic.YASUOKA Masahiko
2016-09-20reoorder includes,Sebastian Benoit
2016-09-20Unbreak logging for children process in switchd(8). log_init/verbose()Rafael Zalamena
2016-09-20some fixes from rob pierce; ok yasuokaJason McIntyre
2016-09-19Add pledge support to pstatTheo Buehler
2016-09-19Fix pstat -ft. In presence of the -f flag, a logic error in ttymode()Theo Buehler
2016-09-19the pf.conf sample should refer to group _tftp_proxy, not proxy;Jason McIntyre
2016-09-19Fix 'const char *' qualifier removal warning by casting it out withRafael Zalamena