summaryrefslogtreecommitdiff
path: root/source3/groupdb/mapping_tdb.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-15Fix "status used uninitialized" warnings.Jeremy Allison1-1/+1
2008-01-09Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.Michael Adam1-3/+6
2008-01-09Don't leak data.dptr on error path.Michael Adam1-3/+5
2007-12-15s/sid_to_string/sid_to_fstring/Volker Lendecke1-8/+8
2007-12-15Replace sid_string_static with sid_to_stringVolker Lendecke1-1/+2
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke1-2/+3
2007-12-15Fix a segfaultVolker Lendecke1-2/+2
2007-12-07Remove next_token - all uses must now be next_token_talloc.Jeremy Allison1-9/+13
2007-11-13Remove all pstring from groupdb/Jeremy Allison1-45/+84
2007-11-01Patch 2 of 3 from Debian Samba packagers:Gerald (Jerry) Carter1-1/+1
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-13/+13
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-10r23323: merged ldb changes from 3.0.26Andrew Tridgell1-56/+41
2007-10-10r22509: Fix some memory corruption caused by calling free()Gerald Carter1-6/+6
2007-10-10r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher1-12/+12
2007-10-10r21974: make use of tdb_*_bystring() and string_term_tdb_data() in groupdb/Stefan Metzmacher1-36/+17
2007-10-10r20090: Fix a class of bugs found by James Peach. EnsureJeremy Allison1-4/+6
2007-10-10r18867: change the group mapping code to use ldb instead of tdbAndrew Tridgell1-0/+688