summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_ads.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-12-20added ads_domain_sid() functionAndrew Tridgell1-15/+5
2001-12-19use "ads server" option if set for primary domainAndrew Tridgell1-4/+10
2001-12-19add support for mixtures of ADS/NT4 domains, as long as the primaryAndrew Tridgell1-0/+9
2001-12-19much better ADS error handling systemAndrew Tridgell1-63/+59
2001-12-19added trusted realm support to ADS authenticationAndrew Tridgell1-0/+2
2001-12-19- added initial support for trusted domains in winbindd_adsAndrew Tridgell1-10/+47
2001-12-11Replace backslash with winbind separator before calling parse_domain_user(). ...Jim McDonough1-2/+4
2001-12-11handle systems without setenv()Andrew Tridgell1-1/+1
2001-12-11removed the start_ndx parameter from group enumerationAndrew Tridgell1-7/+1
2001-12-11got rid of start_ndx from query_user_list()Andrew Tridgell1-7/+1
2001-12-10robustness fixes and moved ccache location into winbindd_ads codeAndrew Tridgell1-0/+12
2001-12-10use objectCategory instead of objectClass for faster searchingAndrew Tridgell1-3/+3
2001-12-10winbindd backends can now be marked "consistent" or "inconsistent"Andrew Tridgell1-0/+1
2001-12-10moved the domain sid lookup and enumeration of trusted domains intoAndrew Tridgell1-1/+38
2001-12-10make sid_binstring available without HAVE_ADSAndrew Tridgell1-4/+4
2001-12-09completely new winbindd cache infrastructureAndrew Tridgell1-5/+8