Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-09 | the mg binary is too small, if we keep adding theo quotes we might be | Henning Brauer | |
as big as vi one day | |||
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 | |
This is a regression introduced during conversion from perror(3) to err(3) OK mickey@ | |||
2005-03-08 | Sweeping the tree for printf(s) where printf("%s",s) should be used. | Chad Loder | |
This is a regression introduced during conversion from perror(3) to err(3) OK mickey@ | |||
2005-03-08 | Sweeping the tree for printf(s) where printf("%s",s) should be used. | Chad Loder | |
This is a regression introduced during conversion from perror(3) to err(3) | |||
2005-03-08 | make cvs_findcmd() and cvs_read_rcfile() static. | Joris Vink | |
ok xsa@, jfb@ | |||
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 | |
ok jfb@ | |||
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 | |
RCS keyword expansion modes, also call rcs_kflag_usage() when an invalid mode is specified. ok jfb@ | |||
2005-03-07 | free rcs when we are done using it. | Joris Vink | |
ok xsa@ | |||
2005-03-06 | .OP -> .Op; | Jason McIntyre | |
2005-03-06 | initial support for the admin command. Not all options are working yet. | Joris Vink | |
ok xsa@ jfb@ | |||
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 | |
OK henning@ and tdeval@ | |||
2005-03-05 | add -V to usage(); | Jason McIntyre | |
ok jfb@ | |||
2005-03-05 | fix SEE ALSO; | Jason McIntyre | |
add -V to SYNOPSIS; | |||
2005-03-05 | basic implementation of the rcs(1) tool, very useful in debugging the | Jean-Francois Brousseau | |
RCS code. options will get supported as the missing bits get added to the RCS parsing and output code | |||
2005-03-05 | free bnum when we are done using it, also use rcsnum_parse() instead | Joris Vink | |
of our own combination of rcsnum_alloc() and rcsnum_aton(). ok jfb@ | |||
2005-03-05 | add functions to retrieve and set the comment leader for an RCS | Jean-Francois Brousseau | |
file | |||
2005-03-05 | fix file loading when recursion is disabled. this should fix the | Jean-Francois Brousseau | |
weird behaviour encountered when using the -l option to most commands ok joris@ | |||
2005-03-05 | add RCS error codes and a global variable to hold the last error | Jean-Francois Brousseau | |
and make the code less verbose at the same time | |||
2005-03-05 | identify ID tokens correctly and fix parsing of RCS files containing | Jean-Francois Brousseau | |
no revisions | |||
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 | |
ignoring them ok joris@ | |||
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 | |
ok jfb@ | |||
2005-03-04 | add real support for the `access' keyword, both in parsing and | Jean-Francois Brousseau | |
output; rcs_access_add() can be used to add a new login name to the access list, and rcs_access_remove() to remove an entry | |||
2005-03-04 | make :passwordtries=0:\ in login.conf work. | Moritz Jodeit | |
from Ross Richardson. closes PR 4133. ok henning@ millert@ | |||
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 | |
therefore no specification for the head revision | |||
2005-03-02 | Report non-existing user or groupname correctly. From David Brownlee | Otto Moerbeek | |
<abs@netbsd>. ok millert@ | |||
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 | |
ok jfb@ | |||
2005-03-02 | make counters in struct iftot u_long instead of int, as they overflow | Daniel Hartmeier | |
on amd64. from Peter Philipp. closes PR 4107. | |||
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 | |
of lists; | |||
2005-03-02 | missing word; | Jason McIntyre | |
2005-03-02 | let m4wrap handle multiple wraps, both in normal and gnu-mode. | Marc Espie | |
based on Noah Misch's bug report. okay otto, jmc. | |||
2005-03-02 | document `cvs rtag'; ok joris jmc | Xavier Santolaria | |
2005-03-02 | - rcs_write() is now static | Jean-Francois Brousseau | |
- when setting a new expansion mode, do not attempt to free the previous expansion mode if the pointer is NULL - add a bunch of new functions: * rcs_sym_remove() to remove a symbol * rcs_sym_getrev() to retrieve the revision number of a symbol * rcs_desc_{s,g}et() to manipulate an RCS file's description | |||
2005-03-02 | - make sure we are using a remote method before calling | Joris Vink | |
cvs_sendreq() and cvs_sendfile(). - don't leak entp on errors. ok jfb@ | |||
2005-03-02 | bz#987: mention ForwardX11Trusted in ssh.1, | Damien Miller | |
reported by andrew.benham AT thus.net; ok deraadt@ | |||
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 | |
found and ok dtucker@ | |||
2005-03-01 | google knows | Michael Shalayeff | |