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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-27
pvfs_rename: add retry logic after sharing violation or non granted oplock
Stefan Metzmacher
1
-2
/
+103
2008-02-27
opendb_tdb: EXCLUSIVE oplock use the same matching logic
Stefan Metzmacher
1
-3
/
+21
2008-02-27
RAW-OPLOCK: add EXCLUSIVE4 a attribute only open doesn't break an exclusive o...
Stefan Metzmacher
1
-0
/
+65
2008-02-27
RAW-OPLOCK: add EXCLUSIVE3
Stefan Metzmacher
1
-0
/
+69
2008-02-27
RAW-OPLOCK: add EXCLUSIVE2
Stefan Metzmacher
1
-0
/
+95
2008-02-27
RAW-OPLOCK: rename test (NORMAL => EXCLUSIVE1)
Stefan Metzmacher
1
-4
/
+4
2008-02-27
Fix cases, add version number. (#4935)
Matthias Dieter Wallnöfer
1
-15
/
+24
2008-02-27
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmak...
Jelmer Vernooij
14
-19
/
+213
2008-02-27
libreplace: standalone build: use -I$srcdir instead of -I.
Michael Adam
1
-1
/
+1
2008-02-27
libreplace: fix standalone build - add necessary libs.
Michael Adam
2
-1
/
+6
2008-02-27
libreplace: fix standalone build on some systems.
Michael Adam
1
-0
/
+2
2008-02-26
libreplace: Add tests for connect and gethostbyname.
Michael Adam
5
-0
/
+96
2008-02-26
pidl: Remove superfluous semicolon in perl code.
Michael Adam
2
-2
/
+2
2008-02-26
RAW-OPLOCK: BATCH15: make sure a qpathinfo doesn't break batch oplocks
Stefan Metzmacher
1
-0
/
+74
2008-02-26
Rely on GNU make to build static libraries.
Jelmer Vernooij
2
-10
/
+8
2008-02-26
opendb_tdb: with break_to_none attribute only opens also break oplocks
Stefan Metzmacher
1
-2
/
+9
2008-02-26
pvfs_open: pass down an access mask to pvfs_can_update_file_size()
Stefan Metzmacher
1
-3
/
+13
2008-02-26
pvfs_qfileinfo: down discard the return value of pvfs_can_stat()
Stefan Metzmacher
1
-1
/
+1
2008-02-26
pvfs_open: pass down an access mask in pvfs_can_stat()
Stefan Metzmacher
1
-1
/
+1
2008-02-26
pvfs_open: pass NTCREATEX_DISP_OPEN to odb_can_open()
Stefan Metzmacher
1
-4
/
+4
2008-02-26
Fix build on VOS: socklen_t is needed for rep_inet_ntop: move it up.
Michael Adam
1
-5
/
+5
2008-02-26
BASE-DEFER_OPEN: be less strict with to late responses
Stefan Metzmacher
1
-1
/
+1
2008-02-26
selftest: Samba4 passes all oplocks tests now
Stefan Metzmacher
3
-5
/
+6
2008-02-26
pvfs_setpathinfo: retry setpathinfo after oplock not granted on on setpathinf...
Stefan Metzmacher
1
-0
/
+107
2008-02-26
pvfs_open: add pvfs_can_update_file_size()
Stefan Metzmacher
1
-0
/
+62
2008-02-26
pvfs_unlink: retry unlink after oplock not granted
Stefan Metzmacher
2
-7
/
+113
2008-02-26
pvfs: add posix:oplocktimeout=30 option
Stefan Metzmacher
2
-2
/
+11
2008-02-26
pvfs_setfileinfo: break level2 oplocks on setfileinfo() ALLOCATION_INFO and E...
Stefan Metzmacher
1
-0
/
+6
2008-02-26
pvfs: send oplock breaks to none to level2 holders on write/lock requests
Stefan Metzmacher
2
-1
/
+7
2008-02-26
pvfs_oplocks: add pvfs_break_level2_oplocks()
Stefan Metzmacher
1
-0
/
+39
2008-02-26
pvfs: handle oplock releases in its own function pvfs_oplock_release()
Stefan Metzmacher
2
-7
/
+68
2008-02-26
pvfs_open: call pvfs_setup_oplock() if an oplock was granted
Stefan Metzmacher
2
-3
/
+27
2008-02-26
pvfs: add pvfs_setup_oplock() to receive oplock breaks and pass them to the c...
Stefan Metzmacher
2
-0
/
+137
2008-02-26
pvfs_open: make the retry logic indepdendent from open and sharing violations
Stefan Metzmacher
2
-50
/
+104
2008-02-26
pvfs_open: fix odb_can_open() callers after prototype change
Stefan Metzmacher
1
-16
/
+35
2008-02-26
opendb: unify the parameters of odb_open_file() and odb_can_open()
Stefan Metzmacher
4
-18
/
+15
2008-02-26
pvfs_open: pass down open_disposition and break_to_none to odb_open_file()
Stefan Metzmacher
1
-8
/
+12
2008-02-26
opendb: pass down open_disposition and break_to_none to odb_open_file()
Stefan Metzmacher
4
-18
/
+21
2008-02-26
pvfs_setfileinfo_rename: map DELETE_PENDING to ACCESS_DENIED
Stefan Metzmacher
1
-0
/
+3
2008-02-26
opendb_tdb: only file->delete_on_close == true should give DELETE_PENDING
Stefan Metzmacher
1
-2
/
+5
2008-02-26
opendb_tdb: move sharemode, oplock logic into odb_tdb_open_can_internal()
Stefan Metzmacher
1
-89
/
+102
2008-02-26
opendb_tdb: add force break to none logic
Stefan Metzmacher
1
-2
/
+7
2008-02-26
opendb_tdb: attribute only opens doesn't conflict with BATCH oplocks
Stefan Metzmacher
1
-2
/
+35
2008-02-26
opendb_tdb: grant level2 oplocks
Stefan Metzmacher
1
-9
/
+23
2008-02-26
opendb: add odb_break_oplocks() function
Stefan Metzmacher
4
-2
/
+57
2008-02-26
Remove more cruft about smbscript.
Andrew Bartlett
1
-3
/
+1
2008-02-26
Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local
Andrew Bartlett
19
-149
/
+280
2008-02-26
Make use of smbpython clear.
Andrew Bartlett
1
-4
/
+3
2008-02-26
howto: We need bin/smbpython to run python provisioning
Kai Blin
1
-1
/
+1
2008-02-25
Update homepages for talloc, tdb and ldb subprojects
Simo Sorce
3
-34
/
+24
[next]