Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-27 | get rid of event.h, it won't be used | Jean-Francois Brousseau | |
2005-01-27 | since we close the handles to Entries files, we must reopen them to add | Jean-Francois Brousseau | |
the directories when receiving a Clear-sticky or Set-sticky response. spotted by Joris Vink | |||
2005-01-27 | fix missing .Op in `cvs editors' synopsis; | Xavier Santolaria | |
2005-01-27 | document `cvs editors'; ok jmc jfb; | Xavier Santolaria | |
2005-01-27 | Compute compression ratio using signed arithmetic, since the compressed size | Otto Moerbeek | |
might be larger than the original, yielding negative percentages. Spotted by markus@ ok henning@ hshoexer@ | |||
2005-01-26 | document `cvs watch' and `cvs watchers'; help/ok jmc@; "looks good" jfb@; | Xavier Santolaria | |
2005-01-25 | simplify OpenBSD case by using arch(1) and sed to grab | Brad Smith | |
the machine architecture. We now output amd64 instead of x86_64 as it should be. ok deraadt@ pvalchev@ | |||
2005-01-24 | more error checking | Jean-Francois Brousseau | |
looks ok from Joris Vink | |||
2005-01-24 | sync usage of some of the commands, and start filling the cmd_opts | Jean-Francois Brousseau | |
field, which will later be used as the argument to getopt() instead of hardcoding the option strings. This will allow us to use the same handler for commands which have a local and remote version (i.e. rdiff, rlog, rtag) | |||
2005-01-24 | get rid of a debugging printf() that slipped through the cracks | Jean-Francois Brousseau | |
2005-01-24 | * use the global cvs_msg instead of our own | Jean-Francois Brousseau | |
* support the use of RCS keyword expansion flags in client mode | |||
2005-01-24 | when loading a file's information, remove its entry from the parent | Jean-Francois Brousseau | |
directory's entries handle even if the file doesn't exist on disk | |||
2005-01-24 | add missing command IDs | Jean-Francois Brousseau | |
reviewed by xsa@ and Joris Vink | |||
2005-01-24 | #if -> #ifdef so builds without HAVE_LOGIN_CAP work too; ok djm@ otto@ | Darren Tucker | |
2005-01-24 | Have scp and sftp wait for the spawned ssh to exit before they exit | Darren Tucker | |
themselves. This prevents ssh from being unable to restore terminal modes (not normally a problem on OpenBSD but common with -Portable on POSIX platforms). From peak at argo.troja.mff.cuni.cz (bz#950); ok djm@ markus@ | |||
2005-01-24 | Deal with format strings that are "const char *", not just "char *". | Todd C. Miller | |
Based on a patch from Claus Assmann. Someone who understands lint internals better may be able to make a better fix... Closes PR 4072. | |||
2005-01-24 | Update length field in catstrg() with the length of the appended string. | Todd C. Miller | |
Based on a diff from Claus Assmann. Closes PR 4073. | |||
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 | |
input/ok jfb@ jmc@. | |||
2005-01-22 | put -K in the right place; | Jason McIntyre | |
-a and -c take args; | |||
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 | |
DenyGroups. bz #909, ok djm@ | |||
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 | |
buffer earlier and clear it after privsep fork. ok and help dtucker@ markus@ | |||
2005-01-20 | remove unused variables, extra declarations. | Marc Espie | |
2005-01-20 | - knf | Jared Yanovich | |
- check read/write/etc. calls for errors - use constants instead of hardcoded pathnames - better variable types - add usage output suggestions from various, ok ian | |||
2005-01-19 | Add elf{32,64}_load_phdrs() for loading program headers. | Alexander Yurchenko | |
ok mickey@ | |||
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 | |
invalid logins. This allows the drivers themselves to decide how to handle them and prevent leaking information where possible. Existing behaviour for bsdauth is maintained by checking authctxt->valid in the bsdauth driver. Note that any third-party kbdint drivers will now need to be able to handle responses for invalid logins. ok markus@ | |||
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 | |
ok naddy@ | |||
2005-01-15 | hatrick | Jolan Luff | |
2005-01-14 | minor knf and cleanup, and remove unneeded extern declarations, they | Jean-Francois Brousseau | |
are now in cvs.h | |||
2005-01-14 | sprinkle more error reporting and add a trace when sending a file | Jean-Francois Brousseau | |
to the server | |||
2005-01-14 | support the -D option to the tag command and sync usage for the tag | Jean-Francois Brousseau | |
command from Joris Vink, with modifications by me | |||
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 | |
pointed by henning@ | |||
2005-01-14 | when removing the last entry from the tail queue, reinitialize the | Jean-Francois Brousseau | |
queue for sanity, and make sure that the current pointer is set to the next item if it points to the item being removed. fixes a crash reported by brad@, tested by joris and brad@ | |||
2005-01-14 | unused cruft | Jean-Francois Brousseau | |
2005-01-14 | Allow netstat to print PIM statistics. | Ryan Thomas McBride | |
From Pavlin Radoslavov <pavlin@icir.org> ok deraadt@ brad@ | |||
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 | |
requested and tested by brad@, thanks! | |||
2005-01-13 | add rcs_kflag_usage() to display the various keyword expansion modes | Jean-Francois Brousseau | |
supported by the -k argument |