index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
tcpdump
/
privsep.c
Age
Commit message (
Expand
)
Author
2009-04-17
correcto in comment; from Amarendra Godbole
Jason McIntyre
2008-04-18
add filtering on direction; ok mpf@ deraadt@ feedback jmc@
Damien Miller
2007-11-27
typos; ok jmc@
Martynas Venckus
2006-04-22
Set signal handlers directly after the fork(2), so that we avoid
Moritz Jodeit
2006-04-22
Remove remaining stuff from state QUIT, adjust some comments
Moritz Jodeit
2006-04-21
Add comments to please lint. No code changes. OK deraadt
Chad Loder
2005-09-23
Only allow root to run tcpdump. It's needed for the chroot security.
Otto Moerbeek
2005-05-23
Call endpwent() _after_ we're done with the struct passwd fields.
Otto Moerbeek
2005-05-22
correct comments and function namens to reflect new parent/child
Moritz Jodeit
2005-05-22
fix signal race in statistics output. ok cloder@ henning@
Moritz Jodeit
2005-05-03
more setres[ug]id; ok deraadt@
Damien Miller
2005-04-20
fix signal race by removing STATE_QUIT completely.
Moritz Jodeit
2005-04-10
do not forget to call endpwent(). ok moritz@
Otto Moerbeek
2005-04-10
reduce the set of allowed actions in the privileged part
Moritz Jodeit
2005-03-26
simplify state engine, the old one was very confusing and wrong too.
Otto Moerbeek
2005-03-25
whitespace
Moritz Jodeit
2005-03-06
add support for multiple DLTs using the -L and -y options.
Reyk Floeter
2004-07-14
no \n in errx(3)
Henning Brauer
2004-06-09
Take better care of people down under living in X and a half hour
Otto Moerbeek
2004-05-15
Naming consistency. From Alexander Guy. ok canacar@
Otto Moerbeek
2004-04-23
Silence getopt() in the priv process. ok canacar@ henning@
Otto Moerbeek
2004-04-08
In error message, use saved errno, not current errno.
Anil Madhavapeddy
2004-04-03
- dont send junk err in parent_open_dump() if filename is NULL
Anil Madhavapeddy
2004-03-14
Check return code of chdir() after chroot(); noted by Joris Vink, slight mod
Otto Moerbeek
2004-02-05
Don't print two confusing error messages, print a single clear one.
Otto Moerbeek
2004-02-04
Better error message when bpf device open fails.
Otto Moerbeek
2004-01-31
general cleanup and better SIGCHLD handling from millert@
Otto Moerbeek
2004-01-28
privilege separated tcpdump, joint work with otto@
Can Erkin Acar