summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-12-19When temporarily unlocking a pmap, do not release the spl as well.Miod Vallat
2003-12-19Rework of the RDE config merge. This fixes problems with peers thatClaudio Jeker
2003-12-19when adding a new peer during reconfiguration set its sock to -1.Henning Brauer
2003-12-19i wrote much of these, assert my copyrightHenning Brauer
2003-12-19update for openssl enc:Jason McIntyre
2003-12-19for 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 outputJason McIntyre
2003-12-19don't bother sending a SESSION_DOWN imsg to the RDE if we are quitting, thisHenning Brauer
2003-12-19fix getpwnam use; noticed by claudio@Henning Brauer
2003-12-19add an example showing how to print to standard error;Jason McIntyre
2003-12-19document hw.{cpuspeed,setperf} sysctls;Jason McIntyre
2003-12-19rn_satsifies_leaf -> rn_satisfies_leafBrad Smith
2003-12-19Make this compile after the struct was reordered. OK tedu@Todd C. Miller
2003-12-19Add a check for time not flowing monotonically and just don't changeTodd C. Miller
2003-12-19remove extraneous space at the end of the _bgpd entryBrad Smith
2003-12-19fix copyrightHenning Brauer
2003-12-19knf & 64-bit cleanup; henning okTheo de Raadt
2003-12-19for(p = something; p != NULL; p = p->next) is not going to fly if there isHenning Brauer
2003-12-19assert copyright. i rewrite much of thisTheo de Raadt
2003-12-19Clean up PackageLocator so it looks somewhat more object-oriented.Marc Espie
2003-12-18add new hw sysctls, cpuspeed and setperf to control cpu frequency.Ted Unangst
2003-12-18oops; pointed out by brunoTheo de Raadt
2003-12-18First step for configuration merges in the RDE. Currently this will notClaudio Jeker
2003-12-18Save pf_status.hostid and pf_status.stateid in the DIOCCLRSTATUSRyan Thomas McBride
2003-12-18Unbreak compile with no pfsync(4) device.Ryan Thomas McBride
2003-12-18document various aspects of awk behaviour:Jason McIntyre
2003-12-18TCP timestamp modulation (scrub reassemble tcp) fix from frantzen@Daniel Hartmeier
2003-12-18Fix for monotomic time, lasttb is now in sync with 'time'. ok otto@Dale Rahn
2003-12-18reset nconf to NULL after free(), from claudioHenning Brauer
2003-12-18resolve compiler warnings, from Pyun YongHyeon, ok cedric@, mcbride@Daniel Hartmeier
2003-12-18document `b0' and `b1' attributes;Jason McIntyre
2003-12-18random numbers are obtained via arc4random(3), not random(3);Jason McIntyre
2003-12-18Permit ethernet multicast addresses, as used by some HA/failover solutions. S...Hakan Olsson
2003-12-18Recognize NAT-D and NAT-OA payloads. markus@ ok.Hakan Olsson
2003-12-18spls do not protect cpu_itmr and thus time might jump back sometimes due to c...Michael Shalayeff
2003-12-18Don't add -I$(srcdir)/zlib to CFLAGS since the version of zlib included withTodd C. Miller
2003-12-18cvs uses zlib, not gzip; remove a lie. OK deraadt@Todd C. Miller
2003-12-18Move -DDYNAMIC_CRC_TABLE into the main libz MakefileTodd C. Miller
2003-12-18Mention the exchange name when giving up on a message. Suggested byHakan Olsson
2003-12-18syncTheo de Raadt
2003-12-17attempt to power down voyager (untested); miod okTheo de Raadt
2003-12-17Change pfsync IP protocol and multicast group numbers.Ryan Thomas McBride
2003-12-17- add -w to options descriptionJason McIntyre
2003-12-17Use SLIST macros instead of rolling our own. Idea from and partlyTodd C. Miller
2003-12-17remove old -M and -N; 3608Theo de Raadt
2003-12-17no mail for _ftpdHenning Brauer
2003-12-17no ftp access for _bgpdHenning Brauer
2003-12-17add user & group _bgpdHenning Brauer
2003-12-17don't use inffast on the boot floppies; saves more spaceHenning Brauer
2003-12-17send reconf requests to the RDE as well and handle them there; syncing peerHenning Brauer