summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/ridalloc.c
Commit message (Expand)AuthorAgeFilesLines
* samdb rid: clear cache to prevent old ntds_guidAaron Haslett2018-05-121-0/+6
* objectclass_attrs: Restrict systemOnly attributesGarming Sam2017-03-131-3/+5
* lib: Add lib/util/server_id.hVolker Lendecke2017-01-221-0/+1
* dsdb: Create RID Set as SYSTEMAndrew Bartlett2016-11-041-2/+6
* dsdb: Add python hooks to allocate a RID set and allocate a RID poolAndrew Bartlett2016-11-041-3/+9
* lib: Remove server_id_str()Volker Lendecke2015-04-281-1/+3
* messaging4: Change irpc_servers_by_name to NTSTATUSVolker Lendecke2014-07-211-5/+7
* dsdb-ridalloc: Rework ridalloc to return error strings where RID allocation f...Andrew Bartlett2013-07-241-15/+41
* dsdb-ridalloc: Fix RID pools - RID numbers increase too quicklyAndrew Bartlett2013-07-041-1/+2
* Fix warning by setting the variable from GUID to const GUIDMatthieu Patou2013-05-201-1/+2
* s4-dsdb: Use samdb_dn_is_our_ntdsa()Andrew Bartlett2012-08-141-2/+25
* s4-dsdb: Add mem_ctx argument to samdb_ntds_settings_dnAndrew Bartlett2012-08-141-2/+2
* s4-messaging: Pass the loadparm context, not just the messaging pathAndrew Bartlett2011-10-131-1/+1
* s4-dsdb: ensure rIDSetReferences is stored as an extended DNAndrew Tridgell2011-08-091-1/+17
* s4-messaging Rename messaging -> imessagingAndrew Bartlett2011-05-031-3/+3
* source4/dsdb/samdb: Fix prototypes for all functions.Jelmer Vernooij2011-03-191-0/+1
* s4-dsdb: pass parent request to dsdb_module_*() functions Andrew Tridgell2011-01-171-31/+34
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-1/+1
* s4:dsdb:ridalloc: use ridalloc_ridset_values infrastructure in ridalloc_alloc...Stefan Metzmacher2010-07-091-74/+56
* s4:dsdb:ridalloc: use ridalloc_ridset_values infrastructure in ridalloc_alloc...Stefan Metzmacher2010-07-091-80/+102
* s4:dsdb:ridalloc: use ridalloc_ridset_values infrastructure in ridalloc_creat...Stefan Metzmacher2010-07-091-19/+14
* s4:dsdb:ridalloc: add ridalloc_ridset_values infrastructureStefan Metzmacher2010-07-091-0/+83
* s4:dsdb:ridalloc: use dsdb_module_constrainted_update_uint64() to update rIDA...Stefan Metzmacher2010-07-091-2/+2
* s4:dsdb:ridalloc.c: fix C++ warningStefan Metzmacher2010-07-091-1/+2
* s4-source4/dsdb/samdb/ldb_modules/ridalloc.c Use DSDB_FLAG_NEXT_MODULE flagKamen Mazdrashki2010-07-081-3/+6
* s4-dsdb: use ldb_operr() in the dsdb codeAndrew Tridgell2010-07-071-10/+5
* s4-source4/dsdb/samdb/ldb_modules/ridalloc.c: Use DSDB_FLAG_NEXT_MODULE flagKamen Mazdrashki2010-07-021-1/+1
* s4:dsdb/ridalloc: add comment about windows behavior regarding rIDUsedPoolStefan Metzmacher2010-06-261-1/+6
* s4:ridalloc LDB module - add more "talloc_free"s where usefulMatthias Dieter Wallnöfer2010-06-061-0/+3
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-1/+0
* s4-dsdb: poke the RID Manager when completely out of RIDs tooAndrew Tridgell2010-01-081-38/+41
* s4-dsdb: ensure we will in all the attributes for RID SetAndrew Tridgell2010-01-081-16/+4
* s4-dsdb: added an extended operation for allocating a new RID poolAndrew Tridgell2010-01-081-0/+90
* s4-dsdb: send a message to the drepl task when we need another RID poolAndrew Tridgell2010-01-081-6/+66
* s4-ridalloc: copy with missing rIDNextRid and rIDAllocationPoolAndrew Tridgell2010-01-081-24/+36
* s4-dsdb: clarify who is responsible for each attributeAndrew Tridgell2010-01-081-3/+5
* s4-dsdb: fixed usage of rIDAllocationPool and rIDPreviousAllocationPoolAndrew Tridgell2010-01-081-44/+58
* s4-dsdb: implement refresh of RID Set pool for a local RID ManagerAndrew Tridgell2010-01-081-44/+151
* s4-dsdb: implement creation of the RID Set objectAndrew Tridgell2010-01-081-59/+289
* s4-dsdb: move the RID allocation logic into ridalloc.cAndrew Tridgell2010-01-081-0/+140