index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
ntvfs
/
posix
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
pvfs_unlink: retry unlink after oplock not granted
Stefan Metzmacher
2008-02-26
2
-7
/
+113
*
|
pvfs: add posix:oplocktimeout=30 option
Stefan Metzmacher
2008-02-26
2
-2
/
+11
*
|
pvfs_setfileinfo: break level2 oplocks on setfileinfo() ALLOCATION_INFO and E...
Stefan Metzmacher
2008-02-26
1
-0
/
+6
*
|
pvfs: send oplock breaks to none to level2 holders on write/lock requests
Stefan Metzmacher
2008-02-26
2
-1
/
+7
*
|
pvfs_oplocks: add pvfs_break_level2_oplocks()
Stefan Metzmacher
2008-02-26
1
-0
/
+39
*
|
pvfs: handle oplock releases in its own function pvfs_oplock_release()
Stefan Metzmacher
2008-02-26
2
-7
/
+68
*
|
pvfs_open: call pvfs_setup_oplock() if an oplock was granted
Stefan Metzmacher
2008-02-26
2
-3
/
+27
*
|
pvfs: add pvfs_setup_oplock() to receive oplock breaks and pass them to the c...
Stefan Metzmacher
2008-02-26
2
-0
/
+137
*
|
pvfs_open: make the retry logic indepdendent from open and sharing violations
Stefan Metzmacher
2008-02-26
2
-50
/
+104
*
|
pvfs_open: fix odb_can_open() callers after prototype change
Stefan Metzmacher
2008-02-26
1
-16
/
+35
*
|
pvfs_open: pass down open_disposition and break_to_none to odb_open_file()
Stefan Metzmacher
2008-02-26
1
-8
/
+12
*
|
pvfs_setfileinfo_rename: map DELETE_PENDING to ACCESS_DENIED
Stefan Metzmacher
2008-02-26
1
-0
/
+3
*
|
pvfs_unlink: move stream logic into pvfs_unlink_one()
Stefan Metzmacher
2008-02-25
1
-34
/
+8
*
|
pvfs_unlink: splitup the logic into generic and file specific functions
Stefan Metzmacher
2008-02-25
1
-17
/
+28
*
|
pvfs_unlink: add a fast path for the non wildcard case
Stefan Metzmacher
2008-02-25
1
-0
/
+4
*
|
pvfs_unlink: move !name->stream_exists into the caller
Stefan Metzmacher
2008-02-25
1
-4
/
+4
*
|
pvfs_unlink: pass down union smb_unlink completely to sub functions
Stefan Metzmacher
2008-02-25
1
-8
/
+10
*
|
pvfs_unlink: pass down a struct pvfs_filename to pvfs_unlink_one()
Stefan Metzmacher
2008-02-25
1
-16
/
+14
*
|
pvfs_open: unify talloc behavior in pvfs_can_delete/rename/stat()
Stefan Metzmacher
2008-02-25
1
-4
/
+12
*
|
pvfs: handle SHARING_VIOLATION and OPLOCK_NOT_GRANTED in pvfs_can_delete/rena...
Stefan Metzmacher
2008-02-25
1
-2
/
+26
*
|
pvfs: pass NULL to pvfs_can_*() when no odb_lock is needed by the caller
Stefan Metzmacher
2008-02-25
3
-12
/
+9
*
|
pvfs_wait: use struct pvfs_wait * instead of void *
Stefan Metzmacher
2008-02-25
5
-11
/
+15
*
|
pvfs_wait: 'private' -> 'private_data' and use talloc_get_type()
Stefan Metzmacher
2008-02-25
1
-11
/
+16
|
/
*
Remove more uses of global_loadparm.
Jelmer Vernooij
2008-02-21
1
-1
/
+5
*
Remove more uses of global_loadparm.
Jelmer Vernooij
2008-02-21
2
-8
/
+11
*
Get rid of 'INTEGRATED' build of modules - now replaced by 'MERGED_OBJ'
Jelmer Vernooij
2008-02-18
1
-1
/
+1
*
A better way to handle the different format of RenameInformation in SMB2
Andrew Tridgell
2008-02-14
1
-0
/
+3
*
we need to refuse a root_fid in rename on SMB but not SMB2
Andrew Tridgell
2008-02-14
1
-3
/
+5
*
Fixed SMB2 rename operations from Vista clients
Andrew Tridgell
2008-02-14
1
-13
/
+24
*
r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...
Jelmer Vernooij
2008-01-01
1
-1
/
+2
*
r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...
Jelmer Vernooij
2008-01-01
1
-1
/
+2
*
r26443: Remove global_loadparm instances.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r26440: Remove more uses of global_loadparm.
Jelmer Vernooij
2007-12-21
1
-0
/
+1
*
r26429: Avoid use of global_smb_iconv_convenience.
Jelmer Vernooij
2007-12-21
4
-10
/
+13
*
r26355: Eliminate global_loadparm in more places.
Jelmer Vernooij
2007-12-21
1
-0
/
+1
*
r26353: Remove use of global_loadparm.
Jelmer Vernooij
2007-12-21
2
-3
/
+3
*
r26316: Use contexts for conversion functions.
Jelmer Vernooij
2007-12-21
4
-9
/
+9
*
r26228: Store loadparm context in auth context, move more loadparm_contexts u...
Jelmer Vernooij
2007-12-21
1
-2
/
+2
*
r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.
Jelmer Vernooij
2007-12-21
2
-2
/
+3
*
r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)
Stefan Metzmacher
2007-12-21
1
-5
/
+10
*
r25554: Convert last instances of BOOL, True and False to the standard types.
Jelmer Vernooij
2007-10-10
14
-138
/
+138
*
r25430: Add the loadparm context to all parametric options.
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r25035: Fix some more warnings, use service pointer rather than service numbe...
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r24712: No longer expose the 'BOOL' data type in any interfaces.
Jelmer Vernooij
2007-10-10
1
-6
/
+6
*
r24646: fixed the handling of case insensitive paths with wildcards
Andrew Tridgell
2007-10-10
1
-1
/
+33
*
r24641: fixed several memory leaks in the brlock code
Andrew Tridgell
2007-10-10
1
-0
/
+11
*
r23792: convert Samba4 to GPLv3
Andrew Tridgell
2007-10-10
31
-93
/
+62
*
r23697: use the file perm options in the posix backend
Andrew Tridgell
2007-10-10
3
-10
/
+36
*
r23067: use 'const union smb_search_data *file' also in the server code to ge...
Stefan Metzmacher
2007-10-10
1
-9
/
+9
[prev]
[next]