Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
1999-12-02 | Indentation to make the code more readable. | Artur Grabowski | |
1999-12-02 | add proper media handling and use dev/mii | Jason Wright | |
1999-12-02 | Init the buffer dependency list. | Artur Grabowski | |
1999-12-02 | Init the buffer dependency list. | Artur Grabowski | |
1999-12-02 | indent, shorter warning | Markus Friedl | |
1999-12-02 | warn about keysize-mismatch with log() not error() | Markus Friedl | |
1999-12-02 | set loglevel for SSH_MSG_DISCONNECT to log(), not fatal() | Markus Friedl | |
1999-12-02 | indent | Markus Friedl | |
1999-12-02 | use error() for internal errors | Markus Friedl | |
1999-12-02 | document $SSH_ASKPASS, reasonable default | Markus Friedl | |
1999-12-02 | Opps. Back out a part of last commit that wasn't intended for commit yet. | Artur Grabowski | |
1999-12-02 | ef* on ramdisk floppies | Theo de Raadt | |
1999-12-02 | Fix thinko on my part, we want to avoid setting mode to "r+" for | Todd C. Miller | |
append, not for ascii. | |||
1999-12-02 | CheckHostIP is not available for connects via proxy command | Markus Friedl | |
1999-12-02 | typo; gbayley@ausmac.net | Theo de Raadt | |
1999-12-02 | in the tradeoff between NFS and more device drivers, NFS loses. people who | Theo de Raadt | |
care about NFS should go do a kernel shrink. get me 45K of kernel shrink in the ramdisk without using an #ifdef, and i'll put NFS back. | |||
1999-12-02 | bye bye ctm (soon in ports tree) | Theo de Raadt | |
1999-12-02 | add setjmp test | David Leonard | |
1999-12-02 | add _setjmp/_longjmp test | David Leonard | |
1999-12-02 | better tests | David Leonard | |
1999-12-02 | paranoia, add_return may change | David Leonard | |
1999-12-02 | fix one possible buffer overrun; inspired by kris@hub.freebsd.org | David Leonard | |
1999-12-02 | Minor repairs. | Aaron Campbell | |
1999-12-02 | snprintf in kernel; assar@stacken.kth.se | Theo de Raadt | |
1999-12-01 | crank DFLDSIZ to 32MB | Theo de Raadt | |
1999-12-01 | more strtok_r; bad bad art | Theo de Raadt | |
1999-12-01 | move skey-auth from auth-passwd.c to auth-skey.c, same for krb4 | Markus Friedl | |
1999-12-01 | typo | Markus Friedl | |