Age | Commit message (Expand) | Author |
1999-11-15 | the keysize of rsa-parameter 'n' is passed implizit, | Markus Friedl |
1999-11-15 | fix .Xr | Eric Jackson |
1999-11-15 | disconnect if getpeername() fails | Markus Friedl |
1999-11-14 | split do_authentication() in subroutines | Markus Friedl |
1999-11-14 | missing xfree(*client) | Markus Friedl |
1999-11-14 | fix comment: we _do_ disconnect if ip-options are set | Markus Friedl |
1999-11-14 | avoid extra fd per sshd, from millert@ | Markus Friedl |
1999-11-14 | print _all_ bad config-options in ssh(1), too | Markus Friedl |
1999-11-14 | change passphrase loop logic and remove ref to $DISPLAY, ok niels | Markus Friedl |
1999-11-12 | save a view malloc/memcpy/memset/free's, ok niels | Markus Friedl |
1999-11-12 | fix overflow reported by damien@ibs.com.au: off_t totalsize, ok niels,aaron | Markus Friedl |
1999-11-11 | clear temp buffer | Markus Friedl |
1999-11-11 | make all access to options via 'extern Options options' | Markus Friedl |
1999-11-11 | print _all_ bad options found in configfile | Markus Friedl |
1999-11-11 | IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok deraadt,millert | Markus Friedl |
1999-11-11 | session_key_int may be zero | Markus Friedl |
1999-11-11 | fix fatal/assert() bug reported by damien@ibs.com.au: | Markus Friedl |
1999-11-10 | add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd, | Markus Friedl |
1999-11-10 | remove x11- and krb-cleanup from fatal() + krb-cleanup cleanup | Markus Friedl |
1999-11-09 | user/958: check ~/.ssh/known_hosts for rhosts-rsa, too, ok niels/millert | Markus Friedl |
1999-11-08 | bugfix: use correct size for memset(), report from damien@ibs.com.au | Markus Friedl |
1999-11-07 | warn if announced size of modulus 'n' != real size | Markus Friedl |
1999-11-05 | clear buffers used for encryption. ok: niels@ | Markus Friedl |
1999-11-03 | don't send fail-msg but disconnect if too many authentication failures | Markus Friedl |
1999-11-02 | remove assert.h | Markus Friedl |
1999-11-02 | replace assert() with error, fatal or packet_disconnect | Markus Friedl |
1999-11-02 | remove unused argument. ok dugsong | Markus Friedl |
1999-11-02 | typo | Markus Friedl |
1999-10-28 | save a few lines when disabling rhosts-{rsa-}auth | Markus Friedl |
1999-10-28 | remove broken x11 fix and document istate/ostate | Markus Friedl |
1999-10-28 | call setsid() regardless of argv[] | Markus Friedl |
1999-10-28 | from niklas: Add -c -s and -k support, Create socket early to avoid race, | Markus Friedl |
1999-10-27 | connect to agent before accepting input. ok niklas@ | Markus Friedl |
1999-10-27 | ignore sigpipe, do not die if the client (ssh-add, ssh) dies, ok: niklas@ | Markus Friedl |
1999-10-27 | fix for stupid binutils linker | Theo de Raadt |
1999-10-27 | use libssl md5 routines | Theo de Raadt |
1999-10-27 | idea does not exist | Theo de Raadt |
1999-10-27 | Calculation fix in progressmeter() for ETA > 1hr; pasto on my part. | Aaron Campbell |
1999-10-26 | do not -g -g | Theo de Raadt |
1999-10-26 | more usefull debug messages and simplify channel alloc code | Markus Friedl |
1999-10-26 | don't define original_real_uid twice | Markus Friedl |
1999-10-25 | server-logs default to AUTH (consistence with sample sshd_config) | Markus Friedl |
1999-10-25 | document more external components | Theo de Raadt |
1999-10-25 | document nchan.c (proto1.5) | Markus Friedl |
1999-10-25 | remove buggy 'x11-fix' | Markus Friedl |
1999-10-25 | typo in debug messages (input vs. ouput) | Markus Friedl |
1999-10-25 | remove prototypes for old/removed minfd functions | Markus Friedl |
1999-10-25 | typo, s/to many/too many/, from zzlevo@dd.chalmers.se | Markus Friedl |
1999-10-25 | bugfix: print remote version, from chris@dqc.org | Markus Friedl |
1999-10-25 | move common files to ./lib and link libssh.a, tested with and w/o obj | Markus Friedl |