summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/common/ldb_dn.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-12s4:ldb Remove DN+Binary code from the core ldb_dnAndrew Bartlett1-256/+6
2009-10-27s4-ldb: '+' can also happen in base64 encoded index DNsAndrew Tridgell1-1/+1
2009-10-25s4-ldb: allow for unescaped '=' in a index DNAndrew Tridgell1-0/+13
2009-10-21s4-ldb: allow for non-null terminated ldb_val in ldb_dn_from_ldb_valAndrew Tridgell1-1/+1
2009-10-15s4-ldb: removed bugus RDN length checkAndrew Tridgell1-5/+0
2009-10-02s4-ldb: Add support for binary blobs in DNsAndrew Tridgell1-30/+288
2009-09-22Move the check above the tallocAnatoliy Atanasov1-5/+6
2009-09-21Add support in the ldb_dn.c code for MS-ADTS:3.1.1.5.1.2 Naming ConstraintsAnatoliy Atanasov1-0/+13
2009-08-30ldb: cosmetic changes in ldb_dnSimo Sorce1-193/+292
2009-06-01when comp_num is zero, the case folded DN is always ""Andrew Tridgell1-8/+2
2009-01-30Fix the mess with ldb includes.Simo Sorce1-1/+1
2008-12-19Small cosmetic LDB patch regarding return values.Matthias Dieter Wallnöfer1-2/+2
2008-12-17s4:ldb: add infrastructure for extended dn handlersAndrew Bartlett1-58/+395
2008-10-30Revert "Length comparison of the linearized version is not correct."Simo Sorce1-0/+3
2008-10-29Length comparison of the linearized version is not correct.Simo Sorce1-3/+0
2008-10-02s4:lib/ldb: fix stupid <SID=...> dn parsing bugsStefan Metzmacher1-2/+2
2008-08-21Don't walk past the end of ldb values.Andrew Bartlett1-7/+16
2007-12-21r25630: Allow "NULL" as memory context, for consistency with the rest of the ...Jelmer Vernooij1-1/+1
2007-10-10r25215: replace talloc_append_string() with talloc_strdup_append_buffer()Stefan Metzmacher1-14/+6
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-10r22696: Make sure this is an ascii charSimo Sorce1-0/+12
2007-10-10r22694: It seems that AIX 5.3 with XLC has difficulties with <ctype.h>. This isVolker Lendecke1-1/+1
2007-10-10r22681: Fix standalone ldb build when parent directory name != ldb.Jelmer Vernooij1-2/+1
2007-10-10r20952: when a component is changed we need to rebuild the linearized stringStefan Metzmacher1-0/+1
2007-10-10r20373: When adding a base to a "" DN, don't precede it with a comma (,)Andrew Bartlett1-2/+10
2007-10-10r20184: change ldb_attrib_handler into ldb_schema_attribute, which has a pointerStefan Metzmacher1-5/+5
2007-10-10r20023: handle <SID=...> <WKGUID=...> dn's also in ldb_dn_new_fmt()Stefan Metzmacher1-0/+10
2007-10-10r19954: allow more special dn's:Stefan Metzmacher1-0/+10
2007-10-10r19910: Make better use of our set of talloc utility functionsSimo Sorce1-5/+5
2007-10-10r19901: Fix a potential NULL dereferenceVolker Lendecke1-0/+3
2007-10-10r19887: return "" string only if the dn is a valid oneSimo Sorce1-5/+9
2007-10-10r19885: special dn's were not casefolded before rev 19831,Stefan Metzmacher1-13/+11
2007-10-10r19871: simplify moreSimo Sorce1-17/+7
2007-10-10r19870: Simplify codeSimo Sorce1-25/+11
2007-10-10r19869: fix memleaksSimo Sorce1-34/+121
2007-10-10r19832: better prototypes for the linearization functions:Simo Sorce1-2/+2
2007-10-10r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce1-587/+921
2007-10-10r19719: don't use 'new' as var name samba3 doesn't like it...Stefan Metzmacher1-4/+4
2007-10-10r19531: Make struct ldb_dn opaque and local to ldb_dn.cSimo Sorce1-31/+88
2007-10-10r19361: added a commentAndrew Tridgell1-0/+3
2007-10-10r19289: fixed a memory leak in ldb_dn_string_compose()Andrew Tridgell1-2/+4
2007-10-10r19196: merge from samba3:Stefan Metzmacher1-12/+15
2007-10-10r19188: merge from samba3:Stefan Metzmacher1-2/+3
2007-10-10r19113: fixed another checker warning.Andrew Tridgell1-0/+1
2007-10-10r19079: talloc_array can failVolker Lendecke1-0/+1
2007-10-10r19076: ldb_dn_copy_partial can failVolker Lendecke1-0/+1
2007-10-10r19075: Fix a potential NULL dereferenceVolker Lendecke1-0/+4
2007-10-10r19068: Fix a potential NULL dereferenceVolker Lendecke1-0/+4
2007-10-10r17722: better to use talloc_vasprintf() than vasprintf() directly, as itAndrew Tridgell1-4/+3