summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2005-07-01NUL-terminate the screen buffer in u_process(), since it is passed toJared Yanovich
strlen() in line_buffer() (requires allocating an extra byte for it). from markus, ok deraadt
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
- fix behaviour regarding unknown directories. ok xsa@
2005-07-01Replace numeric argument handling (e.g. last -30) with something thatTodd C. Miller
can deal with mixer number and normal arguments, adapted from my code in diff(1). OK deraadt@
2005-06-30flesh out DESCRIPTION somewhat and make it more useful;Jason McIntyre
improvements + ok: jaredy@ tom@
2005-06-30remove CF_KNOWN flag and move the CVS_FST_UNKNOWN check above theJoris Vink
one that looks if CVSFILE is a directory, so we get a correct output of unknown files in server mode. discussed with and ok xsa@
2005-06-30missing method checks in pre_exec handler.Joris Vink
ok xsa@
2005-06-30add missing method check in pre_exec handler ... spotted by joris@.Xavier Santolaria
options can be sent to server now without making it go crazy..
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
from lior kadosh;
2005-06-29- elaborate DESCRIPTIONJared Yanovich
- the -s flag dumps the uvmexp structure, not the sum structure - add FILES - mdoc macro/layout, punctuation, capitalization, etc. improvements - update SEE ALSO ok jmc
2005-06-28don't include telnetd, it's gone anywayMartin Reindl
ok deraadt@
2005-06-28send the date (-D) here too ..Xavier Santolaria
+ some style nitpicks to be consistent w/ the rest of the code;
2005-06-28- add `rtag' command usageXavier Santolaria
- add -F and -f ok joris
2005-06-28send date;Xavier Santolaria
2005-06-28- fix commands usageXavier Santolaria
- fix rdiff aliases ok joris
2005-06-27 * pass -Wshadow as well (port_whois vs port)Henning Brauer
* save errno value properly * better realloc(3) All changes taken from NetBSD (partly from -r1.23 and -r1.25). From: Andrey Matveev <evol@online.ptt.ru>, thanks!
2005-06-26be a bit more carefull not writing to the stream after the timestampsOtto Moerbeek
have been set. ok deraadt@
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
ok jmc@
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
- remove description of -v: it is only for use with atq(1), and is correctly documented there - sync usage() - correctly format synopis for atrm(1)
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
screw everybody trying to use whois and to require some esoteric flags to be send with the query to get the regular whois output, which is not only a pain in the ass to type, but also breaks the automatic server selection via <tld>.whois-servers.net. thus, deal with their stupidity by sending these flags unconditionally whenever we talk to their server. ok hshoexer claudio
2005-06-22konrad zuse born 1910, not 1919;Jason McIntyre
from fabio olive leite;
2005-06-21add CLEANFILESBrad Smith
ok millert@
2005-06-20KNFTodd C. Miller
2005-06-20umask juggling not needed; with Lionel Fourquaux.Otto Moerbeek
ok millert@ espie@
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
spotted dwmw2 AT infradead.org; ok markus@
2005-06-17correctly build a temporary copy of the client its repositoryJoris Vink
localy, so the server can execute the local commands on it and pipe the output to the client. with this diff in, our server is now working, please note that we currently don't have support for all commands yet, but you can expect this soon. ok xsa@
2005-06-17when pruning don't try to remove any directories outsideJoris Vink
the actual repository. reported by david@, ok xsa@
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
with Jared Yanovich; ok deraadt
2005-06-17- add missing option in the command usageXavier Santolaria
- handle -k - handle -D and send it to server ok joris
2005-06-17#define CVS_EX_ERR -1Xavier Santolaria
ok joris jfb
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