Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-07 | more snprintf(3) checks, check against the correct | Joris Vink | |
size of the buffer, close RCSFILE on error. ok xsa@ | |||
2005-07-07 | add info message when examining directories; Ok joris@. | Xavier Santolaria | |
2005-07-07 | remove trailing whitespaces | Joris Vink | |
from deraadt@ | |||
2005-07-07 | snprintf(3) checks. | Joris Vink | |
ok xsa@ | |||
2005-07-07 | arrange list of hash algorithms as previously done for skeyinit(1); | Jason McIntyre | |
2005-07-07 | add comment; | Xavier Santolaria | |
2005-07-07 | display what we should in case the file is unknown to cvs. Ok joris@. | Xavier Santolaria | |
2005-07-06 | - tidy up SYNOPSIS | Jason McIntyre | |
- sort options - sync usage() - more minor tweaks | |||
2005-07-06 | - use nroff symbols | Jason McIntyre | |
- use ksh prompt instead of csh prompt for EXAMPLES | |||
2005-07-06 | - simplify SYNOPSIS | Jason McIntyre | |
- sync usage() | |||
2005-07-06 | alter spacing of usage() so we don;t get a line break if skey is | Jason McIntyre | |
invoked as otp-rmd160; | |||
2005-07-06 | - tidy up SYNOPSIS | Jason McIntyre | |
- sort options - sync usage() - other small tweaks | |||
2005-07-06 | oops, $macro was documented, just not where i expected it; reword and | Jason McIntyre | |
make it a bit easier to find; | |||
2005-07-06 | add explicit comments for file status; | Xavier Santolaria | |
2005-07-06 | correct file status strings; | Xavier Santolaria | |
2005-07-06 | clarify meaning of ssh -b ; with & ok jmc@ | Darren Tucker | |
2005-07-06 | - now that `macdef' is nicely documented, tell people how to use it | Jason McIntyre | |
- replace `>' w/ groff char | |||
2005-07-06 | improve the description of `macdef'; | Jason McIntyre | |
from netbsd -r1.110: patch from david h. gutteridge, pr #24296; | |||
2005-07-06 | sync spell usage() w/ man page synopsis; | Jason McIntyre | |
ok deraadt@ | |||
2005-07-06 | spacing | Theo de Raadt | |
2005-07-06 | warning clean and constiness | Ted Unangst | |
2005-07-06 | drop in parsemonth from freebsd. | Ted Unangst | |
use it to parse month, so "cal june 2005" works as expected. if only one arg is given, see if it could be a month ok deraadt | |||
2005-07-05 | sync usage() w/ man page synopsis; | Jason McIntyre | |
2005-07-05 | if we can't stat the file and there is no entry for it, don't fail | Joris Vink | |
but assume it is a regular file and it is in unknown state. ok xsa@ | |||
2005-07-05 | correct ouput to match gnu/usr.bin/cvs; more to come. | Xavier Santolaria | |
ok joris@. | |||
2005-07-05 | `No' -> `no' in output; matches gnu/usr.bin/cvs output; | Xavier Santolaria | |
2005-07-05 | little bit better description of -ml; | Jason McIntyre | |
agreed w/ wiz@netbsd | |||
2005-07-05 | - sort description of -m | Jason McIntyre | |
- correct typos in -m description - formatting improvements from wiz@netbsd | |||
2005-07-05 | sort options, and some formatting improvememnts; | Jason McIntyre | |
from wiz@netbsd | |||
2005-07-05 | protect against cvs_getln() failure. | Joris Vink | |
ok xsa@ | |||
2005-07-05 | tweaks; | Jason McIntyre | |
2005-07-04 | add HISTORY | Robert Nagy | |
2005-07-04 | - add tunerctl to the build | Jacob Meuser | |
ok deraadt@ | |||
2005-07-04 | - tunerctl is a program for controlling /dev/tunerN devices associated | Jacob Meuser | |
with bktr(4) devices ok deraadt@ | |||
2005-07-04 | don't forget to set x11_saved_display | Markus Friedl | |
2005-07-04 | fix Xr and a little grammar; | Jason McIntyre | |
2005-07-04 | start server support for annotate command + some cleanup; ok joris@. | Xavier Santolaria | |
2005-07-04 | enable all commands; ok joris@. | Xavier Santolaria | |
2005-07-04 | make these use setres[ug]id for simple privilege dropping; | Damien Miller | |
ok deraadt@ millert@ moritz@ | |||
2005-07-04 | implement support for X11 and agent forwarding over multiplex slave | Damien Miller | |
connections. Because of protocol limitations, the slave connections inherit the master's DISPLAY and SSH_AUTH_SOCK rather than distinctly forwarding their own. ok dtucker@ "put it in" deraadt@ | |||
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@ |