summaryrefslogtreecommitdiff
path: root/source3/groupdb/mapping_ldb.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-04Ignore 3.0 style invalid group mappings during upgrade to ldbVolker Lendecke1-0/+7
2008-10-18Use separate make variables for libutil and libcrypto.Jelmer Vernooij1-2/+2
2008-08-27Be explicit about setting perms for the ldb. Helps others who may use this api.Jeremy Allison1-0/+3
2008-08-27ldb: Fix permissions of group_mapping.ldb.Andrew Tridgell1-1/+7
2008-03-28mapping_ldb: fix memory leak in group enumerationStefan Metzmacher1-1/+2
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-7/+9
2007-12-15s/sid_to_string/sid_to_fstring/Volker Lendecke1-6/+6
2007-12-07Remove next_token - all uses must now be next_token_talloc.Jeremy Allison1-3/+6
2007-11-13Remove all pstring from groupdb/Jeremy Allison1-7/+10
2007-11-01Patch 2 of 3 from Debian Samba packagers:Gerald (Jerry) Carter1-4/+4
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-12/+12
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-10r23367: check the "use mmap" option for ldb tooAndrew Tridgell1-0/+4
2007-10-10r23323: merged ldb changes from 3.0.26Andrew Tridgell1-53/+45
2007-10-10r20090: Fix a class of bugs found by James Peach. EnsureJeremy Allison1-4/+2
2007-10-10r19927: Fix klokwork ID 4702Volker Lendecke1-1/+4
2007-10-10r19516: Fix the DN, to make searches using the domain as baseSimo Sorce1-9/+9
2007-10-10r19073: mapping_dn can failVolker Lendecke1-2/+15
2007-10-10r18938: fixed a group map bug reported by Jerry. The caller in mapping.cAndrew Tridgell1-4/+1
2007-10-10r18912: we don't need the special case for comments now in theAndrew Tridgell1-5/+1
2007-10-10r18875: The comment field can be emptyVolker Lendecke1-2/+6
2007-10-10r18870: - enable the ldb ldap backend properly based on configure tests forAndrew Tridgell1-2/+2
2007-10-10r18868: just in case there is a disaster (with our code? never ...) use aAndrew Tridgell1-2/+7
2007-10-10r18867: change the group mapping code to use ldb instead of tdbAndrew Tridgell1-0/+670