summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2008-02-10parse any date tags set in CVS/Tag or CVS/Entries properly, and useJoris Vink
2008-02-10mantion that "internal-sftp" is useful with ForceCommand tooDamien Miller
2008-02-09missing newline at EOFMartin Reindl
2008-02-09Introduce cvs_ent_line_str() - formats CVS/Entries lines.Xavier Santolaria
2008-02-09in cvs_update_enterdir() write the CVS/Tag file if theJoris Vink
2008-02-09Support for checkout -D extended:Tobias Stoeckmann
2008-02-09unused var police, biatsh!Joris Vink
2008-02-09if the CVS/ directory already exists when we reach cvs_mkadmin()Joris Vink
2008-02-09If no revision or date has been specified, default to HEAD.Tobias Stoeckmann
2008-02-09Get date support into annotate, too.Tobias Stoeckmann
2008-02-09make sure we do not call rcsnum_addmagic() directly onJoris Vink
2008-02-09- always remove the additional .0 from magic branches, even whenJoris Vink
2008-02-09fix error msg;Joris Vink
2008-02-09missing breakJoris Vink
2008-02-09simplify some stuff;Joris Vink
2008-02-09remote improvements:Joris Vink
2008-02-09If run as server, (r)diff should properly write (r)diff into headerTobias Stoeckmann
2008-02-09Get in proper support for checkout/update -A when it comes to keywordTobias Stoeckmann
2008-02-09Document the correct permissions for the ~/.ssh/ directory.Ryan Thomas McBride
2008-02-09spacing policeJoris Vink
2008-02-09lets do -D for update as wellJoris Vink
2008-02-09Get in initial support for checkout -D. Works fine with -r support rightTobias Stoeckmann
2008-02-09missing `)';Jason McIntyre
2008-02-08add sshd_config ChrootDirectory option to chroot(2) users to a directory andDamien Miller
2008-02-08when checking if a file is really dead do not use cvs_specified_tag only,Joris Vink
2008-02-08do not override a specified (-r) tag with the tag in the Entries fileJoris Vink
2008-02-08do not override the specified tag (-r on the command line) with a directoryJoris Vink
2008-02-07Add add -o flag to pkill/pgrep like on Solaris and Linux.Todd C. Miller
2008-02-07exit() needs stdlib.hXavier Santolaria
2008-02-06lets do co -c as well (list available modules) and do it in 1/6th of theJoris Vink
2008-02-06Improve add command:Tobias Stoeckmann
2008-02-06Sticky tags must have a 'T' in front of them in CVS/Entries.Tobias Stoeckmann
2008-02-06Use isblank() instead of partial check for ' ' and/or '\t'. Complies toTobias Stoeckmann
2008-02-05When server sends CheckedIn use the supplied option and tag -- not theTobias Stoeckmann
2008-02-05Change the method of identifying server connections to hide fromStuart Henderson
2008-02-05prevent the "ttflush write failed" panic when resizing using a windowReyk Floeter