summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2001-04-08do not modify an actual argv[] entryTheo de Raadt
2001-04-08document ListenAddress addr:portKevin Steves
2001-04-08init pointers with NULL, thanks to danimal@danimal.orgMarkus Friedl
2001-04-08leave_raw_mode if ssh2 "session" is closedMarkus Friedl
2001-04-08KNFMarkus Friedl
2001-04-07Small changes, user-friendly:Marc Espie
2001-04-07allow the ssh client act as a SOCKS4 proxy (dynamic local portforwarding).Markus Friedl
2001-04-06in addition to:Kevin Steves
2001-04-06unused; typo in commentKevin Steves
2001-04-06do gid/groups-swap in addition to uid-swap, should help if /home/groupMarkus Friedl
2001-04-06remove trailing / from source paths; fixes pr#1756Theo de Raadt
2001-04-05keep the ssh session even if there is no active channel.Markus Friedl
2001-04-05don't request a session for 'ssh -N', pointed out slade@shore.netMarkus Friedl
2001-04-05better error messageMarkus Friedl
2001-04-05for ~R print message if server does not support rekeying. (and fix ~R).Markus Friedl
2001-04-05document RCS $OpenBSD matching; adrian@ubergeeks.comTheo de Raadt
2001-04-05move get_remote_name_or_ip() to canohost.[ch]; for portable. ok markus@Kevin Steves
2001-04-05ssh defaults to protocol v2; from quisar@quisar.ambre.netMarkus Friedl
2001-04-05add SSH_BUG_NOREKEY and detect broken (=all old) openssh versions.Markus Friedl
2001-04-05fix whitespace: unexpand + trailing spaces.Markus Friedl
2001-04-05temporary version 2.5.4 (supports rekeying).Markus Friedl
2001-04-05reset compress state per direction when rekeying.Markus Friedl
2001-04-052.3.x does old GEX, too; report jakob@Markus Friedl
2001-04-04clear+free keys,iv for rekeying.Markus Friedl
2001-04-04parse full kexinit packet.Markus Friedl
2001-04-04we don't care about missing bannerfiles; from tsoome@ut.ee, ok deraadt@Markus Friedl
2001-04-04more robust rekeyingMarkus Friedl
2001-04-04f-secure 1.3.2 does not handle IGNORE; from milliondl@ornl.govMarkus Friedl
2001-04-04enable server side rekeying + some rekey related clientup.Markus Friedl
2001-04-04don't sent multiple kexinit-requests.Markus Friedl
2001-04-04enable client rekeyingMarkus Friedl
2001-04-03undo parts of recent my changes: main part of keyexchange does notMarkus Friedl
2001-04-03id_rsa1/2 -> id_rsa; ok markus@Todd T. Fries
2001-04-03move kex to kex*.c, used dispatch_set() callbacks for kex. shouldMarkus Friedl
2001-04-03free() -> xfree()Kevin Steves
2001-04-02grammar; slade@shore.netTheo de Raadt
2001-04-02correct comment; ok markus@Kevin Steves
2001-04-02typo; ok markus@Kevin Steves
2001-03-31Make this work again, this might be ugly, but it works; bad mickey.Federico G. Schwindt
2001-03-30Use stashed user_gid when checking against exempt gid since sudoTodd C. Miller
2001-03-29Protocol 1 key regeneration log => verbose, some KNF; ok markus@Damien Miller
2001-03-29prepare for rekeying: move DH code to dh.cMarkus Friedl
2001-03-29need to set both STOC and CTOS for SSH_BUG_BIGENDIANAES; ok markus@Kevin Steves
2001-03-29Pretty.Aaron Campbell
2001-03-29use recommended defaultsNiels Provos
2001-03-28check auth_root_allowed for kbd-int auth, too.Markus Friedl
2001-03-28more sanity checking on primes fileNiels Provos
2001-03-28forgot to include min and max params in hash, okay markus@Niels Provos
2001-03-28call refuse() before close(); from olemx@ans.plMarkus Friedl
2001-03-28usage more like rcp and add missing -B to usage; ok markus@Kevin Steves