cvs commit: projects/csup fattr.c

2006-03-13 Thread Maxime Henrion
mux 2006-03-13 21:56:42 UTC FreeBSD projects repository Modified files: csup fattr.c Log: Wrap another chflags() call inside #ifdef HAVE_FFLAGS. Revision ChangesPath 1.42 +3 -1 projects/csup/fattr.c ___

cvs commit: projects/csup fattr.c

2006-03-06 Thread Maxime Henrion
mux 2006-03-07 03:37:46 UTC FreeBSD projects repository Modified files: csup fattr.c Log: Don't fail in fattr_install() if the target file doesn't exist yet. Revision ChangesPath 1.41 +28 -28projects/csup/fattr.c __

cvs commit: projects/csup fattr.c

2006-02-23 Thread Maxime Henrion
mux 2006-02-23 23:11:40 UTC FreeBSD projects repository Modified files: csup fattr.c Log: Correctly fix the getpwnam() -> getgrnam() change. I need sleep. Revision ChangesPath 1.38 +5 -4 projects/csup/fattr.c

cvs commit: projects/csup fattr.c

2006-02-23 Thread Maxime Henrion
mux 2006-02-23 23:03:52 UTC FreeBSD projects repository Modified files: csup fattr.c Log: Oops, change a getpwnam() call that should have been getgrnam(). Revision ChangesPath 1.37 +2 -2 projects/csup/fattr.c _

cvs commit: projects/csup fattr.c

2006-02-17 Thread Maxime Henrion
mux 2006-02-18 01:38:52 UTC FreeBSD projects repository Modified files: csup fattr.c Log: Restore the original string upon error in fattr_scanattr(), called by fattr_encode() only. Revision ChangesPath 1.36 +14 -11projects/csup/fattr.c _

cvs commit: projects/csup fattr.c fattr.h

2006-02-11 Thread Maxime Henrion
mux 2006-02-11 19:28:58 UTC FreeBSD projects repository Modified files: csup fattr.c fattr.h Log: More copyright updates for 2006. Revision ChangesPath 1.35 +2 -2 projects/csup/fattr.c 1.23 +2 -2 projects/csup/fattr.h

cvs commit: projects/csup fattr.c

2006-02-11 Thread Maxime Henrion
mux 2006-02-11 19:20:34 UTC FreeBSD projects repository Modified files: csup fattr.c Log: Plug a memory leak in fattr_delete(). Revision ChangesPath 1.34 +2 -1 projects/csup/fattr.c ___ cvs-all@

cvs commit: projects/csup fattr.c fattr.h updater.c

2006-02-11 Thread Maxime Henrion
mux 2006-02-11 19:09:28 UTC FreeBSD projects repository Modified files: csup fattr.c fattr.h updater.c Log: - Implement fattr_delete(). - Use fattr_delete() in the updater when asked to delete a file. This makes us correctly handle deletion requests for

cvs commit: projects/csup fattr.c

2006-02-06 Thread Maxime Henrion
mux 2006-02-07 02:35:27 UTC FreeBSD projects repository Modified files: csup fattr.c Log: Fix typo in assertion. Revision ChangesPath 1.32 +2 -2 projects/csup/fattr.c ___ cvs-all@freebsd.org mai

cvs commit: projects/csup fattr.c

2006-02-05 Thread Maxime Henrion
mux 2006-02-05 22:26:55 UTC FreeBSD projects repository Modified files: csup fattr.c Log: - Ignore the return value of a chflags() call in fattr_install(). It can fail over NFS and CVSup also ignore these errors. - While I'm here, fix fattr_frompath() t

cvs commit: projects/csup fattr.c fattr.h misc.c misc.h status.c updater.c

2006-02-03 Thread Maxime Henrion
mux 2006-02-03 16:23:03 UTC FreeBSD projects repository Modified files: csup fattr.c fattr.h misc.c misc.h status.c updater.c Log: fattr.c: - Implement fattr_makenode(), only for directories for now. misc.c: - Add a mask para

cvs commit: projects/csup fattr.c fattr.h proto.c status.c updater.c

2006-02-02 Thread Maxime Henrion
mux 2006-02-03 05:45:02 UTC FreeBSD projects repository Modified files: csup fattr.c fattr.h proto.c status.c updater.c Log: fattr.c: - I tried to avoid having the need for a function to initialize the fattr API, but it makes th

cvs commit: projects/csup fattr.c

2006-02-02 Thread Maxime Henrion
mux 2006-02-03 01:10:50 UTC FreeBSD projects repository Modified files: csup fattr.c Log: Stop using %zd, some old compilers don't understand it and just print "zd" with it, which surprisingly doesn't work! Reported by:dougb Revision Changes

cvs commit: projects/csup fattr.c fattr_bsd.h fattr_posix.h

2006-01-30 Thread Maxime Henrion
mux 2006-01-30 17:36:13 UTC FreeBSD projects repository Modified files: csup fattr.c fattr_bsd.h fattr_posix.h Log: After much hacking in Modula-3 with the CVSup sources, I finally understood why I had to add the modtime, size and mode attributes to the su

cvs commit: projects/csup fattr.c stream.h

2006-01-26 Thread Maxime Henrion
mux 2006-01-26 18:43:02 UTC FreeBSD projects repository Modified files: csup fattr.c stream.h Log: - Include misc.h in stream.h so that we get the proper definition of __printflike(). - Wrap the code that accesses the st_flags field of struct stat inside