Age | Commit message (Expand) | Author |
2003-12-20 | parent: waitpid() for the child processes on exit | Henning Brauer |
2003-12-20 | fatal() is a bit too much on 0 bytes read. imsg_get returns 0 in other | Henning Brauer |
2003-12-20 | keep track which process we are so fatal() can log in which proc the | Henning Brauer |
2003-12-20 | better set of warning opts | Henning Brauer |
2003-12-20 | formulate two comparisons sligthly different to prevent the left side from | Henning Brauer |
2003-12-20 | reconf is an enum reconf_action, not int | Henning Brauer |
2003-12-20 | poll returns plain int... | Henning Brauer |
2003-12-20 | read(2)/write(2) return ssize_t, not size_t | Henning Brauer |
2003-12-19 | Argh. Calculate the length really, really correctly. | Ryan Thomas McBride |
2003-12-19 | Calculate the length of the captured pfsync payload correctly when printing | Ryan Thomas McBride |
2003-12-19 | even smaller typo with also big effect... < is not the same as > | Henning Brauer |
2003-12-19 | Small typo/pasto big effect. Muddled keepalive timer with holdtimer. | Claudio Jeker |
2003-12-19 | zap the msg_ struct we don't ever use | Henning Brauer |
2003-12-19 | when sending a notification things actually work better if you copy error code | Henning Brauer |
2003-12-19 | actually we need to init the configuration we receive in the reconfigure case | Henning Brauer |
2003-12-19 | conf->holdtime was not set to teh default value initially if no holdtime | Henning Brauer |
2003-12-19 | knf | Theo de Raadt |
2003-12-19 | Rework of the RDE config merge. This fixes problems with peers that | Claudio Jeker |
2003-12-19 | when adding a new peer during reconfiguration set its sock to -1. | Henning Brauer |
2003-12-19 | update for openssl enc: | Jason McIntyre |
2003-12-19 | for our internal peer ID just use the peer's IP address for now. | Henning Brauer |
2003-12-19 | don't bother sending a SESSION_DOWN imsg to the RDE if we are quitting, this | Henning Brauer |
2003-12-19 | fix getpwnam use; noticed by claudio@ | Henning Brauer |
2003-12-19 | fix copyright | Henning Brauer |
2003-12-19 | knf & 64-bit cleanup; henning ok | Theo de Raadt |
2003-12-19 | for(p = something; p != NULL; p = p->next) is not going to fly if there is | Henning Brauer |
2003-12-19 | Clean up PackageLocator so it looks somewhat more object-oriented. | Marc Espie |
2003-12-18 | First step for configuration merges in the RDE. Currently this will not | Claudio Jeker |
2003-12-18 | reset nconf to NULL after free(), from claudio | Henning Brauer |
2003-12-18 | Recognize NAT-D and NAT-OA payloads. markus@ ok. | Hakan Olsson |
2003-12-17 | Change pfsync IP protocol and multicast group numbers. | Ryan Thomas McBride |
2003-12-17 | send reconf requests to the RDE as well and handle them there; syncing peer | Henning Brauer |
2003-12-17 | style | Henning Brauer |
2003-12-17 | oups, kill (then helpful) shit from the time when it live out of the tree... | Henning Brauer |
2003-12-17 | welcome, bgpd | Henning Brauer |
2003-12-16 | bad free - spotted by vincent@ | Bob Beck |
2003-12-16 | afs cleanup, realloc strings, abort, etc. | Bob Beck |
2003-12-16 | bad printf; leopold-bloom@foni.net | Theo de Raadt |
2003-12-15 | Add initial support for pf state synchronization over the network. | Ryan Thomas McBride |
2003-12-13 | sort options and typos for openssl {dsa,dsaparam}; | Jason McIntyre |
2003-12-11 | NOMAN building works, fix NOMAN installation. | Marc Espie |
2003-12-10 | yppoll.c | Theo de Raadt |
2003-12-10 | stamp files and directories. | Marc Espie |
2003-12-10 | Flag unresolved package names as errors. | Marc Espie |
2003-12-10 | Replace Adding/Deleting with "Pretending to add/delete" in -n mode. | Marc Espie |
2003-12-10 | - fix a few exit cases that would exit with no log | Bob Beck |
2003-12-09 | better management of list of installed packages. Allow pkg_add/delete -n | Marc Espie |
2003-12-09 | Spell out which dependencies are getting solved so that pkg_add output | Marc Espie |
2003-12-09 | Fix logic for error handling, especially if -n is specified. | Marc Espie |
2003-12-06 | NULL not 0 at end of pdevinit[] | Theo de Raadt |