summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | opendb: add odb_get_key() function to get the key back from a struct odb_lockStefan Metzmacher2008-02-254-0/+23
| * | | pvfs_unlink: move stream logic into pvfs_unlink_one()Stefan Metzmacher2008-02-251-34/+8
| * | | pvfs_unlink: splitup the logic into generic and file specific functionsStefan Metzmacher2008-02-251-17/+28
| * | | pvfs_unlink: add a fast path for the non wildcard caseStefan Metzmacher2008-02-251-0/+4
| * | | pvfs_unlink: move !name->stream_exists into the callerStefan Metzmacher2008-02-251-4/+4
| * | | pvfs_unlink: pass down union smb_unlink completely to sub functionsStefan Metzmacher2008-02-251-8/+10
| * | | pvfs_unlink: pass down a struct pvfs_filename to pvfs_unlink_one()Stefan Metzmacher2008-02-251-16/+14
| * | | pvfs_open: unify talloc behavior in pvfs_can_delete/rename/stat()Stefan Metzmacher2008-02-251-4/+12
| * | | pvfs: handle SHARING_VIOLATION and OPLOCK_NOT_GRANTED in pvfs_can_delete/rena...Stefan Metzmacher2008-02-251-2/+26
| * | | pvfs: pass NULL to pvfs_can_*() when no odb_lock is needed by the callerStefan Metzmacher2008-02-253-12/+9
| * | | pvfs_wait: use struct pvfs_wait * instead of void *Stefan Metzmacher2008-02-255-11/+15
| * | | pvfs_wait: 'private' -> 'private_data' and use talloc_get_type()Stefan Metzmacher2008-02-251-11/+16
| * | | RAW-OPLOCK: remove unused varStefan Metzmacher2008-02-251-2/+1
| * | | RAW-OPLOCK: fix typo (send oplock releases on the correct connection)Stefan Metzmacher2008-02-251-1/+1
| * | | selftest: we pass the BASE-DEFER_OPEN testStefan Metzmacher2008-02-252-4/+3
| * | | BASE-DEFER_OPEN: add torture:sharedelays option to run this test fasterStefan Metzmacher2008-02-251-5/+13
| |/ /
| * | Respect the return value of asprintfVolker Lendecke2008-02-231-2/+1
| * | libreplace: don't use socketwrapper for getifaddrs() implementations.Michael Adam2008-02-221-0/+2
| * | Happy New Year 2008! :-)Stefan Metzmacher2008-02-221-1/+1
| * | libreplace: Fix comment originating from old samba source.Michael Adam2008-02-221-1/+1
| * | libreplace: fix creation of conftest files for getifaddrs tests.Michael Adam2008-02-221-4/+11
| * | Fix linked list of ifaddrs in implementations of rep_getifaddrs.Michael Adam2008-02-221-3/+3
| * | Add missing initalizations of lastif in rep_getifaddr implementations.Michael Adam2008-02-221-3/+6
| * | libreplace: fix compile errors in getifaddrs.cMichael Adam2008-02-211-6/+3
| * | Try and fix getifaddrs check on irix: dont't try to include config.hMichael Adam2008-02-211-0/+3
| |/
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2008-02-2119-23/+1215
| |\
| | * selftest: fix --socket-wrapper-pcapStefan Metzmacher2008-02-211-1/+1
| | * ldb_sqlite: fix the buildStefan Metzmacher2008-02-212-2/+1
| | * srvsvc.idl: don't use STR_LEN4 anymoreStefan Metzmacher2008-02-211-1/+10
| | * samr.idl: windows uses lsa_AsciiStringLarge in QueryDisplayInfoStefan Metzmacher2008-02-211-1/+1
| | * idmap: Handle SID->gidKai Blin2008-02-212-5/+263
| | * idmap: Handle SID->uidKai Blin2008-02-212-8/+264
| | * idmap: Handle gid->SID mappingKai Blin2008-02-212-7/+163
| | * idmap: Handle uid->SID mappingKai Blin2008-02-2110-5/+511
| | * loadparm: Add configuration settings for idmap.Kai Blin2008-02-211-0/+8
| * | Remove extra whitespace, use public variable in IDL.Jelmer Vernooij2008-02-212-2/+2
| * | Remove more uses of global_loadparm.Jelmer Vernooij2008-02-218-25/+40
| * | Remove more uses of global_loadparm.Jelmer Vernooij2008-02-2112-12/+17
| * | Remove more uses of global_loadparm.Jelmer Vernooij2008-02-214-19/+31
| * | Remove more uses of global_loadparm.Jelmer Vernooij2008-02-217-24/+27
| * | Remove more uses of global_loadparm.Jelmer Vernooij2008-02-2112-23/+33
| * | Avoid use of global_loadparm.Jelmer Vernooij2008-02-219-33/+70
| |/
| * Make setup/provision the name of the python provision script now that that is...Jelmer Vernooij2008-02-215-373/+373
| * Remove kinit with pkinit failure from known failures list again.Jelmer Vernooij2008-02-211-1/+0
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2008-02-213-8/+19
| |\
| | * Be consistant about --ldap-backend-typeAndrew Bartlett2008-02-212-7/+12
| | * Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett2008-02-21313-6563/+6333
| | |\
| | * | Until the new ldb changes land, make ldb_wait set the error string.Andrew Bartlett2008-02-211-1/+7
| * | | Never assume -fvisibility=hidden for modules unless explicitly specified (con...Jelmer Vernooij2008-02-211-8/+0
| | |/ | |/|
| * | Support dlopen(NULL, ...) on HPUX.Jelmer Vernooij2008-02-201-0/+2