Age | Commit message (Expand) | Author |
2003-12-19 | When temporarily unlocking a pmap, do not release the spl as well. | Miod Vallat |
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 | i wrote much of these, assert my copyright | 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 | - adjust some list widths for better postscript output | Jason McIntyre |
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 | add an example showing how to print to standard error; | Jason McIntyre |
2003-12-19 | document hw.{cpuspeed,setperf} sysctls; | Jason McIntyre |
2003-12-19 | rn_satsifies_leaf -> rn_satisfies_leaf | Brad Smith |
2003-12-19 | Make this compile after the struct was reordered. OK tedu@ | Todd C. Miller |
2003-12-19 | Add a check for time not flowing monotonically and just don't change | Todd C. Miller |
2003-12-19 | remove extraneous space at the end of the _bgpd entry | Brad Smith |
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 | assert copyright. i rewrite much of this | Theo de Raadt |
2003-12-19 | Clean up PackageLocator so it looks somewhat more object-oriented. | Marc Espie |
2003-12-18 | add new hw sysctls, cpuspeed and setperf to control cpu frequency. | Ted Unangst |
2003-12-18 | oops; pointed out by bruno | Theo de Raadt |
2003-12-18 | First step for configuration merges in the RDE. Currently this will not | Claudio Jeker |
2003-12-18 | Save pf_status.hostid and pf_status.stateid in the DIOCCLRSTATUS | Ryan Thomas McBride |
2003-12-18 | Unbreak compile with no pfsync(4) device. | Ryan Thomas McBride |
2003-12-18 | document various aspects of awk behaviour: | Jason McIntyre |
2003-12-18 | TCP timestamp modulation (scrub reassemble tcp) fix from frantzen@ | Daniel Hartmeier |
2003-12-18 | Fix for monotomic time, lasttb is now in sync with 'time'. ok otto@ | Dale Rahn |
2003-12-18 | reset nconf to NULL after free(), from claudio | Henning Brauer |
2003-12-18 | resolve compiler warnings, from Pyun YongHyeon, ok cedric@, mcbride@ | Daniel Hartmeier |
2003-12-18 | document `b0' and `b1' attributes; | Jason McIntyre |
2003-12-18 | random numbers are obtained via arc4random(3), not random(3); | Jason McIntyre |
2003-12-18 | Permit ethernet multicast addresses, as used by some HA/failover solutions. S... | Hakan Olsson |
2003-12-18 | Recognize NAT-D and NAT-OA payloads. markus@ ok. | Hakan Olsson |
2003-12-18 | spls do not protect cpu_itmr and thus time might jump back sometimes due to c... | Michael Shalayeff |
2003-12-18 | Don't add -I$(srcdir)/zlib to CFLAGS since the version of zlib included with | Todd C. Miller |
2003-12-18 | cvs uses zlib, not gzip; remove a lie. OK deraadt@ | Todd C. Miller |
2003-12-18 | Move -DDYNAMIC_CRC_TABLE into the main libz Makefile | Todd C. Miller |
2003-12-18 | Mention the exchange name when giving up on a message. Suggested by | Hakan Olsson |
2003-12-18 | sync | Theo de Raadt |
2003-12-17 | attempt to power down voyager (untested); miod ok | Theo de Raadt |
2003-12-17 | Change pfsync IP protocol and multicast group numbers. | Ryan Thomas McBride |
2003-12-17 | - add -w to options description | Jason McIntyre |
2003-12-17 | Use SLIST macros instead of rolling our own. Idea from and partly | Todd C. Miller |
2003-12-17 | remove old -M and -N; 3608 | Theo de Raadt |
2003-12-17 | no mail for _ftpd | Henning Brauer |
2003-12-17 | no ftp access for _bgpd | Henning Brauer |
2003-12-17 | add user & group _bgpd | Henning Brauer |
2003-12-17 | don't use inffast on the boot floppies; saves more space | Henning Brauer |
2003-12-17 | send reconf requests to the RDE as well and handle them there; syncing peer | Henning Brauer |