Age | Commit message (Expand) | Author |
2015-10-10 | pkill has to get all the getopt, getpwuid, libkvm stuff out of the way | Theo de Raadt |
2015-10-10 | fairly obvious pledges. | Theo de Raadt |
2015-10-10 | fairly simple pledge to "stdio rpath wpath cpath" | Theo de Raadt |
2015-10-10 | Code points U+10000 to U+fffff are valid, too. | Ingo Schwarze |
2015-10-10 | Decide whether to use_pager as early as possible, | Ingo Schwarze |
2015-10-10 | add (currently failing) test for --exists foo,bar. | Jasper Lievisse Adriaanse |
2015-10-10 | add location to the fan description | Joerg Jung |
2015-10-10 | fix wrong brackets in if statement | Joerg Jung |
2015-10-10 | three conversions of fgetln() to getline() | Joerg Jung |
2015-10-10 | Fix /var/spool/smtpd/offline ownership and mode. | Antoine Jacoutot |
2015-10-10 | Make functions that accept multiple iterations via C-u N, honour 0. | Mark Lumsden |
2015-10-10 | Call onlywind() properly. | Mark Lumsden |
2015-10-10 | Make tcpdump(1) print more information from the HT Capabilities element. | Stefan Sperling |
2015-10-10 | Add macros for A-MPDU and MCS data, both found in HT capabilities element. | Stefan Sperling |
2015-10-10 | Unused macros; from Michael McConville. | Nicholas Marriott |
2015-10-10 | Move more declarations out of proto.h into better headers, from Michael | Nicholas Marriott |
2015-10-10 | Some of these large so easy to contain, with "stdio rpath". | Theo de Raadt |
2015-10-10 | simple program using "stdio rpath" | Theo de Raadt |
2015-10-10 | Add pledge support to cmp(1). | Doug Hogan |
2015-10-10 | pledge to only use "stdio rpath"; ok doug | Theo de Raadt |
2015-10-10 | Add pledge support to getent(1). | Doug Hogan |
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 |
2015-10-10 | relayd's ca process pledges to only use stdio. | Sebastian Benoit |
2015-10-10 | ksh can run with pledge "stdio rpath wpath cpath getpw fattr proc exec tty" | Theo de Raadt |
2015-10-09 | Allow kill(self, sig) in pledge SELF also. the stack protector, abort(), | Theo de Raadt |
2015-10-09 | can use pledge "stdio"; ok benno | Theo de Raadt |
2015-10-09 | Remove telnet warnings. Civilization has reached a point where they are no | Tim van der Molen |
2015-10-09 | The variable errmsg can be static in main.c if code in re.c uses an own | Tobias Stoeckmann |
2015-10-09 | Define functions as static when they are not used outside their own c-files. | Tobias Stoeckmann |
2015-10-09 | Use __progname rather than argv[0]; OK millert@ | Tim van der Molen |
2015-10-09 | Replace readpass(3) with readpassphrase(3). This was the only use of | Tim van der Molen |
2015-10-09 | Lexer states are not needed outside of lex.c. | Todd C. Miller |
2015-10-09 | Mark static globals that are only used in their respective .c files. | Todd C. Miller |
2015-10-09 | remove null check before afree. from Michael McConville | Ted Unangst |
2015-10-09 | Exit autoinstall in case of an invalid choice. | Robert Peichaer |
2015-10-09 | Keep relayd test certificate names in sync with syslogd. | Alexander Bluhm |
2015-10-09 | upon smtpd restart, when scanning the offline queue, unlink 0-sized offline | Gilles Chehade |
2015-10-09 | Have not come up with a great pattern for flock() yet. flock() is permitted | Theo de Raadt |
2015-10-09 | With nfs spool (fork + seteuid/setuid balony) support gone, it becomes | Theo de Raadt |
2015-10-09 | remove NFS spool support; it stands in the way of pledge(2) | Theo de Raadt |
2015-10-09 | Add tests for syslogd TLS accept and receive encrypted messages. | Alexander Bluhm |
2015-10-09 | If syslogd is started with -S, it accepts TLS connections to receive | Alexander Bluhm |
2015-10-09 | Convert fgetln(3) to getline(3). | Sunil Nimmagadda |
2015-10-09 | pare down the readme so as to not imply we are tracking upstream. | Ted Unangst |