summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2013-07-25openssh-6.3 for releaseDamien Miller
2013-07-25sftp support for resuming partial downloads; patch mostly by LoganadenDamien Miller
2013-07-25daemonise backgrounded (ControlPersist'ed) multiplexing master to ensureDamien Miller
2013-07-22oops, forgot to commit corresponding header change;Damien Miller
2013-07-22make MAC key, data to be hashed and nonce for final hash const;Damien Miller
2013-07-20fix verification error in (as-yet usused) KRL signature checking pathDamien Miller
2013-07-20fix kerberos/GSSAPI deprecation warnings and linking; "looks okay" millert@Damien Miller
2013-07-20call cleanup_handler on SIGINT when in debug mode to ensure socketsDamien Miller
2013-07-20More useful error message on missing current user in /etc/passwdDamien Miller
2013-07-20use a union to ensure correct alignment; ok deraadtDamien Miller
2013-07-19add ssh-agent(1) support to sshd(8); allows encrypted hostkeys,Markus Friedl
2013-07-18be more exact wrt perms for ~/.ssh/config; bz#2078Damien Miller
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
2013-07-12set TCP nodelay for connections started with -N; bz#2124 ok dtucker@Damien Miller
2013-07-12do_print_resource_record() can never be called with a NULL filename, soDamien Miller
2013-07-12in ssh_gai_strerror() don't fallback to strerror for EAI_SYSTEM whenDamien Miller
2013-07-12fix pointer-signedness warnings from clang/llvm-3.3; "seems nice" deraadt@Damien Miller
2013-07-02add missing library dependenciesMarkus Friedl
2013-07-02remove extra whitespaceMarkus Friedl
2013-06-27do not use Sx for sections outwith the man page - ingo informs me thatJason McIntyre
2013-06-22improved time_t overflow check suggested by guenther@Damien Miller
2013-06-21make this -Wsign-compare clean after time_t conversionDamien Miller
2013-06-21sprinkle in some error() to explain moduli(5) parse failuresDamien Miller
2013-06-21explicitly mention that IdentitiesOnly can be used with IdentityFileDamien Miller
2013-06-21for hostbased authentication, print the client host and user onDamien Miller
2013-06-20don't leak the rdata blob on errors; ok djm@Markus Friedl
2013-06-19stop doing kerberos in ssh and sshdTheo de Raadt
2013-06-18Shuffle library link order to appease the static arch deities.Miod Vallat
2013-06-17link to the new kerberos librariesRobert Nagy
2013-06-17Handle time_t values as long long's when formatting them and whenPhilip Guenther
2013-06-10revert 1.203 while we investigate crashes reported by okan@Darren Tucker
2013-06-07Add an "ABANDONED" channel state and use for mux sessions that areDarren Tucker
2013-06-05plug another memleak. bz#1967, from Zhenbo Xu, detected by Melton, ok djmDarren Tucker
2013-06-05Fix memory leaks found by Zhenbo Xu and the Melton tool. bz#1967, ok djmDarren Tucker
2013-06-05When running sshd -D, close stderr unless we have explicitly requestingDarren Tucker
2013-06-05fix leaks in mux error paths, from Zhenbo Xu, found by Melton. bz#1967, ok djmDarren Tucker
2013-06-04Make sftp's libedit interface marginally multibyte aware by building up theDarren Tucker
2013-06-04use MAXPATHLEN for buffer size instead of fixed value. ok markusDarren Tucker
2013-06-03force the MAC output to be 64-bit aligned so umac won't see unalignedDarren Tucker
2013-06-02No need for the mux cleanup callback to be visible so restore it to staticDarren Tucker
2013-06-02typo in commentDarren Tucker
2013-06-02Make parent_alive_interval time_t to avoid signed/unsigned comparisonDarren Tucker
2013-06-02Add misc.h for monotim prototype.Darren Tucker
2013-06-01Update progressmeter when data is acked, not when it's sent. bz#2108, fromDarren Tucker
2013-06-01Replace S_IWRITE, which isn't standardized, with S_IWUSR, which is. PatchDarren Tucker
2013-06-01Use clock_gettime(CLOCK_MONOTONIC ...) for ssh timers so that things likeDarren Tucker
2013-05-31Use time_t where appropriate. ok djmDarren Tucker
2013-05-19Standardise logging of supplemental information during userauth. KeysDamien Miller
2013-05-19fix failure to recognise cert-authority keys if a key of a different typeDamien Miller
2013-05-17bye, bye xfree(); ok markus@Damien Miller