summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
1999-11-17foregroundproc() in scpTheo de Raadt
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
1999-11-16prettyprint dreaded keysize warningsMarkus Friedl
1999-11-16noone needs this anymoreTheo de Raadt
1999-11-16in known_hosts key lookup the entry for the bits does not need to match, allNiels Provos
1999-11-15more detailed messages about adding and checking hostkeysMarkus Friedl
1999-11-15remove support for cipher RC4Markus Friedl
1999-11-15a note for legay systems about secuity issues with permanently_set_uid(),Markus Friedl
1999-11-15the keysize of rsa-parameter 'n' is passed implizit,Markus Friedl
1999-11-15fix .XrEric Jackson
1999-11-15disconnect if getpeername() failsMarkus Friedl
1999-11-14split do_authentication() in subroutinesMarkus Friedl
1999-11-14missing xfree(*client)Markus Friedl
1999-11-14fix comment: we _do_ disconnect if ip-options are setMarkus Friedl
1999-11-14avoid extra fd per sshd, from millert@Markus Friedl
1999-11-14print _all_ bad config-options in ssh(1), tooMarkus Friedl
1999-11-14change passphrase loop logic and remove ref to $DISPLAY, ok nielsMarkus Friedl
1999-11-12save a view malloc/memcpy/memset/free's, ok nielsMarkus Friedl
1999-11-12fix overflow reported by damien@ibs.com.au: off_t totalsize, ok niels,aaronMarkus Friedl
1999-11-11clear temp bufferMarkus Friedl
1999-11-11make all access to options via 'extern Options options'Markus Friedl
1999-11-11print _all_ bad options found in configfileMarkus Friedl
1999-11-11IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok deraadt,millertMarkus Friedl
1999-11-11session_key_int may be zeroMarkus Friedl
1999-11-11fix fatal/assert() bug reported by damien@ibs.com.au:Markus Friedl
1999-11-10add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,Markus Friedl
1999-11-10remove x11- and krb-cleanup from fatal() + krb-cleanup cleanupMarkus Friedl
1999-11-09user/958: check ~/.ssh/known_hosts for rhosts-rsa, too, ok niels/millertMarkus Friedl
1999-11-08bugfix: use correct size for memset(), report from damien@ibs.com.auMarkus Friedl
1999-11-07warn if announced size of modulus 'n' != real sizeMarkus Friedl
1999-11-05clear buffers used for encryption. ok: niels@Markus Friedl
1999-11-03don't send fail-msg but disconnect if too many authentication failuresMarkus Friedl
1999-11-02remove assert.hMarkus Friedl
1999-11-02replace assert() with error, fatal or packet_disconnectMarkus Friedl
1999-11-02remove unused argument. ok dugsongMarkus Friedl
1999-11-02typoMarkus Friedl
1999-10-28save a few lines when disabling rhosts-{rsa-}authMarkus Friedl
1999-10-28remove broken x11 fix and document istate/ostateMarkus Friedl
1999-10-28call setsid() regardless of argv[]Markus Friedl
1999-10-28from niklas: Add -c -s and -k support, Create socket early to avoid race,Markus Friedl
1999-10-27connect to agent before accepting input. ok niklas@Markus Friedl
1999-10-27ignore sigpipe, do not die if the client (ssh-add, ssh) dies, ok: niklas@Markus Friedl
1999-10-27fix for stupid binutils linkerTheo de Raadt
1999-10-27use libssl md5 routinesTheo de Raadt