2015-10-10 |
deraadt | Rather than invoking fork/execve of dc(1) on a pipe... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | since kdump may getprotobynumber() late, do not drop... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | For pledge, sigsuspend() should is affecting the behavi... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | pid 0 also implies self, so allow that for the pledge... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | pledge "stdio rpath wpath cpath" |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | pledge "stdio getpw rpath wpath cpath tmppath proc... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
stsp | In iwm(4), set mbuf pointers to NULL after freeing... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | pledge "stdio rpath wpath cpath proc exec". there is... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | pledge "stdio rpath" |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | pledge "stdio getpw rpath wpath cpath fattr". doug... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
doug | encrypt(1) also needs to pledge "wpath" for getpass(). |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | pledge "stdio rpath tty". rpath for the configuration... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | pledge "stdio proc exec" works. |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | shuffle #ifdef TIOCSTI block to avoid a future /*FALLTH... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | plege "stdio rpath tty". "tty" is for the curses code... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | pledge "stdio rpath proc exec". proc & exec because... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | basic pledge "stdio rpath" |
commit | commitdiff | tree | snapshot |
2015-10-10 |
millert | Replace calls to x_emacs_putbuf() with x_do_ins() since all |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | pledge "stdio rpath" seems to work; ok doug |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | pledge "stdio proc exec". relies on two recent kernel... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | allow sysctl of kern.clockrate |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | I forgot execve would go through the namei codepath... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | must also pledge "getpw", because it will use getpw... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | pledge "stdio rpath route" seems to be working. route... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | pledge "stdio rpath wpath cpath". as a curses program... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | pkill has to get all the getopt, getpwuid, libkvm stuff... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | fairly obvious pledges. |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | fairly simple pledge to "stdio rpath wpath cpath" |
commit | commitdiff | tree | snapshot |
2015-10-10 |
schwarze | Code points U+10000 to U+fffff are valid, too. |
commit | commitdiff | tree | snapshot |
2015-10-10 |
schwarze | Decide whether to use_pager as early as possible, |
commit | commitdiff | tree | snapshot |
2015-10-10 |
jasper | add (currently failing) test for --exists foo,bar. |
commit | commitdiff | tree | snapshot |
2015-10-10 |
jung | add location to the fan description |
commit | commitdiff | tree | snapshot |
2015-10-10 |
jung | fix wrong brackets in if statement |
commit | commitdiff | tree | snapshot |
2015-10-10 |
jung | three conversions of fgetln() to getline() |
commit | commitdiff | tree | snapshot |
2015-10-10 |
ajacoutot | Fix /var/spool/smtpd/offline ownership and mode. |
commit | commitdiff | tree | snapshot |
2015-10-10 |
lum | Make functions that accept multiple iterations via... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
lum | Call onlywind() properly. |
commit | commitdiff | tree | snapshot |
2015-10-10 |
stsp | Make tcpdump(1) print more information from the HT... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
stsp | Add macros for A-MPDU and MCS data, both found in HT... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
nicm | Unused macros; from Michael McConville. |
commit | commitdiff | tree | snapshot |
2015-10-10 |
nicm | Move more declarations out of proto.h into better heade... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | Some of these large so easy to contain, with "stdio... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | simple program using "stdio rpath" |
commit | commitdiff | tree | snapshot |
2015-10-10 |
doug | Add pledge support to cmp(1). |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | pledge to only use "stdio rpath"; ok doug |
commit | commitdiff | tree | snapshot |
2015-10-10 |
doug | Add pledge support to getent(1). |
commit | commitdiff | tree | snapshot |
2015-10-10 |
renato | Make use of pledge(2). |
commit | commitdiff | tree | snapshot |
2015-10-10 |
renato | Move some interface initialization bits from if_init... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
renato | Remove attached neighbors whenever an interface is... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
renato | eigrpctl pledges to use stdio and route. |
commit | commitdiff | tree | snapshot |
2015-10-10 |
renato | Fix detection of interface up/down events. |
commit | commitdiff | tree | snapshot |
2015-10-10 |
benno | relayctl pledges to use stdio only |
commit | commitdiff | tree | snapshot |
2015-10-10 |
benno | pledge("stdio route") needed here, because ipv6 |
commit | commitdiff | tree | snapshot |
2015-10-10 |
benno | relayd's ca process pledges to only use stdio. |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | ksh can run with pledge "stdio rpath wpath cpath getpw... |
commit | commitdiff | tree | snapshot |
2015-10-09 |
deraadt | Allow kill(self, sig) in pledge SELF also. the stack... |
commit | commitdiff | tree | snapshot |
2015-10-09 |
deraadt | can use pledge "stdio"; ok benno |
commit | commitdiff | tree | snapshot |
2015-10-09 |
tim | Remove telnet warnings. Civilization has reached a... |
commit | commitdiff | tree | snapshot |
2015-10-09 |
tobias | The variable errmsg can be static in main.c if code... |
commit | commitdiff | tree | snapshot |
2015-10-09 |
tobias | Define functions as static when they are not used outsi... |
commit | commitdiff | tree | snapshot |
2015-10-09 |
tim | Use __progname rather than argv[0]; OK millert@ |
commit | commitdiff | tree | snapshot |
2015-10-09 |
tim | Replace readpass(3) with readpassphrase(3). This was... |
commit | commitdiff | tree | snapshot |
2015-10-09 |
millert | Lexer states are not needed outside of lex.c. |
commit | commitdiff | tree | snapshot |
2015-10-09 |
millert | Mark static globals that are only used in their respect... |
commit | commitdiff | tree | snapshot |
2015-10-09 |
tedu | remove null check before afree. from Michael McConville |
commit | commitdiff | tree | snapshot |
2015-10-09 |
rpe | Exit autoinstall in case of an invalid choice. |
commit | commitdiff | tree | snapshot |
2015-10-09 |
bluhm | Keep relayd test certificate names in sync with syslogd. |
commit | commitdiff | tree | snapshot |
2015-10-09 |
gilles | upon smtpd restart, when scanning the offline queue... |
commit | commitdiff | tree | snapshot |
2015-10-09 |
deraadt | Have not come up with a great pattern for flock() yet... |
commit | commitdiff | tree | snapshot |
2015-10-09 |
deraadt | With nfs spool (fork + seteuid/setuid balony) support... |
commit | commitdiff | tree | snapshot |
2015-10-09 |
deraadt | remove NFS spool support; it stands in the way of pledge(2) |
commit | commitdiff | tree | snapshot |
2015-10-09 |
bluhm | Add tests for syslogd TLS accept and receive encrypted... |
commit | commitdiff | tree | snapshot |
2015-10-09 |
bluhm | If syslogd is started with -S, it accepts TLS connectio... |
commit | commitdiff | tree | snapshot |
2015-10-09 |
sunil | Convert fgetln(3) to getline(3). |
commit | commitdiff | tree | snapshot |
2015-10-09 |
bluhm | A fork(2) is used in ttymsg() to delay the message... |
commit | commitdiff | tree | snapshot |
2015-10-09 |
deraadt | catch up to tame() -> pledge() rename |
commit | commitdiff | tree | snapshot |
2015-10-09 |
tedu | pare down the readme so as to not imply we are tracking... |
commit | commitdiff | tree | snapshot |
2015-10-09 |
gilles | if an error occurs during offline enqueuing after we... |
commit | commitdiff | tree | snapshot |
2015-10-09 |
gilles | turn our local enqueuer setgid _smtpq and restrict... |
commit | commitdiff | tree | snapshot |
2015-10-09 |
kettenis | Remove evil hack. I've never seen the printf fire... |
commit | commitdiff | tree | snapshot |
2015-10-09 |
deraadt | this cpp operates file using pledge "stdio rpath wpath... |
commit | commitdiff | tree | snapshot |
2015-10-09 |
bluhm | Tame syslogd privsep child with "stdio rpath unix inet... |
commit | commitdiff | tree | snapshot |
2015-10-09 |
deraadt | oops, snuck into a syscalls sync; spotted by sthen |
commit | commitdiff | tree | snapshot |
2015-10-09 |
semarie | regress pledge |
commit | commitdiff | tree | snapshot |
2015-10-09 |
semarie | regress pledge: remove 'regenerate' target |
commit | commitdiff | tree | snapshot |
2015-10-09 |
semarie | add "tty" regress for pledge |
commit | commitdiff | tree | snapshot |
2015-10-09 |
jmc | correct Xr; from theo buehler |
commit | commitdiff | tree | snapshot |
2015-10-09 |
gilles | if enhanced status class is not set, enhanced status... |
commit | commitdiff | tree | snapshot |
2015-10-09 |
deraadt | All commands seem to work fine with pledge "stdio"... |
commit | commitdiff | tree | snapshot |
2015-10-09 |
deraadt | another tame(2), spotted by jmc |
commit | commitdiff | tree | snapshot |
2015-10-09 |
lum | Fix line number bug when calling onlywind(). |
commit | commitdiff | tree | snapshot |
2015-10-09 |
semarie | hook pledge |
commit | commitdiff | tree | snapshot |
2015-10-09 |
semarie | follow tame->pledge in regress |
commit | commitdiff | tree | snapshot |
2015-10-09 |
deraadt | do not use weak; plus this dies next week |
commit | commitdiff | tree | snapshot |
2015-10-09 |
deraadt | another stray ) |
commit | commitdiff | tree | snapshot |
2015-10-09 |
deraadt | shortcircuit TIOCGETA to directly return ENOTTY for... |
commit | commitdiff | tree | snapshot |
2015-10-09 |
deraadt | oops, typo spotted in temporary .c file, by semarie |
commit | commitdiff | tree | snapshot |
2015-10-09 |
deraadt | fix a gotcha in the connect refactoring, that could... |
commit | commitdiff | tree | snapshot |
2015-10-09 |
deraadt | the ntp engine can run with "stdio inet proc". For... |
commit | commitdiff | tree | snapshot |
2015-10-09 |
deraadt | Once the constraint engine process is running, it only... |
commit | commitdiff | tree | snapshot |
next |