summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-04-10shrink ramdisk a teeny bit; 8MB installs now work reliablyTheo de Raadt
1999-04-10fork before recording pfkey pid.Niels Provos
1999-04-09The userland parts of a sysctl that can switch on/off IP-in-IP (protocol 4)Niklas Hallqvist
1999-04-09The kernel parts of a sysctl that can switch on/off IP-in-IP (protocol 4)Niklas Hallqvist
support, when IPSEC is compiled in. The default is disabled. Turn on with: sysctl -w net.inet.ip4.allow=1 ***Only*** do this if you are really knowing what you do! This control does not control the tunnel modes of ESP and AH.
1999-04-09when the REPLACE flag was used, but no former flows was there, we did notNiklas Hallqvist
increment the IPSEC use counter, potentially missing IPSEC processing on output.
1999-04-09Make the tdbi handling more robust, removes a panic caseNiklas Hallqvist
1999-04-09Check for local address spoofing on encapsulated packets.Angelos D. Keromytis
1999-04-09match length of keys to what PF_KEY enforcesNiels Provos
1999-04-08tweak package list somewhat; marcTheo de Raadt
1999-04-08a list of packages on the CD...Theo de Raadt
1999-04-08and... once again... swapon goes awayTheo de Raadt
1999-04-08clean ramdisk /tmp a bit more before running MAKEDEVTheo de Raadt
1999-04-08How nice that we always had multicast routing in our kernels even whenNiklas Hallqvist
no MROUTING option has been set, and thus nothing calls the stuff...
1999-04-08memory leak fix; niklasTheo de Raadt
1999-04-07skip that swapon stuff, now that pax is about to become less leakyTheo de Raadt
1999-04-07Don't use -F option to disklabelTodd C. Miller
1999-04-07Kill -F option, it is not needed and just plain wrong anywayTodd C. Miller
1999-04-07save bytes; move swapon questionTheo de Raadt
1999-04-07XXX temp fix for whole_mode; todd will fix better in tomorrowTheo de Raadt
1999-04-07o Be silent on fstab writingTodd C. Miller
o Change "Save changes" prompt to "Write new label" o call writelabel() with &label and then update *lp instead of updating *lp and then calling writelabel() with lp.
1999-04-07and enc is not default eitherTheo de Raadt
1999-04-07disable IPSEC by defaultTheo de Raadt
1999-04-07For low-memory machines, help people by putting in enough swapon support, soTheo de Raadt
that people can do a boot, disklabel, reboot, boot, disklabel, swapon, .... and finish their install.
1999-04-07cannot swapon in 2.5 installer. the swap partitions must exist at kernelTheo de Raadt
boot time, the later user-entered disklabel does not take effect correctly. next release...
1999-04-06syncTheo de Raadt
1999-04-06ANOTHER modem...Theo de Raadt
1999-04-06syncTheo de Raadt
1999-04-06two more modemsTheo de Raadt
1999-04-06Fix library dependency test for arch-es that don'tMarco S Hyman
suppport shared libs so building tk80, for example, doesn't cause tkl80 to get built even thouth it is already installed. Update list-distfiles target
1999-04-06Merge with EOM 1.81Niklas Hallqvist
Too much removed in last commit Actually save the DH values in inititor mode Non-PFS case for initiators bailed out wrongly.
1999-04-05Merge with EOM 1.5Niklas Hallqvist
Make valid according to the RFCs
1999-04-05Merge with EOM 1.19Niklas Hallqvist
up-to-date
1999-04-05Merge with EOM 1.40Niklas Hallqvist
up-to-date
1999-04-05Merge with EOM 1.11Niklas Hallqvist
Make "Connections" handling nicer, and even implement it for KLIPS. A stab at reregestering the on-demand routes for PF_ENCAP.
1999-04-05Merge with EOM 1.60Niklas Hallqvist
Mem leak plugging. New finalize API. Do not renegotiate on already replaced SA expirations Only establish on-demand route if we know how to If we get an EEXIST from RTM_ADD, try to RTM_CHANGE the route. Correct buffer size in log printout make compile Make "Connections" handling nicer, and even implement it for KLIPS. A stab at reregestering the on-demand routes for PF_ENCAP. typo found by ho@netman.se
1999-04-05Merge with EOM 1.46Niklas Hallqvist
New finalize API. Free keystate. 1999 copyrights
1999-04-05Merge with EOM 1.2Niklas Hallqvist
Make "Connections" handling nicer, and even implement it for KLIPS. A stab at reregestering the on-demand routes for PF_ENCAP.
1999-04-05Merge with EOM 1.114Niklas Hallqvist
Remove obsoleted code Memory alloc. error reporting. Garbage collect keystate.
1999-04-05Merge with EOM 1.7Niklas Hallqvist
Mem leak fix 1999 copyrights
1999-04-05Merge with EOM 1.13Niklas Hallqvist
Style police. No free(0). 1999 copyrights
1999-04-05Merge with EOM 1.75Niklas Hallqvist
Memory alloc. error reporting. Mem leak plugging.
1999-04-05Merge with EOM 1.17Niklas Hallqvist
memory leak fixes 1999 copyrights
1999-04-05Merge with EOM 1.24Niklas Hallqvist
Better error messages, style 1999 copyrights
1999-04-05Merge with EOM 1.34Niklas Hallqvist
Mem leak plugging. 1999 copyrights
1999-04-05Merge with EOM 1.11Niklas Hallqvist
We need log.h Plug memleak 1999 copyrights
1999-04-05Merge with EOM 1.15Niklas Hallqvist
Correct wording of debug printout Debug output. Style. Missing break in case. Style Style police. 1999 copyrights
1999-04-05Merge with EOM 1.9Niklas Hallqvist
Typecast correct Get a private copy of connection names that should live forever. New finalize API. Make "Connections" handling nicer, and even implement it for KLIPS. A stab at reregestering the on-demand routes for PF_ENCAP.
1999-04-05Merge with EOM 1.76Niklas Hallqvist
Allocation failure reporting. Debug printouts. Typecast correctly. New finalize API. Free keystate.
1999-04-05Merge with EOM 1.78Niklas Hallqvist
clear pointer when what is pointed to is freed Fix PFS in initator mode. Improve commentary. Some more error reporting. GC proto structures if we bail out on a message. Never free twice. Error handling of group allocation. Memory alloc. error reporting. Mem leak plugging.
1999-04-05Merge with EOM 1.21Niklas Hallqvist
New finalize API so we can call it when failing too, so we do not leak resources. Plug memory leaks in general. More memory allocation error reporting.