summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2005-03-10Check listen addresses for null, prevents xfree from dying duringDarren Tucker
2005-03-10Use correct byte order when printing out port numbers.Chad Loder
2005-03-09remove useless -DBACKUP from CFLAGS and change the comment for BACKUPHenning Brauer
2005-03-09unmaintained cruft, get rid of it instead of spreading bad infoJean-Francois Brousseau
2005-03-09fix mg's behaviour with regards to files on which we do not haveJean-Francois Brousseau
2005-03-09connect rcs/ stuffs; ok jfb jorisXavier Santolaria
2005-03-09enable -f option of `remove' command; ok jfb jorisXavier Santolaria
2005-03-09align, and don't override the standard BINOWN and BINMODEJean-Francois Brousseau
2005-03-09the mg binary is too small, if we keep adding theo quotes we might beHenning Brauer
2005-03-08OpenSSH 4.0Damien Miller
2005-03-08weeping the tree for printf(s) where printf("%s",s) should be used.Chad Loder
2005-03-08Sweeping the tree for printf(s) where printf("%s",s) should be used.Chad Loder
2005-03-08Sweeping the tree for printf(s) where printf("%s",s) should be used.Chad Loder
2005-03-08make cvs_findcmd() and cvs_read_rcfile() static.Joris Vink
2005-03-08Always check string allocation for failure. From Bruno Rohee, thanks.Chad Loder
2005-03-08don't forget to send options to the server when they are specified.Joris Vink
2005-03-07more macro simplification;Jason McIntyre
2005-03-07simplify macro calls;Jason McIntyre
2005-03-07use rcs_kflag_get() and RCS_KWEXP_INVAL() to check for validJoris Vink
2005-03-07free rcs when we are done using it.Joris Vink
2005-03-06.OP -> .Op;Jason McIntyre
2005-03-06initial support for the admin command. Not all options are working yet.Joris Vink
2005-03-06first bits of `cvs admin' documentation; help/ok jmc, ok joris;Xavier Santolaria
2005-03-06Fix realloc bug introduce in rev 1.10 and do some minor cleanup.Todd C. Miller
2005-03-05add -V to usage();Jason McIntyre
2005-03-05fix SEE ALSO;Jason McIntyre
2005-03-05basic implementation of the rcs(1) tool, very useful in debugging theJean-Francois Brousseau
2005-03-05free bnum when we are done using it, also use rcsnum_parse() insteadJoris Vink
2005-03-05add functions to retrieve and set the comment leader for an RCSJean-Francois Brousseau
2005-03-05fix file loading when recursion is disabled. this should fix theJean-Francois Brousseau
2005-03-05add RCS error codes and a global variable to hold the last errorJean-Francois Brousseau
2005-03-05identify ID tokens correctly and fix parsing of RCS files containingJean-Francois Brousseau
2005-03-05unbreak the RCS_KWEXP_INVAL() macroJean-Francois Brousseau
2005-03-05functions to manage the locking mode of RCS fileJean-Francois Brousseau
2005-03-05make sure that errors from cvs_file_lget() cascade down instead ofJean-Francois Brousseau
2005-03-04remove unneeded casts of if stats; ok krw miod dhartmeiJared Yanovich
2005-03-04add missing 'add' request in cvs_request table.Joris Vink
2005-03-04add real support for the `access' keyword, both in parsing andJean-Francois Brousseau
2005-03-04make :passwordtries=0:\ in login.conf work.Moritz Jodeit
2005-03-04missing -F in `tag' synopsis;Jason McIntyre
2005-03-04make `cvs tag' consistent w/ `cvs rtag'; ok jmc jorisXavier Santolaria
2005-03-04fix SendEnv config parsing bug found by Roumen Petrov; ok dtucker@Damien Miller
2005-03-03allow for the creation of RCS files that have no revisions,Jean-Francois Brousseau
2005-03-02Report non-existing user or groupname correctly. From David BrownleeOtto Moerbeek
2005-03-02slacking is a medical conditionJolan Luff
2005-03-02add a flag to identify the base directory in file hierarchies.Joris Vink
2005-03-02make counters in struct iftot u_long instead of int, as they overflowDaniel Hartmeier
2005-03-02sort options while here;Jason McIntyre
2005-03-02rework some .Ss section as .Sy: groff does not like .Ss's in the middleJason McIntyre
2005-03-02missing word;Jason McIntyre