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