summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2008-03-01do not overwrite CVS/Root in an existing tree whenever somebodyJoris Vink
2008-03-01make sure we compare our current file contents against the correctJoris Vink
2008-03-01when reopening the file pass the proper mode and reopen it usingJoris Vink
2008-02-29handle file permissions and owners properly.Joris Vink
2008-02-28RCS files can have a default expansion mode, keep this in mind forTobias Stoeckmann
2008-02-28nobody needs weird debug messagesJoris Vink
2008-02-28kill way out of date stuffJoris Vink
2008-02-28do not fatal() on CVS_METHOD_EXT, since we actually support this.Joris Vink
2008-02-27prevent file racesJoris Vink
2008-02-27add an extension method "posix-rename@openssh.com" to perform POSIX atomicDamien Miller
2008-02-27Always end line that states diff options with a newline.Tobias Stoeckmann
2008-02-27Properly check if temporary files have been successfully opened. If not,Tobias Stoeckmann
2008-02-27fail nicely instead of crashing for format strings containing '*',Theo de Raadt
2008-02-27ugh got bitten by the pathTheo de Raadt
2008-02-27put opencvs(1) actively into /usr/bin/opencvs; for now it is not yet 100%Theo de Raadt
2008-02-26kill some first-person wording; help from jmcTheo de Raadt
2008-02-26spacingJoris Vink
2008-02-26do not install cvs.1 or cvs.5 yet; ok jorisTheo de Raadt
2008-02-26plug memleaksJoris Vink
2008-02-25For the -l flag, set testmode to 1 instead of incrementing it. FixesTodd C. Miller
2008-02-24Properly handle return value of dirname().Tobias Stoeckmann
2008-02-24Bump version. Improvements and fixes since last release.Xavier Santolaria
2008-02-24More -Q support.Xavier Santolaria
2008-02-23reset overlapcnt at each cvs_merge_file() call so that files thatJoris Vink
2008-02-23Handle global -Q; Avoid interactive stuff when specified.Xavier Santolaria
2008-02-22Allow all SSH2 packet types, including UNIMPLEMENTED to reset theDarren Tucker
2008-02-22closefrom() call was too early, delay it until just before we executeDamien Miller
2008-02-22Fix the processing of numbers containing zeroes in -n (numeric)Todd C. Miller
2008-02-20With latest buf cleanup, rcs_rev_getbuf won't return NULL anymore.Tobias Stoeckmann
2008-02-20correct boolean encoding for coredump; der Mouse via dugsongMarkus Friedl
2008-02-20make sure we use the default branch (if available)Joris Vink
2008-02-20styleJoris Vink
2008-02-16* yyInput doesn't seem to contain anything meaningful at the time whenConstantine A. Murenin
2008-02-14When started in configuration test mode (-t) do not check that sshd isMarc Balmer
2008-02-13rekey arc4random and OpenSSL RNG in postauth childDamien Miller
2008-02-13fix a crash that could happen when running status on unknown files.Joris Vink
2008-02-11Cleanup buf implementation:Tobias Stoeckmann
2008-02-11bump Mdocdate for pages committed in "febuary", necessary becauseJason McIntyre
2008-02-10cvs_validate_directory() was too paranoiaJoris Vink
2008-02-10+ #define CVS_DATE_FMT "%Y.%m.%d.%H.%M.%S"Xavier Santolaria
2008-02-10use cvs_validate_directory() in cvs_get_repository_path() as well,Joris Vink
2008-02-10introduce cvs_validate_directory(), which is used to checkJoris Vink
2008-02-10Add support for Sticky Date. OK joris@ tobias@.Xavier Santolaria
2008-02-10do not allow commits to files that have a sticky date setJoris Vink
2008-02-10Respond with "Updated" instead of "Checked-in" on server-side if a clientTobias Stoeckmann
2008-02-10handle date tags if we receive / send themJoris Vink
2008-02-10fix ce_date declarationJoris Vink
2008-02-10- cvs_write_tagfile() is not responsible to remove CVS/Tag itselfJoris Vink
2008-02-10delay ~ expansion for ChrootDirectory so it expands to the logged-in user'sDamien Miller
2008-02-10properly initialize cvs_specified_date so we dont end up withJoris Vink