Age | Commit message (Expand) | Author |
2009-02-13 | check for enc !=NULL in packet_start_discard | Markus Friedl |
2009-02-12 | kill trailing whitespace; | Jason McIntyre |
2009-02-12 | document RemoteForward usage with 0 listen port | Damien Miller |
2009-02-12 | consistency: Dq => Ql | Damien Miller |
2009-02-12 | document -R0:... usage | Damien Miller |
2009-02-12 | some paranoia: check that the serialised key is really KEY_RSA before | Damien Miller |
2009-02-12 | tighten check for -R0:... forwarding: only allow dynamic allocation if | Damien Miller |
2009-02-12 | support remote port forwarding with a zero listen port (-R0:...) to | Damien Miller |
2009-02-10 | mark these utilities as being largely posix compliant or, in the case of | Jason McIntyre |
2009-02-10 | STANDARDS: | Jason McIntyre |
2009-02-09 | STANDARDS: these applications are no longer optional in posix | Jason McIntyre |
2009-02-08 | updates to IEEE Std 1003.1-2008; | Jason McIntyre |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre |
2009-02-08 | some minor corrections for the STANDARDS section; | Jason McIntyre |
2009-02-07 | Restore the original help output: capitalize the characters that | Christian Weisgerber |
2009-02-07 | malloc(n * m) -> calloc(n, m); | Charles Longeau |
2009-02-07 | remove leftover from mdoc.samples; ok jmc@ | Martynas Venckus |
2009-02-07 | add missing headers needed for warn() and err(). | Charles Longeau |
2009-02-06 | remove unused variables. | Charles Longeau |
2009-02-06 | simplify the clock tick messages generation code and ensuire that | Alexandre Ratchov |
2009-02-06 | move error messages reported to user into main() | Alexandre Ratchov |
2009-02-04 | if there are too many connections, stop acceping new ones rather | Alexandre Ratchov |
2009-02-04 | document server mode with help from jmc@ | Alexandre Ratchov |
2009-02-04 | daemonize when in server mode, suggested by many | Alexandre Ratchov |
2009-02-03 | in server mode, create /tmp/aucat-userid/ directory with | Alexandre Ratchov |
2009-02-03 | Reflect MPLS kernel changes. Operations are stored now in rt_mpls field. | Michele Marchetto |
2009-02-02 | Fix typo, from Joao Salvatti <salvatti@gmail.com>. | Marc Balmer |
2009-02-02 | Initialize a few variables to prevent spurious "may be used uninitialized" | Darren Tucker |
2009-02-01 | Move variable declarations around to compile with gcc 2 | Miod Vallat |
2009-01-30 | add missing ellipsis to the list of options. | Igor Sobrado |
2009-01-28 | remove undocumented support for "-e" in ex(1). | Igor Sobrado |
2009-01-28 | Re-add "Category" category to sendbug template. Without it, reports | Ray Lai |
2009-01-28 | enable -d for the export command. | Pierre-Yves Ritschard |
2009-01-28 | Make the -A a bit more readable by adding a newline between the route and | Claudio Jeker |
2009-01-28 | ex(1), vi(1), and view(1) have different synopses; each nex/nvi utility | Igor Sobrado |
2009-01-28 | since -g is always overridden by -l in ls(1), the equivalent of the | Jason McIntyre |
2009-01-27 | on some servers LIST defaults to LIST -a. ignore pseudo-directories | Martynas Venckus |
2009-01-27 | Fix some interger overflows when accounting the used mbuf memory percentage | Claudio Jeker |
2009-01-27 | fix the mbuf view to cope with the recent change to the mclgeti allocator. | David Gwynne |
2009-01-26 | NULL instead of 0 in comparison | Claudio Jeker |
2009-01-26 | Again use P to mark multipath routes in route output. OK henning@ | Claudio Jeker |
2009-01-26 | Work around the CPNI-957037 Plaintext Recovery Attack by always | Markus Friedl |
2009-01-25 | don't set malloc_options to not interfer with /etc/malloc.conf | Alexandre Ratchov |
2009-01-24 | sync list of preferred ciphers; ok djm@ | Christian Weisgerber |
2009-01-23 | catch SIGHUP and SIGTERM too, to ensure that recorded files are | Alexandre Ratchov |
2009-01-23 | spacing + typo fix from Matt Jibson <matt.jibson(at)gmail.com> | Alexandre Ratchov |
2009-01-23 | prefer CTR modes and revised arcfour (i.e w/ discard) modes to CBC | Damien Miller |
2009-01-22 | another chunk of a2port() diff that got away. wtfdjm?? | Damien Miller |
2009-01-22 | make a2port() return -1 when it encounters an invalid port number | Damien Miller |
2009-01-22 | oops! I committed the wrong version of the Channel->path diff, | Damien Miller |