summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/modules/rdn_name.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-05ldb: make ldb a top level library for Samba 4.0Andrew Bartlett1-453/+0
2011-03-04ldb:rdn_name LDB module - more RDN constraint checks (from AD)Matthias Dieter Wallnöfer1-1/+40
2010-11-20ldb:rdn_name LDB module - add more RDN name constraintsMatthias Dieter Wallnöfer1-5/+17
2010-11-11s4:dsdb - proof against empty RDN values where expectedMatthias Dieter Wallnöfer1-3/+12
2010-11-01s4-ldb: removed ldb_includes.hAndrew Tridgell1-1/+3
2010-11-01s4-ldb: enable ldb module version checkingAndrew Tridgell1-0/+1
2010-11-01s4-ldb: convert the rest of the ldb modules to the new styleAndrew Tridgell1-1/+6
2010-10-13s4-ldb: added an optional operator_fn in the schema syntaxAndrew Tridgell1-3/+10
2010-06-07s4:rdn_name LDB module - move the "distinguishedName" write prevent check hereMatthias Dieter Wallnöfer1-0/+6
2010-06-06s4:rdn_name LDB module - use "ldb_msg_remove_attr" for deleting attributesMatthias Dieter Wallnöfer1-4/+2
2010-06-06s4:rdn_name LDB module - remove "rdn_name_find_attribute"Matthias Dieter Wallnöfer1-15/+2
2010-05-24s4:"rdn_name" LDB module - fix the creation of the RDN attribute (try to norm...Matthias Dieter Wallnöfer1-6/+20
2010-05-04s4/rodc: Fix the callbacks up the stack to handle referrals on modify requestsAnatoliy Atanasov1-0/+15
2010-03-08LDB:rdn name module - change counters to "unsigned" where appropriateMatthias Dieter Wallnöfer1-2/+3
2009-11-02s4:ldb Remove debug traces duplicated by the new generic trace codeAndrew Bartlett1-3/+0
2009-10-03s4:rdn_name - fix up the rename operationMatthias Dieter Wallnöfer1-4/+4
2009-10-03Revert "s4:LDB/LDAP - Re-allow renames"Matthias Dieter Wallnöfer1-49/+4
2009-10-02s4:LDB/LDAP - Re-allow renamesMatthias Dieter Wallnöfer1-6/+46
2009-10-02s4:ldb Don't allow RDN to be modified with an LDB modify messageAndrew Bartlett1-1/+30
2009-10-02s4:rdn_name module - a normal error message should be enough for this failureMatthias Dieter Wallnöfer1-7/+9
2009-08-07s4:ldb Make error message in rnd_name more usefulAndrew Bartlett1-3/+9
2009-08-05s4:ldb Cosmetic corrections in "rdn_name" moduleMatthias Dieter Wallnöfer1-4/+4
2009-07-14remove all '\n' from ldb_debugSumit Bose1-2/+2
2009-02-23Fix headers, ldb_includes.h is a private header,Simo Sorce1-0/+1
2009-01-30Fix the mess with ldb includes.Simo Sorce1-10/+16
2008-09-29LDB ASYNC: core modulesSimo Sorce1-157/+143
2008-02-28Fix rdn_name errors.Andrew Bartlett1-1/+2
2008-02-20Use struct-based rather than function-based initialization for ldb modules ev...Jelmer Vernooij1-7/+1
2007-12-24r26581: Make ldb_wait uniform, so that it is easy to remove it completely fro...Simo Sorce1-17/+16
2007-10-10r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell1-2/+1
2007-10-10r23795: more v2->v3 conversionAndrew Tridgell1-1/+1
2007-10-10r22681: Fix standalone ldb build when parent directory name != ldb.Jelmer Vernooij1-2/+1
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