Re: [PATCH 4/5] SUNRPC: Add RPC based upcall mechanism for RPCGSS auth

2012-04-18 Thread Jeff Layton
On Tue, 17 Apr 2012 18:28:25 -0400 J. Bruce Fields bfie...@fieldses.org wrote: On Tue, Apr 17, 2012 at 09:39:07AM -0400, Simo Sorce wrote: This patch implements a sunrpc client to use the services of the gssproxy userspace daemon. In particular it allows to perform calls in user space

[PATCH v2] docs: update to project resources in README

2012-04-18 Thread Jeff Layton
...and add Igor Druzhinin and Pavel Shilovsky to AUTHORS. Also, change the Maintainer: field to point to me directly, and clarify that make install should be run as root. Signed-off-by: Jeff Layton jlay...@samba.org --- AUTHORS |2 ++ README |8 2 files changed, 6

Re: [PATCH] autoconf: fix tests for wbclient to use pkgconfig

2012-04-18 Thread Jeff Layton
On Sat, 14 Apr 2012 08:32:52 -0400 Jeff Layton jlay...@samba.org wrote: Use the pkgconfig file that's included with wbclient to perform the test for wbclient usability, and to set the correct CFLAGS and LDADD. This is particularly necessary on recent Fedora with samba4 since it puts the

Re: [PATCH] cifs-utils: fix up some compiler warnings in asn1.c

2012-04-18 Thread Jeff Layton
On Sun, 15 Apr 2012 07:51:25 -0400 Jeff Layton jlay...@samba.org wrote: These have been around for quite some time. gcc -DHAVE_CONFIG_H -I.-Wall -Wextra -g -O2 -MT asn1.o -MD -MP -MF .deps/asn1.Tpo -c -o asn1.o asn1.c asn1.c: In function ‘asn1_write’: asn1.c:45:19: warning: comparison

Re: [PATCH] automake: add -Werror to CFLAGS

2012-04-18 Thread Jeff Layton
On Mon, 16 Apr 2012 14:13:30 -0400 Jeff Layton jlay...@samba.org wrote: With the recent patch to fix the warnings in asn1.c, cifs-utils now builds without any warnings. Ban them henceforth by adding -Werror for builds. Signed-off-by: Jeff Layton jlay...@samba.org --- Makefile.am |2

[PATCH] mount.cifs: fix up some -D_FORTIFY_SOURCE=2 warnings

2012-04-18 Thread Jeff Layton
...and add -D_FORTIFY_SOURCE=2 to the default $CFLAGS. Signed-off-by: Jeff Layton jlay...@samba.org --- Makefile.am |2 +- mount.cifs.c | 12 +++- mtab.c |4 +++- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/Makefile.am b/Makefile.am index