Age | Commit message (Expand) | Author |
2004-03-22 | Add support for PFSYNC_ACT_BUS. (Bulk Update Status) | Ryan Thomas McBride |
2004-03-20 | comment spelling fixes; ok henning@ | David Krause |
2004-03-19 | Pass SIGINT to child. Noticed by mpech@, ok jakob@ | Can Erkin Acar |
2004-03-19 | Fix memory leak in error path. Found by Patrick Latifi. OK henning@ | Claudio Jeker |
2004-03-19 | Remove errant ';' from end of for() statement. deraadt@ ok | Aaron Campbell |
2004-03-19 | procmap/pmap confusion, spotted by jmc@ | Ted Unangst |
2004-03-18 | When using an install prefix with -B to install packages, and the packing | Thorsten Lockert |
2004-03-18 | when we are in state CONNECT, i. e. we have a half-open tcp connection | Henning Brauer |
2004-03-18 | various fixes from Jared Yanovich; | Jason McIntyre |
2004-03-18 | 0 vs NULL, from Joris Vink | Ted Unangst |
2004-03-17 | consistency | Henning Brauer |
2004-03-17 | remove getpeereid() call so that those who have write access to the socket | Henning Brauer |
2004-03-17 | Add missing space for sets in network statements. | Claudio Jeker |
2004-03-17 | add references to procmap(1) in SEE ALSO; | Jason McIntyre |
2004-03-16 | add -M and -N to options list; | Jason McIntyre |
2004-03-16 | add fstat(1) reference to SEE ALSO; | Jason McIntyre |
2004-03-16 | fix dud example; from leopold-bloom at foni dot net; | Jason McIntyre |
2004-03-16 | tcp md5sig requires that local-address is specified as well for now, so | Henning Brauer |
2004-03-16 | delay creating the control socket until after forking, but before chroot | Henning Brauer |
2004-03-16 | typos from Andrey Matveev; | Jason McIntyre |
2004-03-16 | errno is not specified to be int, but something from errno.h. ok millert@ | Ted Unangst |
2004-03-15 | if (foo); ok aaron@ | Damien Miller |
2004-03-15 | call daemon(3) early; from tholo@; ok mcbride@ | Markus Friedl |
2004-03-15 | use switch instead of if { } else if { } else { } | Henning Brauer |
2004-03-15 | add a default: case to the switch (sensor type) in the config file parser | Henning Brauer |
2004-03-15 | Plug memory leak caused by errant semi-colon. Already submitted and committed | Aaron Campbell |
2004-03-15 | properly check chdir success after chroot() and tweak err msgs a little, | Henning Brauer |
2004-03-15 | correct .Pa for ppp.conf.sample; | Jason McIntyre |
2004-03-15 | more accurate msg, pr3713 from Andre Lucas | Ted Unangst |
2004-03-15 | iffy syntax; ok deraadt@ | Damien Miller |
2004-03-15 | zero struct sockaddr_un before use, from andrushock AT korovino.net; ok deraadt@ | Damien Miller |
2004-03-14 | Check return code of chdir() after chroot(); noted by Joris Vink, slight mod | Otto Moerbeek |
2004-03-13 | - typos | Jason McIntyre |
2004-03-12 | fix SEE ALSO; | Jason McIntyre |
2004-03-12 | *size is a u_int16_t not a pointer so use 0 instead of NULL. | Claudio Jeker |
2004-03-12 | bgpctl has a empty-as keyword so make this actually work. Handle AS_EMPTY | Claudio Jeker |
2004-03-12 | I modified the print format for AS_SET so keep the aspath_strlen() function | Claudio Jeker |
2004-03-12 | print that capabilities stuff | Henning Brauer |
2004-03-12 | tweak err reporting | Henning Brauer |
2004-03-12 | tweak | Henning Brauer |
2004-03-12 | not debugging any more | Henning Brauer |
2004-03-12 | Privilege seperation for named. Allows named to handle address/interface | Can Erkin Acar |
2004-03-12 | tab at EOL | Claudio Jeker |
2004-03-12 | Document "show rib" interface. OK jmc@ henning@ | Claudio Jeker |
2004-03-12 | Update man page to reflect reality. Added filtering section and some new | Claudio Jeker |
2004-03-12 | fix the "wait for child processes to terminate" code, and move it down a bit | Henning Brauer |
2004-03-12 | Rewrite community_match() for loop. yaya henning@ | Claudio Jeker |
2004-03-12 | Check payload size more carefully when printing ike messages. Identified by | Hans-Joerg Hoexer |
2004-03-11 | There is no cnumber token in the parser so don't define a type for it. | Claudio Jeker |
2004-03-11 | Plugging memory leaks is OK but don't break intended behaviour. So this time | Claudio Jeker |