summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-04-02all .Nm macros should have an argument in SYNOPSIS; also misc cleanupAaron Campbell
1999-04-02add list-distfiles target to help me build/update the LICENSE fileMarco S Hyman
1999-04-02Don't delete bsd when we make bsd.rd. Kernel compiles on hp300 takeTodd C. Miller
a llllooonnnngggg time so we really don't want to do one when we don't have to do we? I didn't think so.
1999-04-02Change a = to -eq in test statement. Otherwise we get an error if someone ↵Todd C. Miller
just hits return at the Server IP prompt during an ftp install
1999-04-02Fix "no closing quote" problem.Todd C. Miller
1999-04-02mention ports(7) and the emulators/linux_lib portMarco S Hyman
in the compat_linux(8) man page
1999-04-02closer match to current realityJason Wright
1999-04-02Merge with EOM 1.74Niklas Hallqvist
1999 copyrights Better error reporting in lifetime policy checking too aggressively removing gotos
1999-04-02Merge with EOM 1.112Niklas Hallqvist
1999 copyrights do not free already freed messages
1999-04-02Merge with EOM 1.89Niklas Hallqvist
Assign locals where the are needed, otherwise we might deref deallocated stuff. resource track exchange->name and sa->name
1999-04-02Merge with EOM 1.74Niklas Hallqvist
refcounting on exchanges Do not malloc zero bytes, some implementations dislike Only find non-replaced SAs when searching by name resource track exchange->name and sa->name
1999-04-02Merge with EOM 1.20Niklas Hallqvist
refcounting on exchanges
1999-04-02Merge with EOM 1.73Niklas Hallqvist
refcounting on exchanges Do not malloc zero bytes, some implementations dislike resource track exchange->name and sa->name
1999-04-02shave a few bytesTodd C. Miller
1999-04-02shave a few bytesTodd C. Miller
1999-04-01shave a few bytesTodd C. Miller
1999-04-01shave a few bytesTodd C. Miller
1999-04-01get mountpoint before fsize/bsize/cpg and crunch things a bitTodd C. Miller
1999-04-01disklabel -f use, for fstab tweakingTheo de Raadt
1999-04-01prompt for entire disk use, disklabel -f use; millertTheo de Raadt
1999-04-01shrink by merging local variable declTheo de Raadt
1999-04-01Fix TARGET_CPU_DEFAULT/TARGET_DEFAULT mixup (problem is specific toMarc Espie
brain-damaged i386 configuration files). No need to change configure.in/configure as well, since I have not moved to the egcs config for this item yet.
1999-04-01remove twiddle; tmp/fstab.*Theo de Raadt
1999-04-01Fix filesystem type when writing fstab in -f modeTodd C. Miller
1999-04-01ignore bridge[0-9] when prompting for interfaces to bring upTodd C. Miller
1999-04-01Remove awk and cut due to space limitations, use cutword function insteadTodd C. Miller
1999-04-01Write a /tmp/fstab.DISK file with mountpoint info if the user enters it. ↵Todd C. Miller
Other ports should do the same.
1999-04-01Use fstypenames, not fstypesnames since fstypesnames does not list strings ↵Todd C. Miller
for all types
1999-04-01Use /tmp/fstab.DISK if it exists to preload mountpointsTodd C. Miller
1999-04-01strip comments, hp300 ramdisk is getting fullTodd C. Miller
1999-04-01Australian prefixes simplified (http://www.austel.gov.au/number/new8dig.htm)David Leonard
1999-04-01If READ_CD_CAPACITY fails, just use the 2048/400000 defaults since some CDR ↵Todd C. Miller
drives don't support READ_CD_CAPACITY on blank media ; downsj with modifications by me
1999-04-01Merge with EOM 1.3Niklas Hallqvist
Explain better
1999-04-01Merge with EOM 1.16Niklas Hallqvist
Update sample config file
1999-04-01Merge with EOM 1.4Niklas Hallqvist
Remove ReplayWindow stuff, add StayAlive flags. LocalAddress is now implemented. Add some more retransmits
1999-03-31Merge with EOM 1.5Niklas Hallqvist
Add a connection checker thread, that sees to that required connections will get restarted if they die for an abnormal reason.
1999-03-31Merge with EOM 1.15Niklas Hallqvist
Document Local-address
1999-03-31Merge with EOM 1.32Niklas Hallqvist
Implement Local-address binding
1999-03-31Merge with EOM 1.71Niklas Hallqvist
Correct lifetime attribute checking against policy
1999-03-31Merge with EOM 1.70Niklas Hallqvist
Make it possible to send a notification in a phase 1 informational exchange.
1999-03-31Merge with EOM 1.8Niklas Hallqvist
Document a function
1999-03-31Single-host VPN test filesNiklas Hallqvist
1999-03-31Use SADB_SAFLAGS_X_REPLACEFLOWNiklas Hallqvist
1999-03-31Merge with EOM 1.44Niklas Hallqvist
Add refcounting to SA's. Make phase 1 expirations be able to cause renegotiations if configured to.
1999-03-31Merge with EOM 1.70Niklas Hallqvist
Add refcounting to SA's. Make phase 1 expirations be able to cause renegotiations if configured to.
1999-03-31Merge with EOM 1.5Niklas Hallqvist
Stylistic fixes
1999-03-31Merge with EOM 1.4Niklas Hallqvist
Use SA refcounting where needed. Until we have ACQUIRES do phase 2 connections automatically at startup.
1999-03-31Merge with EOM 1.14Niklas Hallqvist
Reflect reality
1999-03-31Merge with EOM 1.12Niklas Hallqvist
do conf.c init after timer.c
1999-03-31Merge with EOM 1.72Niklas Hallqvist
Use SA refcounting where needed