summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/common/attrib_handlers.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-12s4-ldb: fixed a crash bug for non-UTF8 stringsAndrew Tridgell1-1/+3
2010-03-08LDB:common - Change counters to "unsigned" where appropriateMatthias Dieter Wallnöfer1-2/+2
2010-01-02s4-ldb: use safe length limited conversions for int64 and timeAndrew Tridgell1-13/+48
2009-11-12s4:ldb Add a helper function for 'canonicalise' both strings base comparesAndrew Bartlett1-0/+27
2009-09-22s4-ldb: fixed call argument order for ldb_dn_from_ldb_valAndrew Tridgell1-3/+3
2009-08-21s4:ldb Use length-limited printf to avoid walking off end of stringsAndrew Bartlett1-1/+1
2009-08-07make sure we never look past the end of either string in ldb_comparison_fold()Andrew Tridgell1-26/+44
2009-06-10fixed server side sorting of case-insensitive stringsAndrew Tridgell1-3/+0
2009-04-02major upgrade to the ldb attribute handlingAndrew Tridgell1-7/+46
2009-01-30Fix the mess with ldb includes.Simo Sorce1-1/+1
2008-11-04Use ldb_dn_from_ldb_val to avoid possible over-run of the value.Andrew Bartlett1-3/+3
2008-08-22fixed a problem with length limited ldap valuesAndrew Tridgell1-10/+17
2007-10-10r25218: After discussion with Simo, remove the subclass support from LDB.Andrew Bartlett1-28/+1
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-3/+2
2007-10-10r20168: start separating attributes and syntaxesStefan Metzmacher1-19/+12
2007-10-10r19964: make debuging easier and report usefull error messagesStefan Metzmacher1-1/+1
2007-10-10r19888: make it possible to use default attrib handlers from extensionsSimo Sorce1-10/+11
2007-10-10r19832: better prototypes for the linearization functions:Simo Sorce1-1/+1
2007-10-10r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce1-7/+7
2007-10-10r19742: fix compiler warningsStefan Metzmacher1-4/+8
2007-10-10r19196: merge from samba3:Stefan Metzmacher1-3/+3
2007-10-10r18978: Fix bug found by:Andrew Bartlett1-3/+13
2007-10-10r18130: the move to system/ in libreplace broke some things ... should beAndrew Tridgell1-0/+1
2007-10-10r13359: make sure we don't look at s[-1]Stefan Metzmacher1-1/+1
2007-10-10r13347: - Now we compare values with an optimized utf8Simo Sorce1-1/+34
2007-10-10r13335: Fix the build and add an utf8 safe ldb_hadler_fold functionSimo Sorce1-14/+42
2007-10-10r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher1-3/+1
2007-10-10r12827: This was a very well concealed bug.Simo Sorce1-2/+9
2007-10-10r11378: Fix an uninitialized variable warning. Tridge, I'm 99.999% sure this ...Volker Lendecke1-1/+1
2007-10-10r10915: added a standard attribute handler for a ldap UTC time stringAndrew Tridgell1-0/+35
2007-10-10r10913: This patch isn't as big as it looks ...Andrew Tridgell1-13/+13
2007-10-10r10250: the comparison is caseless so we must caseless subtractSimo Sorce1-1/+1
2007-10-10r9766: Prevent erroneous OOM messageJelmer Vernooij1-1/+1
2007-10-10r8394: Make sure the argument to ctype is*(3) macros are unsigned char asLove Hörnquist Åstrand1-1/+2
2007-10-10r8373: New wildcard matching code.Simo Sorce1-75/+20
2007-10-10r8082: large rewite of ldb_dn.cSimo Sorce1-29/+39
2007-10-10r8041: remove a mis-spelled debug message :-)Andrew Tridgell1-1/+0
2007-10-10r8037: a fairly major update to the internals of ldb. Changes are:Andrew Tridgell1-0/+335