summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/idmap_tdb2.c
Commit message (Expand)AuthorAgeFilesLines
* Rename module init functions from samba_init_moduleChristof Schmitt2014-04-021-1/+1
* dbwrap: add a dbwrap_flags argument to db_open()Michael Adam2014-02-071-1/+1
* s3:idmap_tdb: fix miss in rename of dbwrap_trans_store_uint32() to dbwrap_tra...Michael Adam2012-06-181-4/+4
* dbwrap: Rename dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystringAmitay Isaacs2012-06-181-2/+2
* s3:winbindd/idmap_tdb2: fix logic error in set_mapping_actionChristian Ambach2012-05-011-1/+1
* s3:winbindd/idmap_tdb2: use idmap_tdb_common codeChristian Ambach2012-05-011-357/+91
* s3: Add a "lock_order" argument to db_openVolker Lendecke2012-01-181-1/+2
* Revert making public of the samba-module library.Jelmer Vernooij2011-12-031-1/+1
* lib/util Rename samba_init_module -> samba_module_initAndrew Bartlett2011-10-281-1/+1
* s3:winbindd/idmap make idmap modules loadable againChristian Ambach2011-10-211-1/+1
* s3:dbwrap: change dbwrap_fetch_uint32() to NTSTATUS return type (instead of b...Michael Adam2011-10-111-8/+6
* s3:idmap_tdb2: fix hwm-handling to use uint32 consistentlyMichael Adam2011-10-111-10/+12
* s3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystring() and dbwrap_fetch_b...Michael Adam2011-10-111-6/+6
* s3:idmap_tdb2: fix bug 8368 : correctly initialize "idmap config * : script" ...Michael Adam2011-08-101-1/+1
* s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam2011-07-291-1/+1
* s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam2011-07-291-0/+1
* s3:idmap_tdb2: remove the undocumented option of the silly name "tdb:idmap2.tdb"Michael Adam2011-07-271-5/+1
* s3:idmap_tdb2: remove a legacy commentMichael Adam2011-07-271-1/+0
* s3:idmap_tdb2: remove legacy commentMichael Adam2011-07-271-2/+0
* s3:idmap_tdb2: remove superfluous initialization with bogus commentMichael Adam2011-07-271-3/+0
* s3:idmap_tdb2: fix a legacy comment that does not apply any moreMichael Adam2011-07-271-2/+1
* s3:idmap_tdb2: deprecate the idmap:script parameter and use "idmap config * :...Michael Adam2011-07-271-18/+21
* s3: only include tdb headers where needed.Günther Deschner2011-05-061-0/+1
* s3:idmap_tdb2: fix build of tdb2Michael Adam2011-04-041-0/+1
* s3:idmap: remove the params argument from the init functionMichael Adam2011-03-221-2/+1
* s3: Enhance error messages in idmap_tdb2_init_hwmVolker Lendecke2011-03-131-8/+9
* s3-idmap: fix the build of idmap_tdb2.Günther Deschner2011-03-081-11/+1
* s3: fix the build of idmap_adex, idmap_tdb2, idmap_hash and several vfs modules.Günther Deschner2010-10-181-0/+1
* s3-build: use dbwrap.h only where needed.Günther Deschner2010-08-261-0/+1
* s3-idmap: only include idmap headers where needed.Günther Deschner2010-08-261-0/+1
* s3:idmap_tdb2: use idmap_rw_new_mapping in idmap_tdb2_new_mappingMichael Adam2010-08-141-34/+6
* s3:idmap_tdb2: add rw_ops to idmap_tdb2_context and initialize in idmap_tdb2_...Michael Adam2010-08-141-0/+12
* s3:idmap_tdb2: add my (C)Michael Adam2010-08-141-0/+1
* s3:idmap_tdb2: move idmap_tdb2_new_mapping() up. spare a prototype.Michael Adam2010-08-141-55/+51
* s3:idmap_tdb2: get rid of an extra variable in idmap_tdb2_db_init().Michael Adam2010-08-141-1/+0
* s3:idmap_tdb2: move idmap_tdb2_set_mapping() up to its _action callback.Michael Adam2010-08-141-61/+62
* s3:idmap_tdb2: use the right talloc context for db_open in idmap_tdb2_open_db()Michael Adam2010-08-141-1/+1
* s3:idmap_tdb2: don't check whether sid is already mapped in idmap_tdb2_new_ma...Michael Adam2010-08-141-22/+0
* s3:idmap_tdb2: add the db_context to the idmap_tdb2_contextMichael Adam2010-08-141-19/+32
* s3:idmap_tdb2: talloc_zero (instead of talloc) the idmap_tdb2_contextMichael Adam2010-08-141-1/+1
* s3:idmap_tdb2: rename idmap_tdb2_alloc_load -> idmap_tdb2_init_hwmMichael Adam2010-08-141-5/+4
* s3:idmap_tdb2: move idmap_tdb2_alloc_load() up to reduce need for prototypeMichael Adam2010-08-141-36/+35
* s3:idmap_tdb2: remove unused idmap_tdb2_state and idmap_tdb2_load_rangesMichael Adam2010-08-141-51/+0
* s3:idmap_tdb2: give idmap_tdb2_alloc_load() and idmap domain arguemntMichael Adam2010-08-141-7/+7
* s3:idmap_tdb2: add an idmap_domain struct argument to idmap_tdb2_open_db()Michael Adam2010-08-141-9/+9
* s3:idmap_tdb2: remove filter_low_id and filter_high_id from idmap_tdb2_contextMichael Adam2010-08-141-2/+0
* s3:idmap_tdb2: don't parse config and fill filter_low_id and filter_high_idMichael Adam2010-08-141-43/+1
* s3:idmap_tdb2: honour the "idmap read only" flag in the tdb2 module.Michael Adam2010-08-141-1/+1
* s3:idmap_tdb2: use range from idmap_domain in idmap_tdb2_allocate_idMichael Adam2010-08-141-4/+1
* s3:idmap_tdb2: use filter from idmap_domain rather than from idmap_tdb2_contextMichael Adam2010-08-141-12/+6