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-26
registry: Implement recursive deletes for ldb-backed registry.
Andrew Kroeger
1
-27
/
+116
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
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
2008-02-25
opendb: add odb_update_oplock() call
Stefan Metzmacher
4
-3
/
+66
2008-02-25
opendb: send also the oplock break level on MSG_NTVFS_OPLOCK_BREAK
Stefan Metzmacher
2
-5
/
+27
2008-02-25
opendb: add odb_get_key() function to get the key back from a struct odb_lock
Stefan Metzmacher
4
-0
/
+23
2008-02-25
pvfs_unlink: move stream logic into pvfs_unlink_one()
Stefan Metzmacher
1
-34
/
+8
2008-02-25
pvfs_unlink: splitup the logic into generic and file specific functions
Stefan Metzmacher
1
-17
/
+28
2008-02-25
pvfs_unlink: add a fast path for the non wildcard case
Stefan Metzmacher
1
-0
/
+4
2008-02-25
pvfs_unlink: move !name->stream_exists into the caller
Stefan Metzmacher
1
-4
/
+4
2008-02-25
pvfs_unlink: pass down union smb_unlink completely to sub functions
Stefan Metzmacher
1
-8
/
+10
2008-02-25
pvfs_unlink: pass down a struct pvfs_filename to pvfs_unlink_one()
Stefan Metzmacher
1
-16
/
+14
2008-02-25
pvfs_open: unify talloc behavior in pvfs_can_delete/rename/stat()
Stefan Metzmacher
1
-4
/
+12
2008-02-25
pvfs: handle SHARING_VIOLATION and OPLOCK_NOT_GRANTED in pvfs_can_delete/rena...
Stefan Metzmacher
1
-2
/
+26
[next]