Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-02 | - add a small description of final synopsis form | Jason McIntyre | |
- tweak a spacing issue in usage() | |||
2005-05-01 | if CF_MKADMIN flag is specified the administrative files will | Joris Vink | |
be created (if missing) in cvs_load_dirinfo(). | |||
2005-05-01 | spacing | Theo de Raadt | |
2005-05-01 | another | joshua stein | |
2005-05-01 | knf | Theo de Raadt | |
2005-05-01 | _yp_check() is a non-standard API. it leaves the domain bound, and the | Theo de Raadt | |
fd use for that too. We are only using it to check if YP is alive, so, unbind YP right after... this removes the reserved port socket fd in the child.. | |||
2005-05-01 | run password strength checking regexes as user; ok deraadt@ | Damien Miller | |
2005-04-29 | Remove unneeded include. Han Boetes. | Otto Moerbeek | |
2005-04-28 | another | Damien Miller | |
2005-04-28 | add snprintf checks. ok djm@ markus@ | Moritz Jodeit | |
2005-04-28 | Get rid of unused arg to complete_function_list(). Han Boetes. | Otto Moerbeek | |
2005-04-28 | That should be FALSE in previous commit. | Otto Moerbeek | |
2005-04-28 | NULL is not an int. Han Boetes. | Otto Moerbeek | |
2005-04-27 | make -v print only actual changes and add -V for old behaviour; beck@ ok | Michael Shalayeff | |
2005-04-27 | no need to query the Entries line for files anymore and a bit of cleanup | Jean-Francois Brousseau | |
2005-04-27 | cleanup and initial split between remote and local update code | Jean-Francois Brousseau | |
2005-04-26 | fallback gracefully if client cannot connect to ControlPath. ok djm@ | Jakob Schlyter | |
2005-04-26 | spelling correction in comment from wiz@netbsd; | Jason McIntyre | |
2005-04-25 | first part of file API changes: | Joris Vink | |
- fix our behaviour regarding directories or files in a different directory than we currently are as arguments to commands, this allows stuff like "cvs status sys/arch/i386/Makefile" to work. - when parsing a pathname only load the needed nodes of the path instead of loading *everything* in memory. the next step in this is to merge the collection and callback execution together. ok jfb@, xsa@ | |||
2005-04-25 | resurrect missing parts to generate rcsdiff(1)-style diffs with the -n | Jean-Francois Brousseau | |
flag ok xsa | |||
2005-04-25 | * add missing 'R' flag in diff synopsis | Jean-Francois Brousseau | |
* add the CVS_EX_BADROOT return code to indicate that there was no CVSROOT given or it was invalid ok joris, xsa | |||
2005-04-25 | set the default branch to 1.1.1 upon import, and remove a stray | Jean-Francois Brousseau | |
cvs_connect() call ok joris, xsa | |||
2005-04-25 | - use size_t where appropriate. | Otto Moerbeek | |
- check for <= 0 in gzread; it returns -1 on error. From christos@netbsd; ok millert@ | |||
2005-04-24 | don't send a Modified request and the file its contents when | Joris Vink | |
it has been removed. | |||
2005-04-24 | add missing CVS_CMD_ALLOWSPEC flag | Joris Vink | |
2005-04-23 | Add debug message if read_passphrase can't open /dev/tty; bz #471; ok djm@ | Darren Tucker | |
2005-04-22 | finish support for the '-' token in the Entry file, this allows | Joris Vink | |
us to mark files as removed, and lets the remove command work completely. tested and ok xsa@, jfb@ | |||
2005-04-22 | sync add command usage w/ man page; joris ok | Xavier Santolaria | |
2005-04-22 | Fix a trivial truncation case, and eliminate a corner case that might | Otto Moerbeek | |
print a nul character. From atatat@netbsd | |||
2005-04-22 | missing '-R' (force recursion) option for diff. | Joris Vink | |
noticed by brad@ | |||
2005-04-21 | let the `cvs remove' command work with no file(s) specified as args; | Xavier Santolaria | |
joris ok | |||
2005-04-21 | correct strlcpy abuse, and always check for NULL return from find_buffer | Bob Beck | |
ok cloder@, feedback from many | |||
2005-04-21 | better include the cvs_sendfile() req in the conditional statement so | Xavier Santolaria | |
it behaves like expected.. pointed out by joris@. | |||
2005-04-21 | add checks for files still physically present that should be removed; | Xavier Santolaria | |
input/ok joris | |||
2005-04-21 | spelling typo in comment; | Jason McIntyre | |
from ray; | |||
2005-04-21 | solbourne again | Michael Shalayeff | |
2005-04-21 | don't allocate a pty when -n flag (/dev/null stdin) is set, patch from | Damien Miller | |
ignasi.roca AT fujitsu-siemens.com (bz #829); ok dtucker@ | |||
2005-04-21 | Avoid the "tcsetattr: Interrupted system call" fatal error when | Otto Moerbeek | |
resizing using a window manager that continously sends resize events. ok camield@ miod@ | |||
2005-04-21 | OpenSSH doesn't ever look at the $HOME environment variable, so don't say | Damien Miller | |
that we do (bz #623); ok deraadt@ | |||
2005-04-21 | avoid infinite recursion on redirects; From NetBSD but limit set to 10. | Federico G. Schwindt | |
deraadt@ ok. | |||
2005-04-21 | print out fpu ctx switches count | Michael Shalayeff | |
2005-04-21 | * fix the tag command's synopsis | Jean-Francois Brousseau | |
* prepend __progname and the command string when displaying command usage | |||
2005-04-20 | check the validity of tag names passed to the tag command, and print | Jean-Francois Brousseau | |
an abort message if the tag is invalid. also, match gnu cvs behaviour with regards to command usage output on usage errors. ok joris | |||
2005-04-20 | spacing | Theo de Raadt | |
2005-04-20 | Remove redundant rw() function, which is unsafe and, well, redundant. | Otto Moerbeek | |
ok tedu@ deraadt@ | |||
2005-04-20 | add the CVS_EX_OK return code to indicate everything went fine | Jean-Francois Brousseau | |
ok joris | |||
2005-04-20 | shut up a useless warning for newly created files | Joris Vink | |
ok jfb@ | |||
2005-04-20 | do not try to look up SSHFP for numerical hostname. ok djm@ | Jakob Schlyter | |
2005-04-19 | add error messages for the new RCS error codes | Jean-Francois Brousseau | |
2005-04-19 | add rcs_sym_check() to check the validity of an RCS symbol and | Jean-Francois Brousseau | |
sprinkle some in the other symbol functions |