summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
1999-11-21don'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-20fix sigchld race; cjc5@po.cwru.eduTheo de Raadt
1999-11-20replace 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-20Optimization: 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-20typos; green@freebsdTheo de Raadt
1999-11-20overflow, djm@mindrot.orgMarkus Friedl
1999-11-20/usr/bin/trail -> /usr/bin/tail, as suggested by rohee@Dug Song
1999-11-19remove unused index (-Wall)Markus Friedl
1999-11-19SSH_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-19make this compile, bad markusTheo de Raadt
1999-11-19blank lineTheo de Raadt
1999-11-19SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@Markus Friedl
1999-11-19bugfix: loglevels are per host in clientconfig,Markus Friedl
factor out common log-level parsing code.
1999-11-19only one 'extern char *__progname'Markus Friedl
1999-11-19document SIGHUP, -Q to synopsisMarkus Friedl
1999-11-19Add --disable-path-info to configure flags to match options usedTodd C. Miller
in sudo 1.5.9.
1999-11-19When 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-19o Add -Q option to usage stringTodd C. Miller
o Add SOCKS support from FreeBSD
1999-11-18Use ${INSTALL} and ${INSTALL_COPY}Todd C. Miller
1999-11-18basename /usr/bin/trail is "trail", not "ls"Dug Song
1999-11-18Don't install empty /etc/sudoers here. If we want to do so it should go in ↵Todd C. Miller
src/etc.
1999-11-18build new sudoTodd C. Miller
1999-11-18sudo 1.6, now with a BSD licenseTodd C. Miller
1999-11-18more %d vs. %s in fmt-stringsMarkus Friedl
1999-11-18Integers should not be printed with %sHakan Olsson
1999-11-18bad aaronTheo de Raadt
1999-11-18we don't install zopen.3Todd C. Miller
1999-11-18Add MLINK for openssh(1).Aaron Campbell
1999-11-17Spell my name right.Aaron Campbell
1999-11-17Add missing MLINKsTodd C. Miller
1999-11-17Turn 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-17TypoMarc Espie
1999-11-17Ensure translit works with accented characters.Marc Espie
1999-11-17Night 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-17include fingerprint.hMarkus Friedl
1999-11-17bugfix: the log() for passwd-auth escaped during logging changes.Markus Friedl
1999-11-17foregroundproc() in scpTheo de Raadt
1999-11-17add MLINKsTodd C. Miller
1999-11-16typoTheo de Raadt
1999-11-16bugfix: check for space if child has terminated, from: iedowse@maths.tcd.ieMarkus Friedl
1999-11-16add OpenSSH information to AUTHOR section. okay markus@Niels Provos
1999-11-16close-on-exec for auth-socket, ok deraadtMarkus Friedl
1999-11-16rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>Markus Friedl
1999-11-16move common prompt-for-filename-code into own functionMarkus Friedl
1999-11-16force logging to stderr while loading private key fileMarkus Friedl
(lost while converting to new log-levels)
1999-11-16prettyprint dreaded keysize warningsMarkus Friedl
1999-11-16noone needs this anymoreTheo de Raadt
1999-11-16Close PR 961, approved by millert@Marc Espie
1999-11-16in known_hosts key lookup the entry for the bits does not need to match, allNiels 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-15more detailed messages about adding and checking hostkeysMarkus Friedl