Age | Commit message (Expand) | Author |
2009-02-18 | fix off by one character when constructing $Mdocdate$. | Joris Vink |
2009-02-18 | signature should hash over the entire group, not just the generator | Damien Miller |
2009-02-17 | sync with revised default ciphers; pointed out by dkrause@ | Damien Miller |
2009-02-15 | make rdist silently ignore special file types which cannot be moved | Theo de Raadt |
2009-02-15 | in a secure YP context, a chpass would whack the user's password to * | Theo de Raadt |
2009-02-15 | exmaple -> example; | Jason McIntyre |
2009-02-15 | add our temporary RCS file to our temp_files worklist in case | Joris Vink |
2009-02-15 | bump version to match next release | Joris Vink |
2009-02-15 | support rlog -d | Joris Vink |
2009-02-14 | mention that eow and no-more-sessions extensions are sent only to | Damien Miller |
2009-02-13 | be more sane in handling the given repository path | Joris Vink |
2009-02-13 | style and typos fixes from Thomas Pfaff | Alexandre Ratchov |
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 |