Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2005-04-19 | big spring cleanup and make tag work again when dealing with multiple | Jean-Francois Brousseau | |
directories by specifying CVS_CMD_SENDDIR, and first stab at the local version, needs tweaking | |||
2005-04-19 | correctly handle the "Removed" response, so that the correct | Joris Vink | |
file and entry are removed. ok jfb@, xsa@ | |||
2005-04-19 | - remove unused header | Xavier Santolaria | |
- add -l and -R flags - add check on cvs_sendentry() return value joris@ ok | |||
2005-04-19 | handle removed files as well when checking files to commit | Jean-Francois Brousseau | |
ok joris | |||
2005-04-19 | send the correct argument, -A not -a | Joris Vink | |
2005-04-19 | support -P -A -d flags | Joris Vink | |
2005-04-19 | remove debug code | Joris Vink | |
2005-04-19 | make sure we pick up newly added files. | Joris Vink | |
2005-04-19 | update cf_type to the correct type if we cannot stat(2) the | Joris Vink | |
requested file or directory in cvs_file_lget(). should fix those "attempt to send Entry for non-regular file" errors. reported by brad@ | |||
2005-04-18 | don't send an Entry reply to the server for unknown files, | Joris Vink | |
fixes "foo is not (any longer) pertinent" errors | |||
2005-04-18 | only copy ce_tag is it is not NULL, fixes a segfault on | Joris Vink | |
startup for the update command. | |||
2005-04-18 | missing prototype for get_date(); | Joris Vink | |
from deraadt@ | |||
2005-04-18 | dummy handlers for the Entry, Modified, Is-Modified, Updated and | Jean-Francois Brousseau | |
Questionable requests. | |||
2005-04-18 | free cf_tag for regular files in cvs_file_free(); | Joris Vink | |
ok jfb@ | |||
2005-04-18 | use a standard EXAMPLES format; | Jason McIntyre | |
also there's no need for a list in here; | |||
2005-04-18 | add an example using both -c login_class and -c shell_arg; | Jason McIntyre | |
requested by stuart henderson (pr #4178); ok millert@ deraadt@ beck@ | |||
2005-04-18 | more debugging leftovers | Joris Vink | |
2005-04-18 | remove debugging leftovers | Jean-Francois Brousseau | |
2005-04-18 | Modify the CVSFILE structure using a union to keep information about | Jean-Francois Brousseau | |
both files and directories. We can now keep the revision number for regular files, and don't need to fetch the appropriate entry in the command callbacks. This saves a huge amount of parsing on Entries files. ok joris@ | |||
2005-04-18 | fix a potential use after free and plug some memory leaks. | Patrick Latifi | |
While here, do a bit a formatting. ok otto deraadt | |||
2005-04-17 | spacing | Theo de Raadt | |
2005-04-17 | use correct functions names in warn() | Hans-Joerg Hoexer | |
ok deraadt millert | |||
2005-04-17 | sort options + sync usage(); | Jason McIntyre | |
2005-04-17 | remove amd64 special casing. | Brad Smith | |
ok kettenis@ | |||
2005-04-16 | thought i had committed that earlier;snprintf return value check; joris ok | Xavier Santolaria | |
2005-04-16 | make sure we send the correct stuff for newly added files that | Joris Vink | |
are not commited yet. | |||
2005-04-16 | more snprintf return value check; joris ok | Xavier Santolaria | |
2005-04-16 | snprintf return value check; joris ok | Xavier Santolaria | |
2005-04-16 | snprintf return value check; joris ok | Xavier Santolaria | |
2005-04-16 | missing cvs_ent_free(); joris ok | Xavier Santolaria | |
2005-04-16 | check snprintf() return value; | Joris Vink | |
from deraadt@ small change by me | |||
2005-04-15 | document mdoc(7) and mdoc.samples(7); | Jason McIntyre | |
from pascoe@ | |||
2005-04-15 | pick up BINDIR from above; ok joris | Theo de Raadt | |
2005-04-15 | seperate usage functions per sub-program | Theo de Raadt | |
shrink usage for rcs(1), that is what man pages are for ok joris |