summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_ads.c
AgeCommit message (Expand)AuthorFilesLines
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
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
2001-12-09- use accountype not accountcontrolAndrew Tridgell1-8/+26
2001-12-09fixed type passed to ads_searchAndrew Tridgell1-2/+1
2001-12-08added internal sasl/gssapi code. This means we are no longer dependent on cyr...Andrew Tridgell1-11/+69