summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/pvfs_util.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-01s4-ntvfs: added allow_override check based on use of NT ACLAndrew Tridgell1-7/+8
2011-06-20libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbolAndrew Bartlett1-1/+1
2010-03-05s4-pvfs: use pvfs_sys_fchmod()Andrew Tridgell1-1/+1
2010-03-05s4-pvfs: use pvfs_sys_*() functions to wrap posix callsAndrew Tridgell1-5/+5
2009-08-05fixed a problem with group policy writes causing policy corruptionAndrew Tridgell1-1/+4
2009-02-05s4:pvfs: fix some talloc related compiler warningsStefan Metzmacher1-1/+1
2008-10-24Remove unused include param/param.h.Jelmer Vernooij1-1/+0
2008-10-24Add version of next_codepoint without iconv_convenience.Jelmer Vernooij1-2/+1
2008-10-24Remove a few more usages of global_loadparm.Jelmer Vernooij1-1/+2
2008-10-24Split up codepoints code, use consistent _m suffix.Jelmer Vernooij1-1/+1
2007-12-21r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij1-1/+2
2007-12-21r26316: Use contexts for conversion functions.Jelmer Vernooij1-1/+1
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-4/+4
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r7792: make the allocation size rounding in pvfs configurableAndrew Tridgell1-3/+2
2007-10-10r7488: update the mode in the struct too,Stefan Metzmacher1-1/+2
2007-10-10r7361: fixed the 'file becomes a directory' bug that marc kapland found.Andrew Tridgell1-1/+6
2007-10-10r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell1-1/+2
2007-10-10r4262: a sniff from kukks showed that the FILE_ATTRIBUTE_NORMAL handling inAndrew Tridgell1-3/+0
2007-10-10r3801: added allocation size rounding. This is needed for ifstest.Andrew Tridgell1-0/+11
2007-10-10r3798: added support for alternate data streams in xattrs into pvfs.Andrew Tridgell1-0/+27
2007-10-10r3718: added support for the ntrename level in pvfs_rename().Andrew Tridgell1-0/+81
2007-10-10r3575: fixed attribute normalisation in xattr code. RAW-SEARCH now passes again.Andrew Tridgell1-0/+16
2007-10-10r3240: - update the rules for what error codes should be given on theAndrew Tridgell1-7/+9
2007-10-10r3207: - reformat error msgs in BASE-DIR* testsAndrew Tridgell1-1/+5
2007-10-10r2503: the RAW-SEARCH test now mostly passes against the posix backendAndrew Tridgell1-1/+4
2007-10-10r2404: the first large lump of posix vfs stuff.Andrew Tridgell1-0/+56