summaryrefslogtreecommitdiffstats
path: root/source/nsswitch/winbindd_ads.c
Commit message (Expand)AuthorAgeFilesLines
* r25154: move winbindd code into winbindd/Stefan Metzmacher2007-10-101-1312/+0
* r24330: Fix a 64-bit errorVolker Lendecke2007-10-101-1/+1
* r24329: Fix a 64-bit bugVolker Lendecke2007-10-101-1/+1
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23733: Limit LDAP lookup in lookup_usergroups_member() to security groups.Lars Müller2007-10-101-1/+6
* r23730: Squashed commit of the following:Gerald Carter2007-10-101-2/+5
* r23471: Here's a rough patch for expanding domain group membershipGerald Carter2007-10-101-1/+5
* r23355: Fix some more build warnings.Günther Deschner2007-10-101-2/+2
* r23291: Undo the somewhat naive change of r23279:Michael Adam2007-10-101-2/+10
* r23290: Fix another small and stupid but severe typo.Michael Adam2007-10-101-1/+1
* r23287: Use talloc_move instead of talloc_steal as this is what I reallyMichael Adam2007-10-101-1/+1
* r23284: Oh what a nasty typo! This gave me some headache,Michael Adam2007-10-101-1/+1
* r23283: Use a temporary talloc context in ads:lookup_groupmem.Michael Adam2007-10-101-13/+17
* r23279: Replace occurrence of sid_binstring inside lookup_groupmemMichael Adam2007-10-101-11/+4
* r23263: Remove an unused variable -- Fix Coverity ID 358Volker Lendecke2007-10-101-4/+0
* r23253: Add some debugging output.Michael Adam2007-10-101-1/+6
* r23252: Complete the reworking of the ads lookup_groupmem functionMichael Adam2007-10-101-58/+109
* r23078: Don't handle return code NT_STATUS_NONE_MAPPED from lookup sidsMichael Adam2007-10-101-1/+1
* r23072: In winbindd_ads.c:lookup_groupmem, replace the bottleneckMichael Adam2007-10-101-107/+77
* r22737: Fix crash bug (info3 is now talloced).Günther Deschner2007-10-101-1/+1
* r22711: Fix a compile warnign in query_user(). Ensure that user_ridGerald Carter2007-10-101-2/+1
* r22710: Support one-way trusts.Gerald Carter2007-10-101-6/+107
* r22706: missed one reference to domain->native_mode in the previous commitGerald Carter2007-10-101-1/+1
* r22704: Implement three step method for enumerating domain trusts.Gerald Carter2007-10-101-5/+77
* r22590: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison2007-10-101-10/+15
* r22511: Remove unused LDAPMessage.Günther Deschner2007-10-101-3/+0
* r22461: Use ranged LDAP queries in lookup_usergroups_member() and start to op...Günther Deschner2007-10-101-99/+75
* r22015: Fix for memory leak from Steven Danneman <steven.danneman@isilon.com>Jeremy Allison2007-10-101-0/+5
* r21636: Was almost right before. We have to specify the short domain name to...Gerald Carter2007-10-101-1/+1
* r21633: First real fix from me found during the bug hunt.Gerald Carter2007-10-101-0/+8
* r21606: Implement escaping function for ldap RDN valuesSimo Sorce2007-10-101-9/+1
* r21566: If we're going to be broken, at least be *consistently*Jeremy Allison2007-10-101-1/+9
* r21240: Fix longstanding Bug #4009.Günther Deschner2007-10-101-11/+21
* r21001: * Use a simple '#define LDAPMessage void' to fix the buildGerald Carter2007-10-101-4/+0
* r20986: Commit the prototype of the nss_info plugin interface.Gerald Carter2007-10-101-59/+15
* r20824: Send access to the trusted domain passwords through the pdb backend, ...Volker Lendecke2007-10-101-1/+1
* r20124: clean up nested extern declaration warningsHerb Lewis2007-10-101-1/+2
* r20090: Fix a class of bugs found by James Peach. EnsureJeremy Allison2007-10-101-9/+27
* r20035: Fix obvious horrible bug in falling back to MS-RPCJeremy Allison2007-10-101-6/+3
* r19657: Correctly check for malloc failureVolker Lendecke2007-10-101-1/+1
* r19656: Correctly check for malloc failureVolker Lendecke2007-10-101-1/+1
* r18019: Fix a C++ warnings: Don't use void * in libads/ for LDAPMessage anymore.Volker Lendecke2007-10-101-11/+11
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-0/+1
* r16361: Fix Klocwork ID 1731 1770 1771 1775 1796Volker Lendecke2007-10-101-1/+5
* r16285: On a 64-bit box, size_t != uint32. Ensure we useJeremy Allison2007-10-101-2/+4
* r16187: Fix memleak.Günther Deschner2007-10-101-9/+12
* r16080: Re-add accidentially excluded in-forest domain trusts (fixes bug #3823).Günther Deschner2007-10-101-1/+1
* r15698: An attempt to make the winbind lookup_usergroups() call in security=adsGünther Deschner2007-10-101-16/+112
* r15697: I take no comments as no objections :)Günther Deschner2007-10-101-12/+36