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