summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2013-09-19bz#1211: make BindAddress work with UsePrivilegedPort=yes; patch fromDamien Miller
2013-09-19bz#1297 - tell the client (via packet_send_debug) when their preferredDamien Miller
2013-09-19fix swapped pflag and printflag in sftp upload_dir; from Iain MorganDamien Miller
2013-09-19store the initial file offset so the progress meter doesn't freak outDamien Miller
2013-09-16Remove gssapi config parts from ssh_config, as was already done for sshd_config.Stuart Henderson
2013-09-13avoid unaligned access in code that reused a buffer to send aDamien Miller
2013-09-12fix connection crash when sending break (~B) on ControlPersist'd session;Damien Miller
2013-09-07Remove commented-out kerberos/gssapi config options from sample config,Stuart Henderson
2013-09-02All the instances of arc4random_stir() are bogus, since arc4random()Theo de Raadt
2013-08-31make ^w match ksh behaviour (delete previous word instead of entire line)Damien Miller
2013-08-28improve batch processing a bit by making use of the quite flag a bitMike Belopuhov
2013-08-22Stir PRNG after post-accept fork. The child gets a different PRNG stateDamien Miller
2013-08-20some proxyusefdpass tweaks;Jason McIntyre
2013-08-20Add a ssh_config ProxyUseFDPass option that supports the use ofDamien Miller
2013-08-14some Bx/Ox conversion;Jason McIntyre
2013-08-13another of the same typoDamien Miller
2013-08-13typo in error message; from Stephan RickauerDamien Miller
2013-08-10libkafs5 -> libkafs (unused in build, so no functional change)Antoine Jacoutot
2013-08-09enable ctrl-left-arrow and ctrl-right-arrow to move forward/back a word;Damien Miller
2013-08-09two problems found by a to-be-committed regress test: 1) msg_id was notDamien Miller
2013-08-09do getopt parsing for all sftp commands (with an empty optstring forDamien Miller
2013-08-08add a "-l" flag for the rename command to force it to use the sillyDamien Miller
2013-08-08fix two year old regression: symlinking a file would incorrectlyDamien Miller
2013-08-07sort -a;Jason McIntyre
2013-08-06add cast to avoid format warning; from portableDamien Miller
2013-08-06document top-level -a option (the -a option to 'get' was already documented)Damien Miller
2013-08-06fix some whitespace at EOLDamien Miller
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