index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
groupdb
/
mapping_ldb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-02-07
Fix a couple of memleaks in mapping_ldb.c
Volker Lendecke
1
-35
/
+52
2009-01-21
Replace ldb_search() with ldb_search_exp_fmt(), like in Samba 4.
Jelmer Vernooij
1
-36
/
+12
2009-01-21
Reorder arguments to ldb_search() to match what is in Samba 4.
Jelmer Vernooij
1
-6
/
+6
2008-11-04
Ignore 3.0 style invalid group mappings during upgrade to ldb
Volker Lendecke
1
-0
/
+7
2008-10-18
Use separate make variables for libutil and libcrypto.
Jelmer Vernooij
1
-2
/
+2
2008-08-27
Be explicit about setting perms for the ldb. Helps others who may use this api.
Jeremy Allison
1
-0
/
+3
2008-08-27
ldb: Fix permissions of group_mapping.ldb.
Andrew Tridgell
1
-1
/
+7
2008-03-28
mapping_ldb: fix memory leak in group enumeration
Stefan Metzmacher
1
-1
/
+2
2008-01-15
Fix "status used uninitialized" warnings.
Jeremy Allison
1
-1
/
+1
2008-01-09
Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.
Michael Adam
1
-7
/
+9
2007-12-15
s/sid_to_string/sid_to_fstring/
Volker Lendecke
1
-6
/
+6
2007-12-07
Remove next_token - all uses must now be next_token_talloc.
Jeremy Allison
1
-3
/
+6
2007-11-13
Remove all pstring from groupdb/
Jeremy Allison
1
-7
/
+10
2007-11-01
Patch 2 of 3 from Debian Samba packagers:
Gerald (Jerry) Carter
1
-4
/
+4
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-12
/
+12
2007-10-10
r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23367: check the "use mmap" option for ldb too
Andrew Tridgell
1
-0
/
+4
2007-10-10
r23323: merged ldb changes from 3.0.26
Andrew Tridgell
1
-53
/
+45
2007-10-10
r20090: Fix a class of bugs found by James Peach. Ensure
Jeremy Allison
1
-4
/
+2
2007-10-10
r19927: Fix klokwork ID 4702
Volker Lendecke
1
-1
/
+4
2007-10-10
r19516: Fix the DN, to make searches using the domain as base
Simo Sorce
1
-9
/
+9
2007-10-10
r19073: mapping_dn can fail
Volker Lendecke
1
-2
/
+15
2007-10-10
r18938: fixed a group map bug reported by Jerry. The caller in mapping.c
Andrew Tridgell
1
-4
/
+1
2007-10-10
r18912: we don't need the special case for comments now in the
Andrew Tridgell
1
-5
/
+1
2007-10-10
r18875: The comment field can be empty
Volker Lendecke
1
-2
/
+6
2007-10-10
r18870: - enable the ldb ldap backend properly based on configure tests for
Andrew Tridgell
1
-2
/
+2
2007-10-10
r18868: just in case there is a disaster (with our code? never ...) use a
Andrew Tridgell
1
-2
/
+7
2007-10-10
r18867: change the group mapping code to use ldb instead of tdb
Andrew Tridgell
1
-0
/
+670