summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 6693bb8767adb0e68153db7fe5f5774c18036dec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
EXTRA_DIST = autogen.sh COPYING-GPLV2 COPYING-LGPLV3 INSTALL README AUTHORS THANKS NEWS glusterfs.spec

SUBDIRS = argp-standalone libglusterfs rpc xlators glusterfsd $(FUSERMOUNT_SUBDIR) doc extras cli

CLEANFILES = 

gitclean: distclean
	find . -name Makefile.in -exec rm -f {} \;
	find . -name Makefile -exec rm -f {} \;
	find . -name mount.glusterfs -exec rm -f {} \;
	rm -fr autom4te.cache
	rm -f missing aclocal.m4 config.h.in config.guess config.sub ltmain.sh install-sh configure depcomp
	rm -fr argp-standalone/autom4te.cache
	rm -f argp-standalone/aclocal.m4 argp-standalone/config.h.in argp-standalone/configure argp-standalone/depcomp argp-standalone/install-sh argp-standalone/missing
i2012-02-141-4/+4 * core: get xattrs also as part of readdirpAmar Tumballi2012-01-251-3/+74 * posix-acl: properly process umask in case client sent itLubomir Rintel2012-01-121-1/+17 * features/posix-acl: handle fini for features/posix-aclshishir gowda2011-12-261-0/+24 * build: warning suppression (round n)Amar Tumballi2011-10-201-7/+13 * posix-acl: configurable super user IDAnand Avati2011-09-082-7/+61 * Save the mode flags set by the application when ACLs are in usePavan T C2011-09-081-1/+2 * Eliminate many "var set but not used" warnings with newer gcc.Jeff Darcy2011-09-071-3/+0 * posix-acl: disable permission checks for fd based opsAnand Avati2011-08-101-0/+2 * LICENSE: s/GNU Affero General Public/GNU General Public/Pranith Kumar K2011-08-064-12/+12 * posix-acl: perform access checks on read/write/truncate for NFS callsAnand Avati2011-07-131-3/+108 * access-control: Handle F_OK in perm check, and O_APPEND, O_TRUNC in openshishir gowda2011-07-131-0/+5 * access-control: NFS access control expects a return of valid modeshishir gowda2011-07-131-13/+29 * access-control: Save group permissions returned from backendshishir gowda2011-07-132-2/+9 * access-control: Return mode part of NFS access control requestshishir gowda2011-07-131-8/+18 * access-control: superseded by posix-acl translatorAnand Avati2011-07-081-0/+8 * posix-acl: implementation of POSIX ACL as a translatorAnand Avati2011-07-087-0/+2135