Age | Commit message (Expand) | Author |
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 |
2009-01-22 | make Channel->path an allocated string, saving a few bytes here and | Damien Miller |
2009-01-19 | replace standardized text concerning the exit values of applications | Igor Sobrado |
2009-01-15 | 1) use obsolete instead of alias for consistency | Kevin Steves |
2009-01-14 | support SOCKS4A protocol, from dwmw2 AT infradead.org via bz#1482; | Damien Miller |
2009-01-14 | fix printing status on removed files by default; | Joris Vink |
2009-01-10 | tweak previous; | Jason McIntyre |
2009-01-10 | add "loopback" mode in which input is connected to the output. | Alexandre Ratchov |
2009-01-09 | Tamas TEVESZ requested a better description for tip/cu, so pull in this | Jason McIntyre |
2009-01-09 | Do not try to set the close on exec flag if we didn't actually open sudoers. | Todd C. Miller |
2009-01-08 | Reflect MPLS kernel changes. | Michele Marchetto |
2009-01-06 | i saw the previous was wrong as soon as i committed it: put the | Jason McIntyre |