summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_ads.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-09fix some warnings from the Sun compiler; also merge some of abartlet's error ...Gerald Carter1-1/+1
2004-01-06Merge winbind from Samba 3.0 onto HEAD.Andrew Bartlett1-2/+1
2004-01-06(merge from 3.0)Andrew Bartlett1-7/+14
2004-01-06(merge from 3.0)Andrew Bartlett1-3/+1
2004-01-05rpc_client/cli_lsarpc.c:Andrew Bartlett1-75/+35
2004-01-05(merge from 3.0)Andrew Bartlett1-22/+72
2004-01-03And yet another constVolker Lendecke1-1/+1
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-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-09sync 3.0 into HEAD for the last timeGerald Carter1-35/+39
2003-08-02port latest changes from SAMBA_3_0 treeSimo Sorce1-9/+76
2003-07-16trying to get HEAD building again. If you want the codeGerald Carter1-38/+105
2003-04-16Store the type of 'sec channel' that we establish to the DC. If we are aAndrew Bartlett1-1/+1
2003-02-27Fix possible memory leak on failure.Andrew Bartlett1-0/+1
2003-02-26Kill RID-only and domain+RID madness from winbind.Andrew Bartlett1-82/+96
2003-02-25After some comments from tridge, clean the new usergroups code into a helperAndrew Bartlett1-71/+94
2003-02-25Fix a really nasty bug where some users in AD domains (particularly childAndrew Bartlett1-14/+90
2003-02-21Fix another compiler warning.Tim Potter1-1/+0
2003-02-20for some (very weird) reason, the domain I was testing aginst would notAndrew Bartlett1-0/+4
2003-02-19Move to a in-memory ccache for winbind, and replace setenv() properly.Andrew Bartlett1-3/+1
2003-02-01Always escape ldap filter strings. Escaping code was from pam_ldap, but I'm toAndrew Bartlett1-1/+8
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-09-27Move a number of ADS related functions out into utility libs, so that thingsAndrew Bartlett1-186/+11
2002-09-06Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de>Andrew Bartlett1-4/+4
2002-08-05This fixes a number of ADS problems, particularly with netbioslessAndrew Tridgell1-70/+49
2002-07-11this implements a completely new strategy for fetching groupAndrew Tridgell1-33/+83
2002-07-01fixed a bug handling startup when the ads server is not contactableAndrew Tridgell1-1/+1
2002-06-18more debug classess activatedSimo Sorce1-0/+3
2002-06-13Latest patch from metze <metze@metzemix.de> to move most of samba acrossAndrew Bartlett1-5/+5
2002-06-03fixed some debug messagesAndrew Tridgell1-2/+2
2002-04-19fixed trust relationships in ADS winbindd after breaking them with my BDC cha...Andrew Tridgell1-1/+1
2002-04-18fixed the fallback to a BDC for ADS connectionsAndrew Tridgell1-1/+3
2002-04-14pull_username() is a local functionAndrew Tridgell1-1/+1
2002-04-14hanle the case where the win2000 username is completely different fromAndrew Tridgell1-8/+3
2002-04-14modified the ADS backend to accept either the long or short versionsAndrew Tridgell1-11/+44
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