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
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
2007-10-10
r15306: Be consistent between rpc and ads winbind backend: let the ads backend
Günther Deschner
1
-2
/
+10
2007-10-10
r15305: Let winbind search by sid directly (or in windows terms: "bind to a
Günther Deschner
1
-6
/
+16
2007-10-10
r14611: Fix init_creds_opts issue jerry discovered when using MIT krb5 1.3:
Günther Deschner
1
-1
/
+1
2007-10-10
r14148: Removing the not very well tested krb5 ticket refresh handling activated
Günther Deschner
1
-4
/
+0
2007-10-10
r14145: Add missing WITH_KCM hunks from my local tree.
Günther Deschner
1
-0
/
+4
2007-10-10
r13657: Let winbindd try to obtain the gecos field from the msSFU30Gecos
Günther Deschner
1
-11
/
+24
2007-10-10
r13316: Let the carnage begin....
Gerald Carter
1
-6
/
+13
2007-10-10
r12045: More warning fixes... Just a few more to go.
Jeremy Allison
1
-1
/
+1
2007-10-10
r11704: methods->alternate_name is not used anymore -- remove it
Volker Lendecke
1
-37
/
+0
2007-10-10
r11651: After talking to Jeremy, commit my winbindd "Do the Right Thing" patch.
Gerald Carter
1
-3
/
+31
2007-10-10
r11242: use LDAP bitwise machting rule when searching for groups in ADS.
Günther Deschner
1
-17
/
+36
2007-10-10
r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4
Jeremy Allison
1
-12
/
+18
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-8
/
+3
2007-10-10
r10474: We better ignore builtin SIDs from the Active Directory DC to prevent
Günther Deschner
1
-1
/
+8
2007-10-10
r10261: Don't bother to peek rids in builtin-sids.
Günther Deschner
1
-0
/
+3
2007-10-10
r9361: patch from Ed Plese to fix a faulty error in winbindd
Gerald Carter
1
-13
/
+12
2007-10-10
r9252: 2 type fixes from Luke Mewburn <lukem@NetBSD.org>. Bugid #2934.
Jeremy Allison
1
-1
/
+2
2007-10-10
r8145: When inventing a new parameter for SFU-support, be aware of Volker's
Günther Deschner
1
-7
/
+14
2007-10-10
r7994: This adds support in Winbindd's "security = ads"-mode to retrieve the ...
Günther Deschner
1
-3
/
+21
2007-10-10
r7882: Looks like a large patch - but what it actually does is make Samba
Jeremy Allison
1
-5
/
+5
2007-10-10
r7415: * big change -- volker's new async winbindd from trunk
Gerald Carter
1
-104
/
+62
2007-10-10
r6755: removing domain_sid() since it is not referenced anymore
Gerald Carter
1
-31
/
+0
[next]