summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2005-03-02let m4wrap handle multiple wraps, both in normal and gnu-mode.Marc Espie
2005-03-02document `cvs rtag'; ok joris jmcXavier Santolaria
2005-03-02- rcs_write() is now staticJean-Francois Brousseau
2005-03-02- make sure we are using a remote method before callingJoris Vink
2005-03-02bz#987: mention ForwardX11Trusted in ssh.1,Damien Miller
2005-03-02ignore hostnames with metachars when hashing; ok deraadt@Damien Miller
2005-03-02fix addition of new hashed hostnames when CheckHostIP=yes;Damien Miller
2005-03-01google knowsMichael Shalayeff
2005-03-01fix call to rcs_open() so the file gets created, and remove theJean-Francois Brousseau
2005-03-01sort options (no attempt made at synopsis clean up though);Jason McIntyre
2005-03-01sort options;Jason McIntyre
2005-03-01sync usage() w/ man SYNOPSIS;Jason McIntyre
2005-03-01add HashKnownHosts to -o list;Jason McIntyre
2005-03-01sort options and sync usage();Jason McIntyre
2005-03-01whitespace;Jason McIntyre
2005-03-01new sentence, new line;Jason McIntyre
2005-03-01do not mark up punctuation;Jason McIntyre
2005-03-01remove some unneccesary macros;Jason McIntyre
2005-03-01add tools for managing known_hosts files with hashed hostnames, includingDamien Miller
2005-03-01option to hash hostnames output by ssh-keyscan; ok markus@ deraadt@Damien Miller
2005-03-01add support for hashing host names and addresses added to known_hosts files,Damien Miller
2005-03-01bz#413: allow optional specification of bind address for port forwardings.Damien Miller
2005-03-01document `cvs rdiff'; ok joris jmcXavier Santolaria