Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-12-06 | Clean up buffers interface somewhat: | Marc Espie | |
- buf.c deals exclusively with chars. Be explicit about it, and remove extraneous dumb casts to char (can hide real type errors). - buffer sizes are size_t. Note that bp->left can never become NULL. - Buf_GetAll is happy with a NULL pointer for the size, remove unneeded extra pointers. - Propagate size_t to all places where buffer functions are used. | |||
1999-12-06 | Fix handling of | Marc Espie | |
VAR!= specifically, properly distinguish between bad commands and empty results. | |||
1999-12-06 | - introduce interval_dup in str.c | Marc Espie | |
- use it to replace .for parsing with something approaching sanity. (this removes one of the few most blatant misuses of Bufs in make. More changes to come... patch reviewed by ho@ | |||
1999-12-06 | Somehow I didn't delete that file... | Marc Espie | |
1999-12-06 | atomicio() via lib | Theo de Raadt | |
1999-12-06 | move atomicio into it's own file. wrap all socket write()s which were doing | Theo de Raadt | |
write(sock, buf, len) != len, with atomicio() calls. | |||
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 | |