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_qfileinfo.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-05
s4:ntvfs: s/== PROTOCOL_SMB2/>= PROTOCOL_SMB2_02/
Stefan Metzmacher
1
-1
/
+1
2011-06-16
s4:ntvfs subsystems - rework it using concrete enum values
Matthias Dieter Wallnöfer
1
-1
/
+5
2011-06-09
s4:ntvfs subsystem - quiet enum warnings
Matthias Dieter Wallnöfer
1
-4
/
+3
2010-02-02
Change uint_t to unsigned int in source4
Matt Kraai
1
-1
/
+1
2009-10-19
s4-pvfs: fill in alignment_requirement (valgrind error)
Andrew Tridgell
1
-0
/
+1
2009-10-18
s4-pvfs: the STREAM_INFORMATION calls don't need any access flags
Andrew Tridgell
1
-0
/
+5
2009-02-05
s4:pvfs: use talloc_get_type() to cast from void *
Stefan Metzmacher
1
-2
/
+4
2008-05-29
querying the ACCESS_INFORMATION is always allowed
Andrew Tridgell
1
-0
/
+4
2008-05-28
SMB2 doesn't have NAME_INFORMATION level
Andrew Tridgell
1
-0
/
+4
2008-05-28
answer SMB2_ALL_EAS qfileinfo
Andrew Tridgell
1
-0
/
+9
2008-05-23
fix make test for EAs again
Andrew Tridgell
1
-4
/
+0
2008-05-22
fixes for EAs and filename in gentest_smb2 results
Andrew Tridgell
1
-1
/
+12
2008-02-29
pvfs: use pvfs_resolve_name_handle() in qfileinfo and setfileinfo
Stefan Metzmacher
1
-1
/
+1
2008-02-28
pvfs: remove unused args from pvfs_delete_on_close_set()
Stefan Metzmacher
1
-3
/
+3
2008-02-26
pvfs_qfileinfo: down discard the return value of pvfs_can_stat()
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
2007-10-10
r16724: fix typo...
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r16468: implement SMB2_ALL_INFORMATION in the posix backend
Stefan Metzmacher
1
-5
/
+36
2007-10-10
r15734: This is a major change to the NTVFS subsystem:
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r15057: fix access masks for getting and setting security_descriptors
Stefan Metzmacher
1
-6
/
+16
2007-10-10
r14464: Don't include ndr_BASENAME.h files unless strictly required, instead
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r14256: - rename smb_file -> smb_handle
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r14173: change smb interface structures to always use
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r14157: - pass a struct ntvfs_request to the ntvfs layer
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r13739: a fairly major overhaul of the opendb code to allow the BASE-DELETE
Andrew Tridgell
1
-4
/
+9
2007-10-10
r9792: Rename StrCaseCmp -> strcasecmp_m. All these years I was thinking
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
1
-4
/
+4
2007-10-10
r4448: - fixed access_mask checking on acl set
Andrew Tridgell
1
-0
/
+4
2007-10-10
r4409: fixed handling of zero access masks for the POSITION_INFORMATION query...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4408: added the remaining access check hooks into pvfs. All calls should now...
Andrew Tridgell
1
-0
/
+37
2007-10-10
r4263: added support for the trans2 RAW_SEARCH_EA_LIST information
Andrew Tridgell
1
-5
/
+5
2007-10-10
r4261: added the RAW_FILEINFO_EA_LIST trans2 qfileinfo and qpathinfo
Andrew Tridgell
1
-6
/
+52
2007-10-10
r3832: added NT ACL query/set to the posix NTVFS backend. The default ACL is
Andrew Tridgell
1
-3
/
+7
2007-10-10
r3806: added support to smb_server and pvfs for the NTTRANS Create call. This
Andrew Tridgell
1
-1
/
+2
2007-10-10
r3798: added support for alternate data streams in xattrs into pvfs.
Andrew Tridgell
1
-13
/
+3
2007-10-10
r3747: - added some of the infrastructure needed for streams support in pvfs
Andrew Tridgell
1
-2
/
+1
2007-10-10
r3618: - this adds the special case for DENY_DOS semantics, as shown by the B...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3615: split out struct pvfs_file_handle from struct pvfs_file. This is in
Andrew Tridgell
1
-7
/
+9
2007-10-10
r3596: MODE_INFORMATION tests now pass. Only RENAME_INFORMATION level left to
Andrew Tridgell
1
-1
/
+5
2007-10-10
r3549: added support for DOS extended attribute lists (name/value pairs)
Andrew Tridgell
1
-6
/
+33
2007-10-10
r3544: fixed some #include lines to make them more consistent
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3323: more warning reductions
Andrew Tridgell
1
-0
/
+3
2007-10-10
r3172: much better qfileinfo implementation in pvfs. We now pass RAW-QFILEINFO
Andrew Tridgell
1
-52
/
+179
2007-10-10
r3161: pvfs now passes the RAW-SEEK test
Andrew Tridgell
1
-1
/
+5
2007-10-10
r2789: fix compile
Simo Sorce
1
-1
/
+1
2007-10-10
r2751: this is a new ntvfs design which tries to solve:
Stefan Metzmacher
1
-7
/
+9
2007-10-10
r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2561: completely redid the ntvfs module chaining code, You can now do someth...
Andrew Tridgell
1
-4
/
+4
2007-10-10
r2436: the second big lump of posix vfs code.
Andrew Tridgell
1
-0
/
+129