summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/modules/rdn_name.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r20184: change ldb_attrib_handler into ldb_schema_attribute, which has a pointerStefan Metzmacher1-2/+2
2007-10-10r19832: better prototypes for the linearization functions:Simo Sorce1-1/+1
2007-10-10r19531: Make struct ldb_dn opaque and local to ldb_dn.cSimo Sorce1-20/+26
2007-10-10r19489: Change ldb_msg_add_value and ldb_msg_add_empty to take a foruth argum...Simo Sorce1-6/+6
2007-10-10r17186: "async" word abuse clean-up part 2Simo Sorce1-10/+10
2007-10-10r17185: Oh, I wanted to do this for sooo long time.Simo Sorce1-19/+19
2007-10-10r16036: Add a couple of new functions to corretly deal with timeouts.Simo Sorce1-1/+1
2007-10-10r15944: rename LDB_ASYNC_ADD -> LDB_ADD, LDB_ASYNC_MODIFY -> LDB_MODIFY, etc...Simo Sorce1-1/+1
2007-10-10r15942: Remove the sync internal ldb calls altogether.Simo Sorce1-93/+0
2007-10-10r15927: Optimize ldb module traverse while keeping the API intact.Simo Sorce1-7/+3
2007-10-10r15913: Error passing in the async code is not in agood shapeSimo Sorce1-6/+199
2007-10-10r15786: another fix in rdn_nameSimo Sorce1-10/+3
2007-10-10r15762: It make no sense for rdn_name to implement modify, it will need to im...Simo Sorce1-138/+0
2007-10-10r14391: rdn_name -> asyncSimo Sorce1-5/+174
2007-10-10r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij1-14/+2
2007-10-10r12995: Don't allow overrides on "name" from above, as it can't be correct.Andrew Bartlett1-5/+5
2007-10-10r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher1-3/+1
2007-10-10r12743: Remove the ugly way we had to make a second stage init and introduceSimo Sorce1-3/+1
2007-10-10r12733: Merge ldap/ldb controls into main treeSimo Sorce1-1/+3
2007-10-10r12658: Couple of fixes related to shared module builds.Jelmer Vernooij1-4/+0
2007-10-10r11567: Ldb API change patch.Simo Sorce1-25/+31
2007-10-10r10916: - finished the 'operational' ldb moduleAndrew Tridgell1-5/+3
2007-10-10r10913: This patch isn't as big as it looks ...Andrew Tridgell1-3/+3
2007-10-10r10759: make modules easier to write by allowing modules to only implement theAndrew Tridgell1-38/+1
2007-10-10r10753: don't require every ldb module to implement both a search_bytree() andAndrew Tridgell1-11/+2
2007-10-10r10477: expose transactions outside ldb and change the API once moreSimo Sorce1-3/+10
2007-10-10r10305: start implementing better error handlingSimo Sorce1-36/+7
2007-10-10r10299: remove the public (un)lock functions and introduce a transaction basedSimo Sorce1-16/+16
2007-10-10r9918: Fix two copy-n-paste bugs that were preventing the modificationJelmer Vernooij1-2/+2
2007-10-10r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce1-23/+21
2007-10-10r8740: Extend the rdn_name module to handle adding the rdn as an attribute. ie:Andrew Bartlett1-1/+26
2007-10-10r8667: Further simply the provision script, by removing the 'name' attribute.Andrew Bartlett1-0/+276