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