Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-04 | mop up some more 3/4 license issues | Theo de Raadt | |
2003-06-04 | kill ssh process on receipt of signal; ok markus@ | Damien Miller | |
2003-06-04 | kill ssh process upon receipt of signal, bz #241. | Damien Miller | |
based on patch from esb AT hawaii.edu; ok markus@ | |||
2003-06-04 | ansify; ok markus@ | Damien Miller | |
2003-06-04 | remove bitrotten commet; ok markus@ | Damien Miller | |
2003-06-04 | remove duplicated group-dropping code; ok markus@ | Damien Miller | |
2003-06-04 | disable challenge/response and keyboard-interactive auth methods upon hostkey | Damien Miller | |
mismatch. based on patch from fcusack AT fcusack.com. bz #580; ok markus@ | |||
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-06-02 | deprecate VerifyReverseMapping since it's dangerous if combined | Markus Friedl | |
with IP based access control as noted by Mike Harding; replace with a UseDNS option, UseDNS is on by default and includes the VerifyReverseMapping check; with itojun@, provos@, jakob@ and deraadt@ ok deraadt@, djm@ | |||
2003-06-02 | VerifyHostKeyDNS is v2 only. ok markus@ | Jakob Schlyter | |
2003-05-29 | seteuid and setegid; markus ok | Theo de Raadt | |
2003-05-26 | fix format strings; ok markus@ | Damien Miller | |
2003-05-24 | cast some types for printing; ok markus@ | Damien Miller | |
2003-05-24 | pass logged data through strnvis; ok markus | Damien Miller | |
2003-05-23 | fix leak; ok markus@ | Damien Miller | |
2003-05-20 | new sentence, new line | Jason McIntyre | |
2003-05-20 | - new sentence, new line | Jason McIntyre | |
- added .Xr's - typos ok djm@ | |||
2003-05-18 | use syslog_r() in a signal handler called place; markus ok | Theo de Raadt | |
2003-05-17 | experimental support for aes-ctr modes from | Markus Friedl | |
http://www.ietf.org/internet-drafts/draft-ietf-secsh-newmodes-00.txt ok djm@ | |||
2003-05-17 | just in case, put numbers to sscanf %s arg. | Jun-ichiro itojun Hagino | |
2003-05-17 | Don't link with unneeded kerberos libraries | Hans Insulander | |
2003-05-16 | add AddressFamily option to ssh_config (like -4, -6 on commandline). | Damien Miller | |
Portable bug #534; ok markus@ | |||
2003-05-15 | add a ConnectTimeout option to ssh, based on patch from | Damien Miller | |
Jean-Charles Longuet (jclonguet at free.fr); portable #207 ok markus@ | |||
2003-05-15 | fix 64bit issue; report itojun@ | Markus Friedl | |
2003-05-15 | warn for unsupported config option. ok markus@ | Jakob Schlyter | |
2003-05-15 | Make "ssh -V" print the OpenSSL version in a human readable form. Patch | Damien Miller | |
from Craig Leres (mindrot at ee.lbl.gov); ok markus@ | |||
2003-05-15 | disable kerberos when not supported. ok markus@ | Jakob Schlyter | |
2003-05-15 | ~B is ssh2 only | Markus Friedl | |
2003-05-15 | Teach ls how to display multiple column display and allow users to return | mouring | |
to single column format via 'ls -1'. OK @djm | |||
2003-05-15 | Make put/get (globed and nonglobed) code more consistant. OK djm@ | mouring | |
2003-05-15 | avoid warning; ok jakob@ | Damien Miller | |
2003-05-15 | split out custom EVP ciphers | Markus Friedl | |
2003-05-15 | add missing freerrset | Jakob Schlyter | |
2003-05-15 | always parse kerberos options. ok djm@ markus@ | Jakob Schlyter | |
2003-05-15 | cleanup unregister of per-method packet handlers; ok djm@ | Markus Friedl | |
2003-05-14 | sshfp contains fingerprints, not keys | Jakob Schlyter | |
2003-05-14 | rename enum | Jakob Schlyter | |
2003-05-14 | update license, remove 3rd clause. ok author (me) | Jakob Schlyter | |
2003-05-14 | allow to send a BREAK to the remote system; ok various | Markus Friedl | |
2003-05-14 | add experimental support for verifying hos keys using DNS as described | Jakob Schlyter | |
in draft-ietf-secsh-dns-xx.txt. more information in README.dns. ok markus@ and henning@ | |||
2003-05-14 | setup -> set up; | Jason McIntyre | |
from wiz@netbsd | |||
2003-05-14 | http://bugzilla.mindrot.org/show_bug.cgi?id=560 | Markus Friedl | |
Privsep child continues to run after monitor killed. Pass monitor signals through to child; Darren Tucker | |||
2003-05-14 | - better formatting in SYNOPSIS | Jason McIntyre | |
- whitespace at EOL ok djm@ | |||
2003-05-14 | implement kerberos over ssh2 ("kerberos-2@ssh.com"); tested with jakob@ | Markus Friedl | |
server interops with commercial client; ok jakob@ djm@ | |||
2003-05-14 | emphasise the batchmode functionality and make reference to pubkey auth, | Damien Miller | |
both of which are FAQs; ok markus@ | |||
2003-05-14 | ranges for per auth method messages | Markus Friedl | |
2003-05-12 | typo: DSA keys are of type ssh-dss; Brian Poole | Markus Friedl | |
2003-05-12 | for pubkey authentication try the user keys in the following order: | Markus Friedl | |
1. agent keys that are found in the config file 2. other agent keys 3. keys that are only listed in the config file this helps when an agent has many keys, where the server might close the connection before the correct key is used. report & ok pb@ | |||
2003-05-11 | make channel_new() strdup the 'remote_name' (not the caller); ok theo | Markus Friedl | |
2003-05-11 | change key_load_public to try to read a public from: | Markus Friedl | |
rsa1 private or rsa1 public and ssh2 keys. this makes ssh-keygen -e fail for ssh1 keys more gracefully for example; report from itojun (netbsd pr 20550). |