Age | Commit message (Expand) | Author |
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 |
2008-12-31 | Skip missing pool indices instead of printing errors. | Can Erkin Acar |
2008-12-30 | be clear about what csplit does by default when no options to the | Jason McIntyre |
2008-12-30 | make -S case insensitive; this avoids any confusion over the fact | Jason McIntyre |
2008-12-30 | add AllowAgentForwarding to available Match keywords list | Okan Demirmen |
2008-12-29 | make the code "more correct": add reference counters to aproc | Alexandre Ratchov |
2008-12-29 | no need to escape single quotes in comments | Kevin Steves |
2008-12-29 | fix example, default key type is rsa for 3+ years; from | Kevin Steves |
2008-12-28 | set the buffer size using the ``appbufsz'' parameter of | Alexandre Ratchov |
2008-12-27 | fix a bug in resampling code, resulting in joined stereo and/or | Alexandre Ratchov |
2008-12-27 | simplify the mixer and the demultiplexer code; no change in the | Alexandre Ratchov |
2008-12-27 | complain about a deadlock only if there are descriptors waiting | Alexandre Ratchov |
2008-12-27 | do not call exit(1) if sio_start(3) or sio_stop(3) fail. The | Alexandre Ratchov |