summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2004-08-14When using -K (keynote disabled), check peers' proposal against isakmpd.conf.Hans-Joerg Hoexer
2004-08-13extra check for no message case; ok markus, deraadt, hshoexer, henningDamien Miller
2004-08-12Fix compiler warning on alpha.Hans-Joerg Hoexer
2004-08-12Avoid memleak on error (Linux/KAME). Found by Benjamin Pineau.Hakan Olsson
2004-08-12Prevent core dump on large block sizes by checking block size againstOtto Moerbeek
2004-08-10update to realityJared Yanovich
2004-08-10spacingTheo de Raadt
2004-08-10Add SADB_X_EXT_LIFETIME_LASTUSE. hshoexer@ okHakan Olsson
2004-08-10Better implementation of the Dead Peer Detection protocol, RFC 3706.Hakan Olsson
2004-08-10Linux has AES (and DES). From Benjamin Pineau.Hakan Olsson
2004-08-10If opening /dev/arandom fails, try /dev/random. Suggested by Benjamin Pineau.Hakan Olsson
2004-08-09minor cleanupTheo de Raadt
2004-08-08spacingTheo de Raadt
2004-08-08spacingTheo de Raadt
2004-08-06this will be ok on sgi too (pci arch)Theo de Raadt
2004-08-06not sgimips, be carefulTheo de Raadt
2004-08-06add sgiPer Fogelstrom
2004-08-06build on hppaMichael Shalayeff
2004-08-05better signal cache printfMichael Shalayeff
2004-08-03-src/-srcmask are no moreHenning Brauer
2004-08-03display route labels with "route get", and allow them to be setHenning Brauer
2004-08-03Rewrite the transport reference count code to avoid leaks.Hakan Olsson
2004-08-03Handle geometry parameters as unsigned quantities, getting rid ofOtto Moerbeek
2004-08-03spacingTheo de Raadt
2004-08-03Handle geometry parameters as unsigned quantities, getting rid of negativeOtto Moerbeek
2004-08-03Allow a unicast ip address to be specified for pfsync with the 'syncpeer'Ryan Thomas McBride
2004-08-02Do not expire unestablished phase 2 SAs on SIGHUP.Hans-Joerg Hoexer
2004-08-02Missed to add virtual.c here. Noted by Benjamin Pineau.Hakan Olsson
2004-07-30mark down some punctuation, and sync usage();Jason McIntyre
2004-07-30Style.Hakan Olsson
2004-07-29Less noise while debugging.Hakan Olsson
2004-07-29Repair NAT-T using Aggressive mode, NAT-D checks were in the wrong place.Hakan Olsson
2004-07-28.Xr growfs 8Jason McIntyre
2004-07-28sort options, and fix a spurious list width;Jason McIntyre
2004-07-28- sort optionsJason McIntyre
2004-07-28This touches only MI code, and adds new time keeping code. TheThorsten Lockert
2004-07-23- make SYNOPSIS and usage() clear that -t precedes -T;Jason McIntyre
2004-07-21use \- for number rangesJared Yanovich
2004-07-20Make ENXIO from SIOCGWAVELAN a fatal error so we don't get garbageTodd C. Miller
2004-07-19print the correct labels when displaying timeouts with pfctl (eg, pfctl -st).David Gwynne
2004-07-17some ansi; khalek@linuxgamers.netTheo de Raadt
2004-07-16'pfctl -o' ruleset optimizer that doesnt change the meaning of the final rulesetMike Frantzen
2004-07-16remove netiso traces, millert deraadt okHenning Brauer
2004-07-15remove references to removed pages: clnp(4), esis(4), and iso(4);Jason McIntyre
2004-07-15fix for setting antena diversity; from Brian Falk <falk@seas.upenn.edu>Michael Shalayeff
2004-07-15Keep trying if we get EINPROGRESS from SIOCGWAVELAN, up to 10 times.Todd C. Miller
2004-07-15Make wi_getval() return int and check the rval when printing the AP list.Todd C. Miller
2004-07-14no \n in errx(3)Henning Brauer
2004-07-13Remove unused argument 'int pn' to PRT_fix_CHS(). The 'int pn'Tom Cosgrove
2004-07-11Just use err(1, NULL) following malloc() failures, per err(3).Tom Cosgrove