cvs commit: projects/csup config.c config.h fattr.c fattr.h lister.c proto.c

Maxime Henrion mux at FreeBSD.org
Sat Feb 25 14:46:57 PST 2006


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


More information about the cvs-all mailing list