summaryrefslogtreecommitdiffstats
path: root/source3/lib/adt_tree.c
Commit message (Expand)AuthorAgeFilesLines
* adt_tree: Fix return types.Jelmer Vernooij2012-03-241-3/+3
* adt_tree: Avoid WERROR.Jelmer Vernooij2012-03-241-3/+3
* s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett2011-05-181-2/+2
* s3-registry: Convert registry key delimiter from slash to backslash.Andreas Schneider2010-06-251-6/+6
* s3: Remove unused comparison fn from "struct sorted_tree"Volker Lendecke2010-02-131-8/+2
* s3: Make adt_tree data definitions private to adt_tree.cVolker Lendecke2010-02-131-0/+14
* s3: SORTED_TREE -> struct sorted_treeVolker Lendecke2010-02-131-6/+8
* s3: TREE_NODE -> struct tree_nodeVolker Lendecke2010-02-131-12/+18
* s3: Fix some nonempty blank linesVolker Lendecke2010-02-131-69/+68
* adt_tree: change pathtree_add to return WERR instead of bool.Michael Adam2008-04-131-6/+6
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-3/+3
* r25171: More pstring removal.Jeremy Allison2007-10-101-20/+32
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r20838: Small fix from Jiri.Sasek@Sun.COM to fix nullJeremy Allison2007-10-101-2/+3
* r9998: starting content for maintainers fileGerald Carter2007-10-101-54/+7
* r5517: code cleanup; rename the sorted_tree to pathtree (used by registry code)Gerald Carter2007-10-101-39/+40
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-8/+8
* fixed compilation with --enable-dmallocAndrew Tridgell2004-02-261-3/+3
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-1/+1
* fixed a logic error in the sorted_tree_find_child() routineGerald Carter2002-07-201-32/+63
* fixed seg fault in registry frontend caused by trying toGerald Carter2002-07-191-0/+2
* * refactored registry operations some. subkey lists andGerald Carter2002-07-191-15/+32
* virtual registry framework with initial printing hooks.Gerald Carter2002-07-181-0/+414