summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-01-27Add `-R' option (rescan previously configured directories) support.Oleg Safiullin
Tested by espie@
2000-01-27er, oops, types must be same for multiple assignmentTheo de Raadt
2000-01-27remove bogus commentArtur Grabowski
2000-01-27deny login if shell does not exist or is not executable at allMarkus Friedl
make no-port-forwarding for RSA keys deny both -L and -R style fwding
2000-01-27reduce global symbol pollutionArtur Grabowski
2000-01-27Reflect current practice somewhat better.Marc Espie
2000-01-27No need to include sys/vmmeter.hArtur Grabowski
2000-01-27No prototypes and variables from this file are used in UVM. (ifdef)Artur Grabowski
2000-01-27Merge with EOM 1.13Niklas Hallqvist
author: ho Bugfix for IPSEC_ID_USER_FQDN from <<Jorgen.Granstam@abc.se>. Apply similar to the IPSEC_ID_FQDN case plus fix the log messages.
2000-01-27Merge with EOM 1.13Niklas Hallqvist
author: ho Bugfix. From <Jorgen.Granstam@abc.se>.
2000-01-27use {round,trunc}_page instead of manually doing the same thingArtur Grabowski
2000-01-27pmap_writetext - use getptep4m/setpgt and avoid one unnecessary table walkArtur Grabowski
2000-01-27It's amazing what you can find with some code reading.Artur Grabowski
In pv_unlink4m we check if the page that was uncached due to bad aliases can be cached again. The check was correct but instead of clearing this flag we clear all other flags except PV_ANC.
2000-01-27isa-avoidanceMichael Shalayeff
2000-01-27Merge with EOM 1.28Niklas Hallqvist
author: niklas -Wall friendly
2000-01-27Merge with EOM 1.27Niklas Hallqvist
author: niklas Fix cert ID hashing
2000-01-27avoid memory leakage on freeaddrinfo().Jun-ichiro itojun Hagino
(this bug was introduced since we mix KAME getaddrinfo and NRL freeaddrinfo).
2000-01-27Merge "old" and "new" ESP and AH in two files (one for each).Angelos D. Keromytis
Fix a couple of buglets with ingress flow deletion. tcpdump on enc0 should now show all outgoing packets *before* being processed, and all incoming packets *after* being processed. Good to be in Canada (land of the free commits).
2000-01-27Cheers from Canada (Montreal):Angelos D. Keromytis
Use the new ESP/AH flags for "old" ESP/AH.
2000-01-27Conform with the new changes with regards to new/old ESP/AHAngelos D. Keromytis
2000-01-27Take /usr/local/lib out of glibpth and libpth. Define locincpth andTodd C. Miller
loclibpth to be /usr/local/include and /usr/local/lib respectively. This allows third party modules to grab stuff from /usr/local/{lib,include} but perl itself doesn't search for things there during a build.
2000-01-27add IPv6 reverse lookup table for loopback (::1).Jun-ichiro itojun Hagino
XXX shares database file with IPv4 one (0.0.127.in-addr.arpa)
2000-01-27enable IPv6 support.Jun-ichiro itojun Hagino
2000-01-27make rshd and rlogind IPv6-ready.Jun-ichiro itojun Hagino
2000-01-27add IPv6-ready rcmd() friends.Jun-ichiro itojun Hagino
rcmd(): IPv4 only rcmd_af(): af independent ruserok(): af independent iruserok(): IPv4 only iruserok_sa(): af independent
2000-01-27repair nroff botchTheo de Raadt
2000-01-27goof.Steve Murphree
2000-01-27Took out le* at 0xffffd200. It conflicts with GCSR on some boards.Steve Murphree
2000-01-27Fix for boards with only one zs chip.Steve Murphree
2000-01-27Don't bind arrow keys in pdksh, the binding are already there by default.Todd C. Miller
2000-01-27zap setptesw4m, not used anymoreArtur Grabowski
2000-01-27zap getptesw4m, not used anymore (and the comment was bogus)Artur Grabowski
2000-01-27update comment to reflect reality (remove it).Artur Grabowski
2000-01-27pmap_rmk4m: There is no need to flush the segment from the tlb orArtur Grabowski
to zero the table when we have 0 mappings in a segment.
2000-01-26cleanup and simplify pmap_page_protect4m:Artur Grabowski
- Use a normal while-loop when walking the pv lists instead of an ugly hack. - always clean the pte even if we know that it will be freed. - No need to flush the segment from the tlb in kernel. - add some ifdef DIAGNOSTIC. - clear the PV_ANC flag on the pv.
2000-01-26syncTheo de Raadt
2000-01-26more devices; sysadmin@terc.eduTheo de Raadt
2000-01-26if yygrowstack() fails to allocate memory, free all yacc memory allocations ↵Theo de Raadt
and reset for future yyparse() calls... obscure eh
2000-01-26s/PDC_DEBUG/PDCDEBUG/Michael Shalayeff
2000-01-26Replace more table-walks and getpte4m/setpte4m with getptep4m/setpgt4m.Artur Grabowski
2000-01-26Merge with EOM 1.34Niklas Hallqvist
author: niklas style author: ho Lower the common {ADD,DEL}FLOW warnings to log_debug() on OpenBSD.
2000-01-26Merge with EOM 1.39Niklas Hallqvist
author: angelos Oops on previous PFS-policy patch. Small fixes in the manpages.
2000-01-26Merge with EOM 1.26Niklas Hallqvist
author: angelos GMTTimeOfDay and LocalTimeOfDay attributes, comment in x509.c. author: angelos Include files, in anticipation of the keynote.h changes.
2000-01-26Merge with EOM 1.32Niklas Hallqvist
date: 2000/01/25 13:35:24; author: niklas; state: Exp; lines: +8 -1 Do not assume ingress flows are available date: 2000/01/25 01:24:38; author: angelos; state: Exp; lines: +40 -1 We also allow the remote gateway to talk to the local subnet and the local gateway through the SAs setup. date: 2000/01/25 01:09:20; author: angelos; state: Exp; lines: +2 -2 Don't use REPLACE for ingress flows. date: 2000/01/24 23:28:39; author: angelos; state: Exp; lines: +30 -28 Delete ACL only for incoming SAs... date: 2000/01/23 22:56:43; author: angelos; state: Exp; lines: +2 -2 Send SA payload when deleting ingress flow. date: 2000/01/13 22:54:54; author: angelos; state: Exp; lines: +5 -1 Return on error from ingress flow establishment/deletion. date: 2000/01/13 22:53:21; author: angelos; state: Exp; lines: +25 -5 Interim ingress flows. date: 2000/01/13 06:48:27; author: angelos; state: Exp; lines: +37 -12 Establish (and delete) ingress flows. author: ho Unbreak. author: ho Compile under OpenBSD again. author: niklas Ugly KAME support, will be improved author: angelos Get rid of the LOCALFLOW flag. author: ho log_print -> log_debug for delete_spi: DELETE message. Plus log class typos.
2000-01-26Merge with EOM 1.6Niklas Hallqvist
author: ho Add Blowfish-main-mode and Blowfish-quick-mode, including suites, protocols and transforms for them. Add a policy file default, currently set to /etc/isakmpd/policy. Also, slightly more verbose comments for the quick mode transforms. author: ho Kill volume lifetimes for main mode. Add AH-SHA tranforms for quick mode, and 3DES-MD5 transform for main mode.
2000-01-26Merge with EOM 1.12Niklas Hallqvist
date: 2000/01/25 02:21:10; author: angelos; state: Exp; lines: +2 -2 Move the policy file location author: angelos GMTTimeOfDay and LocalTimeOfDay attributes, comment in x509.c. author: angelos Oops on previous PFS-policy patch. Small fixes in the manpages. author: angelos Add pfs keynote attribute. author: angelos Include files, in anticipation of the keynote.h changes.
2000-01-26Merge with EOM 1.2Niklas Hallqvist
author: niklas typo
2000-01-26Merge with EOM 1.28Niklas Hallqvist
author: angelos Manpage support in the Makefiles, mention in README. author: niklas Up-to-date author: niklas Typo + mail change for ho
2000-01-26Merge with EOM 1.115Niklas Hallqvist
author: ho Blowfish needs the KEY_LENGTH attribute accepted.
2000-01-26samples/singlehost-east.conf: Merge with EOM 1.6Niklas Hallqvist
samples/singlehost-west.conf: Merge with EOM 1.6 samples/VPN-west.conf: Merge with EOM 1.9 samples/VPN-east.conf: Merge with EOM 1.9 author: niklas Remove deprecated stayalive flags author: niklas Correct AH transform attributes