Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-12-05 | wax and mongoose host isa too of course | Michael Shalayeff | |
1999-12-05 | add wax commeneted out, tr adapter, 7300lc cpu type | Michael Shalayeff | |
1999-12-05 | some update | Michael Shalayeff | |
1999-12-04 | remove oflow in strip_escapes... | Niels Provos | |
1999-12-04 | Get rid of the LOCALFLOW flag. | Angelos D. Keromytis | |
1999-12-04 | Get rid of 0.0.0.0 addresses for flows | Angelos D. Keromytis | |
1999-12-04 | Deprecate -local flag. | Angelos D. Keromytis | |
1999-12-04 | IPv6 address support, get rid of the LOCALFLOW flag | Angelos D. Keromytis | |
1999-12-04 | Address independence, IPv6 support, and the -local flag in ipsecadm is | Angelos D. Keromytis | |
no longer needed. | |||
1999-12-04 | o use nanosecond precision with the -newer option | Todd C. Miller | |
o add -anewer and -cnewer options like GNU find. | |||
1999-12-04 | Avoid an oflow in failed(). There's really no need to make a temporary | Todd C. Miller | |
copy of the string since we are just printing to stderr. | |||
1999-12-04 | Formatting fixes, suggested by ericj@ | Aaron Campbell | |
1999-12-04 | oflow | Theo de Raadt | |
1999-12-04 | rev E name | Theo de Raadt | |
1999-12-04 | more oflows | Theo de Raadt | |
1999-12-04 | oops | Theo de Raadt | |
1999-12-04 | oflows | Theo de Raadt | |
1999-12-04 | oflow | Theo de Raadt | |
1999-12-04 | oflow | Theo de Raadt | |
1999-12-04 | a few more overflows gone | Niels Provos | |
1999-12-04 | Some repair. | Aaron Campbell | |
1999-12-04 | Some repair. | Aaron Campbell | |
1999-12-04 | Regen. | Aaron Campbell | |
1999-12-04 | Add entry for SiS 7016 Ethernet. | Aaron Campbell | |
1999-12-04 | Driver for SiS 900/7016 Ethernet; from FreeBSD. | Aaron Campbell | |
1999-12-04 | Document the -I option; some minor formatting fixes as well. | Aaron Campbell | |
1999-12-04 | some hardware upgrades i've made | Michael Shalayeff | |
1999-12-04 | DOSPTYP_EXTENDL; sigh@kuzirabekon.econ.nagasaki-u.ac.jp | Theo de Raadt | |
1999-12-04 | revert strlcpy to strcpy for one case. | Niels Provos | |
1999-12-04 | avoid overflows | Niels Provos | |
1999-12-04 | avoid overflow | Theo de Raadt | |
1999-12-04 | avoid overflows | Theo de Raadt | |
1999-12-04 | Careful with long, command-line provided interface names. | Angelos D. Keromytis | |
1999-12-04 | Fix 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-04 | indent | Theo de Raadt | |
1999-12-04 | careful | Theo de Raadt | |
1999-12-03 | off by one for string length calculation | Theo de Raadt | |
1999-12-03 | the -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-03 | Init b_dep so that soft updates work. | Artur Grabowski | |
1999-12-03 | Clean up ffs_mount. | Artur Grabowski | |
1999-12-03 | Allow enabling soft updates (with -U) on a new filesystem. | Artur Grabowski | |
Allow soft updates on mfs filesystems (even if it's stupid). | |||
1999-12-03 | regen | Michael Shalayeff | |
1999-12-03 | some more devices | Michael Shalayeff | |
1999-12-03 | make this compile again; millert. | Jason Wright | |
1999-12-03 | Amazingly neither the compiler nor review missed this silly botch. | mjacob | |
1999-12-03 | make error messages more intuitive | Jason Wright | |
1999-12-03 | mention pid file | Todd C. Miller | |
1999-12-03 | Write pid to /var/run/ftpd.pid if running in daemon mode. | Todd C. Miller | |
1999-12-02 | warn only about mismatch if key is _used_ | Markus Friedl | |
1999-12-02 | o Crank MAX_START back up to 256 and allow it to be overridden. This time we | Todd 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. |