Age | Commit message (Expand) | Author |
2005-01-24 | Deal with format strings that are "const char *", not just "char *". | Todd C. Miller |
2005-01-24 | Update length field in catstrg() with the length of the appended string. | Todd C. Miller |
2005-01-23 | config option "Ciphers" should be case-sensitive; ok dtucker@ | Damien Miller |
2005-01-22 | remove double macro; | Jason McIntyre |
2005-01-22 | document `cvs edit' and `cvs unedit'; | Xavier Santolaria |
2005-01-22 | put -K in the right place; | Jason McIntyre |
2005-01-22 | add an exit command as an alias of quit; ok henning@ | Robert Nagy |
2005-01-22 | Log source of connections denied by AllowUsers, DenyUsers, AllowGroups and | Darren Tucker |
2005-01-21 | more portable code, stderr is not necessarily a constant. | Marc Espie |
2005-01-21 | Warn in advance for password and account expiry; initialize loginmsg | Otto Moerbeek |
2005-01-20 | remove unused variables, extra declarations. | Marc Espie |
2005-01-20 | - knf | Jared Yanovich |
2005-01-19 | Add elf{32,64}_load_phdrs() for loading program headers. | Alexander Yurchenko |
2005-01-19 | more `cvs update' bits; help and ok jmc | Xavier Santolaria |
2005-01-19 | Have keyboard-interactive code call the drivers even for responses for | Darren Tucker |
2005-01-18 | document `cvs remove' flags; ok jmc | Xavier Santolaria |
2005-01-17 | Make debugging output continue after reexec; ok djm@ | Darren Tucker |
2005-01-17 | document `cvs commit' flags; ok jmc | Xavier Santolaria |
2005-01-17 | Correct spelling: SCHNOOR->SCHNORR; ok djm@ | Darren Tucker |
2005-01-16 | document the `cvs annotate' flags; ok jfb, help and ok jmc. | Xavier Santolaria |
2005-01-15 | Operator for comparisons is '==' and not '='. | Marc Balmer |
2005-01-15 | hatrick | Jolan Luff |
2005-01-14 | minor knf and cleanup, and remove unneeded extern declarations, they | Jean-Francois Brousseau |
2005-01-14 | sprinkle more error reporting and add a trace when sending a file | Jean-Francois Brousseau |
2005-01-14 | support the -D option to the tag command and sync usage for the tag | Jean-Francois Brousseau |
2005-01-14 | better descr for `cvs status'; help and ok jmc | Xavier Santolaria |
2005-01-14 | stupid me, no need to reinit the queue | Jean-Francois Brousseau |
2005-01-14 | when removing the last entry from the tail queue, reinitialize the | Jean-Francois Brousseau |
2005-01-14 | unused cruft | Jean-Francois Brousseau |
2005-01-14 | Allow netstat to print PIM statistics. | Ryan Thomas McBride |
2005-01-14 | Couldn't resist this one... | Marco Peereboom |
2005-01-14 | tweak the output of rcs_kflag_usage() to avoid line wrapping | Jean-Francois Brousseau |
2005-01-14 | missing space and kill a gcc warning | Jean-Francois Brousseau |
2005-01-13 | resurrect the -N and -p options to the diff command | Jean-Francois Brousseau |
2005-01-13 | add rcs_kflag_usage() to display the various keyword expansion modes | Jean-Francois Brousseau |
2005-01-13 | tidy and remove debugging output | Jean-Francois Brousseau |
2005-01-13 | Close what you open: obvious fix, ok jared@, more to follow | Ian Darwin |
2005-01-13 | zlib abstraction code, first part of support for compression | Jean-Francois Brousseau |
2005-01-13 | more widespread use of cvs_msg, and free it when we are done | Jean-Francois Brousseau |
2005-01-13 | more extern declarations for the common variables | Jean-Francois Brousseau |
2005-01-13 | fix the annotate usage (there is no -F flag) and add the missing bits | Jean-Francois Brousseau |
2005-01-13 | Handle all isspace() chars the same for -w and -b. ok millert@ markus@ | Otto Moerbeek |
2005-01-13 | prettier | Jean-Francois Brousseau |
2005-01-13 | * get rid of useless headers | Jean-Francois Brousseau |
2005-01-13 | when warning about unimplemented handlers, do not attempt to print | Jean-Francois Brousseau |
2005-01-13 | better descr for `cvs annotate'; help and ok jmc. | Xavier Santolaria |
2005-01-12 | use basename(3) instead of mangling the path to figure out the | Jean-Francois Brousseau |
2005-01-12 | add rcs_kflag_get() to validate kflags | Jean-Francois Brousseau |
2005-01-11 | correct unfortunate example which would have squished users' mailbox; | Jason McIntyre |
2005-01-11 | no need to call realpath() in adjustname() | Henning Brauer |