summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2005-05-24remove debugging messagesJean-Francois Brousseau
2005-05-24Merge the cvs_cmd and cvs_cmd_info structures and add the necessaryJean-Francois Brousseau
2005-05-24send the -n flag to the server as part of connection initializationJean-Francois Brousseau
2005-05-24more files neededTheo de Raadt
2005-05-24copy files from telnetd that were accessed via .PATH; now we have themTheo de Raadt
2005-05-24'notherHenning Brauer
2005-05-24create the target directory when we receive either of theJean-Francois Brousseau
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
2005-05-23- removes signed/unsigned comparisons in moduli generationAnil Madhavapeddy
2005-05-23bye byeJean-Francois Brousseau
2005-05-23better formatting.Joris Vink
2005-05-23make ^S/^R behave like 'emacs': mixed case patterns forces a case sensitiveJason Wright
2005-05-23update the CVS_CLIENT_LOG sectionJoris Vink
2005-05-23allow the CVS_CLIENT_LOG stuff to take variables which expandJoris Vink
2005-05-23add -n flag to cvs usageJoris Vink
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
2005-05-20Teach the SOCKS5 code more of the protocol, so it can send domain namesDamien Miller
2005-05-20correct wrong error code usage.Joris Vink
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
2005-05-20make the handlers static and remove local code that will go in anotherJean-Francois Brousseau
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
2005-05-20return CVS_EX_PROTO on protocol errorsJean-Francois Brousseau
2005-05-20split protocol 1 auth methods into separate functions, makes authloopDamien Miller
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
2005-05-20cross reference proxy example to relevant ssh option;Jason McIntyre
2005-05-20give a ProxyCommand example using nc(1), with and ok jmc@Damien Miller
2005-05-20* proper memsetPatrick Latifi
2005-05-20Don't print an empty line when no match is found in pgrep mode.Otto Moerbeek
2005-05-20allow a cvs command to be executed from outside a repository,Joris Vink
2005-05-20execute the command callback at the same time we are buildingJoris Vink
2005-05-20don't attempt to copy the file's tag from the entry if we're dealingJean-Francois Brousseau
2005-05-20unused varJoris Vink
2005-05-19kill whitespaceJean-Francois Brousseau
2005-05-19only allocate a revision number if the entry is for a regular file,Jean-Francois Brousseau
2005-05-19handle -t option locally too; joris okXavier Santolaria
2005-05-19- add missing flags for the log commandXavier Santolaria
2005-05-19correct handling of the -d option; joris okXavier Santolaria