Age | Commit message (Expand) | Author |
2007-09-09 | sort synopsis and options in ssh-agent(1); usage is lowercase | Igor Sobrado |
2007-09-08 | Fix lint warning about unreachable code. | Chad Loder |
2007-09-08 | Fix false negatives in dealing with unreachable code after calls to __dead | Chad Loder |
2007-09-07 | Properly send out rcs info header with "E " in server mode (stderr in | Tobias Stoeckmann |
2007-09-07 | Do not fatal if getpwuid() fails, instead ignore user configuration files. | Tobias Stoeckmann |
2007-09-07 | Sprinkle some magic so checkout/update -p works | Joris Vink |
2007-09-07 | Added support for single file checkout. | Tobias Stoeckmann |
2007-09-07 | Do not use global option -V (GNU cvs doesn't understand it), be very | Tobias Stoeckmann |
2007-09-07 | Synced atomicio implementation in nc and sendbug with ssh. | Tobias Stoeckmann |
2007-09-07 | fix a configure bug introduced in the last commit | Todd C. Miller |
2007-09-07 | we have man section 3f by default now; | Jason McIntyre |
2007-09-06 | Fix typos in comments. No code changes | Chad Loder |
2007-09-06 | strictly check rcsnum_cmp() return against -1. | Niall O'Higgins |
2007-09-06 | Fix some dates wrt Schleyer and the "Landshut" Lufthansa airplane. | Bernd Ahlers |
2007-09-06 | sync with re-rolled 1.6.9p5 tarball | Todd C. Miller |
2007-09-06 | restore local changes | Todd C. Miller |
2007-09-05 | update to sudo 1.6.9p5 | Todd C. Miller |
2007-09-05 | The rewritten newfile() algorithm introduced in rev 1.12 was | Todd C. Miller |
2007-09-05 | Cope with if counters being u_int64_t now here, too. | Michael Knudsen |
2007-09-05 | Correct the format strings after the recent rt_metrics changes. | Claudio Jeker |
2007-09-05 | Counters switched to u_int64_t so use %llu to print them. | Claudio Jeker |
2007-09-05 | - use a consistent grammatical case for the C comments section | Jason McIntyre |
2007-09-05 | Document NORETURN, add it to the directive list and rearrange the entries. | Federico G. Schwindt |
2007-09-05 | Missing colon in optsring for 'B' | Jonathan Gray |
2007-09-05 | Replace magic numbers in calls to shutdown(2) | Moritz Jodeit |
2007-09-05 | Change some variables to their proper type size_t. | Moritz Jodeit |
2007-09-04 | Removed dead code. | Tobias Stoeckmann |
2007-09-04 | Replaced strlen() with sizeof() - 1 when #define'd strings are used. | Tobias Stoeckmann |
2007-09-04 | Handle ^D as a)bort in log message question. | Tobias Stoeckmann |
2007-09-04 | make ssh(1)'s ConnectTimeout option apply to both the TCP connection and | Damien Miller |
2007-09-04 | make file descriptor passing code return an error rather than call fatal() | Damien Miller |
2007-09-03 | move back to using malloc() instead of calloc(), because the yacc | Theo de Raadt |
2007-09-03 | OpenBSD now has memrchr(3) | Todd C. Miller |
2007-09-03 | use calloc() for the sake of regularity, prompted by deraadt@ | Marc Espie |
2007-09-03 | - break "Defaults env_keep" into several lines so it is more readable | Antoine Jacoutot |
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 |