summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2015-10-13let the enqueuer pledge() in both online and offline modesGilles Chehade
2015-10-13Pass unsigned chars to ctype functions.Reyk Floeter
2015-10-13offline queue is no longer user-writable, do not attempt resetting fchflagsGilles Chehade
2015-10-12do not call sync() when committing a message, it's not helping in any wayGilles Chehade
2015-10-12surprisingly, this can pledge "stdio rpath exec" right at start. onceTheo de Raadt
2015-10-12Add missing checks for write errors; OK eric@Todd C. Miller
2015-10-12Check that the disk specified on the command line is the disk thatKenneth R Westerback
2015-10-12add Date header when a session iniated locally doesn't add oneGilles Chehade
2015-10-12Reverse the sm_error call in sm_trap.Antoine Jacoutot
2015-10-12Only remove existing sum files on trap handlers.Antoine Jacoutot
2015-10-12kvm_mkdb & dev_mkdb are quite similar. pledge "stdio rpath wpath cpath"Theo de Raadt
2015-10-12pledge "stdio rpath wpath cpath"; all the path options are usedTheo de Raadt
2015-10-12These no longer need to be static. The ramdisk's no longer reach-aroundTheo de Raadt
2015-10-12Fix a copy-pasto: Check the correct bit for STBC beacon in HT OP element.Stefan Sperling
2015-10-12two leftovers string missed in tame->pledge conversionSebastien Marie
2015-10-12do not umask() [with the wrong umask] around mkstemp() calls, no matterTheo de Raadt
2015-10-12pledge "stdio" after opening files, code is very similar to mkubootTheo de Raadt
2015-10-12Move execution of the constraints from the ntp to the parent process.Reyk Floeter
2015-10-12pledge "stdio" after opening up the input & output files.Theo de Raadt
2015-10-12fstat() of opened fd, rather than stat(), to avoid TOCTOUTheo de Raadt
2015-10-12does not need ioctl.hTheo de Raadt
2015-10-12with the RPATH enforcement, acpidump(1) don't work anymore...Sebastien Marie
2015-10-12pledge to only use "stdio rpath"; rpath is for readig the wtmp files.Theo de Raadt
2015-10-12pledge() "stdio" includes trusting open&read of the root-owned timezoneTheo de Raadt
2015-10-11Pass unsigned char to isdigit(3).Alexander Bluhm
2015-10-11Userspace doesn't need to use SUN_LEN(): connect() and bind() must acceptPhilip Guenther
2015-10-11Handle the blackhole well-known community in bgpctl as well (print itStuart Henderson
2015-10-11standardize a community that has been independently created by nearlyPeter Hessler
2015-10-11some peers are following an expired draft RFC and are sending "unknown"Peter Hessler
2015-10-11add "best" as an alias for "selected"Peter Hessler
2015-10-11needs at least some include love; choosing <stdlib.h>Theo de Raadt
2015-10-11Convert some fgetln to getline.Sunil Nimmagadda
2015-10-11Convert some fgetln to getline.Sunil Nimmagadda
2015-10-11Simplify and lock down priv_open():Philip Guenther
2015-10-11YYSTYPE.number is int64_t, so format with <inttypes.h>'s PRId64Philip Guenther
2015-10-11The <ctype.h> is*() interfaces expect EOF or an unsigned char; cast toPhilip Guenther
2015-10-10Convert FIONBIO to SOCK_NONBLOCKPhilip Guenther
2015-10-10pledge "stdio rpath wpath cpath fattr inet" after chroot and suchTheo de Raadt
2015-10-10pledge "stdio route"; untested. this has the if_nametoindex() problem asTheo de Raadt
2015-10-10normalize a few more tame request orderings, to help reviewTheo de Raadt
2015-10-10pledge "dns rw" is not a reliable pattern. This means malloc() and otherTheo de Raadt
2015-10-10three conversions of fgetln() to getline()Joerg Jung
2015-10-10Make tcpdump(1) print more information from the HT Capabilities element.Stefan Sperling
2015-10-10Make use of pledge(2).Renato Westphal
2015-10-10Move some interface initialization bits from if_init() to eigrp_if_start()Renato Westphal
2015-10-10Remove attached neighbors whenever an interface is disabled to speedupRenato Westphal
2015-10-10eigrpctl pledges to use stdio and route.Renato Westphal
2015-10-10Fix detection of interface up/down events.Renato Westphal
2015-10-10relayctl pledges to use stdio onlySebastian Benoit
2015-10-10pledge("stdio route") needed here, because ipv6Sebastian Benoit