summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2008-06-11Use getcolpos to compute column. doto does not account for tabsKjell Wooding
2008-06-11cleanup our junk when in server mode and running as checkout everyJoris Vink
2008-06-11With Vincent's permission, the last remaining chunk of mg has beenKjell Wooding
2008-06-11kill trailing whitespace;Jason McIntyre
2008-06-11Removed bogus var definition.Tobias Stoeckmann
2008-06-11Avoid possible NULL pointer dereferences by using reentrant versionsTobias Stoeckmann
2008-06-11spacingJoris Vink
2008-06-11style ferry comes aroundJoris Vink
2008-06-11ofd is being closed in cvs_file_free(), no need to close it ourselfsJoris Vink
2008-06-11GNU cvs "compresses" CVSROOT/history by shrinking entry for working dirTobias Stoeckmann
2008-06-11Let curses handle the setup of terminal instead of doing it on our ownTobias Stoeckmann
2008-06-10make opencvs behave exactly like GNU cvs does when it comes toJoris Vink
2008-06-10Add a clear-mark function.Kjell Wooding
2008-06-10Use '\0' for a nul byte rather than unadorned 0. ok djm@Darren Tucker
2008-06-10support CIDR address matching in .ssh/authorized_keys from="..." stanzasDamien Miller
2008-06-10Add a no-more-sessions@openssh.com global request extension that theDamien Miller
2008-06-10properly inherit file permissions.Joris Vink
2008-06-10set tag_new if its available so it can get passed to loginfoJoris Vink
2008-06-10clarify that Host patterns are space-separated. ok deraadtDarren Tucker
2008-06-10Omit "cannot find file" on server-side if client runs "diff" on an up-to-dateTobias Stoeckmann
2008-06-10Added support for tag and date in cvs_history_add for checkout/export.Tobias Stoeckmann
2008-06-10more characters are allowed in the symbol lists, found by tobias@Joris Vink
2008-06-10If cvs_history_add has been called for a specific file, repo must be builtTobias Stoeckmann
2008-06-10style, also don't use cvs_buf_* if it is realy not worth the effort.Tobias Stoeckmann
2008-06-10switch back to a single log message in local mode so we are compliantJoris Vink
2008-06-10files that have been removed should be passing "NONE" to scriptsJoris Vink
2008-06-10- update usage()Jason McIntyre
2008-06-10tweak previous;Jason McIntyre
2008-06-10spacing.Xavier Santolaria
2008-06-10fix fatal() when performing address matching and connection isDamien Miller
2008-06-10We have a cvs_buf_puts implementation now, also use cvs_buf_putc insteadTobias Stoeckmann
2008-06-10Add extended test mode (-T) and connection parameters for test mode (-C).Darren Tucker
2008-06-10If we encounter an error during expanding line of a trigger file, print anTobias Stoeckmann
2008-06-10better reference for pattern-listDamien Miller
2008-06-10append "- Imported sources" for imports.Joris Vink
2008-06-10support CIDR address matching in sshd_config "Match address" blocks, withDamien Miller
2008-06-10newly added directories need "- New directory" to be passed to theJoris Vink
2008-06-10pass the basename(3) for file_path to the script, so we do not getJoris Vink
2008-06-10newly added files should pass "NONE" for their initial revision, unbreaksJoris Vink
2008-06-10Fix obvious off-by-one in macro loop. From Marc Butler via debianKjell Wooding
2008-06-10loginfo allows 't' as well - unbreaks certain loginfo scripts.Joris Vink
2008-06-10Don't spawn editor for log message on server-side if no log message hasTobias Stoeckmann
2008-06-10missing headerJoris Vink
2008-06-10styleJoris Vink
2008-06-10New trigger framework that allows us to run the required scriptsJoris Vink
2008-06-10Remove copyright notices and put these files back into the public domain.Kjell Wooding
2008-06-09unused varJoris Vink
2008-06-09log already gets it FILE_UNKNOWN warning spewed out from cvs_file_classify,Joris Vink
2008-06-09Properly handle merged files and conflicts which may arrise while merge.Tobias Stoeckmann
2008-06-09Stop fooling ourselfs by freeing cvs_directory_tag at the wrong position:Tobias Stoeckmann