summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/idmap_autorid_tdb.c
Commit message (Expand)AuthorAgeFilesLines
* autorid: add high_id to range config and fill it where we also fill range->lo...Michael Adam2014-04-251-0/+2
* autorid: fix discard-const warning in idmap_autorid_init_hwm()Michael Adam2014-04-251-1/+1
* autorid: fix uninitialized return code for successful autorid.tdb creation/op...Michael Adam2014-04-251-3/+1
* autorid: add debug messages to idmap_autorid_get_domainrange()Michael Adam2014-04-251-0/+4
* autorid: improve wording in a debug messageMichael Adam2014-04-251-1/+1
* autorid: split idmap_autorid_db_open and idmap_autorid_init_hwms out of idmap...Michael Adam2014-04-031-9/+38
* autorid: in idmap_autorid_saveconfig, add a debug msg when loading gives errorMichael Adam2014-04-031-0/+2
* autorid: improve the precision of the DEBUG at the end of add_rangeMichael Adam2014-04-031-2/+5
* autorid: add a DEBUG upon talloc fail in the add_range function.Michael Adam2014-04-031-0/+1
* autorid: when storing a new range, always check it does not exist.Michael Adam2014-04-031-15/+22
* autorid: fix a potential for data corruption.Michael Adam2014-04-031-1/+33
* autorid: print debug message when a HWM key has been createdMichael Adam2014-04-031-0/+2
* autorid: reverse logic flow in idmap_autorid_init_hwm(), decreasing indentation.Michael Adam2014-04-031-9/+13
* autorid: store hwm as uint32_t in idmap_autorid_init_hwm()Michael Adam2014-04-031-1/+1
* dbwrap: add a dbwrap_flags argument to db_open()Michael Adam2014-02-071-1/+1
* idmap_autorid: fix status code when trying to load range for an invalid inputMichael Adam2013-11-071-0/+6
* idmap_autorid: add space between two words in a debug messageAtul Kulkarni2013-11-071-2/+2
* idmap_autorid: fix traversal of ranges to correctly exclude mapping records.Michael Adam2013-10-211-0/+8
* idmap_autorid: allow iterate functions to operate on all domain rangesMichael Adam2013-10-021-4/+2
* idmap_autorid: add idmap_autorid_delete_domain_ranges()Michael Adam2013-10-021-0/+82
* idmap_autorid: add idmap_autorid_iterate_domain_ranges[_read]()Michael Adam2013-10-021-0/+185
* idmap_autorid: add idmap_autorid_delete_range_by_num()Michael Adam2013-10-021-0/+119
* idmap_autorid: add idmap_autorid_delete_range_by_sid()Michael Adam2013-10-021-0/+119
* idmap_autorid: add idmap_autorid_build_keystr_talloc()Michael Adam2013-10-021-0/+17
* idmap_autorid: extend idmap_autorid_addrange to allow to set mappings below t...Michael Adam2013-10-021-21/+40
* idmap_autorid: improve clarity of idmap_autorid_addrange_action() by adding m...Michael Adam2013-10-021-7/+8
* idmap_autorid: add idmap_autorid_saveconfigstr()Michael Adam2013-10-021-0/+16
* idmap_autorid: Don't use db as a temporary talloc context.Michael Adam2013-10-021-1/+1
* idmap_autorid: improve two debug messages by printing NT error codesMichael Adam2013-10-021-3/+3
* idmap_autorid: fix a debug message in idmap_autorid_addrange()Michael Adam2013-10-021-2/+2
* idmap_autorid: for clarity, add a wrapper idmap_autorid_acquire_range() to id...Michael Adam2013-10-021-1/+7
* idmap_autorid: add new function idmap_autorid_setrange()Michael Adam2013-10-021-0/+17
* idmap_autorid: factor out domain range adding code into a separate functionMichael Adam2013-10-021-23/+117
* idmap_autorid: add idmap_autorid_getrange()Michael Adam2013-10-021-0/+31
* idmap_autorid: improve a debug message in idmap_autorid_getrange_int()Michael Adam2013-10-021-1/+2
* idmap_autorid: factor out domain range fetching part from idmap_autorid_get_d...Atul Kulkarni2013-10-021-20/+38
* idmap_autorid: Use fstr_sprintf in idmap_autorid_build_keystr()Volker Lendecke2013-10-021-2/+2
* idmap_autorid: factor building of the keystr into a functionMichael Adam2013-10-021-12/+20
* idmap_autorid: remove fstring keystr from autorid_range_configAtul Kulkarni2013-10-021-7/+16
* idmap_autorid: remove autorid_global_config member from autorid_range_configAtul Kulkarni2013-10-021-3/+17
* idmap_autorid: improve idmap_autorid_saveconfig() by adding a talloc stackframeMichael Adam2013-10-021-9/+8
* idmap_autorid: move the checks from idmap_autorid_initialize to idmap_autorid...Atul Kulkarni2013-10-021-2/+61
* idmap_autorid: change idmap_autorid_loadconfig() to return NTSTATUSMichael Adam2013-10-011-7/+13
* idmap_autorid: refactor idmap_autorid_parse_configstr() out of idmap_autorid_...Michael Adam2013-10-011-11/+25
* idmap_autorid: rename TALLOC_CTX argument of idmap_autorid_loadconfig() to me...Michael Adam2013-10-011-3/+3
* idmap_autorid: refactor idmap_autorid_loadconfig to use idmap_config_getconfi...Michael Adam2013-10-011-6/+3
* idmap_autorid_tdb: add idmap_autorid_getconfigstr()Michael Adam2013-10-011-0/+54
* idmap_autorid: extract common code to separate fileAtul Kulkarni2013-10-011-0/+276