Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-02-02 | document missing options for `cvs update'; ok jmc | Xavier Santolaria | |
2005-02-02 | Fix a few memory leaks and general cleanup. From Joris Vink. ok tedu@ | Otto Moerbeek | |
2005-02-02 | replace 0 with STDIN_FILENO. from han boetes and jared yanovich | Ted Unangst | |
2005-02-01 | - accept a minus sign in front of the file's revision number to | Jean-Francois Brousseau | |
indicate that the file has been removed - set the timestamp as invalid if we get the "dummy timestamp" string in the 4th field | |||
2005-02-01 | first round of malloc()/realloc() fixes: | Jean-Francois Brousseau | |
- avoid using the original pointer to store the return value of realloc(), so we can free it in case of failure - check return values for allocation failures and return errors in the appropriate cases - free the diff buffers once the diff has been generated feedback and testing by Joris Vink | |||
2005-02-01 | make fbackupfile() return FALSE when the rename(2) from the | Henning Brauer | |
mkstemp()-derived name to the filename~ one fails From: Han Boetes <han@mijncomputer.nl> | |||
2005-02-01 | document `cvs checkout'; ok jmc@ jfb@ Joris Vink; | Xavier Santolaria | |
2005-01-31 | perform error checking on all the protocol calls | Jean-Francois Brousseau | |
2005-01-31 | don't crash if we have no valid CVSROOT string | Jean-Francois Brousseau | |
2005-01-31 | Warn if the user tries to use the -u option w/o running a command. | Todd C. Miller | |
2005-01-31 | recognize OpenEXR images. | Marc Espie | |
okay ian Darwin. | |||
2005-01-31 | when reporting a file to remove, we must use the Entry request along | Jean-Francois Brousseau | |
with the file's information, and not the remove request, which is only sent at the end of the command. partially unbreaks remove until we support the '-' symbol in Entries file | |||
2005-01-31 | use fflush(stdout) before system() so we won't miss any | Robert Nagy | |
wanted output; from Andreas Burmester <buster_hh@gmx.net> ok espie@ | |||
2005-01-31 | Safer backup file generation using mkstemp(); henning@ OK | Todd C. Miller | |
2005-01-31 | the most excellent drinkmeister dr.mendeleev | Michael Shalayeff | |
2005-01-30 | document `cvs export' and add my copyright; ok jmc@ jfb@. | Xavier Santolaria | |
2005-01-30 | Make code match intent; ok djm@ | Darren Tucker | |
2005-01-29 | apply sizeof() to the appropriate buffer in a strlcpy() call | Jean-Francois Brousseau | |
spotted by Andrey Matveev (andrushock at korovino dot net) | |||
2005-01-28 | document cvsintro(7); | Jason McIntyre | |
2005-01-28 | - give cvs commands a standard options list | Jason McIntyre | |
- document cvsintro(7) - a few other tweaks ok xsa@ joris vink jfb@ | |||
2005-01-28 | wording; | Jason McIntyre | |
ok markus@ | |||
2005-01-28 | grammar; | Jason McIntyre | |
2005-01-28 | Make it clear that the example entries in ssh_config are only some of the | Darren Tucker | |
commonly-used options and refer the user to ssh_config(5) for more details; ok djm@ | |||
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 |