summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb
AgeCommit message (Expand)AuthorFilesLines
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 Metzmacher3-1/+22
2007-10-10r20728: the DSDB_CONTROL_REPLICATED_OBJECT_OID control isn't used anymoreStefan Metzmacher3-60/+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 Metzmacher2-0/+20
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 Metzmacher2-6/+8
2007-10-10r20705: store the "replUpToDateVector" attribute in DSDB_EXTENDED_REPLICATED_...Stefan Metzmacher2-2/+339
2007-10-10r20704: add functions to get and set the ntds objectGUID and invocationIdStefan Metzmacher1-0/+186
2007-10-10r20703: fix minor memory leakStefan Metzmacher1-0/+1
2007-10-10r20682: make the dsdb_extended_replicated_objects_commit() interface a bit mo...Stefan Metzmacher1-15/+10
2007-10-10r20681: implement the DSDB_EXTENDED_REPLICATED_OBJECTS operation.Stefan Metzmacher2-3/+374
2007-10-10r20680: prepare the helper functions for applying replicated objectsStefan Metzmacher1-0/+3
2007-10-10r20679: make the init_handle stuff a bit easier and get rid of really ugly ta...Stefan Metzmacher1-26/+15
2007-10-10r20629: add a wrapper function for ldb_extended(ldb, DSDB_EXTENDED_REPLICATED...Stefan Metzmacher1-0/+10
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 Metzmacher2-3/+47
2007-10-10r20587: prepare the DSDB_EXTENDED_REPLICATED_OBJECTS_OID handlingStefan Metzmacher2-0/+21
2007-10-10r20580: pass the DSDB_CONTROL_REPLICATED_OBJECT_OID with the ldb_add requestStefan Metzmacher3-17/+88
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-10r20420: create infrastructure to convert attribute values from drsuapi to ldbStefan Metzmacher1-0/+1
2007-10-10r20398: Revert this patch, which caused failures in the samba3sam.js build fa...Andrew Bartlett1-12/+6
2007-10-10r20395: Decode more unknowns in the IDL. These are language and codepage IDs!Andrew Bartlett1-0/+1
2007-10-10r20377: Rework the CrackNames implementation to handle some of the BUILTIN sidAndrew Bartlett2-32/+44
2007-10-10r20375: Work to improve our CrackNames implementation.Andrew Bartlett2-25/+144
2007-10-10r20321: fix the samdb_partitions_dn() and samdb_sites_dn() calls,Stefan Metzmacher1-4/+18
2007-10-10r20315: Implement the server side of DsGetDomainControllerInfo. This is aAndrew Bartlett2-45/+81
2007-10-10r20306: remove the static oid mapping tableStefan Metzmacher1-0/+1
2007-10-10r20233: add functions to create a dsdb_attribute and dsdb_class fromStefan Metzmacher1-0/+1
2007-10-10r20221: - move the dsdb_schema, dsdb_attribute, dsdb_class structs intoStefan Metzmacher1-0/+1
2007-10-10r20184: change ldb_attrib_handler into ldb_schema_attribute, which has a pointerStefan Metzmacher1-3/+3
2007-10-10r20149: Remove the smb.conf distinction between PDC and BDC. Now the correctAndrew Bartlett1-24/+133
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 Sorce9-30/+28
2007-10-10r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce14-151/+149
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-10r19604: This is a massive commit, and I appologise in advance for it's size.Andrew Bartlett1-8/+14
2007-10-10r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett1-2/+1
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