summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Collapse)Author
2005-01-05remove dead code, log connect() failures with level error, ok djm@Markus Friedl
2004-12-23bz #898: support AddressFamily in sshd_config. from peak@argo.troja.mff.cuni.czDamien Miller
ok deraadt@
2004-12-23leak; from mpechMarkus Friedl
2004-12-23check for NULL; from mpechMarkus Friedl
2004-12-22remove fallback AES support for old OpenSSL, as OpenBSD has had it for manyDamien Miller
years now; ok deraadt@
2004-12-11Fix debug call in error path of authorized_keys processing and fix relatedDarren Tucker
warnings; ok djm@
2004-12-10- fix globbed ls for paths the same lenght as the globbed path whenFederico G. Schwindt
we have a unique matching. - fix globbed ls in case of a directory when we have a unique matching. - as a side effect, if the path does not exist error (used to silently ignore). - don't do extra do_lstat() if we only have one matching file. djm@ ok
2004-12-06use 0x00 not \0 since buf[] is a bignumMarkus Friedl
2004-12-06Discard over-length authorized_keys entries rather than complaining whenDarren Tucker
they don't decode. bz #884, with & ok djm@
2004-12-05- explain that patterns can be used as arguments in get/put/ls/etcJared Yanovich
commands (prodded by Michael Knudsen) - describe ls flags as a list - other minor improvements ok jmc, djm
2004-11-29Some small fixes from moritz@jodeit.org. ok deraadt@Damien Miller
2004-11-29missing full stop;Jason McIntyre
2004-11-25leak; from mpechMarkus Friedl
2004-11-07usage():Jason McIntyre
- add -O - sync -S w/ manpage - remove -h
2004-11-07options sort, and whitespace;Jason McIntyre
2004-11-07add basic control of a running multiplex master connection; including theDamien Miller
ability to check its status and request it to exit; ok markus@
2004-11-05command editing and history support via libedit; ok markus@Damien Miller
thanks to hshoexer@ and many testers on tech@ too
2004-10-29use new buffer API to avoid fatal errors on corrupt keys in authorized_keysDamien Miller
files; ok markus@
2004-10-29introduce a new buffer API that returns an error rather than fatal()ing whenDamien Miller
presented with bad data; ok markus@
2004-10-29factor out common permission-asking code to separate function; ok markus@Damien Miller
2004-10-29fix some window size change bugs for multiplexed connections: windows sizesDamien Miller
were not being updated if they had changed after ~^Z suspends and SIGWINCH was not being processed unless the first connection had requested a tty; ok markus
2004-10-20disconnect for invalid (out of range) message types.Markus Friedl
2004-10-07don't unlink agent socket when bind() fails, spotted by rich AT rich-paul.netDamien Miller
ok markus@
2004-10-07document KbdInteractiveDevices; ok markus@Damien Miller
2004-09-25these printf args are no longer double; ok deraadt@ markus@Damien Miller
2004-09-23correctly honour -n in multiplex client mode; spotted by sturm@ ok markus@Damien Miller
2004-09-15scratch that do { } while (0) wrapper in this caseTheo de Raadt
2004-09-15use less doubles in daemons; markus@ okMichael Shalayeff
2004-09-15mention PrintLastLog only prints last login time for interactiveJared Yanovich
sessions, like PrintMotd mentions. From Michael Knudsen, with wording changed slightly to match the PrintMotd description. ok djm
2004-09-15/* fallthrough */ is something a programmer understands. ButTheo de Raadt
/* FALLTHROUGH */ is also understood by lint, so that is better.
2004-09-07cleanup multiplex control socket on SIGHUP too, spotted by sturm@Damien Miller
ok markus@ deraadt@
2004-08-30.Xsession -> .xsession;Jason McIntyre
originally from a pr from f at obiit dot org, but missed by myself; ok markus@ matthieu@
2004-08-30s/keygen/keyscan/Markus Friedl
2004-08-28don't erroneously close stdin for !reexec case, from Dave Johnson; ok markus@Damien Miller
2004-08-26get rid of references to rhosts authentication; with jmc@Markus Friedl
2004-08-23Remove duplicate getuid(), suggested by & ok markus@Darren Tucker
2004-08-23Use permanently_set_uid() in ssh and ssh-keysign for consistency, matchesDarren Tucker
change in Portable; ok markus@
2004-08-23typo, spotted by Martin.Kraemer AT Fujitsu-Siemens.com; ok markusDamien Miller
2004-08-23fix error path, spotted by Martin.Kraemer AT Fujitsu-Siemens.com; ok markusDamien Miller
2004-08-163.9Markus Friedl
2004-08-13Fix line numbers off-by-one in error messages, from tortay at cc.in2p3.frDarren Tucker
ok markus@, djm@
2004-08-13extra check for no message case; ok markus, deraadt, hshoexer, henningDamien Miller
2004-08-13kill whitespace at eol;Jason McIntyre
2004-08-12improve SSHFP documentation; ok deraadt@Jakob Schlyter
2004-08-12typo in error message, spotted by moritz AT jodeit.orgDamien Miller
2004-08-11use atomicio instead of homegrown equivalents or read/write.Anil Madhavapeddy
markus@ ok
2004-08-11some signed/unsigned int comparison cleanups; markus@ okAnil Madhavapeddy
2004-08-11make store_lastlog_message() static to appease -Wall; ok markusDamien Miller
2004-08-11check that lseek went were we told it to; ok markus@Damien Miller
2004-08-11Don't try to close startup_pipe if it's not open; ok djm@Darren Tucker