Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-26 | do not install cvs.1 or cvs.5 yet; ok joris | Theo de Raadt | |
2008-02-26 | plug memleaks | Joris Vink | |
based upon a diff from Igor Zinovik | |||
2008-02-25 | For the -l flag, set testmode to 1 instead of incrementing it. Fixes | Todd C. Miller | |
a bogus error message problem when the -t and -l flags are used together. OK miod@ | |||
2008-02-24 | Properly handle return value of dirname(). | Tobias Stoeckmann | |
OK joris@ | |||
2008-02-24 | Bump version. Improvements and fixes since last release. | Xavier Santolaria | |
OK joris@. | |||
2008-02-24 | More -Q support. | Xavier Santolaria | |
2008-02-23 | reset overlapcnt at each cvs_merge_file() call so that files that | Joris Vink | |
are being merged that have no conflicts will not report the previous conflicts that might have been found. | |||
2008-02-23 | Handle global -Q; Avoid interactive stuff when specified. | Xavier Santolaria | |
2008-02-22 | Allow all SSH2 packet types, including UNIMPLEMENTED to reset the | Darren Tucker | |
keepalive timer (bz #1307). ok markus@ | |||
2008-02-22 | closefrom() call was too early, delay it until just before we execute | Damien Miller | |
the user's rc files (if any). | |||
2008-02-22 | Fix the processing of numbers containing zeroes in -n (numeric) | Todd C. Miller | |
mode. Incororates part of a change from jdolecek@netbsd.org. Fixes PR 5739. OK beck@ | |||
2008-02-20 | With latest buf cleanup, rcs_rev_getbuf won't return NULL anymore. | Tobias Stoeckmann | |
OK joris@ | |||
2008-02-20 | correct boolean encoding for coredump; der Mouse via dugsong | Markus Friedl | |
2008-02-20 | make sure we use the default branch (if available) | Joris Vink | |
in rcs_translate_tag() if we are looking for a revision on the trunk. fixes inconsistancy with gnu cvs. problem noticed by brad@ | |||
2008-02-20 | style | Joris Vink | |
2008-02-16 | * yyInput doesn't seem to contain anything meaningful at the time when | Constantine A. Murenin | |
yyerror() is called, so there's no point in printing it * unbreak `env CFLAGS='-DTEST' make date` ok joris@ | |||
2008-02-14 | When started in configuration test mode (-t) do not check that sshd is | Marc Balmer | |
being started with an absolute path. ok djm | |||
2008-02-13 | rekey arc4random and OpenSSL RNG in postauth child | Damien Miller | |
closefrom fds > 2 before shell/command execution ok markus@ | |||
2008-02-13 | fix a crash that could happen when running status on unknown files. | Joris Vink | |
from Tero Koskinen. | |||
2008-02-11 | Cleanup buf implementation: | Tobias Stoeckmann | |
* Don't check for NULL on buffer creation, because it calls fatal() when something's wrong. * All buffers are supposed to expand if there is no space left in them, so zap flags as well. * Remove code that is now dead. OK joris@ > Inspired by a diff from Igor Zinovik about unchecked return value. | |||
2008-02-11 | bump Mdocdate for pages committed in "febuary", necessary because | Jason McIntyre | |
of a typo in rcs.c; | |||
2008-02-10 | cvs_validate_directory() was too paranoia | Joris Vink | |
2008-02-10 | + #define CVS_DATE_FMT "%Y.%m.%d.%H.%M.%S" | Xavier Santolaria | |
...and use it. | |||
2008-02-10 | use cvs_validate_directory() in cvs_get_repository_path() as well, | Joris Vink | |
since we want to make sure we have valid CVS/Repository content ok tobias@ | |||
2008-02-10 | introduce cvs_validate_directory(), which is used to check | Joris Vink | |
directory path to make sure they do not fall outside the CVSROOT or the working copy directory in a remote setup | |||
2008-02-10 | Add support for Sticky Date. OK joris@ tobias@. | Xavier Santolaria | |
2008-02-10 | do not allow commits to files that have a sticky date set | Joris Vink | |
2008-02-10 | Respond with "Updated" instead of "Checked-in" on server-side if a client | Tobias Stoeckmann | |
committed files, so keywords are expanded properly. On client-side, we have to be careful about Directory ./ when it comes to commits, so add a test for CVS_OP_COMMIT. OK and help from joris@ | |||
2008-02-10 | handle date tags if we receive / send them | Joris Vink | |
2008-02-10 | fix ce_date declaration | Joris Vink | |
2008-02-10 | - cvs_write_tagfile() is not responsible to remove CVS/Tag itself | Joris Vink | |
- construct right CVS/Repository paths in cvs_mkpath() fixes remote Issues; | |||
2008-02-10 | delay ~ expansion for ChrootDirectory so it expands to the logged-in user's | Damien Miller | |
home, rather than the user who starts sshd (probably root) | |||
2008-02-10 | properly initialize cvs_specified_date so we dont end up with | Joris Vink | |
random stuff going on | |||
2008-02-10 | parse any date tags set in CVS/Tag or CVS/Entries properly, and use | Joris Vink | |
them for commands; with tobias@ | |||
2008-02-10 | mantion that "internal-sftp" is useful with ForceCommand too | Damien Miller | |
2008-02-09 | missing newline at EOF | Martin Reindl | |
2008-02-09 | Introduce cvs_ent_line_str() - formats CVS/Entries lines. | Xavier Santolaria | |
OK tobias@. | |||
2008-02-09 | in cvs_update_enterdir() write the CVS/Tag file if the | Joris Vink | |
cvs_specified_date is != 0 as well; | |||
2008-02-09 | Support for checkout -D extended: | Tobias Stoeckmann | |
Properly write CVS/Tag and CVS/Entries on various combinations of -r and -D. OK joris@ | |||
2008-02-09 | unused var police, biatsh! | Joris Vink | |
2008-02-09 | if the CVS/ directory already exists when we reach cvs_mkadmin() | Joris Vink | |
we will definatly need to recreate it with the correct information. otherwise sucessive checkouts of the same module with other arguments (like -rOPENBSD_X_X or -D "3 years ago") will not store the correct information. | |||
2008-02-09 | If no revision or date has been specified, default to HEAD. | Tobias Stoeckmann | |
OK joris@ | |||
2008-02-09 | Get date support into annotate, too. | Tobias Stoeckmann | |
OK joris@ | |||
2008-02-09 | make sure we do not call rcsnum_addmagic() directly on | Joris Vink | |
a revision number in our symbol list if we want to correctly reuse that symbol later on in rcs_translate_tag(); | |||
2008-02-09 | - always remove the additional .0 from magic branches, even when | Joris Vink | |
running the log command. - change getlog.c so it will add any .0 for magic branches in its output if required less confusing for rcs_translate_tag(); | |||
2008-02-09 | fix error msg; | Joris Vink | |
2008-02-09 | missing break | Joris Vink | |
spotted by tobias@ | |||
2008-02-09 | simplify some stuff; | Joris Vink | |
2008-02-09 | remote improvements: | Joris Vink | |
- make sure the client creates the correct CVS/Repository when running checkout if there was no -d targetdir specified. - allow -D to work remotely for both checkout and update. | |||
2008-02-09 | If run as server, (r)diff should properly write (r)diff into header | Tobias Stoeckmann | |
instead of "server". OK joris@ |