summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/samba
Commit message (Expand)AuthorAgeFilesLines
* r20184: change ldb_attrib_handler into ldb_schema_attribute, which has a pointerStefan Metzmacher2007-10-101-224/+91
* r19888: make it possible to use default attrib handlers from extensionsSimo Sorce2007-10-101-1/+114
* r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce2007-10-101-6/+6
* r19683: Guard GUID_from_string from walking off the end.Andrew Bartlett2007-10-101-0/+3
* r19531: Make struct ldb_dn opaque and local to ldb_dn.cSimo Sorce2007-10-101-9/+9
* r19520: Try not to read past the end of the ldb buffer.Andrew Bartlett2007-10-101-6/+5
* r19327: fixed a leak in ldif_canonicalise_objectCategory()Andrew Tridgell2007-10-101-4/+6
* r17515: Fix warningsSimo Sorce2007-10-101-7/+7
* r17432: display more GUID values nicely,Stefan Metzmacher2007-10-101-0/+48
* r17416: display the attributeSecurityGUID nicely.Stefan Metzmacher2007-10-101-0/+8
* r17415: the ldif handlers can't do search as this now blocks foereverStefan Metzmacher2007-10-101-11/+3
* r16965: Take a better stab at comparison functions between string and binaryAndrew Bartlett2007-10-101-24/+44
* r16067: Remove const, it isn't required and just causes a warning.Andrew Bartlett2007-10-101-1/+1
* r16066: The OSX AD plugin uses objectCategory searches a lot, and uses themAndrew Bartlett2007-10-101-2/+79
* r14860: create libcli/security/security.hStefan Metzmacher2007-10-101-1/+1
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+1
* r13078: fixed the ldb comparison function for objectSidsAndrew Tridgell2007-10-101-1/+1
* r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher2007-10-101-2/+2
* r12733: Merge ldap/ldb controls into main treeSimo Sorce2007-10-101-0/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2007-10-101-0/+1
* r12158: added ldif handlers for the ntSecurityDescriptor attribute, so whenAndrew Tridgell2007-10-101-0/+67
* r11459: display a schemaIDGUID as a guid in ldif, making it easier to workAndrew Tridgell2007-10-101-0/+8
* r9786: Move ldb_map into ldb/modules/Jelmer Vernooij2007-10-101-631/+0
* r9744: - [upgrade.js] Start working on smb.conf conversion.Jelmer Vernooij2007-10-101-1/+1
* r9712: Bunch of small fixesJelmer Vernooij2007-10-101-1/+1
* r9699: Add as much attributes the current Samba4 SAM has to the mapping table...Jelmer Vernooij2007-10-101-5/+402
* r9698: Fix a bit of memory managementJelmer Vernooij2007-10-101-57/+19
* r9690: Extend test + fix several bugsJelmer Vernooij2007-10-101-4/+4
* r9689: valgrind-clean now. Editing works now mostly, you just lose half of yourJelmer Vernooij2007-10-101-4/+52
* r9686: Another round of bugfixes. Works somewhat now, when running under valg...Jelmer Vernooij2007-10-101-7/+33
* r9685: Add tests for samba3sam mapping moduleJelmer Vernooij2007-10-101-0/+198
* r9595: Add ldb map moduleJelmer Vernooij2007-10-101-29/+0
* r9591: - Remove empty fileJelmer Vernooij2007-10-101-0/+29
* r8810: Fix missing headers. Still doesn't fix the build but getting closer th...Rafal Szczesniak2007-10-101-0/+1
* r8228: fix compiler warningsStefan Metzmacher2007-10-101-9/+9
* r8224: - add objectGUID ldif_handlerStefan Metzmacher2007-10-101-14/+140
* r8082: large rewite of ldb_dn.cSimo Sorce2007-10-101-16/+16
* r8038: - fixed indexing on binary values that need base64 encoding and canoni...Andrew Tridgell2007-10-101-1/+23
* r8037: a fairly major update to the internals of ldb. Changes are:Andrew Tridgell2007-10-101-3/+23
* r7860: switch our ldb storage format to use a NDR encoded objectSid. This isAndrew Tridgell2007-10-101-6/+0
* r7804: added the samba specific ldif handlers into the tree, but don't enableAndrew Tridgell2007-10-102-0/+102