Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-11-21 | don't create ~/.ssh only if the user wants to store the private key there. | Markus Friedl | |
show fingerprint instead of public-key after keygeneration. ok niels@ | |||
1999-11-20 | fix sigchld race; cjc5@po.cwru.edu | Theo de Raadt | |
1999-11-20 | replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me) | Markus Friedl | |
exit if writing the key fails (no infinit loop) print usage() everytime we get bad options | |||
1999-11-20 | Optimization: cache the hashed value to avoid negative comparisons. | Marc Espie | |
With 2^32 possible hash values, this means that collisions no longer incur supplementary string compares, which was most of the reason for STREQ in the first place... | |||
1999-11-20 | typos; green@freebsd | Theo de Raadt | |
1999-11-20 | overflow, djm@mindrot.org | Markus Friedl | |
1999-11-20 | /usr/bin/trail -> /usr/bin/tail, as suggested by rohee@ | Dug Song | |
1999-11-19 | remove unused index (-Wall) | Markus Friedl | |
1999-11-19 | SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@ | Markus Friedl | |
[hope this time my ISP stays alive during commit] | |||
1999-11-19 | make this compile, bad markus | Theo de Raadt | |
1999-11-19 | blank line | Theo de Raadt | |
1999-11-19 | SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@ | Markus Friedl | |
1999-11-19 | bugfix: loglevels are per host in clientconfig, | Markus Friedl | |
factor out common log-level parsing code. | |||
1999-11-19 | only one 'extern char *__progname' | Markus Friedl | |
1999-11-19 | document SIGHUP, -Q to synopsis | Markus Friedl | |
1999-11-19 | Add --disable-path-info to configure flags to match options used | Todd C. Miller | |
in sudo 1.5.9. | |||
1999-11-19 | When eearching for the string: No match for "FOO". | Todd C. Miller | |
verify that the length of the quoted string == length of the name we are looking up. Inspired but not based on a FreeBSD change. | |||
1999-11-19 | o Add -Q option to usage string | Todd C. Miller | |
o Add SOCKS support from FreeBSD | |||
1999-11-18 | Use ${INSTALL} and ${INSTALL_COPY} | Todd C. Miller | |
1999-11-18 | basename /usr/bin/trail is "trail", not "ls" | Dug Song | |
1999-11-18 | Don't install empty /etc/sudoers here. If we want to do so it should go in ↵ | Todd C. Miller | |
src/etc. | |||
1999-11-18 | build new sudo | Todd C. Miller | |
1999-11-18 | sudo 1.6, now with a BSD license | Todd C. Miller | |
1999-11-18 | more %d vs. %s in fmt-strings | Markus Friedl | |
1999-11-18 | Integers should not be printed with %s | Hakan Olsson | |
1999-11-18 | bad aaron | Theo de Raadt | |
1999-11-18 | we don't install zopen.3 | Todd C. Miller | |
1999-11-18 | Add MLINK for openssh(1). | Aaron Campbell | |
1999-11-17 | Spell my name right. | Aaron Campbell | |
1999-11-17 | Add missing MLINKs | Todd C. Miller | |
1999-11-17 | Turn warnings on, | Marc Espie | |
Add missing prototypes, Make local functions static, Sort extern.h by file, Constify all char * that can be, Copy temp file name so that eval does not modify its arguments. | |||
1999-11-17 | Typo | Marc Espie | |
1999-11-17 | Ensure translit works with accented characters. | Marc Espie | |
1999-11-17 | Night of the moronic coder, part 2. | Marc Espie | |
repairs patterns such as divert(6) divert(7) undivert(6) divert(6) which are not that frequent, but were *quite* thoroughly broken... | |||
1999-11-17 | include fingerprint.h | Markus Friedl | |
1999-11-17 | bugfix: the log() for passwd-auth escaped during logging changes. | Markus Friedl | |
1999-11-17 | foregroundproc() in scp | Theo de Raadt | |
1999-11-17 | add MLINKs | Todd C. Miller | |
1999-11-16 | typo | Theo de Raadt | |
1999-11-16 | bugfix: check for space if child has terminated, from: iedowse@maths.tcd.ie | Markus Friedl | |
1999-11-16 | add OpenSSH information to AUTHOR section. okay markus@ | Niels Provos | |
1999-11-16 | close-on-exec for auth-socket, ok deraadt | Markus Friedl | |
1999-11-16 | rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se> | Markus Friedl | |
1999-11-16 | move common prompt-for-filename-code into own function | Markus Friedl | |
1999-11-16 | force logging to stderr while loading private key file | Markus Friedl | |
(lost while converting to new log-levels) | |||
1999-11-16 | prettyprint dreaded keysize warnings | Markus Friedl | |
1999-11-16 | noone needs this anymore | Theo de Raadt | |
1999-11-16 | Close PR 961, approved by millert@ | Marc Espie | |
1999-11-16 | in known_hosts key lookup the entry for the bits does not need to match, all | Niels Provos | |
the information is contained in n and e. This solves the problem with buggy servers announcing the wrong modulus length. markus and me. | |||
1999-11-15 | more detailed messages about adding and checking hostkeys | Markus Friedl | |