Age | Commit message (Expand) | Author |
2001-08-02 | Declare prompt_vPrintf as being printf-link when __GNUC__ is defined | brian |
2001-08-02 | Add a comment | brian |
2001-08-02 | Formatting and whitespace cleanup | brian |
2001-08-02 | Sync with FreeBSD (doesn't apply to obsd) | brian |
2001-08-02 | o) .Sh AUTHOR -> .Sh AUTHORS; | Mike Pechkin |
2001-08-01 | another bad licence goes foom! | Theo de Raadt |
2001-08-01 | Fix loose vs. lose | Todd C. Miller |
2001-08-01 | Remove tokenctl and tokenls from SEE ALSO -- they don't exist | Todd C. Miller |
2001-07-31 | New license from Xerox! This code is now FREE! Took a while and a lot of | Theo de Raadt |
2001-07-31 | Don't include a NUL at the end of our CHAP SUCCESS packet. | brian |
2001-07-31 | shrink even more | Theo de Raadt |
2001-07-31 | Remove an irritating diagnostic emitted to LogPHASE when a | brian |
2001-07-31 | When we receive a CHAP81 challenge response, we always expect the last | brian |
2001-07-31 | wrong section; six@stalphonsos.com | Theo de Raadt |
2001-07-30 | enable altq userland parts | Theo de Raadt |
2001-07-30 | cleanup | Theo de Raadt |
2001-07-30 | If the peer REJects our MRU REQ, stop REQing it -- *EVEN* if we're | brian |
2001-07-28 | If the peer sends a REQ without the IPADDR option, only reject it | brian |
2001-07-27 | Wall cleanup | Peter Valchev |
2001-07-26 | Handle peer REQ/NAKs of >1500 byte MRUs when we have no preference. | brian |
2001-07-25 | mdoc fixes; sync with KAME. | Kenjiro Cho |
2001-07-25 | We have to undo the changes to the 3rd party code, because it makes | Mike Pechkin |
2001-07-23 | sync with latest kame. do not print yet-to-be-initialized interface. | Jun-ichiro itojun Hagino |
2001-07-20 | inherit BINDIR from ../Makefile.inc | Michael Shalayeff |
2001-07-20 | we don't like: | Mike Pechkin |
2001-07-18 | reference 1.2 specs | Michael Shalayeff |
2001-07-17 | make it compile | Niels Provos |
2001-07-17 | Ignore (with a warning message) mtu/mru configurations that are greater | brian |
2001-07-14 | Silly bug in version detection: not having any dewey check does NOT | Marc Espie |
2001-07-13 | -DINET6 was missing | Kenjiro Cho |
2001-07-13 | flags set in signal handlers should be volatile sig_atomic_t | Todd C. Miller |
2001-07-13 | Perform MSS fixups on incoming packets as well as outgoing. | brian |
2001-07-11 | since Feb'99 uid_end is 2147483647, not 32000. | Mike Pechkin |
2001-07-11 | remove mips leftovers; ok brad | Peter Valchev |
2001-07-09 | sync with latest kame. | Jun-ichiro itojun Hagino |
2001-07-09 | remove extraneous braces | Paul Janzen |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt |
2001-07-09 | Staticise SHA1_End() | brian |
2001-07-09 | Oops, groff still doesn't do more than 8 args :( | brian |
2001-07-09 | Add a ``nat proto'' command -- similar to natd(8)'s -redirect_proto switch. | brian |
2001-07-07 | clarify & highlight | Jakob Schlyter |
2001-07-07 | Don't try to dereference the -1th ccp algorithm array entry when we | brian |
2001-07-07 | When we miss one or more packets in stateful mode *and* need to | brian |
2001-07-07 | cleanup and knf, some are from Kevin Steves <stevesk@pobox.com> | Michael Shalayeff |
2001-07-06 | cleanup and knf | Michael Shalayeff |
2001-07-06 | max uid should be 2147483647, not 2147483648. | Mike Pechkin |
2001-07-05 | order the options | Michael Shalayeff |
2001-07-05 | remove -d, fix manual, document -s option; mostly from Kevin Steves <stevesk@... | Michael Shalayeff |
2001-07-05 | Fix typos found by Andrew Hoerter. Closes PR#1922. | Kenneth R Westerback |
2001-07-04 | check for nul bytes on the end of an option buffer, since windows 2000 | Bob Beck |