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