Age | Commit message (Expand) | Author |
2007-09-03 | last commit broke the tree because of missing parentheses. | Moritz Jodeit |
2007-09-03 | Make use of the carp preempt counter to signal number of transitions of | Joel Knight |
2007-09-03 | sizeof char is 1; ok djm | Theo de Raadt |
2007-09-02 | more malloc(n * m) -> calloc(n, m); from Igor Zinovik | Theo de Raadt |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2007-09-02 | OpenCVS server init-support with OpenCVS and GNU cvs clients. | Tobias Stoeckmann |
2007-09-02 | Stick at GNU cvs behaviour with Root directive handling: it does not need | Tobias Stoeckmann |
2007-09-02 | Handle quotation marks in .cvsrc correctly. | Tobias Stoeckmann |
2007-09-02 | Stick at GNU cvs behaviour by writing "Initial revision" in revision 1.1 | Tobias Stoeckmann |
2007-09-02 | Log all commands sent with cvs_remote_output(), not just | Tobias Stoeckmann |
2007-09-01 | malloc(n * m) -> calloc(n, m); from zinovik | Theo de Raadt |
2007-09-01 | Use an int, not a size_t, to store the return value of snprintf(). | Matthias Kilian |
2007-09-01 | s/free/xfree | Joris Vink |
2007-08-31 | Copy editit() from sendbug, synchronizing editor calling code. | Ray Lai |
2007-08-30 | Remove old CVSROOT caching mechanisms. | Joris Vink |
2007-08-30 | properly send our log message to the server using Argumentx, so we | Joris Vink |
2007-08-29 | correct error string in cvs_buf_load_fd() to match the function. | Joris Vink |
2007-08-29 | add lacnic and afrinic to the list in the -a descr | Henning Brauer |
2007-08-29 | more typo shizzle from Igor Zinovik. | Joris Vink |
2007-08-29 | missing xfree(); | Joris Vink |
2007-08-29 | add afrinic to the list of known whois servers so that referrals are | Henning Brauer |
2007-08-28 | more typos in error messages; from Igor Zinovik. | Xavier Santolaria |
2007-08-28 | another quote | Jasper Lievisse Adriaanse |
2007-08-27 | typo in error msg; from Igor Zinovik. | Xavier Santolaria |
2007-08-26 | add a description for -ztz | Igor Sobrado |
2007-08-23 | support ArgumentX - unbreaks more gnu cvs client things. | Joris Vink |
2007-08-23 | missing 'u' option for update caused gnu cvs client to not function | Joris Vink |
2007-08-23 | Execute ProxyCommands with $SHELL rather than /bin/sh unconditionally | Damien Miller |
2007-08-23 | Support "Banner=none" to disable displaying of the pre-login banner; | Damien Miller |
2007-08-23 | login_cap.h doesn't belong here | Damien Miller |
2007-08-23 | missed include bits from last commit | Damien Miller |
2007-08-23 | unifdef HAVE_LOGIN_CAP; ok deraadt@ millert@ | Damien Miller |
2007-08-22 | sort usage(); | Jason McIntyre |
2007-08-21 | Fix up the -s description, with help from tom@ | Todd C. Miller |
2007-08-21 | Add a -s option to make the radix sort be a stable sort. Based on | Todd C. Miller |
2007-08-15 | Update to sudo 1.6.9p4. Basically IPv6 support and improved man pages. | Todd C. Miller |
2007-08-15 | tun device forwarding now honours ExitOnForwardFailure; ok markus@ | Kevin Steves |
2007-08-15 | openssh 4.7 | Markus Friedl |
2007-08-15 | do NOT fall back to the trused x11 cookie if generation of an untrusted | Markus Friedl |
2007-08-14 | Prevent sneaking in unencrypted packets into WEP traffic. | Alexander Bluhm |
2007-08-14 | the ellipsis is not an optional argument; document the "-a" flag in whereis(1) | Igor Sobrado |
2007-08-14 | error out, instead of producing a warning and displaying that the YP | Alexandre Anriot |
2007-08-09 | spelling fixes; from Matthew Clarke | Jason McIntyre |
2007-08-09 | - more missing variables for proper ports work | Antoine Jacoutot |
2007-08-09 | Use '\0', not NULL, for NUL characters. | Ray Lai |
2007-08-09 | Correct function name in fatal(). From Igor Zinovik. | Ray Lai |
2007-08-09 | Let realloc handle NULL. Check for integer overflow and realloc | Ray Lai |
2007-08-07 | bz#1232: ensure that any specified LocalCommand is executed after the | Damien Miller |
2007-08-06 | the ellipsis is not an optional argument; while here, sync the usage | Igor Sobrado |
2007-08-06 | this file has been too long without an edit, someone has obviously | Damien Miller |