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