summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/common/ldb_dn.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r17579: make ldb build g++ friendlyAndrew Tridgell1-36/+36
2007-10-10r16936: Correct comment in this comparison functionAndrew Bartlett1-1/+1
2007-10-10r16832: I should be more careful (and test!) when trying to make compilers andAndrew Bartlett1-1/+3
2007-10-10r16829: Fix a number of issues raised by the IBM checker, or gcc warnings.Andrew Bartlett1-8/+11
2007-10-10r16100: Patch from Michael Wood <mwood@icts.uct.ac.za>: s/then/than/ for corr...Gerald Carter1-1/+1
2007-10-10r16086: Ensure we can never dereference NULL pointers, and that describe whatAndrew Bartlett1-7/+14
2007-10-10r13333: revert previous commit I will use ldb_caseless_cmp in attrib_handlersSimo Sorce1-1/+1
2007-10-10r13328: After the attribute name check cleanup it turned up ldb_caseless_cmp()Simo Sorce1-3/+2
2007-10-10r13324: From now on check attribute names obey rfc2251Simo Sorce1-21/+5
2007-10-10r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher1-3/+1
2007-10-10r12748: Fix wrong handling of separation characters for RDNsSimo Sorce1-5/+15
2007-10-10r12733: Merge ldap/ldb controls into main treeSimo Sorce1-0/+33
2007-10-10r10980: Use ldb_attr_cmp and ldb_dn_escape_valueAndrew Bartlett1-6/+6
2007-10-10r10959: fix compiler warningsStefan Metzmacher1-2/+3
2007-10-10r10956: Tridge thought some comments might be a good idea :-)Andrew Bartlett1-2/+14
2007-10-10r10953: Add a new function to form a canonicalName out of a DN to ldb_dn.cAndrew Bartlett1-0/+55
2007-10-10r10918: - fixed standalone ldb buildAndrew Tridgell1-4/+5
2007-10-10r10913: This patch isn't as big as it looks ...Andrew Tridgell1-9/+10
2007-10-10r10231: seem I flipped these, fix.Simo Sorce1-2/+2
2007-10-10r9929: Fix indentationAndrew Bartlett1-2/+2
2007-10-10r9394: avoid to use BOOL in ldbSimo Sorce1-2/+2