Age | Commit message (Expand) | Author |
2004-02-04 | Change these defines to be a display specific define and also remove | Dale Rahn |
2004-02-04 | upper case ip; | Jason McIntyre |
2004-02-04 | Fix anchors (^ or $) in -w mode broken by the last commit's -w overhaul. | Todd C. Miller |
2004-02-04 | Test 'pass proto { tcp udp icmp } modulate state' type rules | Ryan Thomas McBride |
2004-02-04 | Test comment continuation with \ | Ryan Thomas McBride |
2004-02-04 | Traditionally, getopt(3) has treated "--foo" the same as "--". However, | Todd C. Miller |
2004-02-04 | Handle rules like 'pass ... proto { tcp udp icmp } ... modulate state' | Ryan Thomas McBride |
2004-02-04 | hand craft elf size for amd64 | Michael Shalayeff |
2004-02-04 | typo within comment, deilver -> deliver | Daniel Hartmeier |
2004-02-04 | (uid_t) -1 is a valid uid, so do not use it as a flag. | Otto Moerbeek |
2004-02-04 | $OpenBSD$, tedu | Henning Brauer |
2004-02-04 | remove kludge now that proper IPV6_MMTU handling is in | Daniel Hartmeier |
2004-02-04 | Document 'set limit src-nodes' | Ryan Thomas McBride |
2004-02-04 | Fix a number of bugs with setting pool limits which I introduced with | Ryan Thomas McBride |
2004-02-04 | Better error message when bpf device open fails. | Otto Moerbeek |
2004-02-04 | Move BGP path attribute handling functions in a own file. henning@ conceptual ok | Claudio Jeker |
2004-02-04 | Move the update generation into a separate file. The update generation has | Claudio Jeker |
2004-02-04 | H comes before J; | Jason McIntyre |
2004-02-04 | strictly follow RFC2460 section 5, last paragraph (sender behavior when | Jun-ichiro itojun Hagino |
2004-02-04 | Some more non-alignment problems resolved. | Otto Moerbeek |
2004-02-04 | Test ^ and $ in -w mode; currently fails. Fix awaiting approval... | Todd C. Miller |
2004-02-04 | more KNF | Henning Brauer |
2004-02-04 | unobfuscate varargs shitz | Henning Brauer |
2004-02-04 | asprintf | Henning Brauer |
2004-02-04 | 8579 lines of KNF, ANSO and zap-junk diff without the resulting binary | Henning Brauer |
2004-02-03 | OK, this time the AES soft keys work with ssh and such. I spent over 3 | Theo de Raadt |
2004-02-03 | Make sure option NO_PROPOLICE only adds the -fno-stack-protector option. | Miod Vallat |
2004-02-03 | replace the previous hack for the internal peer id allocator (which just used | Henning Brauer |
2004-02-03 | bring some standard C++ fixes, mostly from NetBSD. | Marc Espie |
2004-02-03 | oops, software key gen bug | Theo de Raadt |
2004-02-03 | Use the correct type for time_t. | Dale Rahn |
2004-02-03 | ourtime should match prototype in extern.h 'change globals.h' deraad@ | Dale Rahn |
2004-02-03 | Switch to using software generated extended keys (because the cpu cannot | Theo de Raadt |
2004-02-03 | adding tests after fixing bugs to prevent them from reapperaing gives extra | Henning Brauer |
2004-02-03 | you shall not forget committing regress fixes after fixing a bug | Henning Brauer |
2004-02-03 | fix PR 3664 / jared r r spiegel | Henning Brauer |
2004-02-03 | Obsoleted by getopt_long.c | Todd C. Miller |
2004-02-03 | remove non-CBC modes from the VIA code; it is all that is used at the moment | Theo de Raadt |
2004-02-03 | bring back this fluffy change, of course without the bug: | Henning Brauer |
2004-02-03 | defer free()ing the previous peer list until after parsing the config file | Henning Brauer |
2004-02-03 | new file is needed to get define early enough for other headers, add | Dale Rahn |
2004-02-03 | Use the same values on other openbsd 32 bit archs for these for now. | Dale Rahn |
2004-02-03 | correct psABI functions _Q_feq and friends (they return 'int' not long double); | Jason Wright |
2004-02-03 | advertise features of our crypto chips better; ok tdeval | Theo de Raadt |
2004-02-03 | Correct the arm ifdefs previously inserted, is working correctly now. | Dale Rahn |
2004-02-03 | Correct modf (from alpha) instead of one which doesnt compile from NetBSD | Dale Rahn |
2004-02-03 | Recognize openbsd arm executables and corefiles. ok deraadt@ | Dale Rahn |
2004-02-03 | config for arm, copied from powerpc/sparc ok markus@ | Dale Rahn |
2004-02-03 | Remove debug print. | Dale Rahn |
2004-02-03 | Cut-n-pasto: three source files were listed twice. Caused problems on | Hans Insulander |