Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-09 | typo fixed (overriden -> overridden) | Tobias Stoeckmann | |
ok espie, jmc | |||
2008-11-07 | Move JPAKE define to make life easier for portable. ok djm@ | Darren Tucker | |
2008-11-07 | add space to some log/debug messages for readability; ok djm@ markus@ | Kevin Steves | |
2008-11-07 | spelling/typo in comment | Kevin Steves | |
2008-11-05 | passord -> password; | Jason McIntyre | |
fixes user/5975 from Rene Maroufi | |||
2008-11-05 | add dynamic forward escape command line; ok djm@ | Kevin Steves | |
2008-11-04 | because parse_forward() is now used to parse all forward types (DLR), | Kevin Steves | |
and it malloc's space for host variables, we don't need to malloc here. fixes small memory leaks. previously dynamic forwards were not parsed in parse_forward() and space was not malloc'd in that case. ok djm@ | |||
2008-11-04 | Add support for an experimental zero-knowledge password authentication | Damien Miller | |
method using the J-PAKE protocol described in F. Hao, P. Ryan, "Password Authenticated Key Exchange by Juggling", 16th Workshop on Security Protocols, Cambridge, April 2008. This method allows password-based authentication without exposing the password to the server. Instead, the client and server exchange cryptographic proofs to demonstrate of knowledge of the password while revealing nothing useful to an attacker or compromised endpoint. This is experimental, work-in-progress code and is presently compiled-time disabled (turn on -DJPAKE in Makefile.inc). "just commit it. It isn't too intrusive." deraadt@ | |||
2008-11-04 | need unistd.h for close() prototype | Damien Miller | |
2008-11-03 | include MaxSessions in sshd -T output; patch from imorgan AT nas.nasa.gov | Damien Miller | |
2008-11-03 | fix comment | Kevin Steves | |
2008-11-03 | remove valueless comment | Kevin Steves | |
2008-11-02 | protocol 2 tty modes support is now 7.5 years old so remove these | Kevin Steves | |
debug3()s; ok deraadt@ | |||
2008-11-01 | merge dynamic forward parsing into parse_forward(); 'i think this is OK' djm@ | Kevin Steves | |
2008-11-01 | the ellipsis is not an optional argument; while here, improve spacing. | Igor Sobrado | |
2008-11-01 | fix some typos in log messages; ok djm@ | Kevin Steves | |
2008-11-01 | sprinkle ARGSUSED on dispatch handlers | Damien Miller | |
nuke stale unusued prototype | |||
2008-10-31 | remove unused #define DISPATCH_MIN; ok markus@ | Kevin Steves | |
2008-10-30 | don't need to #include "monitor_fdpass.h" | Kevin Steves | |
2008-10-17 | correct and clarify VisualHostKey; ok jmc@ | Kevin Steves | |
2008-10-14 | use #define ROQUIET here; no binary change. ok dtucker@ | Kevin Steves | |
2008-10-10 | use 'Privileged ports can be forwarded only when logging in as root on | Kevin Steves | |
the remote machine.' for RemoteForward just like ssh.1 -R. ok djm@ jmc@ | |||
2008-10-10 | typo in error message; ok djm@ | Kevin Steves | |
2008-10-10 | spelling in comment; ok djm@ | Kevin Steves | |
2008-10-09 | add -y to usage(); | Jason McIntyre | |
2008-10-09 | support setting PermitEmptyPasswords in a Match block | Damien Miller | |
requested in PR3891; ok dtucker@ | |||
2008-10-08 | Add -y option to force logging via syslog rather than stderr. | Damien Miller | |
Useful for daemonised ssh connection (ssh -f). Patch originally from and ok'd by markus@ | |||
2008-10-03 | Repair strnvis() buffersize of 4*n+1, with termination gauranteed by the | Theo de Raadt | |
function. spotted by des@freebsd, who commited an incorrect fix to the freebsd tree and (as is fairly typical) did not report the problem to us. But this fix is correct. ok djm | |||
2008-10-03 | do not give an example of how to chmod files: we can presume the user | Jason McIntyre | |
knows that. removes an ambiguity in the permission of authorized_keys; ok deraadt | |||
2008-10-02 | Convert an unchecked strdup to xstrdup. OK deraadt@ | Todd C. Miller | |
2008-09-11 | only send eow and no-more-sessions requests to openssh 5 and newer; | Markus Friedl | |
fixes interop problems with broken ssh v2 implementations; ok djm@ | |||
2008-09-07 | gc unused file (obseleted by libcrypto update) | Damien Miller | |
2008-09-06 | OpenSSL 0.9.8h supplies a real EVP_sha256 so we do not need our | Damien Miller | |
replacement anymore | |||
2008-09-06 | adapt to sha2(3) API changes; ok millert@ | Damien Miller | |
2008-08-21 | allow ForceCommand internal-sftp with arguments. based on patch from | Damien Miller | |
michael.barabanov AT gmail.com; ok markus@ | |||
2008-08-02 | whitepsace -> whitespace. From Matthew Clarke via bugs@. | Kenneth R Westerback | |
2008-07-31 | don't allocate space for empty banners; report t8m at centrum.cz; ok deraadt | Markus Friedl | |
2008-07-25 | In random art visualization, make sure to use the end marker only at the | Alexander von Gernler | |
end. Initial diff by Dirk Loss, tweaks and ok djm@ | |||
2008-07-25 | Add VisualHostKey to example file, ok djm@ | Alexander von Gernler | |
2008-07-24 | Add "ssh-keygen -F -l" to synopsis (displays fingerprint from | Stuart Henderson | |
known_hosts). ok djm@ | |||
2008-07-23 | do not try to print options that have been compile-time disabled | Damien Miller | |
in config test mode (sshd -T); report from nix-corp AT esperi.org.uk ok dtucker@ | |||
2008-07-21 | openssh-5.1 | Damien Miller | |
2008-07-18 | no need for .Pp before or after .Sh; | Jason McIntyre | |
2008-07-17 | strip trailing '.' from hostname when HostbasedUsesNameFromPacketOnly=yes | Damien Miller | |
report and patch from res AT qoxp.net (bz#1200); ok markus@ | |||
2008-07-17 | strnvis preauth banner; pointed out by mpf@ ok markus@ | Damien Miller | |
2008-07-16 | this loop index should be automatic, not static | Damien Miller | |
2008-07-16 | rename variable first_gc -> last_gc (since it is actually the last | Damien Miller | |
in the list). | |||
2008-07-15 | number of pipelined requests is not 64; prodded by Iain.Morgan AT nasa.gov | Damien Miller | |
2008-07-14 | mention requirement for /dev/log inside chroot when using sftp-server | Damien Miller | |
with ChrootDirectory | |||
2008-07-13 | increase number of piplelined requests so they properly fill the | Damien Miller | |
(recently increased) channel window. prompted by rapier AT psc.edu; ok markus@ |