summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/idmap_tdb2.c
Commit message (Expand)AuthorAgeFilesLines
* s3: range-check idmap script outputVolker Lendecke2010-04-291-0/+13
* s3: Fix an uninitialized variable in idmap_tdb2_sid_to_id()Volker Lendecke2010-04-291-0/+1
* s3: Fix some nonempty blank linesVolker Lendecke2010-04-291-14/+14
* s3-idmap: fix two uninitialized variable warnings in idmap_tdb2.Günther Deschner2009-08-201-3/+3
* s3:winbind: use transaction in idmap_tdb2_allocate_id_action().Michael Adam2009-07-291-1/+1
* s3:dbwrap: change dbwrap_change_uint32_atomic() to return NTSTATUS not uint32_t.Michael Adam2009-07-291-4/+2
* s3:winbind: in idmap_tdb2_sid_to_id(), use transaction wrapped stores.Michael Adam2009-07-291-9/+15
* s3:winbind: in idmap_tdb2_id_to_sid(), use transaction wrapped stores.Michael Adam2009-07-291-9/+12
* s3:winbind: use transaction wrapper in idmap_tdb2_allocate_id()Michael Adam2009-07-291-43/+69
* s3:winbind: use transaction wrapper in idmap_tdb2_set_mapping()Michael Adam2009-07-291-49/+55
* s3:idmap_tdb2: filter out of range mappings in default idmap configMichael Adam2009-05-271-12/+49
* More fix to initialize idmap statusesBo Yang2009-03-021-0/+10
* s3:idmap_tdb2: untangle assignment and check in idmap_tdb2_alloc_load()Michael Adam2009-02-061-6/+4
* s3:idmap_tdb2: factor lodaing of ranges out into idmap_tdb2_load_ranges()Michael Adam2009-02-061-25/+41
* s3:idmap_tdb2: move together code that belongs together in idmap_tdb2_alloc_loadMichael Adam2009-02-061-7/+8
* s3:idmap_tdb2: streamline idmap_tdb2_sid_to_id,Michael Adam2009-02-061-6/+7
* removed unused variablesAndrew Tridgell2008-09-291-2/+1
* fixed segv on startup with trusted domainsAndrew Tridgell2008-09-291-0/+16
* use transactions in idmap_tdb2Andrew Tridgell2008-08-131-18/+42
* got rid of the redundent cache databaseAndrew Tridgell2008-08-131-134/+28
* idmap tdb2: fix inconsistent mappings by checking for race and retrying to fe...Michael Adam2008-08-131-57/+13
* idmap tdb2: fix broken logic in tdb2_delete_bystring().Michael Adam2008-08-131-5/+8
* idmap tdb2: fix broken logic in tdb2_store_bystring().Michael Adam2008-08-131-5/+8
* Remove "idmap alloc config : range" parameterVolker Lendecke2008-08-121-54/+37
* idmap rewriteVolker Lendecke2008-08-121-26/+2
* Revert "Fix nonempty whitespace only lines"Volker Lendecke2008-07-111-14/+14
* Fix nonempty whitespace only linesVolker Lendecke2008-07-021-14/+14
* Convert old sid-string handling in idmap_tdb2 to a new oneAlexander Bokovoy2008-01-161-4/+7
* idmap TDB2 backend, used for clustered Samba setups.Alexander Bokovoy2008-01-161-0/+1014