Date: Sat, 25 Feb 2006 22:46:54 +0000 (UTC) From: Maxime Henrion <mux@FreeBSD.org> To: projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/csup config.c config.h fattr.c fattr.h lister.c proto.c Message-ID: <200602252246.k1PMksdX038314@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mux 2006-02-25 22:46:54 UTC FreeBSD projects repository Modified files: csup config.c config.h fattr.c fattr.h lister.c proto.c Log: - At the time we're exchanging collection information in proto_xchgcoll(), compute a mask of file attributes we need to ignore, depending on the "SetOwner", "SetMode" and "SetFlags" collection options. - Always set the "SetMode" collection option. - Make fattr_encode() accepts a third parameter to provide a mask of attributes to ignore. - In proto_printf(), have the %f format pass 0 for the ignored attributes to fattr_encode(), and change the %F format so that the consumer now supplies the ignored attributes. - Change the lister thread to pass the ignored attributes when encoding attributes that we're sending to the server. Revision Changes Path 1.42 +3 -1 projects/csup/config.c 1.31 +2 -1 projects/csup/config.h 1.39 +3 -2 projects/csup/fattr.c 1.24 +2 -2 projects/csup/fattr.h 1.25 +7 -6 projects/csup/lister.c 1.78 +15 -5 projects/csup/proto.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602252246.k1PMksdX038314>