summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2005-06-02- set LP_ABORT log level when action is abored by user instead of LP_ERRXavier Santolaria
- missing \n in output of an unchanged log message warning - always use the command name in error messages instead of aliases ok jfb@.
2005-06-02remove references to telnetd(8);Jason McIntyre
ok deraadt@
2005-06-02revert cvs_noexec checks commit, requested by jfb@.Xavier Santolaria
2005-06-02c2k5Michael Shalayeff
2005-06-01missed these in previous commits.Joris Vink
2005-06-01remove debug codeJoris Vink
2005-06-01don't trust cvs_file_getpath() to get the correct path when creatingJoris Vink
the Repository file for subdirs, if we are not in the root directory of the repository. instead, save the parent's Repository path and reuse it when needed, this way CVS/Repository files aren't messed up with completely wrong pathnames when running "cvs update -d" in src/sys/ for example. ok xsa@
2005-06-01when creating a new directory, steal the parent its cvsroot structure ifJoris Vink
we cannot find one with cvsroot_get(). fixes several segfaults. tested & ok xsa@
2005-06-01document cvs -n option; help/ok jmc@, ok joris@.Xavier Santolaria
2005-06-01utility is called gzsig, not gzsign;Jason McIntyre
from number six;
2005-05-31standard EXAMPLES;Jason McIntyre
spacing;
2005-05-31update to sudo 1.6.8p8Todd C. Miller
2005-05-31fix broken minibuffer defaults introduced in echo.c:1.33Kjell Wooding
adds eread flag EFDEF allowing null minibuffer response noticed by otto ok cloder@ jason@, works otto@
2005-05-31get rid of LP_WARNING (vs. LP_WARN) as well ... ok jfb@.Xavier Santolaria
2005-05-31cvs_noexec check if -d option specified ..Xavier Santolaria
2005-05-31add some comments ..Xavier Santolaria
2005-05-31headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;Xavier Santolaria
2005-05-31remove LP_ERROR log priority level and rather use LP_ERR as they are bothXavier Santolaria
the same... ok jfb joris
2005-05-31b1 and b2 can be NULL if an invalid revision is given.Joris Vink
if one of them is NULL, bail out.
2005-05-30add find-alternate-file command and binding for ^X^V; ok cloderJason Wright
(you're welcome kjell)
2005-05-30don't forget to send the log message, this fixes the commit command.Joris Vink
ok xsa@
2005-05-30-D and -r can be used simultaneously, pointed out by marc@ and thusXavier Santolaria
backout my previous change + spotted another case in the annotate command... ok joris@
2005-05-30zap an unused variableJoris Vink
2005-05-30skeleton for watch{,ers} commands, not linked yet;Xavier Santolaria
"i'm cool with that" joris@
2005-05-30dont return CVS_EX_USAGE when not needed; ok joris@Xavier Santolaria
2005-05-30handle -r option; ok joris@Xavier Santolaria
2005-05-30check cvs_sendarg() return value; ok joris@Xavier Santolaria
2005-05-29Try to undo crazy Quebecois stuff that was breaking undoChad Loder
2005-05-29fix a few minor compatibility issues.Marc Espie
- let eval() handle a base and number of digits, like it's advertized to. - in gnu-mode, undivert can take file names as arguments. - in gnu-mode, map can handle reversed charsets. Suggestions and okay otto@, mostly prompted by looking at the regress tests in newer gnu-m4.
2005-05-29-r implies -P (Prune empty directories);Xavier Santolaria
2005-05-29-D and -r are mutually exclusive ...Xavier Santolaria
2005-05-29add missing options in usage..Xavier Santolaria
2005-05-29-Wall; feedback & ok marius@Damien Miller
2005-05-29replace the morally-hazardous -p option (passphrase on commandline) with aDamien Miller
safer, more gentle -f (passphrase in file) option; ok marius@
2005-05-29fix NULL ptr deref on open fail; ok marius@Damien Miller
2005-05-29provide feedback on success; ok marius@Damien Miller
2005-05-29add back support for SSH1 keys. it is being used in practice.marius eriksen
ok markus@
2005-05-29consistency in error messages ...Xavier Santolaria
2005-05-29correct error message...Xavier Santolaria
2005-05-29handle -r option;Xavier Santolaria
2005-05-28we do not use sysexits.h anymore, nuke it!Xavier Santolaria
2005-05-28set jumbo flag on the listener, too. consolidate some common code.marius eriksen
ok mcbride@
2005-05-28whoops. the import killed the $Id$ tags; rectify.marius eriksen
2005-05-28+ gzsigmarius eriksen
2005-05-28import gzsig by Dug Song. marius eriksen
a bunch of lumberjack work, zapped support for keynote and SSH1 and added support for SSH2 keys. ok millert@ deraadt@
2005-05-28Dired now prompts in the minibuffer using the current directory nameChad Loder
or the name of the directory of the current buffer's file. OK kjell, jason
2005-05-28make sure we check the Entry file when we need to.Joris Vink
ok jfb@
2005-05-28If the user gets into a minibuffer, they will not know how to hitChad Loder
Ctrl+g to get out of it. Let them hit enter, like in emacs. OK kjell, jason
2005-05-27if the user specified a revision to diff, stop caring if the file isJoris Vink
up to date.
2005-05-27missing handler for the diff commandJoris Vink
ok jfb@