index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
ntvfs
/
posix
/
pvfs_resolve.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-01
s4-ntvfs: added allow_override check based on use of NT ACL
Andrew Tridgell
1
-0
/
+3
2011-09-05
s4:ntvfs: s/== PROTOCOL_SMB2/>= PROTOCOL_SMB2_02/
Stefan Metzmacher
1
-1
/
+1
2010-05-18
Finish removal of iconv_convenience in public API's.
Jelmer Vernooij
1
-11
/
+7
2010-02-02
Change uint_t to unsigned int in source4
Matt Kraai
1
-6
/
+6
2009-12-03
s4:ntvfs/posix/pvfs_resolve - Fix "discard const" warning
Matthias Dieter Wallnöfer
1
-3
/
+3
2009-10-18
s4-pvfs: when reporting the file name, don't include the :$DATA suffix
Andrew Tridgell
1
-0
/
+10
2009-10-18
s4-pvfs: change the handling of access checking on create
Andrew Tridgell
1
-2
/
+9
2009-07-15
s3:ntvfs/posix: avoid unnesessary talloc_reference()
Stefan Metzmacher
1
-1
/
+4
2009-02-05
s4:pvfs: fix some talloc related compiler warnings
Stefan Metzmacher
1
-1
/
+3
2008-12-23
Fix more compiler warnings in various places.
Jelmer Vernooij
1
-3
/
+3
2008-12-01
s4:pvfs: correctly check stream names
Stefan Metzmacher
1
-15
/
+37
2008-12-01
s4:pvfs: return the correct error code for invalid names
Stefan Metzmacher
1
-5
/
+16
2008-10-24
Add version of next_codepoint without iconv_convenience.
Jelmer Vernooij
1
-3
/
+3
2008-06-03
pvfs_close: correctly handle the write time updates passed by close()
Stefan Metzmacher
1
-0
/
+4
2008-06-03
pvfs: add PVFS_RESOLVE_NO_OPENDB flag and get the write time from the opendb
Stefan Metzmacher
1
-11
/
+17
2008-05-23
pvfs_resolve: stream_name = "" is only the same as NULL for files
Stefan Metzmacher
1
-1
/
+7
2008-02-29
pvfs_resolve: add pvfs_resolve_name_handle()
Stefan Metzmacher
1
-0
/
+80
2008-02-29
pvfs_resolve: "\\" and a trailing "\" need to be reduced
Stefan Metzmacher
1
-2
/
+9
2008-02-29
pvfs_resolve: fix endless loop with trailing ".."
Stefan Metzmacher
1
-1
/
+1
2008-02-21
Remove yet more uses of global_loadparm.
Jelmer Vernooij
1
-3
/
+4
2008-02-21
Remove more uses of global_loadparm.
Jelmer Vernooij
1
-2
/
+3
2007-12-21
r26443: Remove global_loadparm instances.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26429: Avoid use of global_smb_iconv_convenience.
Jelmer Vernooij
1
-4
/
+5
2007-12-21
r26316: Use contexts for conversion functions.
Jelmer Vernooij
1
-3
/
+3
2007-10-10
r25554: Convert last instances of BOOL, True and False to the standard types.
Jelmer Vernooij
1
-14
/
+14
2007-10-10
r24646: fixed the handling of case insensitive paths with wildcards
Andrew Tridgell
1
-1
/
+33
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
2007-10-10
r15358: Fix some compiler warnings / type safety. Found by tcc
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r15186: Introduce ISDOT and ISDOTDOT macros for testing whether a filename is
James Peach
1
-2
/
+2
2007-10-10
r9792: Rename StrCaseCmp -> strcasecmp_m. All these years I was thinking
Jelmer Vernooij
1
-3
/
+3
2007-10-10
r7458: don't look at components[-1] :-)
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
1
-5
/
+5
2007-10-10
r4549: got rid of a lot more uses of plain talloc(), instead using
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4403: - added ACL inheritance in the pvfs backend. ACLs are now inherited on
Andrew Tridgell
1
-0
/
+51
2007-10-10
r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...
Andrew Tridgell
1
-2
/
+2
2007-10-10
r3799: - added the bit for FS_ATTR_NAMED_STREAMS support into qfsinfo filesys...
Andrew Tridgell
1
-0
/
+4
2007-10-10
r3798: added support for alternate data streams in xattrs into pvfs.
Andrew Tridgell
1
-3
/
+42
2007-10-10
r3747: - added some of the infrastructure needed for streams support in pvfs
Andrew Tridgell
1
-2
/
+2
2007-10-10
r3694: added support for the RENAME_INFORMATION level of setfileinfo and
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3658: use handle->fd == -1 as the primary indicator of a directory. This
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3545: initial support for using extended attributes to hold extended dos att...
Andrew Tridgell
1
-5
/
+5
2007-10-10
r3447: more include/system/XXX.h include files
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3353: don't reference dos.attrib unless its initialised
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3351: handle far more operations on open directory handles. pvfs was failing
Andrew Tridgell
1
-2
/
+8
2007-10-10
r3288: - updated the path processing in pvfs to pass the RAW-CHKPATH test. This
Andrew Tridgell
1
-31
/
+50
2007-10-10
r3240: - update the rules for what error codes should be given on the
Andrew Tridgell
1
-9
/
+107
2007-10-10
r3227: added a per-share option "case insensitive filesystem", that tells the
Andrew Tridgell
1
-6
/
+12
2007-10-10
r3198: check for too many .. components in filenames
Andrew Tridgell
1
-1
/
+16
2007-10-10
r3133: - more consistent error checking in rename and setfileinfo
Andrew Tridgell
1
-0
/
+19
2007-10-10
r2984: fixed the error code for a non-terminal component of a path name not e...
Andrew Tridgell
1
-2
/
+1
[next]