Age | Commit message (Expand) | Author |
2008-06-15 | if we are using RCS_PARSE_FULLY we can close the RCS file descriptor | Joris Vink |
2008-06-15 | accept empty password, since that's exactly what rfc1738 tells us | Martynas Venckus |
2008-06-15 | Support the addition of new files in branches. | Tobias Stoeckmann |
2008-06-15 | open the RCS file descriptor with O_RDONLY, like all other code does. | Joris Vink |
2008-06-15 | in debug mode (-d), hide password in the same way as command() does; | Martynas Venckus |
2008-06-15 | make further prompts work after eof, don't spam with prompts in | Martynas Venckus |
2008-06-15 | turd polishing (useless chatter removed), ok djm | Henning Brauer |
2008-06-14 | - remove ports category after discussion w/ many | Peter Valchev |
2008-06-14 | unfuck CVS/Tag creation, karma sucks doesn't it. | Joris Vink |
2008-06-14 | Mention that scp follows symlinks during -r. bz #1466, from nectar at apple | Darren Tucker |
2008-06-14 | suppress the warning message from chdir(homedir) failures | Damien Miller |
2008-06-14 | ensure default umask disallows at least group and world write; ok djm@ | Darren Tucker |
2008-06-14 | wrap long line at 80 chars | Darren Tucker |
2008-06-14 | We do not need a whole MODE for blinking one character. | Kjell Wooding |
2008-06-14 | Add compile (c-C c-P) to the c-mode keymap (export from grep.c) | Kjell Wooding |
2008-06-14 | unf*ck undo. | Kjell Wooding |
2008-06-14 | Conforming to RCS specification, it is possible but unlikely to encounter | Tobias Stoeckmann |
2008-06-14 | Added support for sticky date set in CVS/Tag and CVS/Entries per directory. | Tobias Stoeckmann |
2008-06-14 | don't always re-open the same CVS/Entries file, instead keep the | Joris Vink |
2008-06-14 | Run cvs_remove_force only if -f has been specified. | Tobias Stoeckmann |
2008-06-14 | No need to add \n at the end of format string for a fatal call. | Tobias Stoeckmann |
2008-06-14 | Don't trick user into believing that it's actually possible to add a file | Tobias Stoeckmann |
2008-06-14 | Fixed wrong function name in fatal call. | Tobias Stoeckmann |
2008-06-13 | Do not print a warning if /dev/pf can not be opened. | Can Erkin Acar |
2008-06-13 | Remove unused files. Noticed by sthen@ | Can Erkin Acar |
2008-06-13 | Include some additional pointers, etc that I really need for debugging | Claudio Jeker |
2008-06-13 | Explain the use of SSH fpr visualization using random art, and cite the | Alexander von Gernler |
2008-06-13 | One more "//" instead of "/" case. Hidden in a getcwd. | Kjell Wooding |
2008-06-13 | phessler noted that c-mode ignored blinking braces. | Kjell Wooding |
2008-06-13 | Allow selfinsert to be called with FFRAND; i.e. from another | Kjell Wooding |
2008-06-13 | Prevent -Wsign-compare warnings on LP64 systems. bz #1192, ok deraadt@ | Darren Tucker |
2008-06-13 | Remove mail-mode. It was a buggy reimplementation of auto-fill-mode. | Kjell Wooding |
2008-06-13 | Fix debian bug #432656 | Kjell Wooding |
2008-06-13 | Fix autoexec file handling. | Kjell Wooding |
2008-06-13 | Fix size and age field printing. The fields will now be printed with units | Can Erkin Acar |
2008-06-13 | Friendlier error messages for mux fallback. ok djm@ | Darren Tucker |
2008-06-13 | pass the complete path to cvs_file_get_cf() instead of reconstructing | Joris Vink |
2008-06-13 | Include unistd.h for close(), prevents warnings in -portable | Darren Tucker |
2008-06-13 | Clear key options in the monitor on failed authentication, prevents | Darren Tucker |
2008-06-13 | compile on older gcc; no decl after code | Theo de Raadt |
2008-06-13 | compile on older gcc; no decl after code | Theo de Raadt |
2008-06-13 | Use refresh interval for rate calculation instead of the broken elapsed | Can Erkin Acar |
2008-06-13 | remove a rather silly comment. | Claudio Jeker |
2008-06-13 | Let the kvm output of netstat grok rt priorities like the "normal" show code. | Claudio Jeker |
2008-06-13 | refuse to read ~/.shosts or ~/.ssh/authorized_keys that are not | Damien Miller |
2008-06-13 | upcast uid to long with matching %ld, prevents warnings in portable | Darren Tucker |
2008-06-13 | Set 'naptime' which is used by the interface page in differential mode. | Can Erkin Acar |
2008-06-13 | Do not try to access ordering if it is not defined. | Can Erkin Acar |
2008-06-13 | upcast another size_t to u_long to match format | Darren Tucker |
2008-06-13 | upcast size_t to u_long to match format arg; ok djm@ | Darren Tucker |