Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
yet generate 192 & 256 bit keys). Ensure that 192 and 256 are in the nids table. This also accelerates performance for 128 a tiny bit: type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes aes-128-cbc 34921.48k 129617.82k 362059.93k 623649.81k 790397.77k aes-192-cbc 26227.43k 99215.33k 283242.84k 509881.15k 665323.22k aes-256-cbc 26133.22k 97458.06k 265990.84k 457824.69k 579835.09k | |||
2004-02-03 | adding tests after fixing bugs to prevent them from reapperaing gives extra | Henning Brauer | |
karma points: tag macro expansion | |||
2004-02-03 | you shall not forget committing regress fixes after fixing a bug | Henning Brauer | |
do not test for the questionable epxansion pfctl did with half IPs | |||
2004-02-03 | fix PR 3664 / jared r r spiegel | Henning Brauer | |
we need to save the unexpanded tag/tagged strings before entering the expansion loop, and at each loop, start with the unexpanded tag, so that on subsequent loops the macros are replaced with current values and not the values from previous loop persist ryan theo ok | |||
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 | |
== to parse v4 adresses, only use inet_net_pton when we find a /, otherwise use inet_pton. helps bob who likes to type 1.2 3.4 instead of 1.2.3.4 and wonders why this results in two addresses. PR3638, bob ok == make sure bits is either 32 or what inet_net_pton tells us, and always call set_ipmask to mask the boring bits away ok dhartmei@ mcbride@ david@ | |||
2004-02-03 | defer free()ing the previous peer list until after parsing the config file | Henning Brauer | |
so in the parser we can access it. will be needed soon. | |||
2004-02-03 | new file is needed to get define early enough for other headers, add | Dale Rahn | |
OpenBSD to the comments, adjust target code to be same as netbsd, now working. | |||
2004-02-03 | Use the same values on other openbsd 32 bit archs for these for now. | Dale Rahn | |
These agree with the values used by the compiler. | |||
2004-02-03 | correct psABI functions _Q_feq and friends (they return 'int' not long double); | Jason Wright | |
pointed out by Mark Kettenis, kettenis,chello,nl | |||
2004-02-03 | advertise features of our crypto chips better; ok tdeval | Theo de Raadt | |
jason is being a slacker | |||
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 | |
mips. Problem found by todd@ Ok todd@ | |||
2004-02-03 | das boot; das cloned das from das i386 | Michael Shalayeff | |
2004-02-03 | somehow cvs revived this long dead directory, but fgs@ noticed | Henning Brauer | |
2004-02-03 | no quad stuff on amd64 either; from art@ | Michael Shalayeff | |
2004-02-03 | grok VIA C3 xmove-* and xcrypt-* instructions; niklas ok | Theo de Raadt | |
2004-02-03 | repair cats | Michael Shalayeff | |
2004-02-03 | If on an i386, detect existance of the VIA C3 xcrypt-* using sysctl of | Theo de Raadt | |
the machdep.xcrypt node. If they exist, use the xcrypt-cbc instruction to accelerate aes-{128,192,256}-cbc, for more than 100x performance increase. This code has no effect on any cpu... Tested thus far using openssl speed command, and of course, ssh. 778MB/sec AES-128-CBC performance at 8192 byte block size. | |||
2004-02-03 | move VIA xcrypt-* options to specialreg.h | Theo de Raadt | |
2004-02-02 | close socket on error in control_init | Henning Brauer | |
From: Patrick Latifi <pat@eyeo.org> | |||
2004-02-02 | 2 missing returns in error pathes | Henning Brauer | |
From: Patrick Latifi <pat@eyeo.org> | |||
2004-02-02 | PSL_XCRYPT is 0x40000000 | Theo de Raadt | |
2004-02-02 | trap SIGHUP, SIGINT and SIGTERM as well; input and ok millert@. | Federico G. Schwindt | |
2004-02-02 | * use macro expansion instead of hardcoding 'buf'. | Henning Brauer | |
From: Patrick Latifi <pat@eyeo.org>, claudio ok | |||
2004-02-02 | as grange pointed out, BUFQ_ALLOC might fail | Ted Unangst | |
2004-02-02 | dont let files patch themselves into existance multiple time, and use | Dale Rahn | |
the correct version. | |||
2004-02-02 | remove sparcv9 code. | Brad Smith | |
ok marc@ | |||
2004-02-02 | be just like gnu emacs when more than 2 files are specified on the command | Vincent Labrecque | |
line: create a buffer list window | |||
2004-02-02 | Yet another signature; reported by danh@ | Alexander Yurchenko | |
2004-02-02 | make the stack compile if NPF=0. ok deraadt@ markus@ | Cedric Berger | |
2004-02-02 | missing #if NPF > 0. ok henning@ | Cedric Berger | |
2004-02-02 | partially working... | Dale Rahn | |
2004-02-02 | Support for UDMA2 capable SCx200 ide found on all National Semiconductor | Alexander Yurchenko | |
SC1100 based boards (soekris net4801 e.g.). Tested both with CF cards and UDMA2 drive. Help and three (sic!) OKs from gluk@, test and ok markus@. Thanks to Wim for the soekris board. | |||
2004-02-02 | gluk points out i missed tags | Ted Unangst | |
2004-02-02 | spaces | Theo de Raadt | |
2004-02-02 | Fix bug in the decision process. The decision process is unable to directly | Claudio Jeker | |
detect changes of the active prefix. This bug is only triggered when a nexthop changes state. While doing that clarify prefix_move a bit. OK henning@ | |||
2004-02-02 | 'F'reeguard doc, as reported missing by brad. nit free thanks to jmc | Ted Unangst | |
2004-02-02 | Somehow I missed this peace in one of my last commits. OK henning@ | Claudio Jeker | |
2004-02-02 | cope with recent changes: | Henning Brauer | |
-TCP_MD5SIG -TCP_SACK_DISABLE is no more, TCP_SACK_ENABLE now and logic reversed ok markus@ jmc@ | |||
2004-02-02 | Use correct struct in sizeof for calloc. OK henning@ | Claudio Jeker | |
2004-02-02 | Seal a memory leak and fix a format string, conf->as is unsigned. | Claudio Jeker | |
OK henning@ | |||
2004-02-02 | add missing frexp | Dale Rahn | |
2004-02-02 | cleanup | Dale Rahn | |