summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_ads.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-06-23* set domain->last_status = NT_STATUS_SERVER_DISABLED on an ads_connect() fai...Gerald Carter1-14/+63
2003-06-10- fixed the bug that forced us not to use the winbindd cache when weAndrew Tridgell1-2/+6
2003-06-10More instrumentation for winbindd.Jeremy Allison1-0/+14
2003-04-23Merge HEAD's winbind into 3.0.Andrew Bartlett1-72/+190
2003-04-21Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett1-1/+1
2003-02-24Merge from HEAD client-side authentication changes:Andrew Bartlett1-1/+0
2003-02-19Merge some random looking setenv related kerberos stuff that makesTim Potter1-4/+9
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-1/+1
2002-11-15enable enumeration of domain local groups using LDAP (and in a native mode do...Gerald Carter1-5/+30
2002-10-18NULL enum_local_groups for ads winbindd (temporary workaround).Gerald Carter1-0/+1
2002-10-01syncing up with HEAD. Seems to be a lot of differences creeping inGerald Carter1-186/+11
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-4/+4
2002-08-17sync 3.0 branch with headJelmer Vernooij1-70/+49
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-50/+133
2002-04-11possibly fix the 15000 user problemAndrew Tridgell1-6/+6
2002-03-21fixed the secondary group mappings for ADS usersAndrew Tridgell1-8/+56
2002-03-19updated winbindd to used paged ldap searches for all ldap queriesAndrew Tridgell1-1/+1
2002-03-12fixed 2 reconnection bugs in the ADS backend supportAndrew Tridgell1-7/+11
2002-03-09better detection of dead ADS connections, so we have some chance ofAndrew Tridgell1-0/+6
2002-01-30Removed version number from file header.Tim Potter1-1/+1
2002-01-20This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett1-10/+2