summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2005-07-01NUL-terminate the screen buffer in u_process(), since it is passed toJared Yanovich
2005-07-01|| should && instead ...Xavier Santolaria
2005-07-01more output tweaks in server mode ..Xavier Santolaria
2005-07-01fix output when using in server mode; more to come ... ok jorisXavier Santolaria
2005-07-01don't free() if getaddrinfo() fails; report mpech@Markus Friedl
2005-07-01- plug memleak in cvs_file_getdir().Joris Vink
2005-07-01Replace numeric argument handling (e.g. last -30) with something thatTodd C. Miller
2005-06-30flesh out DESCRIPTION somewhat and make it more useful;Jason McIntyre
2005-06-30remove CF_KNOWN flag and move the CVS_FST_UNKNOWN check above theJoris Vink
2005-06-30missing method checks in pre_exec handler.Joris Vink
2005-06-30add missing method check in pre_exec handler ... spotted by joris@.Xavier Santolaria
2005-06-30missing \n in server-side output;Xavier Santolaria
2005-06-30daemon leftoversJoris Vink
2005-06-29make the description of this command (utility? ;) match the synopsis;Jason McIntyre
2005-06-29- elaborate DESCRIPTIONJared Yanovich
2005-06-28don't include telnetd, it's gone anywayMartin Reindl
2005-06-28send the date (-D) here too ..Xavier Santolaria
2005-06-28- add `rtag' command usageXavier Santolaria
2005-06-28send date;Xavier Santolaria
2005-06-28- fix commands usageXavier Santolaria
2005-06-27 * pass -Wshadow as well (port_whois vs port)Henning Brauer
2005-06-26be a bit more carefull not writing to the stream after the timestampsOtto Moerbeek
2005-06-26fail if cwd is not available; pr4265; espie@ okMichael Shalayeff
2005-06-25do the default port filling code a few lines earlier, so it really does fix %pDamien Miller
2005-06-25Fix typo in a comment.Niall O'Higgins
2005-06-25-Wall clean nowHenning Brauer
2005-06-25couldn't stop my fingers from doing some cleanupHenning Brauer
2005-06-25$OpenBSD$, got botchedHenning Brauer
2005-06-25match output with the one from GNU cvs.Joris Vink
2005-06-23Commandante Che Guevara; pt out by form@Michael Shalayeff
2005-06-23- at(1) synopsis: -r expects a `job' arg, not a timespecJason McIntyre
2005-06-23sort options;Jason McIntyre
2005-06-22slightly simplify; christos@netbsdHenning Brauer
2005-06-22deal with german stupidity... nic.de decided that it is a good idea toHenning Brauer
2005-06-22konrad zuse born 1910, not 1919;Jason McIntyre
2005-06-21add CLEANFILESBrad Smith
2005-06-20KNFTodd C. Miller
2005-06-20umask juggling not needed; with Lionel Fourquaux.Otto Moerbeek
2005-06-19Update to sudo 1.6.8p9Todd C. Miller
2005-06-18allow ControlPath=none, patch from dwmw2 AT infradead.org; ok dtucker@Damien Miller
2005-06-17Fix ControlPath's %p expanding to "0" for a default port,Damien Miller
2005-06-17correctly build a temporary copy of the client its repositoryJoris Vink
2005-06-17when pruning don't try to remove any directories outsideJoris Vink
2005-06-17replace hardcoded 128 with MAX_COLS (now 256)Markus Friedl
2005-06-17add a 'C' command ) that toggles the display of the full cmdline;Markus Friedl
2005-06-17- add missing option in the command usageXavier Santolaria
2005-06-17#define CVS_EX_ERR -1Xavier Santolaria
2005-06-17turn on -Wstrict-prototypes -Wsign-compare -Wshadow now that we are cleanDamien Miller
2005-06-17make this -Wsign-compare clean; ok avsm@ markus@Damien Miller
2005-06-16add -P to docs and usage/synopsis; ok markus jmcJared Yanovich