summaryrefslogtreecommitdiffstats
path: root/source3/nsswitch/winbindd_ads.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix for bug 707, getent group for huge ads groups (>1500 members)Andrew Bartlett2004-01-051-22/+72
* And yet another constVolker Lendecke2004-01-031-1/+1
* Under certain error conditions (a talloc() failure above) this would causeAndrew Bartlett2004-01-021-2/+0
* After talking with abartlet remove the fix for bug 707 again.Volker Lendecke2004-01-011-48/+21
* Fix for bug 707, getent group for huge ads groups (>1500 members)Volker Lendecke2004-01-011-21/+48
* a small include file rearrangement that doesn't affect normalAndrew Tridgell2003-11-121-0/+1
* make sure to use the escaped DN; patch from Guenther Deschner; bug 592Gerald Carter2003-10-131-1/+1
* don't call ads_destroy() twice; fixes segfault in winbindd when DC goes down;...Gerald Carter2003-10-031-4/+11
* finish off bug 282. AAdd extra checks for pointers afterGerald Carter2003-09-061-7/+7
* revert retry loops in winbindd_ads as abartket points out, weGerald Carter2003-09-061-312/+151
* fixes for ads domain membership when only the realm is defined inGerald Carter2003-09-051-2/+4
* Fix for bug 282 that didn't get checked in.Tim Potter2003-09-051-1/+1
* should fix bug 364 & 311: Retry patch based on suggestion fromGerald Carter2003-09-051-142/+316
* Check in Andrew's fix for bug #305 (always use lp_realm() )Gerald Carter2003-09-041-13/+2
* get rid of more compiler warningsHerb Lewis2003-08-151-1/+1
* working on transtive trusts issue:Gerald Carter2003-07-311-9/+76
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-031-2/+2
* Fix more shadow variable warnings.Tim Potter2003-06-301-20/+20
* * set domain->last_status = NT_STATUS_SERVER_DISABLED on an ads_connect() fai...Gerald Carter2003-06-231-14/+63
* - fixed the bug that forced us not to use the winbindd cache when weAndrew Tridgell2003-06-101-2/+6
* More instrumentation for winbindd.Jeremy Allison2003-06-101-0/+14
* Merge HEAD's winbind into 3.0.Andrew Bartlett2003-04-231-72/+190
* Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett2003-04-211-1/+1
* Merge from HEAD client-side authentication changes:Andrew Bartlett2003-02-241-1/+0
* Merge some random looking setenv related kerberos stuff that makesTim Potter2003-02-191-4/+9
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-1/+1
* enable enumeration of domain local groups using LDAP (and in a native mode do...Gerald Carter2002-11-151-5/+30
* NULL enum_local_groups for ads winbindd (temporary workaround).Gerald Carter2002-10-181-0/+1
* syncing up with HEAD. Seems to be a lot of differences creeping inGerald Carter2002-10-011-186/+11
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-4/+4
* sync 3.0 branch with headJelmer Vernooij2002-08-171-70/+49
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-50/+133
* possibly fix the 15000 user problemAndrew Tridgell2002-04-111-6/+6
* fixed the secondary group mappings for ADS usersAndrew Tridgell2002-03-211-8/+56
* updated winbindd to used paged ldap searches for all ldap queriesAndrew Tridgell2002-03-191-1/+1
* fixed 2 reconnection bugs in the ADS backend supportAndrew Tridgell2002-03-121-7/+11
* better detection of dead ADS connections, so we have some chance ofAndrew Tridgell2002-03-091-0/+6
* Removed version number from file header.Tim Potter2002-01-301-1/+1
* This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett2002-01-201-10/+2
* added ads_domain_sid() functionAndrew Tridgell2001-12-201-15/+5
* use "ads server" option if set for primary domainAndrew Tridgell2001-12-191-4/+10
* add support for mixtures of ADS/NT4 domains, as long as the primaryAndrew Tridgell2001-12-191-0/+9
* much better ADS error handling systemAndrew Tridgell2001-12-191-63/+59
* added trusted realm support to ADS authenticationAndrew Tridgell2001-12-191-0/+2
* - added initial support for trusted domains in winbindd_adsAndrew Tridgell2001-12-191-10/+47
* Replace backslash with winbind separator before calling parse_domain_user(). ...Jim McDonough2001-12-111-2/+4
* handle systems without setenv()Andrew Tridgell2001-12-111-1/+1
* removed the start_ndx parameter from group enumerationAndrew Tridgell2001-12-111-7/+1
* got rid of start_ndx from query_user_list()Andrew Tridgell2001-12-111-7/+1
* robustness fixes and moved ccache location into winbindd_ads codeAndrew Tridgell2001-12-101-0/+12