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