Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-03 | fix various 3/4 licenses according to "terms" file | Theo de Raadt | |
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-03 | Use an ISC-tyle license for all my code; it is simpler and more permissive. | Todd C. Miller | |
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-06-02 | remove terms 3 and 4 of some of my licences | Theo de Raadt | |
2003-06-01 | some string formats. | Artur Grabowski | |
vincent@ ok | |||
2003-06-01 | various format string cleanups; tedu ok | Theo de Raadt | |
2003-05-30 | kill an unused variable | Michael Shalayeff | |
2003-05-30 | Add pmdb to the build. | Miod Vallat | |
ok deraadt@ | |||
2003-05-30 | m88k pmdb support bits; only compile-tested at the moment. | Miod Vallat | |
2003-05-30 | Fix BREAKPOINT_DECR_PC value. | Miod Vallat | |
2003-05-30 | Preliminary m68k pmdb support. | Miod Vallat | |
Currently, this works as well as gdb, i.e. breakpoints do not work. Will be fixed soon, hopefully. | |||
2003-05-30 | Handle process_load() failure. This prevents "pmdb foo" to dump core upon | Miod Vallat | |
run command, if foo does not exist. ok art@ | |||
2003-05-29 | -I${.CURDIR} not needed | Theo de Raadt | |
2003-05-29 | avoid more signal races | Theo de Raadt | |
2003-05-29 | seteuid and setegid; markus ok | Theo de Raadt | |
2003-05-26 | of course my 1000th commit has to go to theo.c and must be about germans ;-) | Henning Brauer | |
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-22 | c2k3 hack-a-ton | Michael Shalayeff | |
2003-05-21 | From NetBSD: | Paul Janzen | |
Fix an ancient typo which made "_POSIX_PATH_MAX" actually return "_POSIX_PIPE_BUF". | |||
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-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 |