summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2005-07-11Don't set timestamps created from stack garbage when compressingTodd C. Miller
from stdin. Based on a patch from marc@
2005-07-11Fix off-by-one bug in readtty() and don't assume BUFSIZ == 1024.Todd C. Miller
Based on a patch from Ulf Harnhammar.
2005-07-11fix another case where a message shouldnt be printed if -Q is specified;Xavier Santolaria
2005-07-11display info message only if -q is not specified.Xavier Santolaria
also display correct message wether -d is specified or not. ok joris@
2005-07-11display warning message about an unknown file only if -Q is not specified;Xavier Santolaria
2005-07-11display info message only if -q is not specified;Xavier Santolaria
2005-07-11add info message;Xavier Santolaria
2005-07-11print info message;Xavier Santolaria
2005-07-11the status variable is gone.Joris Vink
2005-07-11add proper handling for realloc() failure cases, avoiding bad idiom andNiall O'Higgins
plugging a few potential memory leaks. ok joris@
2005-07-10if cvs_sendreq() returns -1 we have to translate it into CVS_EX_PROTO,Joris Vink
so the user will know what is going on.
2005-07-10zap unused variables;Joris Vink
2005-07-10- get rid of an unused variable.Joris Vink
- stone() and newcand() could fail, handle it.
2005-07-10nuke verbosity declaration here too;Xavier Santolaria
2005-07-10no need to declare the verbosity var here as it is already done in cvs.h;Xavier Santolaria
2005-07-10only display info msg if -q is not specified;Xavier Santolaria
2005-07-10if the Entries file for the parent directory is already openJoris Vink
when receiving a Clear-sticky / Set-sticky response from the server, don't re-open it again and invalidate the open list, but instead use the already opened Entries file. solves our missing directory problem.
2005-07-09channel changing is to be handled by radioctl; the rest of it requres use of ↵Michael Shalayeff
3rd party software
2005-07-09kill useless "&& r1 == NULL" expression.Niall O'Higgins
ok joris@
2005-07-09explicit casts to const char *Niall O'Higgins
ok joris@
2005-07-09convert snprintf with format string "%s" to an strlcpy.Niall O'Higgins
ok joris@
2005-07-08split local and remote function handlers from each other.Joris Vink
2005-07-08new sentence, new line;Jason McIntyre
2005-07-08handle -Q correctly; Ok joris@.Xavier Santolaria
2005-07-08if a file has been locally added, output correct info! Ok joris@.Xavier Santolaria
2005-07-08don't try to run the pruning function on server side.Joris Vink
2005-07-08change BindAddress to match recent ssh -b change; prompted by markus@Darren Tucker
2005-07-08hrmz spaces...Xavier Santolaria
2005-07-08race when efd gets closed while there is still buffered data:Markus Friedl
change CHANNEL_EFD_OUTPUT_ACTIVE() 1) c->efd must always be valid AND 2a) no EOF has been seen OR 2b) there is buffered data report, initial fix and testing Chuck Cranor
2005-07-08Make comment match code; ok djm@Darren Tucker
2005-07-08- revert previous commit a bit, those arguments belonged to expand-modules.Joris Vink
- send -N by default, to match GNU's behaviour. ok xsa@
2005-07-08do not send the Arguments to the server twice.Joris Vink
ok xsa@
2005-07-08display in local mode only the mtime of a file stored in the Entries file;Xavier Santolaria
Ok joris@.
2005-07-07do not run the callback for "." twice.Joris Vink
ok xsa@
2005-07-07add a field to CVSFILE which holds the timestamp from the Entries file.Joris Vink
usefull for some commands. ok xsa@
2005-07-07more snprintf(3) checks, check against the correctJoris Vink
size of the buffer, close RCSFILE on error. ok xsa@
2005-07-07add info message when examining directories; Ok joris@.Xavier Santolaria
2005-07-07remove trailing whitespacesJoris Vink
from deraadt@
2005-07-07snprintf(3) checks.Joris Vink
ok xsa@
2005-07-07arrange list of hash algorithms as previously done for skeyinit(1);Jason McIntyre
2005-07-07add comment;Xavier Santolaria
2005-07-07display what we should in case the file is unknown to cvs. Ok joris@.Xavier Santolaria
2005-07-06- tidy up SYNOPSISJason McIntyre
- sort options - sync usage() - more minor tweaks
2005-07-06- use nroff symbolsJason McIntyre
- use ksh prompt instead of csh prompt for EXAMPLES
2005-07-06- simplify SYNOPSISJason McIntyre
- sync usage()
2005-07-06alter spacing of usage() so we don;t get a line break if skey isJason McIntyre
invoked as otp-rmd160;
2005-07-06- tidy up SYNOPSISJason McIntyre
- sort options - sync usage() - other small tweaks
2005-07-06oops, $macro was documented, just not where i expected it; reword andJason McIntyre
make it a bit easier to find;
2005-07-06add explicit comments for file status;Xavier Santolaria
2005-07-06correct file status strings;Xavier Santolaria