summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2005-05-24as a client, the the Root response first, before trying to ask the versionJoris Vink
from our server. This will prevent our server from screwing up in cvs_startcmd(). ok jfb@
2005-05-24remove debugging messagesJean-Francois Brousseau
2005-05-24Merge the cvs_cmd and cvs_cmd_info structures and add the necessaryJean-Francois Brousseau
fields to hook local versions of the commands. This needs to go in before it gets any bigger ok joris
2005-05-24send the -n flag to the server as part of connection initializationJean-Francois Brousseau
if it was given on the command-line
2005-05-24more files neededTheo de Raadt
2005-05-24copy files from telnetd that were accessed via .PATH; now we have themTheo 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'notherHenning Brauer
2005-05-24create the target directory when we receive either of theJean-Francois Brousseau
{Clear,Set}-{static-directory,sticky} responses ok joris
2005-05-24some style nits from dmiller@, and use a fatal() instead of a printf()/exitAnil Madhavapeddy
2005-05-23add support for draft-harris-ssh-arcfour-fixes-02 improved arcfour modes;Damien Miller
ok markus@
2005-05-23- removes signed/unsigned comparisons in moduli generationAnil Madhavapeddy
- use strtonum instead of atoi where its easier - check some strlcpy overflow and fatal instead of truncate
2005-05-23bye byeJean-Francois Brousseau
2005-05-23better formatting.Joris Vink
from the manpage police jmc@
2005-05-23make ^S/^R behave like 'emacs': mixed case patterns forces a case sensitiveJason Wright
search. all lower case patterns is a case insensitive search; ok art
2005-05-23update the CVS_CLIENT_LOG sectionJoris Vink
ok jfb@
2005-05-23allow the CVS_CLIENT_LOG stuff to take variables which expandJoris Vink
into usefull information to create unique logfile names. okay jfb@
2005-05-23add -n flag to cvs usageJoris Vink
ok jfb@
2005-05-23add some logging for `cvs -t' option use; ok joris@Xavier Santolaria
2005-05-23remove dead and wrong code.marius eriksen
2005-05-23add -f flag; ok joris@Xavier Santolaria
2005-05-23Fix some pedantic signed vs unsigned warnings. From Michael Knudsen, 10xOtto Moerbeek
2005-05-22at the bbqTodd T. Fries
2005-05-22remove ununsed codeJean-Francois Brousseau
2005-05-22unused variableJoris Vink
2005-05-21more 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-20Teach the SOCKS5 code more of the protocol, so it can send domain namesDamien 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-20correct wrong error code usage.Joris Vink
ok jfb@, xsa@
2005-05-20cvs_noexec checks; jfb okXavier Santolaria
2005-05-20simplify error messageJean-Francois Brousseau
2005-05-20do not hardcode 'CVS/Root' but rather use defined CVS_PATH_ROOTSPEC;Xavier Santolaria
ok jfb joris
2005-05-20make the handlers static and remove local code that will go in anotherJean-Francois Brousseau
function
2005-05-20first bits of the `cvs -n' option; ok jfb jorisXavier Santolaria
2005-05-20plug a memleakJoris Vink
2005-05-20* missing prototype for lookup()Jean-Francois Brousseau
* remove crufty VMS-specific code * sprinkle some magic knf dust
2005-05-20return CVS_EX_PROTO on protocol errorsJean-Francois Brousseau
ok joris
2005-05-20split protocol 1 auth methods into separate functions, makes authloopDamien Miller
much more readable; fixes and ok markus@
2005-05-20oops - article and spacing;Jason McIntyre
2005-05-20HTTP proxy doesn't need an address lookup - saves some time and avoids aDamien Miller
spurious error if the lookup fails. from Ray; ok markus@
2005-05-20cross reference proxy example to relevant ssh option;Jason McIntyre
originally from ray; help/ok djm@
2005-05-20give a ProxyCommand example using nc(1), with and ok jmc@Damien Miller
2005-05-20* proper memsetPatrick Latifi
* plug potential memory leak ok jfb
2005-05-20Don't print an empty line when no match is found in pgrep mode.Otto Moerbeek
ok millert@ robert@
2005-05-20allow 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-20execute the command callback at the same time we are buildingJoris Vink
the in-memory filelist. cuts down on execution time for larger trees. "put it in!" jfb@
2005-05-20don't attempt to copy the file's tag from the entry if we're dealingJean-Francois Brousseau
with a directory, otherwise we're squashing the file list as part of the union ok joris
2005-05-20unused varJoris Vink
ok jfb@
2005-05-19kill whitespaceJean-Francois Brousseau
2005-05-19only 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-19handle -t option locally too; joris okXavier Santolaria
2005-05-19- add missing flags for the log commandXavier Santolaria
- enable the -h -N -R -t options ok joris