Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-01 | NUL-terminate the screen buffer in u_process(), since it is passed to | Jared 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-01 | more output tweaks in server mode .. | Xavier Santolaria | |
2005-07-01 | fix output when using in server mode; more to come ... ok joris | Xavier Santolaria | |
2005-07-01 | don'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-01 | Replace numeric argument handling (e.g. last -30) with something that | Todd C. Miller | |
can deal with mixer number and normal arguments, adapted from my code in diff(1). OK deraadt@ | |||
2005-06-30 | flesh out DESCRIPTION somewhat and make it more useful; | Jason McIntyre | |
improvements + ok: jaredy@ tom@ | |||
2005-06-30 | remove CF_KNOWN flag and move the CVS_FST_UNKNOWN check above the | Joris 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-30 | missing method checks in pre_exec handler. | Joris Vink | |
ok xsa@ | |||
2005-06-30 | add 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-30 | missing \n in server-side output; | Xavier Santolaria | |
2005-06-30 | daemon leftovers | Joris Vink | |
2005-06-29 | make the description of this command (utility? ;) match the synopsis; | Jason McIntyre | |
from lior kadosh; | |||
2005-06-29 | - elaborate DESCRIPTION | Jared 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-28 | don't include telnetd, it's gone anyway | Martin Reindl | |
ok deraadt@ | |||
2005-06-28 | send 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 usage | Xavier Santolaria | |
- add -F and -f ok joris | |||
2005-06-28 | send date; | Xavier Santolaria | |
2005-06-28 | - fix commands usage | Xavier 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-26 | be a bit more carefull not writing to the stream after the timestamps | Otto Moerbeek | |
have been set. ok deraadt@ | |||
2005-06-26 | fail if cwd is not available; pr4265; espie@ ok | Michael Shalayeff | |
2005-06-25 | do the default port filling code a few lines earlier, so it really does fix %p | Damien Miller | |
2005-06-25 | Fix typo in a comment. | Niall O'Higgins | |
ok jmc@ | |||
2005-06-25 | -Wall clean now | Henning Brauer | |
2005-06-25 | couldn't stop my fingers from doing some cleanup | Henning Brauer | |
2005-06-25 | $OpenBSD$, got botched | Henning Brauer | |
2005-06-25 | match output with the one from GNU cvs. | Joris Vink | |
2005-06-23 | Commandante Che Guevara; pt out by form@ | Michael Shalayeff | |
2005-06-23 | - at(1) synopsis: -r expects a `job' arg, not a timespec | Jason 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-23 | sort options; | Jason McIntyre | |
2005-06-22 | slightly simplify; christos@netbsd | Henning Brauer | |
2005-06-22 | deal with german stupidity... nic.de decided that it is a good idea to | Henning 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-22 | konrad zuse born 1910, not 1919; | Jason McIntyre | |
from fabio olive leite; | |||
2005-06-21 | add CLEANFILES | Brad Smith | |
ok millert@ | |||
2005-06-20 | KNF | Todd C. Miller | |
2005-06-20 | umask juggling not needed; with Lionel Fourquaux. | Otto Moerbeek | |
ok millert@ espie@ | |||
2005-06-19 | Update to sudo 1.6.8p9 | Todd C. Miller | |
2005-06-18 | allow ControlPath=none, patch from dwmw2 AT infradead.org; ok dtucker@ | Damien Miller | |
2005-06-17 | Fix ControlPath's %p expanding to "0" for a default port, | Damien Miller | |
spotted dwmw2 AT infradead.org; ok markus@ | |||
2005-06-17 | correctly build a temporary copy of the client its repository | Joris 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-17 | when pruning don't try to remove any directories outside | Joris Vink | |
the actual repository. reported by david@, ok xsa@ | |||
2005-06-17 | replace hardcoded 128 with MAX_COLS (now 256) | Markus Friedl | |
2005-06-17 | add 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 usage | Xavier Santolaria | |
- handle -k - handle -D and send it to server ok joris | |||
2005-06-17 | #define CVS_EX_ERR -1 | Xavier Santolaria | |
ok joris jfb | |||
2005-06-17 | turn on -Wstrict-prototypes -Wsign-compare -Wshadow now that we are clean | Damien Miller | |
2005-06-17 | make this -Wsign-compare clean; ok avsm@ markus@ | Damien Miller | |
2005-06-16 | add -P to docs and usage/synopsis; ok markus jmc | Jared Yanovich | |