summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2005-07-30o remove a call to cvs_ent_open() from cvs_file_create(),Moritz Jodeit
since cvs_mkadmin() already does this for us. o don't deref NULL ptr when cvs_ent_open() fails. o fix format string in cvs_log(). ok joris@
2005-07-30listen_hosts initialisation here too; spotted greg AT y2005.nest.cxDamien Miller
2005-07-30fix -D listen_host initialisation, so it picks up gateway_ports settingDamien Miller
correctly
2005-07-30add missing -r in usage();Xavier Santolaria
2005-07-30document global -r option and the CVSREAD environment variable;Xavier Santolaria
ok "i suck at manpages"-joris@ && jmc@.
2005-07-30we actually want CVS_FST_UNKNOWN here.Joris Vink
problem reported by Nuno once more. ok from an enthousiastic xsa@
2005-07-29do not send a MODIFIED request to the server for a newly added file weJoris Vink
already removed again. spotted by & ok xsa@
2005-07-29make sure we do not try to send the file to the server if it is noJoris Vink
longer on disk. problem reported by Nuno Morgadinho. ok xsa@
2005-07-29minor KNF;Xavier Santolaria
2005-07-29make more use of error codes in the file code.Joris Vink
ok xsa@
2005-07-29don't try to skip over the rootpath in the received directory if theJoris Vink
rootpath is larger. tested by xsa@ a long time ago.
2005-07-29correctly build the repository path in cvs_load_dirinfo() so we do notJoris Vink
end up with a totally messed up repopath when there are no admin files present. problems reported by mpech@ and Nuno Margadinho. tested by Nuno Margadinho, thanks a lot!
2005-07-28missing packet_init_compression(); from solarMarkus Friedl
2005-07-28Use proper type for 32 bit entity. s/long/intRobert Nagy
This is needed for radioctl(1) to work on sparc64. ok mickey@
2005-07-28replace a dead documentation link with two alive ones.Joris Vink
dead link spotted by Nuno Morgadinho. okay xsa@
2005-07-28respect CVSREAD env. variable; ok jfb@.Xavier Santolaria
2005-07-28Fix bug that prevented system exclusive messages longer than 6 bytesJonathan Gray
from working properly. From Alexandre Ratchov alex-contact at caoua.org
2005-07-27check == -1 not != 0 for stat() return value, for consistency sake!Xavier Santolaria
"OK big time" jfb@.
2005-07-27use LP_NOTICE here too;Xavier Santolaria
2005-07-27more use of LP_NOTICE instead of LP_INFO;Xavier Santolaria
2005-07-27use LP_NOTICE instead of LP_INFO where appropriate;Xavier Santolaria
2005-07-27rather make LP_NOTICE send to stderr not LP_INFO, pointed out by jfb@.Xavier Santolaria
ok jfb@.
2005-07-27add trace message in cvs_connect(); ok jfb@ joris@.Xavier Santolaria
2005-07-27make LP_INFO send to stderr; ok joris@.Xavier Santolaria
2005-07-27Silence bogus -Wuninitialized warnings; ok djm@Darren Tucker
2005-07-27make cvs_rmdir() handle global -n and -t options; ok joris@.Xavier Santolaria
2005-07-27rename cvs_remove_dir() to cvs_rmdir() because it might be confusingXavier Santolaria
with the `remove' command local functions. ok joris@.
2005-07-26- fix SIZE_LEFT macro for the cb_cur > cb_buf case.Moritz Jodeit
- make cvs_buf_empty() really clean the buffer. - fix cvs_buf_copy() for the off > 0 case. - some more minor buf code cleanup. ok joris@
2005-07-26add missing argument for -k. ok xsa@Moritz Jodeit
2005-07-26move trace message before calling cvs_connect();Xavier Santolaria
2005-07-26remove the (errno != ENOENT) check now that it is included in cvs_unlink();Xavier Santolaria
2005-07-26no need to complain that we cannot remove the file in cvs_unlink()Joris Vink
if it does not exist. "commit it" xsa@
2005-07-25update DESCRIPTION to reflect the fact that another synopsis form wasJason McIntyre
added;
2005-07-25fix memleak. ok xsa@Moritz Jodeit
2005-07-25"file file" -> "this file" in an info msg;Xavier Santolaria
2005-07-25minor KNF;Xavier Santolaria
2005-07-25make it compile without warningsJoris Vink
2005-07-25missed that one too...Xavier Santolaria
2005-07-25KNF;Xavier Santolaria
2005-07-25KNF;Xavier Santolaria
2005-07-25add a new compression method that delays compression until the userMarkus Friedl
has been authenticated successfully and set compression to 'delayed' for sshd. this breaks older openssh clients (< 3.5) if they insist on compression, so you have to re-enable compression in sshd_config. ok djm@
2005-07-25forgot these ...Xavier Santolaria
2005-07-25KNF; mostly spaces vs. tabs; ok joris@ jfb@.Xavier Santolaria
2005-07-25KNF; mostly spaces vs. tabs; ok joris@ jfb@.Xavier Santolaria
2005-07-24do not bail out in client mode if the file is not on disk at all.Joris Vink
noticed and ok xsa@
2005-07-24"cvslog.*" should really be "cvslog*"Joris Vink
2005-07-24add "cvslog.*" to the ignore listJoris Vink
noticed by xsa@
2005-07-24some more `if (!var)' cleanup;Xavier Santolaria
2005-07-24use cvs_unlink() here too;Xavier Santolaria
2005-07-24use cvs_unlink();Xavier Santolaria