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