Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-12-06 | properly name fd variable | Theo de Raadt | |
1999-12-06 | check for ~ expansion past MAXPATHLEN | Theo de Raadt | |
1999-12-06 | fd leak | Theo de Raadt | |
1999-12-06 | use openpty() if it exists (it does on BSD4_4) | Theo de Raadt | |
1999-12-06 | display great hatred towards strcpy | Theo de Raadt | |
1999-12-06 | so sorry angelos, I am too stressed out, reverted my goofup. | Niklas Hallqvist | |
1999-12-06 | angelos, altering kernel structures may have impact on userland. | Niklas Hallqvist | |
1999-12-06 | update to ncurses-5.0-19991204 | Todd C. Miller | |
1999-12-06 | Display esps_badenc | Angelos D. Keromytis | |
1999-12-06 | KNF. overflows exist, and are not easy to fix | Theo de Raadt | |
1999-12-06 | pretty | Theo de Raadt | |
1999-12-06 | oflow | Theo de Raadt | |
1999-12-05 | - Document -d option. | Aaron Campbell | |
- Add SEE ALSO section and Xr xargs(1) - Miscellaneous cleanup. | |||
1999-12-05 | Fix temp file unlinking. We use atexit() since the libutil passwd | Todd C. Miller | |
routines do their own exit. | |||
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 | oflow | 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 | Document the -I option; some minor formatting fixes as well. | Aaron Campbell | |
1999-12-04 | revert strlcpy to strcpy for one case. | Niels Provos | |
1999-12-04 | avoid overflows | Niels Provos | |
1999-12-04 | avoid overflows | Theo de Raadt | |
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-02 | warn only about mismatch if key is _used_ | Markus Friedl | |
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 | CheckHostIP is not available for connects via proxy command | Markus Friedl | |
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 | |
1999-12-01 | easier to read client code for passwd and skey auth | Markus Friedl | |
1999-12-01 | turn of checkhostip for proxy connects, since we don't know the remote ip | Markus Friedl | |
1999-12-01 | ports are u_short | Markus Friedl | |
1999-11-30 | Recognizes comments while parsing macros arguments, as every other | Marc Espie | |
m4 implementation does (including DEC/OSF, Solaris, HP/UX, Aix, and gnu-m4). Checked with millert@. | |||
1999-11-30 | Clean up comment/quote recognition a little bit: | Marc Espie | |
- use strlcpy to make clear that the strings are line terminated, - remove the number of magic constants, - use assert() for preconditions, - use puts instead of looping over array of chars... | |||
1999-11-30 | Using mkstemp to create permanent files is possible, but then | Marc Espie | |
the file mode needs tweaking to look like normal file creation. Approved by millert@, noticed by my students at Epita. Thanks guys ! | |||
1999-11-28 | update to ncurses-5.0-19991127 | Todd C. Miller | |
1999-11-28 | update to ncurses-5.0-19991127 | Todd C. Miller | |