Merge commit 'release-4-0-0alpha1' into v4-0-test
[ira/wip.git] / source4 / lib / ldb / common / ldb_dn.c
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Stefan Metzmacherr25215: replace talloc_append_string() with talloc_strd...
2007-10-10 Andrew Tridgellr23798: updated old Temple Place FSF addresses to new URL
2007-10-10 Andrew Tridgellr23795: more v2->v3 conversion
2007-10-10 Simo Sorcer22696: Make sure this is an ascii char
2007-10-10 Volker Lendecker22694: It seems that AIX 5.3 with XLC has difficulties...
2007-10-10 Jelmer Vernooijr22681: Fix standalone ldb build when parent directory...
2007-10-10 Stefan Metzmacherr20952: when a component is changed we need to rebuild...
2007-10-10 Andrew Bartlettr20373: When adding a base to a "" DN, don't precede...
2007-10-10 Stefan Metzmacherr20184: change ldb_attrib_handler into ldb_schema_attri...
2007-10-10 Stefan Metzmacherr20023: handle <SID=...> <WKGUID=...> dn's also in...
2007-10-10 Stefan Metzmacherr19954: allow more special dn's:
2007-10-10 Simo Sorcer19910: Make better use of our set of talloc utility...
2007-10-10 Volker Lendecker19901: Fix a potential NULL dereference
2007-10-10 Simo Sorcer19887: return "" string only if the dn is a valid one
2007-10-10 Stefan Metzmacherr19885: special dn's were not casefolded before rev...
2007-10-10 Simo Sorcer19871: simplify more
2007-10-10 Simo Sorcer19870: Simplify code
2007-10-10 Simo Sorcer19869: fix memleaks
2007-10-10 Simo Sorcer19832: better prototypes for the linearization functions:
2007-10-10 Simo Sorcer19831: Big ldb_dn optimization and interfaces enhancem...
2007-10-10 Stefan Metzmacherr19719: don't use 'new' as var name samba3 doesn't...
2007-10-10 Simo Sorcer19531: Make struct ldb_dn opaque and local to ldb_dn.c
2007-10-10 Andrew Tridgellr19361: added a comment
2007-10-10 Andrew Tridgellr19289: fixed a memory leak in ldb_dn_string_compose()
2007-10-10 Stefan Metzmacherr19196: merge from samba3:
2007-10-10 Stefan Metzmacherr19188: merge from samba3:
2007-10-10 Andrew Tridgellr19113: fixed another checker warning.
2007-10-10 Volker Lendecker19079: talloc_array can fail
2007-10-10 Volker Lendecker19076: ldb_dn_copy_partial can fail
2007-10-10 Volker Lendecker19075: Fix a potential NULL dereference
2007-10-10 Volker Lendecker19068: Fix a potential NULL dereference
2007-10-10 Andrew Tridgellr17722: better to use talloc_vasprintf() than vasprintf...
2007-10-10 Andrew Tridgellr17579: make ldb build g++ friendly
2007-10-10 Andrew Bartlettr16936: Correct comment in this comparison function
2007-10-10 Andrew Bartlettr16832: I should be more careful (and test!) when tryin...
2007-10-10 Andrew Bartlettr16829: Fix a number of issues raised by the IBM checke...
2007-10-10 Gerald Carterr16100: Patch from Michael Wood <mwood@icts.uct.ac...
2007-10-10 Andrew Bartlettr16086: Ensure we can never dereference NULL pointers...
2007-10-10 Simo Sorcer13333: revert previous commit I will use ldb_caseless_...
2007-10-10 Simo Sorcer13328: After the attribute name check cleanup it turne...
2007-10-10 Simo Sorcer13324: From now on check attribute names obey rfc2251
2007-10-10 Stefan Metzmacherr12829: fix ldb headers, to not include '<...>' files...
2007-10-10 Simo Sorcer12748: Fix wrong handling of separation characters...
2007-10-10 Simo Sorcer12733: Merge ldap/ldb controls into main tree
2007-10-10 Andrew Bartlettr10980: Use ldb_attr_cmp and ldb_dn_escape_value
2007-10-10 Stefan Metzmacherr10959: fix compiler warnings
2007-10-10 Andrew Bartlettr10956: Tridge thought some comments might be a good...
2007-10-10 Andrew Bartlettr10953: Add a new function to form a canonicalName...
2007-10-10 Andrew Tridgellr10918: - fixed standalone ldb build
2007-10-10 Andrew Tridgellr10913: This patch isn't as big as it looks ...
2007-10-10 Simo Sorcer10231: seem I flipped these, fix.
2007-10-10 Andrew Bartlettr9929: Fix indentation
2007-10-10 Simo Sorcer9394: avoid to use BOOL in ldb
2007-10-10 Simo Sorcer9393: Fix ldb standalone build
2007-10-10 Simo Sorcer9392: Fix ldb_dn_compose to make build farm happy
2007-10-10 Simo Sorcer9391: Convert all the code to use struct ldb_dn to...
2007-10-10 Andrew Tridgellr9387: regedit uses "New Key #nn" for newly created...
2007-10-10 Stefan Metzmacherr9318: fix searches with scope ONE and SUB,
2007-10-10 Andrew Tridgellr8517: fixed a crash bug in ldb_dn_compare_base()
2007-10-10 Simo Sorcer8515: ldb_dn_cmp now uses ldb_dn_compare so that the...
2007-10-10 Love Hörnquist Åstrandr8394: Make sure the argument to ctype is*(3) macros...
2007-10-10 Simo Sorcer8373: New wildcard matching code.
2007-10-10 Stefan Metzmacherr8146: fix compiler warning
2007-10-10 Simo Sorcer8084: do not leak memory on errors
2007-10-10 Simo Sorcer8083: check attribute type is valid (only ascii alphan...
2007-10-10 Simo Sorcer8082: large rewite of ldb_dn.c
2007-10-10 Andrew Tridgellr8037: a fairly major update to the internals of ldb...
2007-10-10 Simo Sorcer7937: main file was missing