summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/posix/pvfs_resolve.c
Commit message (Expand)AuthorAgeFilesLines
* s4-ntvfs: added allow_override check based on use of NT ACLAndrew Tridgell2011-12-011-0/+3
* s4:ntvfs: s/== PROTOCOL_SMB2/>= PROTOCOL_SMB2_02/Stefan Metzmacher2011-09-051-1/+1
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-11/+7
* Change uint_t to unsigned int in source4Matt Kraai2010-02-021-6/+6
* s4:ntvfs/posix/pvfs_resolve - Fix "discard const" warningMatthias Dieter Wallnöfer2009-12-031-3/+3
* s4-pvfs: when reporting the file name, don't include the :$DATA suffixAndrew Tridgell2009-10-181-0/+10
* s4-pvfs: change the handling of access checking on createAndrew Tridgell2009-10-181-2/+9
* s3:ntvfs/posix: avoid unnesessary talloc_reference()Stefan Metzmacher2009-07-151-1/+4
* s4:pvfs: fix some talloc related compiler warningsStefan Metzmacher2009-02-051-1/+3
* Fix more compiler warnings in various places.Jelmer Vernooij2008-12-231-3/+3
* s4:pvfs: correctly check stream namesStefan Metzmacher2008-12-011-15/+37
* s4:pvfs: return the correct error code for invalid namesStefan Metzmacher2008-12-011-5/+16
* Add version of next_codepoint without iconv_convenience.Jelmer Vernooij2008-10-241-3/+3
* pvfs_close: correctly handle the write time updates passed by close()Stefan Metzmacher2008-06-031-0/+4
* pvfs: add PVFS_RESOLVE_NO_OPENDB flag and get the write time from the opendbStefan Metzmacher2008-06-031-11/+17
* pvfs_resolve: stream_name = "" is only the same as NULL for filesStefan Metzmacher2008-05-231-1/+7
* pvfs_resolve: add pvfs_resolve_name_handle()Stefan Metzmacher2008-02-291-0/+80
* pvfs_resolve: "\\" and a trailing "\" need to be reducedStefan Metzmacher2008-02-291-2/+9
* pvfs_resolve: fix endless loop with trailing ".."Stefan Metzmacher2008-02-291-1/+1
* Remove yet more uses of global_loadparm.Jelmer Vernooij2008-02-211-3/+4
* Remove more uses of global_loadparm.Jelmer Vernooij2008-02-211-2/+3
* r26443: Remove global_loadparm instances.Jelmer Vernooij2007-12-211-1/+1
* r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij2007-12-211-4/+5
* r26316: Use contexts for conversion functions.Jelmer Vernooij2007-12-211-3/+3
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-14/+14
* r24646: fixed the handling of case insensitive paths with wildcardsAndrew Tridgell2007-10-101-1/+33
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r15358: Fix some compiler warnings / type safety. Found by tccJelmer Vernooij2007-10-101-1/+1
* r15186: Introduce ISDOT and ISDOTDOT macros for testing whether a filename isJames Peach2007-10-101-2/+2
* r9792: Rename StrCaseCmp -> strcasecmp_m. All these years I was thinkingJelmer Vernooij2007-10-101-3/+3
* r7458: don't look at components[-1] :-)Stefan Metzmacher2007-10-101-0/+2
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-5/+5
* r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell2007-10-101-1/+1
* r4403: - added ACL inheritance in the pvfs backend. ACLs are now inherited onAndrew Tridgell2007-10-101-0/+51
* r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...Andrew Tridgell2007-10-101-2/+2
* r3799: - added the bit for FS_ATTR_NAMED_STREAMS support into qfsinfo filesys...Andrew Tridgell2007-10-101-0/+4
* r3798: added support for alternate data streams in xattrs into pvfs.Andrew Tridgell2007-10-101-3/+42
* r3747: - added some of the infrastructure needed for streams support in pvfsAndrew Tridgell2007-10-101-2/+2
* r3694: added support for the RENAME_INFORMATION level of setfileinfo andAndrew Tridgell2007-10-101-1/+1
* r3658: use handle->fd == -1 as the primary indicator of a directory. ThisAndrew Tridgell2007-10-101-1/+1
* r3545: initial support for using extended attributes to hold extended dos att...Andrew Tridgell2007-10-101-5/+5
* r3447: more include/system/XXX.h include filesAndrew Tridgell2007-10-101-0/+1
* r3353: don't reference dos.attrib unless its initialisedAndrew Tridgell2007-10-101-1/+1
* r3351: handle far more operations on open directory handles. pvfs was failingAndrew Tridgell2007-10-101-2/+8
* r3288: - updated the path processing in pvfs to pass the RAW-CHKPATH test. ThisAndrew Tridgell2007-10-101-31/+50
* r3240: - update the rules for what error codes should be given on theAndrew Tridgell2007-10-101-9/+107
* r3227: added a per-share option "case insensitive filesystem", that tells theAndrew Tridgell2007-10-101-6/+12
* r3198: check for too many .. components in filenamesAndrew Tridgell2007-10-101-1/+16
* r3133: - more consistent error checking in rename and setfileinfoAndrew Tridgell2007-10-101-0/+19
* r2984: fixed the error code for a non-terminal component of a path name not e...Andrew Tridgell2007-10-101-2/+1