Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-24 | as a client, the the Root response first, before trying to ask the version | Joris Vink | |
from our server. This will prevent our server from screwing up in cvs_startcmd(). ok jfb@ | |||
2005-05-24 | remove debugging messages | Jean-Francois Brousseau | |
2005-05-24 | Merge the cvs_cmd and cvs_cmd_info structures and add the necessary | Jean-Francois Brousseau | |
fields to hook local versions of the commands. This needs to go in before it gets any bigger ok joris | |||
2005-05-24 | send the -n flag to the server as part of connection initialization | Jean-Francois Brousseau | |
if it was given on the command-line | |||
2005-05-24 | more files needed | Theo de Raadt | |
2005-05-24 | copy files from telnetd that were accessed via .PATH; now we have them | Theo de Raadt | |
here, and these programs are independent of each other ... and telnetd can go away for real sometime (just tree-delinked for now) | |||
2005-05-24 | 'nother | Henning Brauer | |
2005-05-24 | create the target directory when we receive either of the | Jean-Francois Brousseau | |
{Clear,Set}-{static-directory,sticky} responses ok joris | |||
2005-05-24 | some style nits from dmiller@, and use a fatal() instead of a printf()/exit | Anil Madhavapeddy | |
2005-05-23 | add support for draft-harris-ssh-arcfour-fixes-02 improved arcfour modes; | Damien Miller | |
ok markus@ | |||
2005-05-23 | - removes signed/unsigned comparisons in moduli generation | Anil Madhavapeddy | |
- use strtonum instead of atoi where its easier - check some strlcpy overflow and fatal instead of truncate | |||
2005-05-23 | bye bye | Jean-Francois Brousseau | |
2005-05-23 | better formatting. | Joris Vink | |
from the manpage police jmc@ | |||
2005-05-23 | make ^S/^R behave like 'emacs': mixed case patterns forces a case sensitive | Jason Wright | |
search. all lower case patterns is a case insensitive search; ok art | |||
2005-05-23 | update the CVS_CLIENT_LOG section | Joris Vink | |
ok jfb@ | |||
2005-05-23 | allow the CVS_CLIENT_LOG stuff to take variables which expand | Joris Vink | |
into usefull information to create unique logfile names. okay jfb@ | |||
2005-05-23 | add -n flag to cvs usage | Joris Vink | |
ok jfb@ | |||
2005-05-23 | add some logging for `cvs -t' option use; ok joris@ | Xavier Santolaria | |
2005-05-23 | remove dead and wrong code. | marius eriksen | |
2005-05-23 | add -f flag; ok joris@ | Xavier Santolaria | |
2005-05-23 | Fix some pedantic signed vs unsigned warnings. From Michael Knudsen, 10x | Otto Moerbeek | |
2005-05-22 | at the bbq | Todd T. Fries | |
2005-05-22 | remove ununsed code | Jean-Francois Brousseau | |
2005-05-22 | unused variable | Joris Vink | |
2005-05-21 | more heuristics to coerce gnu-m4 mode to work like we wish: if a ^ or $ | Marc Espie | |
is seen in the regexp, this means we need to take new lines into account. Otherwise, we don't. | |||
2005-05-20 | Teach the SOCKS5 code more of the protocol, so it can send domain names | Damien Miller | |
to the proxy instead of resolving them locally and sending IPv4 addresses. This improves privacy, e.g. when using nc with OpenSSH DynamicForward tunnels, and gives us better IPv6 support; ok beck@ | |||
2005-05-20 | correct wrong error code usage. | Joris Vink | |
ok jfb@, xsa@ | |||
2005-05-20 | cvs_noexec checks; jfb ok | Xavier Santolaria | |
2005-05-20 | simplify error message | Jean-Francois Brousseau | |
2005-05-20 | do not hardcode 'CVS/Root' but rather use defined CVS_PATH_ROOTSPEC; | Xavier Santolaria | |
ok jfb joris | |||
2005-05-20 | make the handlers static and remove local code that will go in another | Jean-Francois Brousseau | |
function | |||
2005-05-20 | first bits of the `cvs -n' option; ok jfb joris | Xavier Santolaria | |
2005-05-20 | plug a memleak | Joris Vink | |
2005-05-20 | * missing prototype for lookup() | Jean-Francois Brousseau | |
* remove crufty VMS-specific code * sprinkle some magic knf dust | |||
2005-05-20 | return CVS_EX_PROTO on protocol errors | Jean-Francois Brousseau | |
ok joris | |||
2005-05-20 | split protocol 1 auth methods into separate functions, makes authloop | Damien Miller | |
much more readable; fixes and ok markus@ | |||
2005-05-20 | oops - article and spacing; | Jason McIntyre | |
2005-05-20 | HTTP proxy doesn't need an address lookup - saves some time and avoids a | Damien Miller | |
spurious error if the lookup fails. from Ray; ok markus@ | |||
2005-05-20 | cross reference proxy example to relevant ssh option; | Jason McIntyre | |
originally from ray; help/ok djm@ | |||
2005-05-20 | give a ProxyCommand example using nc(1), with and ok jmc@ | Damien Miller | |
2005-05-20 | * proper memset | Patrick Latifi | |
* plug potential memory leak ok jfb | |||
2005-05-20 | Don't print an empty line when no match is found in pgrep mode. | Otto Moerbeek | |
ok millert@ robert@ | |||
2005-05-20 | allow a cvs command to be executed from outside a repository, | Joris Vink | |
ie: "cvs -d /cvs update src". problem spotted & ok xsa@, jfb@ | |||
2005-05-20 | execute the command callback at the same time we are building | Joris Vink | |
the in-memory filelist. cuts down on execution time for larger trees. "put it in!" jfb@ | |||
2005-05-20 | don't attempt to copy the file's tag from the entry if we're dealing | Jean-Francois Brousseau | |
with a directory, otherwise we're squashing the file list as part of the union ok joris | |||
2005-05-20 | unused var | Joris Vink | |
ok jfb@ | |||
2005-05-19 | kill whitespace | Jean-Francois Brousseau | |
2005-05-19 | only allocate a revision number if the entry is for a regular file, | Jean-Francois Brousseau | |
and make sure the ce_opts and ce_tag fields point to valid strings even for directories ok joris | |||
2005-05-19 | handle -t option locally too; joris ok | Xavier Santolaria | |
2005-05-19 | - add missing flags for the log command | Xavier Santolaria | |
- enable the -h -N -R -t options ok joris |