Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-13 | grammar fix from Joshua Stein <jcs@rt.fm> | Peter Valchev | |
2001-08-13 | use getifaddrs(3) rather than SIOCGIFCONF. in fact, if_map() does not do | Jun-ichiro itojun Hagino | |
the right thing on certain set of interface addresses. SIOCGIFCONF is the worst possible ioctl API... | |||
2001-08-13 | need to use IPV6_IPSEC_POLICY for IPv6 bypass policy setting. from the | Jun-ichiro itojun Hagino | |
country of humppa. | |||
2001-08-12 | Don't coredump if the kernel doesn't support IPv6. | Angelos D. Keromytis | |
2001-08-12 | #(endif|else) foo is incorrect, make it #endif /* foo */ | Heikki Korpela | |
deraadt@ ok | |||
2001-08-11 | Add support for ICMP errors referring to ICMP queries/replies. Fixes | Daniel Hartmeier | |
'ICMP error message for bad proto' messages. Reported by Mark Grimes and Steve Rumble. Add debugging level with ioctl interface and pfctl switch. Default is 'None'. | |||
2001-08-11 | Check socket >= 0. We should also be going through the list of cloned | Angelos D. Keromytis | |
transports and invalidating (somehow) those whose socket should not be used. | |||
2001-08-11 | When a message is received on the wildcard (default) transport, | Angelos D. Keromytis | |
re-examine the interface list; new addresses are bound to, and sockets to deleted addresses are closed. This only occurs if the Listen-to directive in isakmpd.conf is *not* used. | |||
2001-08-11 | \+\n support, and spit out cc-style error messages. the parser's line | Theo de Raadt | |
counting is lex dependent, and will need to be tweaked | |||
2001-08-11 | Add TRANSPORT_MARK, for mark-and-sweep garbage collection of transport | Angelos D. Keromytis | |
instances. | |||
2001-08-11 | Fix keynote credential case again. | Angelos D. Keromytis | |
2001-08-11 | Allocate slightly larger buffer for cert. | Angelos D. Keromytis | |
2001-08-08 | Typo: remove space before period. Spotted by Brian J. Kifiak <bk@rt.fm>. | Heikki Korpela | |
millert@ ok | |||
2001-08-07 | No need to remove /etc/nologin after killing shutdown; signal | Heikki Korpela | |
handler will take care of this. Pointed out by bk@rt.fm; millert@ ok. (Although it was millert@ who asked for it in the first place, bad me for not checking the source. :-) | |||
2001-08-07 | Document how to cancel a scheduled shutdown with kill(1). | Heikki Korpela | |
Also mention that /etc/nologin should be deleted after this if needed. ok millert@ | |||
2001-08-07 | o Fix a typo (heko@iki.fi) | Todd C. Miller | |
o Add text about default labels | |||
2001-08-06 | Update to reality based on sys/disklabel.h | Todd C. Miller | |
2001-08-05 | re-order headers as they should be | Theo de Raadt | |
2001-08-03 | o) We always closes .Bl and .Bd tags; | Mike Pechkin | |
millert@ ok | |||
2001-08-02 | pet peeve, insure vs ensure | Hugh Graham | |
insure is to indemnify against some contingency ensure is to make sure | |||
2001-08-02 | o) .Sh AUTHOR -> .Sh AUTHORS; | Mike Pechkin | |
o) .Sh EXAMPLE -> .Sh EXAMPLES; o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION; millert@ ok | |||
2001-08-02 | nkmempages. | Artur Grabowski | |
2001-08-02 | Let the example config use suites that actually work together. | Hakan Olsson | |
2001-08-01 | Correct diagnostic string per PR 1981 by Kaspar Toomik. | Hugh Graham | |
2001-07-31 | allow to test that flags are unset, ok dhartmei@, mickey@ | Peter Stromberg | |
2001-07-29 | -Wunused for KAME case | Jun-ichiro itojun Hagino | |
2001-07-28 | start sentence on new line, from mpech@ | Daniel Hartmeier | |
2001-07-26 | edlabel no more | Miod Vallat | |
2001-07-26 | Remove edlabel. It was only compiled on sparc and sun3, and is completely | Miod Vallat | |
superceded by disklabel -E. millert@ agrees. | |||
2001-07-26 | Remove BUGS section, swapoff now works. ok art@ | Peter Valchev | |
2001-07-26 | sort SEE ALSO section correctly, from mpech@. | Daniel Hartmeier | |
2001-07-26 | usage() with __progname according to style(9), typo in man page. both from ↵ | Daniel Hartmeier | |
mpech@. | |||
2001-07-25 | do not write into s6_addr[16] (out of bounds). | Jun-ichiro itojun Hagino | |
2001-07-25 | pf_key_v2_flow: sync success and failure messages; ok niklas@ | Markus Friedl | |
2001-07-25 | CFG mode changes: send attributes of size 0 if attribute is not available | Markus Friedl | |
fix several if statements, ok ho@ | |||
2001-07-25 | do not setup identity extensions for KAME; ok angelos@ | Markus Friedl | |
2001-07-25 | We have to undo the changes to the 3rd party code, because it makes | Mike Pechkin | |
upgrading those components hell. Tip of the day: Don't commit without confirmation. | |||
2001-07-20 | we don't like: | Mike Pechkin | |
o) .Pp before/after .Sh; o) .Pp before/after .Rs/.Re; o) .Nm without argument in SYNOPSIS; | |||
2001-07-19 | #include <termios.h> | Todd C. Miller | |
2001-07-19 | Fix/complete the handling of the binary ops >< and <> to behave | Kenneth R Westerback | |
like the ipf operators. The 'n >< m' construct (Include Range = PF_OP_IRG) should match ports greater than n and less than m, not greater than or equal to n and less than or equal to m. The 'n <> m' construct (Exclude Range = PF_OP_XRG) should match all ports less than n OR greater than m, not be treated as an alias for ><. Thus PF_OP_GL, which was used for both <> and >< is replaced with PF_OP_IRG and PF_OP_XRG with the 'correct' semantics. OK dhartmei@ | |||
2001-07-18 | try to clarify a double negative. ok jason@ | Kjell Wooding | |
2001-07-18 | protect #define MAX(); ok ho@ | Markus Friedl | |
2001-07-18 | minor updates. | Markus Friedl | |
2001-07-18 | use correct length for SADB_X_EXT_POLICY message on KAME | Markus Friedl | |
tested on bsd/os; ok ho@ | |||
2001-07-18 | new ERROR token, errx() -> warnx() + ERROR; ok deraadt@ | Markus Friedl | |
2001-07-18 | KNF for return | Markus Friedl | |
2001-07-18 | check number range to fit in 32 bits | Michael Shalayeff | |
2001-07-18 | put range checks on NUMBER, pointed out by deraadt | Michael Shalayeff | |
2001-07-17 | spaces, parens, err instead of errx+strerror | Michael Shalayeff | |
2001-07-17 | warnx()/YYERROR instead of errx(); suggested by mickey@ | Markus Friedl | |