Age | Commit message (Expand) | Author |
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 |
2009-01-06 | document, consistently, those apps which also exist as built-ins | Jason McIntyre |
2009-01-06 | don't use a reference to the device file. Use the corresponding aproc | Alexandre Ratchov |
2009-01-05 | since socks5 has been removed from ports recently, switch ftp to | Martynas Venckus |
2009-01-04 | sync the synopsis and usage of the command; "usage:" is lowercase. | Igor Sobrado |
2009-01-04 | replace hardcoded exit values with .Ex macros; | Igor Sobrado |
2009-01-02 | Add format attributes to functions that use variable arguments and | Can Erkin Acar |
2009-01-01 | Unclutter 'systate rules' by printing the flags option using the minimal | Ryan Thomas McBride |
2009-01-01 | fix hash calculation for KEXGEX: hash over the original client-supplied | Damien Miller |
2009-01-01 | call channel destroy callbacks on receipt of open failure messages. | Damien Miller |
2009-01-01 | Fix iso weekno calculation by using a different algorithm. Still hard | Otto Moerbeek |