summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/posix/pvfs_xattr.c
Commit message (Expand)AuthorAgeFilesLines
* s4-ntvfs: Ensure we do not attempt to write EAs on streamsAndrew Bartlett2012-08-201-0/+6
* s4-ntvfs: Rename xattr_tdb.c to posix_eadb.c and make more generally usefulAndrew Bartlett2012-04-031-2/+3
* s4:ntvfs/posix/pvfs_*.c - quiet Solaris warningsMatthias Dieter Wallnöfer2010-08-271-9/+9
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-3/+3
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* added some debug codeAndrew Tridgell2008-09-231-1/+1
* pvfs: remove XATTR_ATTRIB_FLAG_STICKY_WRITE_TIME codeStefan Metzmacher2008-05-071-17/+15
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-2/+2
* Remove more global_loadparm instance.sJelmer Vernooij2008-02-211-1/+1
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij2008-01-011-1/+2
* r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij2008-01-011-1/+2
* r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher2007-12-211-5/+10
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-2/+2
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r19507: Merge my DSO fixes branch. Building Samba's libraries as shared libra...Jelmer Vernooij2007-10-101-2/+2
* r19199: split out the xattr NTACL code into a separate part of the posixAndrew Tridgell2007-10-101-9/+9
* r16024: OpenBSD doesn't have ENOTSUP so use ENOSYSStefan Metzmacher2007-10-101-2/+4
* r14554: Write out header dependencies. This means all C files affected will beJelmer Vernooij2007-10-101-1/+1
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-0/+1
* r13944: Yet another round of splitups.Jelmer Vernooij2007-10-101-0/+1
* r12696: Reduce the size of include/structs.hJelmer Vernooij2007-10-101-1/+0
* r7557: trigger a probe at tconx time to see if xattrs are really supported byAndrew Tridgell2007-10-101-0/+14
* r7361: fixed the 'file becomes a directory' bug that marc kapland found.Andrew Tridgell2007-10-101-3/+5
* r5666: winxp will use a NTTIME of -1 to mean "don't change" in setfileinfoAndrew Tridgell2007-10-101-4/+4
* r4887: removed a bogus castAndrew Tridgell2007-10-101-1/+1
* r4547: - added talloc_new(ctx) macro that is a neater form of the common tall...Andrew Tridgell2007-10-101-2/+2
* r4264: fix acl handling on systems without xattr supportAndrew Tridgell2007-10-101-11/+15
* r4242: added support for storing xattrs in a tdb. This allows all advanced NTAndrew Tridgell2007-10-101-67/+26
* r3939: - added "posix:fakeoplocks" option for testing with oplocks forced onAndrew Tridgell2007-10-101-9/+34
* r3834: - fixed XATTR_NTACL_NAMEAndrew Tridgell2007-10-101-2/+2
* r3833: NTACL is a better xattr name than DosAcl (tpot suggested this)Andrew Tridgell2007-10-101-4/+4
* r3832: added NT ACL query/set to the posix NTVFS backend. The default ACL isAndrew Tridgell2007-10-101-0/+43
* r3801: added allocation size rounding. This is needed for ifstest.Andrew Tridgell2007-10-101-1/+2
* r3798: added support for alternate data streams in xattrs into pvfs.Andrew Tridgell2007-10-101-2/+113
* r3747: - added some of the infrastructure needed for streams support in pvfsAndrew Tridgell2007-10-101-0/+37
* r3717: - expanded the RAW-RENAME test a littleAndrew Tridgell2007-10-101-13/+20
* r3575: fixed attribute normalisation in xattr code. RAW-SEARCH now passes again.Andrew Tridgell2007-10-101-1/+3
* r3549: added support for DOS extended attribute lists (name/value pairs)Andrew Tridgell2007-10-101-28/+100
* r3545: initial support for using extended attributes to hold extended dos att...Andrew Tridgell2007-10-101-0/+197