summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_ads.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r13657: Let winbindd try to obtain the gecos field from the msSFU30GecosGünther Deschner1-11/+24
2007-10-10r13316: Let the carnage begin....Gerald Carter1-6/+13
2007-10-10r12045: More warning fixes... Just a few more to go.Jeremy Allison1-1/+1
2007-10-10r11704: methods->alternate_name is not used anymore -- remove itVolker Lendecke1-37/+0
2007-10-10r11651: After talking to Jeremy, commit my winbindd "Do the Right Thing" patch.Gerald Carter1-3/+31
2007-10-10r11242: use LDAP bitwise machting rule when searching for groups in ADS.Günther Deschner1-17/+36
2007-10-10r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison1-12/+18
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-8/+3
2007-10-10r10474: We better ignore builtin SIDs from the Active Directory DC to preventGünther Deschner1-1/+8
2007-10-10r10261: Don't bother to peek rids in builtin-sids.Günther Deschner1-0/+3
2007-10-10r9361: patch from Ed Plese to fix a faulty error in winbinddGerald Carter1-13/+12
2007-10-10r9252: 2 type fixes from Luke Mewburn <lukem@NetBSD.org>. Bugid #2934.Jeremy Allison1-1/+2
2007-10-10r8145: When inventing a new parameter for SFU-support, be aware of Volker'sGünther Deschner1-7/+14
2007-10-10r7994: This adds support in Winbindd's "security = ads"-mode to retrieve the ...Günther Deschner1-3/+21
2007-10-10r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison1-5/+5
2007-10-10r7415: * big change -- volker's new async winbindd from trunkGerald Carter1-104/+62
2007-10-10r6755: removing domain_sid() since it is not referenced anymoreGerald Carter1-31/+0
2007-10-10r6225: get rid of warnings from my compiler about nested externsHerb Lewis1-1/+2
2007-10-10r5207: patches from Jay Fenlason @ RedHat (scooped from their Fedora packages)Gerald Carter1-1/+2
2007-10-10r4760: Make wbinfo --user-sids expand domain local groups. Andrew B., my testingVolker Lendecke1-0/+1
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-17/+17
2007-10-10r1967: Fix a couple of krb5-DEBUG-messages.Günther Deschner1-1/+1
2007-10-10r294: checking in volker's winbindd patches; tested on domain members (Samba ...Gerald Carter1-44/+2
2004-03-30Apply some constVolker Lendecke1-3/+3
2004-03-24Fix bugzilla # 1208Jim McDonough1-1/+5
2004-03-22missed one on BUG 1195; make sure to set the private * to NULLGerald Carter1-5/+2
2004-03-22bug 1195: add flag to ADS_STRUCT so we know who owns the main structure's mem...Gerald Carter1-1/+22
2004-01-12fixing compile problems due to my recent ads.h changesGerald Carter1-1/+1
2004-01-07Machines are people too!Andrew Bartlett1-1/+1
2004-01-05shorten some more lines.Andrew Bartlett1-7/+14
2004-01-05Change our Domain controller lookup routines to more carefully seperateAndrew Bartlett1-3/+1
2004-01-05rpc_client/cli_lsarpc.c:Andrew Bartlett1-75/+35
2004-01-05Fix for bug 707, getent group for huge ads groups (>1500 members)Andrew Bartlett1-22/+72
2004-01-03And yet another constVolker Lendecke1-1/+1
2004-01-02Under certain error conditions (a talloc() failure above) this would causeAndrew Bartlett1-2/+0
2004-01-01After talking with abartlet remove the fix for bug 707 again.Volker Lendecke1-48/+21
2004-01-01Fix for bug 707, getent group for huge ads groups (>1500 members)Volker Lendecke1-21/+48
2003-11-12a small include file rearrangement that doesn't affect normalAndrew Tridgell1-0/+1
2003-10-13make sure to use the escaped DN; patch from Guenther Deschner; bug 592Gerald Carter1-1/+1
2003-10-03don't call ads_destroy() twice; fixes segfault in winbindd when DC goes down;...Gerald Carter1-4/+11
2003-09-06finish off bug 282. AAdd extra checks for pointers afterGerald Carter1-7/+7
2003-09-06revert retry loops in winbindd_ads as abartket points out, weGerald Carter1-312/+151
2003-09-05fixes for ads domain membership when only the realm is defined inGerald Carter1-2/+4
2003-09-05Fix for bug 282 that didn't get checked in.Tim Potter1-1/+1
2003-09-05should fix bug 364 & 311: Retry patch based on suggestion fromGerald Carter1-142/+316
2003-09-04Check in Andrew's fix for bug #305 (always use lp_realm() )Gerald Carter1-13/+2
2003-08-15get rid of more compiler warningsHerb Lewis1-1/+1
2003-07-31working on transtive trusts issue:Gerald Carter1-9/+76
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison1-2/+2
2003-06-30Fix more shadow variable warnings.Tim Potter1-20/+20