summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2008-02-26opendb: pass down open_disposition and break_to_none to odb_open_file()Stefan Metzmacher4-18/+21
2008-02-26pvfs_setfileinfo_rename: map DELETE_PENDING to ACCESS_DENIEDStefan Metzmacher1-0/+3
2008-02-26opendb_tdb: only file->delete_on_close == true should give DELETE_PENDINGStefan Metzmacher1-2/+5
2008-02-26opendb_tdb: move sharemode, oplock logic into odb_tdb_open_can_internal()Stefan Metzmacher1-89/+102
2008-02-26opendb_tdb: add force break to none logicStefan Metzmacher1-2/+7
2008-02-26opendb_tdb: attribute only opens doesn't conflict with BATCH oplocksStefan Metzmacher1-2/+35
2008-02-26opendb_tdb: grant level2 oplocksStefan Metzmacher1-9/+23
2008-02-26opendb: add odb_break_oplocks() functionStefan Metzmacher4-2/+57
2008-02-25Update homepages for talloc, tdb and ldb subprojectsSimo Sorce3-34/+24
2008-02-25opendb: add odb_update_oplock() callStefan Metzmacher4-3/+66
2008-02-25opendb: send also the oplock break level on MSG_NTVFS_OPLOCK_BREAKStefan Metzmacher2-5/+27
2008-02-25opendb: add odb_get_key() function to get the key back from a struct odb_lockStefan Metzmacher4-0/+23
2008-02-25pvfs_unlink: move stream logic into pvfs_unlink_one()Stefan Metzmacher1-34/+8
2008-02-25pvfs_unlink: splitup the logic into generic and file specific functionsStefan Metzmacher1-17/+28
2008-02-25pvfs_unlink: add a fast path for the non wildcard caseStefan Metzmacher1-0/+4
2008-02-25pvfs_unlink: move !name->stream_exists into the callerStefan Metzmacher1-4/+4
2008-02-25pvfs_unlink: pass down union smb_unlink completely to sub functionsStefan Metzmacher1-8/+10
2008-02-25pvfs_unlink: pass down a struct pvfs_filename to pvfs_unlink_one()Stefan Metzmacher1-16/+14
2008-02-25pvfs_open: unify talloc behavior in pvfs_can_delete/rename/stat()Stefan Metzmacher1-4/+12
2008-02-25pvfs: handle SHARING_VIOLATION and OPLOCK_NOT_GRANTED in pvfs_can_delete/rena...Stefan Metzmacher1-2/+26
2008-02-25pvfs: pass NULL to pvfs_can_*() when no odb_lock is needed by the callerStefan Metzmacher3-12/+9
2008-02-25pvfs_wait: use struct pvfs_wait * instead of void *Stefan Metzmacher5-11/+15
2008-02-25pvfs_wait: 'private' -> 'private_data' and use talloc_get_type()Stefan Metzmacher1-11/+16
2008-02-25RAW-OPLOCK: remove unused varStefan Metzmacher1-2/+1
2008-02-25RAW-OPLOCK: fix typo (send oplock releases on the correct connection)Stefan Metzmacher1-1/+1
2008-02-25selftest: we pass the BASE-DEFER_OPEN testStefan Metzmacher2-4/+3
2008-02-25BASE-DEFER_OPEN: add torture:sharedelays option to run this test fasterStefan Metzmacher1-5/+13
2008-02-23Respect the return value of asprintfVolker Lendecke1-2/+1
2008-02-22libreplace: don't use socketwrapper for getifaddrs() implementations.Michael Adam1-0/+2
2008-02-22Happy New Year 2008! :-)Stefan Metzmacher1-1/+1
2008-02-22libreplace: Fix comment originating from old samba source.Michael Adam1-1/+1
2008-02-22libreplace: fix creation of conftest files for getifaddrs tests.Michael Adam1-4/+11
2008-02-22Fix linked list of ifaddrs in implementations of rep_getifaddrs.Michael Adam1-3/+3
2008-02-22Add missing initalizations of lastif in rep_getifaddr implementations.Michael Adam1-3/+6
2008-02-21libreplace: fix compile errors in getifaddrs.cMichael Adam1-6/+3
2008-02-21Try and fix getifaddrs check on irix: dont't try to include config.hMichael Adam1-0/+3
2008-02-21Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij18-23/+1214
2008-02-21Remove extra whitespace, use public variable in IDL.Jelmer Vernooij2-2/+2
2008-02-21Remove more uses of global_loadparm.Jelmer Vernooij8-25/+40
2008-02-21selftest: fix --socket-wrapper-pcapStefan Metzmacher1-1/+1
2008-02-21ldb_sqlite: fix the buildStefan Metzmacher2-2/+1
2008-02-21Remove more uses of global_loadparm.Jelmer Vernooij12-12/+17
2008-02-21Remove more uses of global_loadparm.Jelmer Vernooij4-19/+31
2008-02-21Remove more uses of global_loadparm.Jelmer Vernooij7-24/+27
2008-02-21Remove more uses of global_loadparm.Jelmer Vernooij12-23/+33
2008-02-21Avoid use of global_loadparm.Jelmer Vernooij9-33/+70
2008-02-21srvsvc.idl: don't use STR_LEN4 anymoreStefan Metzmacher1-1/+10
2008-02-21samr.idl: windows uses lsa_AsciiStringLarge in QueryDisplayInfoStefan Metzmacher1-1/+1
2008-02-21idmap: Handle SID->gidKai Blin2-5/+263
2008-02-21idmap: Handle SID->uidKai Blin2-8/+264