Age | Commit message (Expand) | Author |
2008-03-01 | do not overwrite CVS/Root in an existing tree whenever somebody | Joris Vink |
2008-03-01 | make sure we compare our current file contents against the correct | Joris Vink |
2008-03-01 | when reopening the file pass the proper mode and reopen it using | Joris Vink |
2008-02-29 | handle file permissions and owners properly. | Joris Vink |
2008-02-28 | RCS files can have a default expansion mode, keep this in mind for | Tobias Stoeckmann |
2008-02-28 | nobody needs weird debug messages | Joris Vink |
2008-02-28 | kill way out of date stuff | Joris Vink |
2008-02-28 | do not fatal() on CVS_METHOD_EXT, since we actually support this. | Joris Vink |
2008-02-27 | prevent file races | Joris Vink |
2008-02-27 | add an extension method "posix-rename@openssh.com" to perform POSIX atomic | Damien Miller |
2008-02-27 | Always end line that states diff options with a newline. | Tobias Stoeckmann |
2008-02-27 | Properly check if temporary files have been successfully opened. If not, | Tobias Stoeckmann |
2008-02-27 | fail nicely instead of crashing for format strings containing '*', | Theo de Raadt |
2008-02-27 | ugh got bitten by the path | Theo de Raadt |
2008-02-27 | put opencvs(1) actively into /usr/bin/opencvs; for now it is not yet 100% | Theo de Raadt |
2008-02-26 | kill some first-person wording; help from jmc | Theo de Raadt |
2008-02-26 | spacing | Joris Vink |
2008-02-26 | do not install cvs.1 or cvs.5 yet; ok joris | Theo de Raadt |
2008-02-26 | plug memleaks | Joris Vink |
2008-02-25 | For the -l flag, set testmode to 1 instead of incrementing it. Fixes | Todd C. Miller |
2008-02-24 | Properly handle return value of dirname(). | Tobias Stoeckmann |
2008-02-24 | Bump version. Improvements and fixes since last release. | Xavier Santolaria |
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 |
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 |
2008-02-22 | closefrom() call was too early, delay it until just before we execute | Damien Miller |
2008-02-22 | Fix the processing of numbers containing zeroes in -n (numeric) | Todd C. Miller |
2008-02-20 | With latest buf cleanup, rcs_rev_getbuf won't return NULL anymore. | Tobias Stoeckmann |
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 |
2008-02-20 | style | Joris Vink |
2008-02-16 | * yyInput doesn't seem to contain anything meaningful at the time when | Constantine A. Murenin |
2008-02-14 | When started in configuration test mode (-t) do not check that sshd is | Marc Balmer |
2008-02-13 | rekey arc4random and OpenSSL RNG in postauth child | Damien Miller |
2008-02-13 | fix a crash that could happen when running status on unknown files. | Joris Vink |
2008-02-11 | Cleanup buf implementation: | Tobias Stoeckmann |
2008-02-11 | bump Mdocdate for pages committed in "febuary", necessary because | Jason McIntyre |
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 |
2008-02-10 | use cvs_validate_directory() in cvs_get_repository_path() as well, | Joris Vink |
2008-02-10 | introduce cvs_validate_directory(), which is used to check | Joris Vink |
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 |
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 |
2008-02-10 | delay ~ expansion for ChrootDirectory so it expands to the logged-in user's | Damien Miller |
2008-02-10 | properly initialize cvs_specified_date so we dont end up with | Joris Vink |