summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r20853: attach the DSDB_CONTROL_CURRENT_PARTITION_OID control when requestsStefan Metzmacher1-2/+7
2007-10-10r20849: first step to move away from using find_backend() and use find_partit...Stefan Metzmacher1-5/+20
2007-10-10r20847: - split some code out into a new function find_partition()Stefan Metzmacher1-8/+27
2007-10-10r20826: make the dsdb_control_current_partition struct public and allocate an...Stefan Metzmacher1-5/+1
2007-10-10r20809: rename struct partition into struct dsdb_control_current_partitionStefan Metzmacher1-9/+11
2007-10-10r20780: keep a dsdb_schema_fsmo struct as private dataStefan Metzmacher1-0/+21
2007-10-10r20778: we don't need a talloc_steal hereStefan Metzmacher1-1/+1
2007-10-10r20776: require a loaded dsdb_schema for originating add and modify operationsStefan Metzmacher1-6/+26
2007-10-10r20771: add an ldb module which will force the Schema FSMO Role OwnerStefan Metzmacher2-0/+236
2007-10-10r20762: load the default dn's after the rootdse module is initialized,Stefan Metzmacher1-0/+2
2007-10-10r20760: also handle the case where no private data is attached to the moduleStefan Metzmacher1-1/+1
2007-10-10r20729: add a version number to struct dsdb_extended_replicated_objectsStefan Metzmacher2-1/+15
2007-10-10r20728: the DSDB_CONTROL_REPLICATED_OBJECT_OID control isn't used anymoreStefan Metzmacher2-55/+0
2007-10-10r20727: implement basic merging of replicated objects when it already existStefan Metzmacher1-4/+246
2007-10-10r20726: - only add the rdn attribute and it's meta_data when the 'name' attri...Stefan Metzmacher1-0/+19
2007-10-10r20716: add a dsdb_cache ldb module which will load the dsdb_schema and other...Stefan Metzmacher2-0/+59
2007-10-10r20713: sort the cursors in replUpToDateVector by source_dsa_invocation_id,Stefan Metzmacher1-0/+13
2007-10-10r20710: update or create the "repsFrom" values after applying replicated objectsStefan Metzmacher1-1/+93
2007-10-10r20709: pass a repsFromTo1 struct down as it contains all needed info for the...Stefan Metzmacher1-4/+7
2007-10-10r20705: store the "replUpToDateVector" attribute in DSDB_EXTENDED_REPLICATED_...Stefan Metzmacher1-2/+335
2007-10-10r20681: implement the DSDB_EXTENDED_REPLICATED_OBJECTS operation.Stefan Metzmacher2-3/+374
2007-10-10r20679: make the init_handle stuff a bit easier and get rid of really ugly ta...Stefan Metzmacher1-26/+15
2007-10-10r20622: Add in a hack to avoid permitting searches on the value of protectedAndrew Bartlett1-1/+23
2007-10-10r20599: - forward extended operations in the partitions moduleStefan Metzmacher1-2/+45
2007-10-10r20587: prepare the DSDB_EXTENDED_REPLICATED_OBJECTS_OID handlingStefan Metzmacher1-0/+16
2007-10-10r20580: pass the DSDB_CONTROL_REPLICATED_OBJECT_OID with the ldb_add requestStefan Metzmacher2-17/+83
2007-10-10r20529: very, very ugly...Stefan Metzmacher1-4/+2
2007-10-10r20522: make a copy of the objectguid ldb module because:Stefan Metzmacher2-0/+275
2007-10-10r20492: Add in instructions/sample LDIF to setup Fedora DS as a backend.Andrew Bartlett1-1/+249
2007-10-10r20460: Simplfy the handling of password hashes in the samba3sam module.Andrew Bartlett1-7/+3
2007-10-10r20455: Apply some of the patches from Martin Kuehl <kuehl@univention.de> toAndrew Bartlett2-66/+116
2007-10-10r20315: Implement the server side of DsGetDomainControllerInfo. This is aAndrew Bartlett1-36/+1
2007-10-10r20184: change ldb_attrib_handler into ldb_schema_attribute, which has a pointerStefan Metzmacher1-3/+3
2007-10-10r20034: Start using ldb_search_exp_fmt()Simo Sorce1-11/+6
2007-10-10r19869: fix memleaksSimo Sorce1-6/+3
2007-10-10r19832: better prototypes for the linearization functions:Simo Sorce7-20/+18
2007-10-10r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce12-106/+90
2007-10-10r19757: Don't do the strrchr twice. Pointed out by Martin Kuhl.Andrew Bartlett1-1/+1
2007-10-10r19732: The 'res' from ldb_search is only valid if the call returns LDB_SUCCESS.Andrew Bartlett1-3/+6
2007-10-10r19731: Modify the ldb_map infrustructure to always map from requestedAndrew Bartlett1-5/+9
2007-10-10r19726: when a client explicit asks for the 'netlogon' attriubute on LDAPStefan Metzmacher1-0/+9
2007-10-10r19531: Make struct ldb_dn opaque and local to ldb_dn.cSimo Sorce3-15/+15
2007-10-10r19522: Remove gensec and credentials dependency from the rootdse module (lessAndrew Bartlett1-20/+12
2007-10-10r19507: Merge my DSO fixes branch. Building Samba's libraries as shared libra...Jelmer Vernooij1-1/+1
2007-10-10r19489: Change ldb_msg_add_value and ldb_msg_add_empty to take a foruth argum...Simo Sorce5-16/+14
2007-10-10r19337: never alloc on module unless you mean to attach a context toSimo Sorce1-1/+1
2007-10-10r19333: commit module changes I made some time ago before I loose themSimo Sorce3-106/+135
2007-10-10r19332: ldb_parse_tree leaksSimo Sorce2-3/+3
2007-10-10r19330: Fix memleaksSimo Sorce1-1/+1
2007-10-10r19329: fixed a leak in the password hash moduleAndrew Tridgell1-1/+1