Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2005-06-16 | new sentence, new line; | Jason McIntyre | |
2005-06-16 | Remove old cruft, ok millert@ jmc@ | Ian Darwin | |
2005-06-16 | .Xr cvsintro(7); ok joris jmc | Xavier Santolaria | |
2005-06-16 | don't exit if getpeername fails for forwarded ports; bugzilla #1054; ok djm | Markus Friedl | |
2005-06-16 | match gnu/usr.bin/cvs error msg output on bad CVSROOT error; ok joris | Xavier Santolaria | |
2005-06-16 | move x11_get_proto from ssh.c to clientloop.c, to make muliplexed xfwd easier | Damien Miller | |
later; ok deraadt@ | |||
2005-06-15 | a few typos and improvements found in the last by James Herbert | Michael Shalayeff | |
2005-06-15 | bye bye whiteouts | Todd C. Miller | |
2005-06-15 | bye bye whiteouts | Todd C. Miller | |
2005-06-15 | more music dates; from eric@catastrophe.net | Michael Shalayeff | |
2005-06-15 | no more whiteouts | Todd C. Miller | |
2005-06-15 | add -P for dumping PCB infos, similar to netbsd; ok deraadt@ | Markus Friedl | |
2005-06-15 | add descritpion of the watch/watchers commands; | Xavier Santolaria | |
2005-06-14 | Add explicit public domain notices to all public domain files. | Kjell Wooding | |
ok millert@, deraadt@ | |||
2005-06-14 | finish pruning support, this has been sitting | Joris Vink | |
in my tree since c2k5 ok xsa@ | |||
2005-06-14 | missing closedir() on error path; ok joris xsa | Patrick Latifi | |
2005-06-14 | Three more ereply that should be ereads. This fixes henning's "replace | Kjell Wooding | |
with null string is busted" observation. ok henning@, cloder@ | |||
2005-06-13 | fix syntax for out of date mixerctl(1) examples; | Jason McIntyre | |
based on a diff from mechiel lukkien; help and ok miod@ | |||
2005-06-13 | move the CVSROOT check earlier in the process, this way we get the | Xavier Santolaria | |
CVSROOT checked before the commands are run ... ok joris@. | |||
2005-06-13 | `export' command first bits .. ok joris | Xavier Santolaria | |
2005-06-11 | clearify empty lines and comments in the cvsrc file. | Joris Vink | |
based upon a diff from Michael Knudsen, tweaks from jmc@ ok jmc@ | |||
2005-06-10 | if the remote end doesn't support a version request, | Joris Vink | |
send noop instead. | |||
2005-06-10 | unused variable. | Joris Vink | |
2005-06-10 | instead of opening and closing the entry file all the | Joris Vink | |
time, keep the entry file for the last received directory open until we switch directories. cuts CPU time in half and increases overall performance a bit. ok xsa@ | |||
2005-06-10 | -Wall clean; ok otto deraadt | Peter Valchev | |
2005-06-10 | allow comments in the cvsrc file. | Joris Vink | |
reported by david@ | |||
2005-06-09 | Correctly initialize end of array sentinel; ok djm@ | Darren Tucker | |
2005-06-09 | -D implies pruning directories, as already does -r; ok joris | Xavier Santolaria | |
2005-06-09 | manpage nits. | Joris Vink | |
from Micheal Knudsen. ok jmc@, xsa@ |