Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-20 | - new sentence, new line | Jason McIntyre | |
- added .Xr's - typos ok djm@ | |||
2003-05-20 | Finish KNF of prototypes. That should be all of them. | Chad Loder | |
OK vincent@ | |||
2003-05-19 | kill dead (if 0) code. | Artur Grabowski | |
2003-05-18 | use syslog_r() in a signal handler called place; markus ok | Theo de Raadt | |
2003-05-18 | unreliable non-hurlers | Henning Brauer | |
2003-05-18 | moose bbq is full of quotes | Todd T. Fries | |
2003-05-17 | live from the moose bbq | Henning Brauer | |
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 | fix the goal calculation routine so moving up and down moves to the right | Vincent Labrecque | |
column. ok jason | |||
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 | unbreak tree; ok margarida@ | Todd T. Fries | |
2003-05-15 | make usage printing match what's in the manpage, which is better; ok jfb@ | Jason Peel | |
2003-05-15 | disable kerberos when not supported. ok markus@ | Jakob Schlyter | |
2003-05-15 | ~B is ssh2 only | Markus Friedl | |
2003-05-15 | another | Henning Brauer | |
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 | Fix some typos, clarify a few bits, and fix a display issue with `:'. | Todd C. Miller | |
Based on a patch rom Brian Poole | |||
2003-05-15 | From Brian Poole | Todd C. Miller | |
o fix typos o remove a redundant check for verbose | |||
2003-05-15 | avoid warning; ok jakob@ | Damien Miller | |
2003-05-15 | split out custom EVP ciphers | Markus Friedl | |
2003-05-15 | Use vis() on any remotely created input before displaying it on a screen. | Paul Janzen | |
deraadt@ ok | |||
2003-05-15 | add missing freerrset | Jakob Schlyter | |
2003-05-15 | always parse kerberos options. ok djm@ markus@ | Jakob Schlyter | |
2003-05-15 | Add a -q flag to suppress all output when setting a variable, and | Jean-Francois Brousseau | |
remove the -v flag from the SYNOPSIS for the -w option since it has no effect ok jsyn@ millert@ | |||
2003-05-15 | cleanup unregister of per-method packet handlers; ok djm@ | Markus Friedl | |
2003-05-15 | Get rid of read_from_pid() and write_to_pid(), they were | Jean-Francois Brousseau | |
replaced by the more generic process_read() and process_write() ok art@ | |||
2003-05-14 | use __KAME__ to determine kame-based kernel. | Jun-ichiro itojun Hagino | |
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 | Remove krb4 support. | Magnus Holmberg | |
2003-05-14 | Remove krb4 support. | Magnus Holmberg | |
2003-05-14 | Removed krb4 support. | Magnus Holmberg | |
2003-05-14 | Better wording, partly related to recent vis(3) change. | Paul Janzen | |
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 | Get rid of libtelnet, it is compiled into the tree programs | Hans Insulander | |
(telnetd, telnet and tn3270) that use them instead. This gets rid of a really hairy dependency between telnet and libtelnet. ok millert@ | |||
2003-05-14 | o Sync w/ freerdist 0.92 minus the compress option | Todd C. Miller | |
o KNF and ANSIfy the function headers Sparse file support is currently a no-op since it didn't work. Proper sparse file support will be added later. | |||
2003-05-14 | emphasise the batchmode functionality and make reference to pubkey auth, | Damien Miller | |
both of which are FAQs; ok markus@ |