summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-12-05wax and mongoose host isa too of courseMichael Shalayeff
1999-12-05add wax commeneted out, tr adapter, 7300lc cpu typeMichael Shalayeff
1999-12-05some updateMichael Shalayeff
1999-12-04remove oflow in strip_escapes...Niels Provos
1999-12-04Get rid of the LOCALFLOW flag.Angelos D. Keromytis
1999-12-04Get rid of 0.0.0.0 addresses for flowsAngelos D. Keromytis
1999-12-04Deprecate -local flag.Angelos D. Keromytis
1999-12-04IPv6 address support, get rid of the LOCALFLOW flagAngelos D. Keromytis
1999-12-04Address independence, IPv6 support, and the -local flag in ipsecadm isAngelos D. Keromytis
no longer needed.
1999-12-04o use nanosecond precision with the -newer optionTodd C. Miller
o add -anewer and -cnewer options like GNU find.
1999-12-04Avoid an oflow in failed(). There's really no need to make a temporaryTodd C. Miller
copy of the string since we are just printing to stderr.
1999-12-04Formatting fixes, suggested by ericj@Aaron Campbell
1999-12-04oflowTheo de Raadt
1999-12-04rev E nameTheo de Raadt
1999-12-04more oflowsTheo de Raadt
1999-12-04oopsTheo de Raadt
1999-12-04oflowsTheo de Raadt
1999-12-04oflowTheo de Raadt
1999-12-04oflowTheo de Raadt
1999-12-04a few more overflows goneNiels Provos
1999-12-04Some repair.Aaron Campbell
1999-12-04Some repair.Aaron Campbell
1999-12-04Regen.Aaron Campbell
1999-12-04Add entry for SiS 7016 Ethernet.Aaron Campbell
1999-12-04Driver for SiS 900/7016 Ethernet; from FreeBSD.Aaron Campbell
1999-12-04Document the -I option; some minor formatting fixes as well.Aaron Campbell
1999-12-04some hardware upgrades i've madeMichael Shalayeff
1999-12-04DOSPTYP_EXTENDL; sigh@kuzirabekon.econ.nagasaki-u.ac.jpTheo de Raadt
1999-12-04revert strlcpy to strcpy for one case.Niels Provos
1999-12-04avoid overflowsNiels Provos
1999-12-04avoid overflowTheo de Raadt
1999-12-04avoid overflowsTheo de Raadt
1999-12-04Careful with long, command-line provided interface names.Angelos D. Keromytis
1999-12-04Fix 2 core dumps:Todd C. Miller
1) give an error if the user specifies > 20 -f options instead of oflowing 2) use snprintf in the ERROR macro to avoid an oflow
1999-12-04indentTheo de Raadt
1999-12-04carefulTheo de Raadt
1999-12-03off by one for string length calculationTheo de Raadt
1999-12-03the -s option was broken; spotted by tstromberg@rtci.com on freebsd-audit, ↵Theo de Raadt
but i have not seen them fix any of the bugs
1999-12-03Init b_dep so that soft updates work.Artur Grabowski
1999-12-03Clean up ffs_mount.Artur Grabowski
1999-12-03Allow enabling soft updates (with -U) on a new filesystem.Artur Grabowski
Allow soft updates on mfs filesystems (even if it's stupid).
1999-12-03regenMichael Shalayeff
1999-12-03some more devicesMichael Shalayeff
1999-12-03make this compile again; millert.Jason Wright
1999-12-03Amazingly neither the compiler nor review missed this silly botch.mjacob
1999-12-03make error messages more intuitiveJason Wright
1999-12-03mention pid fileTodd C. Miller
1999-12-03Write pid to /var/run/ftpd.pid if running in daemon mode.Todd C. Miller
1999-12-02warn only about mismatch if key is _used_Markus Friedl
1999-12-02o Crank MAX_START back up to 256 and allow it to be overridden. This time weTodd C. Miller
leave SCSI_NCR_DFLT_TAGS alone since turning off tags caused some problems. o Use new pci routines in attach (from NetBSD). This also repairs -DNCR_IOMAPPED.