summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2005-05-19fix SOCKS5 code for case where data comes in the same packet as the response;Damien Miller
2005-05-19KNF, no binary change; ok jaredy@Damien Miller
2005-05-19use the date parsing code from date.y and fix timestamps on newlyJean-Francois Brousseau
2005-05-19fix cast, from grunk AT pestilenz.orgDamien Miller
2005-05-19whitespace nit, from grunk AT pestilenz.orgDamien Miller
2005-05-19sort config options, from grunk AT pestilenz.org; ok jmc@Damien Miller
2005-05-18StyleAleksander Piotrowski
2005-05-18s/Lorian/Lorien/Jason McIntyre
2005-05-18build a local copy of the client's source tree when acting as a server.Joris Vink
2005-05-18add `dir' arg in release cmd synopsis;Xavier Santolaria
2005-05-18fix error message; ok ianJared Yanovich
2005-05-17gnu m4 mode does not heed end of lines.Marc Espie
2005-05-17enable `release' command; tested & ok joris@.Xavier Santolaria
2005-05-17basic update code, needs more work; ok joris@.Xavier Santolaria
2005-05-16check return value from strdelim() for NULL (AddressFamily); mpechMarkus Friedl
2005-05-16Do not call out mkdir -p, but reuse the code from mkdir(1).Marc Espie
2005-05-15Fix insert-buffer prompt format string. strlcpy returns size_t, not intChad Loder
2005-05-15simple error message cleanupReyk Floeter
2005-05-15- simplify usageJared Yanovich
2005-05-15damn, one more...Jason McIntyre
2005-05-15oops. grasp of alphabet...slipping...Jason McIntyre
2005-05-15When checking for comment characters using negative pointer arithmeticTodd C. Miller
2005-05-15Make usage/SYNOPSIS saner and sort the options. With jmc@Todd C. Miller