autorid: add debug messages to idmap_autorid_get_domainrange()
[obnox/samba/samba-obnox.git] / source3 / winbindd / idmap_autorid_tdb.c
2014-04-25 Michael Adamautorid: add debug messages to idmap_autorid_get_domain...
2014-04-25 Michael Adamautorid: improve wording in a debug message
2014-04-02 Michael Adamautorid: split idmap_autorid_db_open and idmap_autorid_...
2014-04-02 Michael Adamautorid: in idmap_autorid_saveconfig, add a debug msg...
2014-04-02 Michael Adamautorid: improve the precision of the DEBUG at the...
2014-04-02 Michael Adamautorid: add a DEBUG upon talloc fail in the add_range...
2014-04-02 Michael Adamautorid: when storing a new range, always check it...
2014-04-02 Michael Adamautorid: fix a potential for data corruption.
2014-04-02 Michael Adamautorid: print debug message when a HWM key has been...
2014-04-02 Michael Adamautorid: reverse logic flow in idmap_autorid_init_hwm...
2014-04-02 Michael Adamautorid: store hwm as uint32_t in idmap_autorid_init_hwm()
2014-02-07 Michael Adamdbwrap: add a dbwrap_flags argument to db_open()
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-11-07 Michael Adamidmap_autorid: fix status code when trying to load...
2013-11-07 Atul Kulkarniidmap_autorid: add space between two words in a debug...
2013-10-21 Michael Adamidmap_autorid: fix traversal of ranges to correctly...
2013-10-02 Michael Adamidmap_autorid: allow iterate functions to operate on...
2013-10-01 Michael Adamidmap_autorid: add idmap_autorid_delete_domain_ranges()
2013-10-01 Michael Adamidmap_autorid: add idmap_autorid_iterate_domain_ranges...
2013-10-01 Michael Adamidmap_autorid: add idmap_autorid_delete_range_by_num()
2013-10-01 Michael Adamidmap_autorid: add idmap_autorid_delete_range_by_sid()
2013-10-01 Michael Adamidmap_autorid: add idmap_autorid_build_keystr_talloc()
2013-10-01 Michael Adamidmap_autorid: extend idmap_autorid_addrange to allow...
2013-10-01 Michael Adamidmap_autorid: improve clarity of idmap_autorid_addrang...
2013-10-01 Michael Adamidmap_autorid: add idmap_autorid_saveconfigstr()
2013-10-01 Michael Adamidmap_autorid: Don't use db as a temporary talloc context.
2013-10-01 Michael Adamidmap_autorid: improve two debug messages by printing...
2013-10-01 Michael Adamidmap_autorid: fix a debug message in idmap_autorid_add...
2013-10-01 Michael Adamidmap_autorid: for clarity, add a wrapper idmap_autorid...
2013-10-01 Michael Adamidmap_autorid: add new function idmap_autorid_setrange()
2013-10-01 Michael Adamidmap_autorid: factor out domain range adding code...
2013-10-01 Michael Adamidmap_autorid: add idmap_autorid_getrange()
2013-10-01 Michael Adamidmap_autorid: improve a debug message in idmap_autorid...
2013-10-01 Atul Kulkarniidmap_autorid: factor out domain range fetching part...
2013-10-01 Volker Lendeckeidmap_autorid: Use fstr_sprintf in idmap_autorid_build_...
2013-10-01 Michael Adamidmap_autorid: factor building of the keystr into a...
2013-10-01 Atul Kulkarniidmap_autorid: remove fstring keystr from autorid_range...
2013-10-01 Atul Kulkarniidmap_autorid: remove autorid_global_config member...
2013-10-01 Michael Adamidmap_autorid: improve idmap_autorid_saveconfig() by...
2013-10-01 Atul Kulkarniidmap_autorid: move the checks from idmap_autorid_initi...
2013-10-01 Michael Adamidmap_autorid: change idmap_autorid_loadconfig() to...
2013-10-01 Michael Adamidmap_autorid: refactor idmap_autorid_parse_configstr...
2013-10-01 Michael Adamidmap_autorid: rename TALLOC_CTX argument of idmap_auto...
2013-10-01 Michael Adamidmap_autorid: refactor idmap_autorid_loadconfig to...
2013-10-01 Michael Adamidmap_autorid_tdb: add idmap_autorid_getconfigstr()
2013-10-01 Atul Kulkarniidmap_autorid: extract common code to separate file