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 |
2015-10-09 |
deraadt | stardate 93370.16: a whitespace appears to have entered... |
commit | commitdiff | tree | snapshot |
2015-10-09 |
deraadt | multicast test backwards; noted by renato |
commit | commitdiff | tree | snapshot |
2015-10-09 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2015-10-09 |
deraadt | Change all tame callers to namechange to pledge(2). |
commit | commitdiff | tree | snapshot |
2015-10-09 |
deraadt | tame -> pledge. |
commit | commitdiff | tree | snapshot |
2015-10-09 |
deraadt | tame -> pledge conversion, in libc. I should crank... |
commit | commitdiff | tree | snapshot |
2015-10-09 |
deraadt | Rename tame() to pledge(). This fairly interface has... |
commit | commitdiff | tree | snapshot |
2015-10-09 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2015-10-09 |
deraadt | Rename tame() to pledge(). This fairly interface has... |
commit | commitdiff | tree | snapshot |
2015-10-08 |
yasuoka | After replacement alloca() with alloc(), out-of-heap... |
commit | commitdiff | tree | snapshot |
2015-10-08 |
guenther | If getaddrinfo() succeeds, then don't try look ups... |
commit | commitdiff | tree | snapshot |
2015-10-08 |
deraadt | Expose a small set of multicast join operators under... |
commit | commitdiff | tree | snapshot |
2015-10-08 |
tedu | add some tame calls. we may need a bunch of permissions... |
commit | commitdiff | tree | snapshot |
2015-10-08 |
tedu | stop trying to gift history files to the original owner... |
commit | commitdiff | tree | snapshot |
2015-10-08 |
kettenis | Lock the page queues by turning uvm_lock_pageq() and... |
commit | commitdiff | tree | snapshot |
2015-10-08 |
tedu | little cleanup from Michael McConville, mostly related... |
commit | commitdiff | tree | snapshot |
2015-10-08 |
krw | Refactor fileprefix() and filecopy() to use warn()... |
commit | commitdiff | tree | snapshot |
2015-10-08 |
deraadt | tame "stdio rpath wpath cpath proc exec". make is... |
commit | commitdiff | tree | snapshot |
2015-10-08 |
tedu | 16 years after E801 memprobe was disabled, probably... |
commit | commitdiff | tree | snapshot |
2015-10-08 |
visa | Remove the sc_soft_req_cnt field because the number... |
commit | commitdiff | tree | snapshot |
2015-10-08 |
jmc | tweak previous; |
commit | commitdiff | tree | snapshot |
2015-10-08 |
eric | fix conditionals |
commit | commitdiff | tree | snapshot |
2015-10-08 |
deraadt | portmap's main process can be tame "stdio rpath inet... |
commit | commitdiff | tree | snapshot |
2015-10-08 |
mikeb | Make sure that when trunk_port_ioctl is called to set... |
commit | commitdiff | tree | snapshot |
2015-10-08 |
deraadt | Handle case where no hint is passed in. Found as a... |
commit | commitdiff | tree | snapshot |
2015-10-08 |
deraadt | setsockopt has a small list of options it can set.... |
commit | commitdiff | tree | snapshot |
2015-10-08 |
deraadt | Only in TAME_ROUTE, allow ioctl SIOCGIFADDR/SIOCGIFFLAG... |
commit | commitdiff | tree | snapshot |
2015-10-08 |
deraadt | the -P flag overwrites files, so it needs tame "stdio... |
commit | commitdiff | tree | snapshot |
2015-10-08 |
krw | Simpify some code by noting that DOSBBSECTOR is 0,... |
commit | commitdiff | tree | snapshot |
2015-10-08 |
dlg | if the mbuf has a valid flowid, use it instead of using... |
commit | commitdiff | tree | snapshot |
2015-10-08 |
dlg | use the state id to set a flowid on an mbuf. |
commit | commitdiff | tree | snapshot |
2015-10-08 |
dlg | steal some padding in mbuf pkthdrs to store a flow id. |
commit | commitdiff | tree | snapshot |
2015-10-08 |
mpi | Local route entries are always UP now, missed in previous. |
commit | commitdiff | tree | snapshot |
2015-10-08 |
kettenis | Implement set_pages_array_wb() and set_pages_array_wc... |
commit | commitdiff | tree | snapshot |
2015-10-08 |
kettenis | Add a per-page flag to indicate that all mappings of... |
commit | commitdiff | tree | snapshot |
2015-10-08 |
semarie | allow a test to manage itself the tame(2) call. |
commit | commitdiff | tree | snapshot |
2015-10-08 |
mpi | Unlock the softnet task. |
commit | commitdiff | tree | snapshot |
2015-10-08 |
jsg | fix an fd leak if socket connection fails; from Carlin... |
commit | commitdiff | tree | snapshot |
2015-10-08 |
jsg | fix a typo; from Carlin Bingham |
commit | commitdiff | tree | snapshot |
2015-10-08 |
kettenis | Call em_start() when we detect a link state change... |
commit | commitdiff | tree | snapshot |
2015-10-08 |
mpi | Use the radix API directly and get rid of the function... |
commit | commitdiff | tree | snapshot |
2015-10-08 |
sthen | add comment, suggested by reyk |
commit | commitdiff | tree | snapshot |
2015-10-08 |
sthen | Link the result of each mps_getbulkreq() to the end... |
commit | commitdiff | tree | snapshot |
2015-10-08 |
sthen | use correct return value for IP-MIB::ipForwarding,... |
commit | commitdiff | tree | snapshot |
2015-10-08 |
jmc | trailing whitespace; |
commit | commitdiff | tree | snapshot |
2015-10-08 |
deraadt | Try again. Both -R and -p prevent use of tame, but... |
commit | commitdiff | tree | snapshot |
2015-10-08 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2015-10-08 |
beck | Rip the guts out of another gibbering horror of a time... |
commit | commitdiff | tree | snapshot |
2015-10-08 |
beck | revert previous accidental commit |
commit | commitdiff | tree | snapshot |
2015-10-08 |
beck | Spelling in comment |
commit | commitdiff | tree | snapshot |
2015-10-08 |
deraadt | ah, fchflags. We will come back to this issue later |
commit | commitdiff | tree | snapshot |
2015-10-07 |
beck | Add tls_peer_cert_notbefore and tls_peer_cert_notafter... |
commit | commitdiff | tree | snapshot |
2015-10-07 |
beck | Allow us to get cipher and version even if there is... |
commit | commitdiff | tree | snapshot |
2015-10-07 |
deraadt | In theory, bgpd should be happy with tame "stdio unix... |
commit | commitdiff | tree | snapshot |
2015-10-07 |
deraadt | use new tame "route" feature when possible |
commit | commitdiff | tree | snapshot |
2015-10-07 |
deraadt | use fatal() instead of err(); from benno |
commit | commitdiff | tree | snapshot |
2015-10-07 |
deraadt | Split out routing sysctl's from tame "inet", and put... |
commit | commitdiff | tree | snapshot |
2015-10-07 |
millert | Use getline(3) rather than fgetln(3). OK gilles@ |
commit | commitdiff | tree | snapshot |
2015-10-07 |
deraadt | one simple free, ok mpi |
commit | commitdiff | tree | snapshot |
2015-10-07 |
krw | Add initial support for UEFI/GPT installs to install... |
commit | commitdiff | tree | snapshot |
2015-10-07 |
deraadt | use tame "stdio rpath tty", for ttyname(). from Rob... |
commit | commitdiff | tree | snapshot |
2015-10-07 |
jmc | "..." implies optional, so no need for []; from michael... |
commit | commitdiff | tree | snapshot |
2015-10-07 |
semarie | from previous commit: "ioctl" is used for grab ttyname(0) |
commit | commitdiff | tree | snapshot |
next |