Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-04-18 | KNF & typo in printf | Jason Wright | |
1999-04-18 | simplify clock handling | Jason Wright | |
1999-04-18 | notes that ship with 2.5, but not in the tree | Theo de Raadt | |
1999-04-18 | moving to 2.5-current, tree is unlocked | Theo de Raadt | |
1999-04-16 | ln bug fix | Theo de Raadt | |
1999-04-16 | fix ipf return-rst panic bug; beck | Theo de Raadt | |
1999-04-12 | move encdebug to a useful place | Theo de Raadt | |
1999-04-11 | Reenable IPSEC now that it is off by default, but can be enabled via sysctl | Niklas Hallqvist | |
1999-04-11 | Introduce net.inet.{ah,esp}.enable sysctl controls that are off by default. | Niklas Hallqvist | |
If you are going to use either of AH or ESP or both, enable these in /etc/sysctl.conf. Also correct the IPSec debugging sysctl code, it is now named net.inet.ip.encdebug. Some corrected function signatures too. | |||
1999-04-11 | add xshare, indent for xshare | Todd T. Fries | |
1999-04-11 | upddate size info, add xshare | Todd T. Fries | |
1999-04-11 | Fix for 25 Mhz. | Steve Murphree | |
1999-04-11 | make ne[0-2] definition match GENERIC | Todd C. Miller | |
1999-04-10 | shit: egcs-stable is in LANG, not DEVEL | Marco S Hyman | |
1999-04-10 | rsh off by default | Theo de Raadt | |
1999-04-10 | spelling | Theo de Raadt | |
1999-04-10 | spelling | Theo de Raadt | |
1999-04-10 | ignore -q for now since we are already quiet. Makes "newfs -q -t msdos" ↵ | Todd C. Miller | |
does not generate an error | |||
1999-04-10 | Add -q flag to newfs and use it in the install | Todd C. Miller | |
1999-04-10 | sync | Theo de Raadt | |
1999-04-10 | another modem | Theo de Raadt | |
1999-04-10 | shrink ramdisk a teeny bit; 8MB installs now work reliably | Theo de Raadt | |
1999-04-10 | fork before recording pfkey pid. | Niels Provos | |
1999-04-09 | The userland parts of a sysctl that can switch on/off IP-in-IP (protocol 4) | Niklas Hallqvist | |
1999-04-09 | The 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-09 | when the REPLACE flag was used, but no former flows was there, we did not | Niklas Hallqvist | |
increment the IPSEC use counter, potentially missing IPSEC processing on output. | |||
1999-04-09 | Make the tdbi handling more robust, removes a panic case | Niklas Hallqvist | |
1999-04-09 | Check for local address spoofing on encapsulated packets. | Angelos D. Keromytis | |
1999-04-09 | match length of keys to what PF_KEY enforces | Niels Provos | |
1999-04-08 | tweak package list somewhat; marc | Theo de Raadt | |
1999-04-08 | a list of packages on the CD... | Theo de Raadt | |
1999-04-08 | and... once again... swapon goes away | Theo de Raadt | |
1999-04-08 | clean ramdisk /tmp a bit more before running MAKEDEV | Theo de Raadt | |
1999-04-08 | How nice that we always had multicast routing in our kernels even when | Niklas Hallqvist | |
no MROUTING option has been set, and thus nothing calls the stuff... | |||
1999-04-08 | memory leak fix; niklas | Theo de Raadt | |
1999-04-07 | skip that swapon stuff, now that pax is about to become less leaky | Theo de Raadt | |
1999-04-07 | Don't use -F option to disklabel | Todd C. Miller | |
1999-04-07 | Kill -F option, it is not needed and just plain wrong anyway | Todd C. Miller | |
1999-04-07 | save bytes; move swapon question | Theo de Raadt | |
1999-04-07 | XXX temp fix for whole_mode; todd will fix better in tomorrow | Theo de Raadt | |
1999-04-07 | o Be silent on fstab writing | Todd 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-07 | and enc is not default either | Theo de Raadt | |
1999-04-07 | disable IPSEC by default | Theo de Raadt | |
1999-04-07 | For low-memory machines, help people by putting in enough swapon support, so | Theo de Raadt | |
that people can do a boot, disklabel, reboot, boot, disklabel, swapon, .... and finish their install. | |||
1999-04-07 | cannot swapon in 2.5 installer. the swap partitions must exist at kernel | Theo de Raadt | |
boot time, the later user-entered disklabel does not take effect correctly. next release... | |||
1999-04-06 | sync | Theo de Raadt | |
1999-04-06 | ANOTHER modem... | Theo de Raadt | |
1999-04-06 | sync | Theo de Raadt | |
1999-04-06 | two more modems | Theo de Raadt | |
1999-04-06 | Fix library dependency test for arch-es that don't | Marco 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 |