Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-11-10 | Be more careful with illegal syscall numbers. | Artur Grabowski | |
2002-10-25 | add id tags. | Federico G. Schwindt | |
2002-10-16 | support for privilege elevation. | Jun-ichiro itojun Hagino | |
with privilege elevation no suid or sgid binaries are necessary any longer. Applications can be executed completely unprivileged. Systrace raises the privileges for a single system call depending on the configured policy. Idea from discussions with Perry Metzger, Dug Song and Marcus Watts. from provos | |||
2002-10-09 | new message to track uid/gid changes | Jun-ichiro itojun Hagino | |
from provos | |||
2002-08-28 | cast size_t to u_long on printing. from netbsd | Jun-ichiro itojun Hagino | |
2002-08-07 | return EBUSY in processready | Niels Provos | |
2002-07-30 | minor KNF. pid_t is unsigned. | Jun-ichiro itojun Hagino | |
2002-07-30 | whitespace at EOL | Jun-ichiro itojun Hagino | |
2002-07-24 | better uid/gid tracking; okay deraadt@ | Niels Provos | |
2002-07-23 | prevent double free in some error conditions; from xs@kittenz.org | Niels Provos | |
2002-07-22 | add seqnr to message from kernel, userland needs to quote correct seqnr. | Niels Provos | |
avoids problems where tsleep has been interrupted by a signal. | |||
2002-07-21 | two more missing systrace_lock | Jun-ichiro itojun Hagino | |
2002-07-21 | need systrace_lock/unlock around lockmgr lock operation. provos ok | Jun-ichiro itojun Hagino | |
2002-07-20 | comment clarification. niels ok | Jun-ichiro itojun Hagino | |
2002-07-19 | minor KNF | Jun-ichiro itojun Hagino | |
2002-07-19 | whitespace | Jun-ichiro itojun Hagino | |
2002-07-19 | tabify | Jun-ichiro itojun Hagino | |
2002-07-13 | do not call unlock when the lock is not locked; found by millert@ | Niels Provos | |
2002-07-12 | in the error case, just remove an installed argument replacement, it is not | Niels Provos | |
needed | |||
2002-06-21 | system call argument rewriting framework via stackgap; okay art@ | Niels Provos | |
2002-06-10 | more __FUNCTION__ slaughter | Marc Espie | |
2002-06-10 | new ioctl that reports the current emulation a process uses; needed for | Niels Provos | |
attaching to a running process | |||
2002-05-19 | make fsystrace available in systrace.h; keep some more stats. | Niels Provos | |
2002-05-18 | when detaching form a process don't forget to remove posted messages. | Niels Provos | |
2002-05-16 | systrace facility, used to enforce and generate policies for system calls | Niels Provos | |
okay deraadt@ |