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