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
/
nsswitch
/
winbindd_ads.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
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
r23733: Limit LDAP lookup in lookup_usergroups_member() to security groups.
Lars Müller
1
-1
/
+6
2007-10-10
r23730: Squashed commit of the following:
Gerald Carter
1
-2
/
+5
2007-10-10
r23471: Here's a rough patch for expanding domain group membership
Gerald Carter
1
-1
/
+5
2007-10-10
r23355: Fix some more build warnings.
Günther Deschner
1
-2
/
+2
2007-10-10
r23291: Undo the somewhat naive change of r23279:
Michael Adam
1
-2
/
+10
2007-10-10
r23290: Fix another small and stupid but severe typo.
Michael Adam
1
-1
/
+1
2007-10-10
r23287: Use talloc_move instead of talloc_steal as this is what I really
Michael Adam
1
-1
/
+1
2007-10-10
r23284: Oh what a nasty typo! This gave me some headache,
Michael Adam
1
-1
/
+1
2007-10-10
r23283: Use a temporary talloc context in ads:lookup_groupmem.
Michael Adam
1
-13
/
+17
2007-10-10
r23279: Replace occurrence of sid_binstring inside lookup_groupmem
Michael Adam
1
-11
/
+4
2007-10-10
r23263: Remove an unused variable -- Fix Coverity ID 358
Volker Lendecke
1
-4
/
+0
2007-10-10
r23253: Add some debugging output.
Michael Adam
1
-1
/
+6
2007-10-10
r23252: Complete the reworking of the ads lookup_groupmem function
Michael Adam
1
-58
/
+109
2007-10-10
r23078: Don't handle return code NT_STATUS_NONE_MAPPED from lookup sids
Michael Adam
1
-1
/
+1
2007-10-10
r23072: In winbindd_ads.c:lookup_groupmem, replace the bottleneck
Michael Adam
1
-107
/
+77
2007-10-10
r22737: Fix crash bug (info3 is now talloced).
Günther Deschner
1
-1
/
+1
2007-10-10
r22711: Fix a compile warnign in query_user(). Ensure that user_rid
Gerald Carter
1
-2
/
+1
2007-10-10
r22710: Support one-way trusts.
Gerald Carter
1
-6
/
+107
2007-10-10
r22706: missed one reference to domain->native_mode in the previous commit
Gerald Carter
1
-1
/
+1
2007-10-10
r22704: Implement three step method for enumerating domain trusts.
Gerald Carter
1
-5
/
+77
2007-10-10
r22590: Make TALLOC_ARRAY consistent across all uses.
Jeremy Allison
1
-10
/
+15
2007-10-10
r22511: Remove unused LDAPMessage.
Günther Deschner
1
-3
/
+0
2007-10-10
r22461: Use ranged LDAP queries in lookup_usergroups_member() and start to op...
Günther Deschner
1
-99
/
+75
2007-10-10
r22015: Fix for memory leak from Steven Danneman <steven.danneman@isilon.com>
Jeremy Allison
1
-0
/
+5
2007-10-10
r21636: Was almost right before. We have to specify the short domain name to...
Gerald Carter
1
-1
/
+1
2007-10-10
r21633: First real fix from me found during the bug hunt.
Gerald Carter
1
-0
/
+8
2007-10-10
r21606: Implement escaping function for ldap RDN values
Simo Sorce
1
-9
/
+1
2007-10-10
r21566: If we're going to be broken, at least be *consistently*
Jeremy Allison
1
-1
/
+9
2007-10-10
r21240: Fix longstanding Bug #4009.
Günther Deschner
1
-11
/
+21
2007-10-10
r21001: * Use a simple '#define LDAPMessage void' to fix the build
Gerald Carter
1
-4
/
+0
2007-10-10
r20986: Commit the prototype of the nss_info plugin interface.
Gerald Carter
1
-59
/
+15
2007-10-10
r20824: Send access to the trusted domain passwords through the pdb backend, ...
Volker Lendecke
1
-1
/
+1
2007-10-10
r20124: clean up nested extern declaration warnings
Herb Lewis
1
-1
/
+2
2007-10-10
r20090: Fix a class of bugs found by James Peach. Ensure
Jeremy Allison
1
-9
/
+27
2007-10-10
r20035: Fix obvious horrible bug in falling back to MS-RPC
Jeremy Allison
1
-6
/
+3
2007-10-10
r19657: Correctly check for malloc failure
Volker Lendecke
1
-1
/
+1
2007-10-10
r19656: Correctly check for malloc failure
Volker Lendecke
1
-1
/
+1
2007-10-10
r18019: Fix a C++ warnings: Don't use void * in libads/ for LDAPMessage anymore.
Volker Lendecke
1
-11
/
+11
2007-10-10
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
1
-0
/
+1
2007-10-10
r16361: Fix Klocwork ID 1731 1770 1771 1775 1796
Volker Lendecke
1
-1
/
+5
2007-10-10
r16285: On a 64-bit box, size_t != uint32. Ensure we use
Jeremy Allison
1
-2
/
+4
2007-10-10
r16187: Fix memleak.
Günther Deschner
1
-9
/
+12
2007-10-10
r16080: Re-add accidentially excluded in-forest domain trusts (fixes bug #3823).
Günther Deschner
1
-1
/
+1
2007-10-10
r15698: An attempt to make the winbind lookup_usergroups() call in security=ads
Günther Deschner
1
-16
/
+112
2007-10-10
r15697: I take no comments as no objections :)
Günther Deschner
1
-12
/
+36
2007-10-10
r15562: Attempt to fix Coverity bug # 283
Volker Lendecke
1
-0
/
+8
2007-10-10
r15460: Prefer to use the indexed objectCategory attribute (instead of
Günther Deschner
1
-2
/
+2
2007-10-10
r15307: Ignore builtin groups we're a member of on the DC as those memberships
Günther Deschner
1
-1
/
+6
[next]