Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-12 | more cvsd(8) cleanup; | Xavier Santolaria | |
2005-04-12 | cvsd(8) references cleanup; ok joris@. | Xavier Santolaria | |
2005-04-12 | don't show unneeded error messages. | Joris Vink | |
2005-04-12 | use the new CVS_EX_* error codes here as well. | Joris Vink | |
2005-04-12 | handle files which have been lost or that have no associated entry | Jean-Francois Brousseau | |
correctly when acting in local mode spotted by joris@ | |||
2005-04-12 | * 'Up to date' --> 'Up-to-date', and add the 'Lost' status string | Jean-Francois Brousseau | |
* first stab at cvs_status_local(), which will run the command in local mode or remotely when acting as server (not hooked yet) | |||
2005-04-12 | tell about the CVS_EX_* error codes, as we do not use sysexits.h anymore; | Xavier Santolaria | |
ok joris@. | |||
2005-04-12 | introduce our own set of error codes used by the commands to report | Joris Vink | |
what exactly went wrong in case of an error. ok jfb@ | |||
2005-04-12 | * handle errors when loading delta branches | Jean-Francois Brousseau | |
* when writing RCS output, generate the proper list of branches for deltas | |||
2005-04-12 | add '-W interface' for 802.11 wireless statistics of the net80211 stack. | Reyk Floeter | |
ok dlg@ deraadt@ jmc@ | |||
2005-04-12 | Special-case the old basename "" returns "" behaviour. Some people | Otto Moerbeek | |
depend on it. ok millert@ jaredy@ | |||
2005-04-11 | remove silly optimization which should eventually save | Moritz Jodeit | |
a syscall, when it were not broken. ok otto@ | |||
2005-04-11 | modify handling of RCS delta texts so we can handle arbitrary binary | Jean-Francois Brousseau | |
data | |||
2005-04-11 | handle snprintf return value overflow case; ok otto | Theo de Raadt | |
2005-04-11 | use STDERR_FILENO; ok cloder | Theo de Raadt | |
2005-04-11 | open the RCS files in write mode by default to allow modifications | Jean-Francois Brousseau | |
2005-04-11 | fix year value in RCS output | Jean-Francois Brousseau | |
2005-04-11 | don't include sysexits.h now we don't use those error codes | Joris Vink | |
anymore. | |||
2005-04-11 | remove EX_USAGE error codes | Joris Vink | |
ok jfb@ | |||
2005-04-11 | handle -1 potential case from snprintf too | Theo de Raadt | |
2005-04-11 | knf; cloder ok | Theo de Raadt | |
2005-04-11 | pass size of right buffer to strlcat. ok deraadt@ | Otto Moerbeek | |
2005-04-11 | getting tired of explaining this: snprintf does not return how many | Theo de Raadt | |
bytes it PUT into the buffer, but how many it WANTED to, so it can be > buflen; ok otto | |||
2005-04-11 | move two snprintf out so easier to audit | Theo de Raadt | |
2005-04-11 | also handle snprintf returning -1, trivial | Theo de Raadt | |
2005-04-11 | spacing | Theo de Raadt | |
2005-04-11 | spacing | Theo de Raadt | |
2005-04-10 | Initialize len before calling accept(2). from mpech@, ok millert@ | Otto Moerbeek | |
2005-04-10 | the arg to -F is not optional; | Jason McIntyre | |
tweak -f description accordingly; found by wilfried@ | |||
2005-04-09 | replace tilde_expand_filename with a simpler implementation, ahead of more | Damien Miller | |
whacking; ok deraadt@ | |||
2005-04-08 | ~. was not being marked up properly; | Jason McIntyre | |
2005-04-07 | * reverse symbol list order | Jean-Francois Brousseau | |
* allow retrieval and setting of the head revision number | |||
2005-04-07 | Perform proper escaping of the @ character in all RCS strings when | Jean-Francois Brousseau | |
writing the output to the file. ok joris@ | |||
2005-04-07 | Fix RCS parsing for keywords that expect and ID and use cvs_strfree() | Jean-Francois Brousseau | |
instead of free() on the duplicated token string to fix a double-free ok xsa@ | |||
2005-04-07 | Remove birth time from the default formats, we do not support it (yet), but | Otto Moerbeek | |
leave the B format available for the future. ok tedu@ tdeval@ henning@ | |||
2005-04-07 | - Reintroduce getopt(3) for option processing. POSIX requires tools that | Otto Moerbeek | |
take no options to recognize --. - Use basename(3) to do the groundwork, instead of a rolling our own. Visible changes in behaviour: basename "" now returns a dot instead of an empty line; pathnames longer than PATH_MAX will produce an error message. ok deraadt@ jaredy@ millert@ | |||
2005-04-07 | Reintroduce getopt(3) for option processing. POSIX requires tools that | Otto Moerbeek | |
take no options to recognize --. ok deraadt@ jaredy@ millert@ | |||
2005-04-06 | more unused code | Jean-Francois Brousseau | |
2005-04-06 | remove dead and unused code | Joris Vink | |
ok jfb@ | |||
2005-04-06 | unbreak | Jean-Francois Brousseau | |
2005-04-06 | * allow for creation and removal of RCS locks | Jean-Francois Brousseau | |
* add rcs_tag_resolve() to resolve a branch, tag or revision easily | |||
2005-04-06 | start using strtab stuff in RCS code. | Joris Vink | |
ok jfb@, xsa@ | |||
2005-04-06 | make cvs_printf() work as advertised when running as server | Jean-Francois Brousseau | |
2005-04-06 | plug memleak in rcs_splitlines() | Joris Vink | |
ok jfb@ | |||
2005-04-06 | make cvs_findcmd() available to the rest of the program | Jean-Francois Brousseau | |
ok joris@ | |||
2005-04-06 | Fix debug call for port forwards; patch from pete at seebeyond.com, ok djm@ | Darren Tucker | |
2005-04-06 | avoid harmless logspam by not performing setsockopt() on non-socket; ok markus@ | Damien Miller | |
2005-04-06 | make sure we don't try and return csp->cs_str when | Joris Vink | |
cvs_strtab_insert() fails. ok jfb@ | |||
2005-04-05 | a : in the path is not a port # indicator so don't take ones into | Henning Brauer | |
account after the first / behind the hostname, ok jaredy | |||
2005-04-05 | add tcp sack stats, similar to freebsd; ok deraadt | Markus Friedl | |