Age | Commit message (Expand) | Author |
2005-03-08 | OpenSSH 4.0 | Damien Miller |
2005-03-08 | weeping the tree for printf(s) where printf("%s",s) should be used. | Chad Loder |
2005-03-08 | Sweeping the tree for printf(s) where printf("%s",s) should be used. | Chad Loder |
2005-03-08 | Sweeping the tree for printf(s) where printf("%s",s) should be used. | Chad Loder |
2005-03-08 | make cvs_findcmd() and cvs_read_rcfile() static. | Joris Vink |
2005-03-08 | Always check string allocation for failure. From Bruno Rohee, thanks. | Chad Loder |
2005-03-08 | don't forget to send options to the server when they are specified. | Joris Vink |
2005-03-07 | more macro simplification; | Jason McIntyre |
2005-03-07 | simplify macro calls; | Jason McIntyre |
2005-03-07 | use rcs_kflag_get() and RCS_KWEXP_INVAL() to check for valid | Joris Vink |
2005-03-07 | free rcs when we are done using it. | Joris Vink |
2005-03-06 | .OP -> .Op; | Jason McIntyre |
2005-03-06 | initial support for the admin command. Not all options are working yet. | Joris Vink |
2005-03-06 | first bits of `cvs admin' documentation; help/ok jmc, ok joris; | Xavier Santolaria |
2005-03-06 | Fix realloc bug introduce in rev 1.10 and do some minor cleanup. | Todd C. Miller |
2005-03-05 | add -V to usage(); | Jason McIntyre |
2005-03-05 | fix SEE ALSO; | Jason McIntyre |
2005-03-05 | basic implementation of the rcs(1) tool, very useful in debugging the | Jean-Francois Brousseau |
2005-03-05 | free bnum when we are done using it, also use rcsnum_parse() instead | Joris Vink |
2005-03-05 | add functions to retrieve and set the comment leader for an RCS | Jean-Francois Brousseau |
2005-03-05 | fix file loading when recursion is disabled. this should fix the | Jean-Francois Brousseau |
2005-03-05 | add RCS error codes and a global variable to hold the last error | Jean-Francois Brousseau |
2005-03-05 | identify ID tokens correctly and fix parsing of RCS files containing | Jean-Francois Brousseau |
2005-03-05 | unbreak the RCS_KWEXP_INVAL() macro | Jean-Francois Brousseau |
2005-03-05 | functions to manage the locking mode of RCS file | Jean-Francois Brousseau |
2005-03-05 | make sure that errors from cvs_file_lget() cascade down instead of | Jean-Francois Brousseau |
2005-03-04 | remove unneeded casts of if stats; ok krw miod dhartmei | Jared Yanovich |
2005-03-04 | add missing 'add' request in cvs_request table. | Joris Vink |
2005-03-04 | add real support for the `access' keyword, both in parsing and | Jean-Francois Brousseau |
2005-03-04 | make :passwordtries=0:\ in login.conf work. | Moritz Jodeit |
2005-03-04 | missing -F in `tag' synopsis; | Jason McIntyre |
2005-03-04 | make `cvs tag' consistent w/ `cvs rtag'; ok jmc joris | Xavier Santolaria |
2005-03-04 | fix SendEnv config parsing bug found by Roumen Petrov; ok dtucker@ | Damien Miller |
2005-03-03 | allow for the creation of RCS files that have no revisions, | Jean-Francois Brousseau |
2005-03-02 | Report non-existing user or groupname correctly. From David Brownlee | Otto Moerbeek |
2005-03-02 | slacking is a medical condition | Jolan Luff |
2005-03-02 | add a flag to identify the base directory in file hierarchies. | Joris Vink |
2005-03-02 | make counters in struct iftot u_long instead of int, as they overflow | Daniel Hartmeier |
2005-03-02 | sort options while here; | Jason McIntyre |
2005-03-02 | rework some .Ss section as .Sy: groff does not like .Ss's in the middle | Jason McIntyre |
2005-03-02 | missing word; | Jason McIntyre |
2005-03-02 | let m4wrap handle multiple wraps, both in normal and gnu-mode. | Marc Espie |
2005-03-02 | document `cvs rtag'; ok joris jmc | Xavier Santolaria |
2005-03-02 | - rcs_write() is now static | Jean-Francois Brousseau |
2005-03-02 | - make sure we are using a remote method before calling | Joris Vink |
2005-03-02 | bz#987: mention ForwardX11Trusted in ssh.1, | Damien Miller |
2005-03-02 | ignore hostnames with metachars when hashing; ok deraadt@ | Damien Miller |
2005-03-02 | fix addition of new hashed hostnames when CheckHostIP=yes; | Damien Miller |
2005-03-01 | google knows | Michael Shalayeff |
2005-03-01 | fix call to rcs_open() so the file gets created, and remove the | Jean-Francois Brousseau |