summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_ads.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-12-05fixed a memory leakAndrew Tridgell1-1/+4
2001-12-05added a REALLY gross hack into kerberos_kinit_password so thatAndrew Tridgell1-1/+1
2001-12-05moved the sequence number fetch into the backend, and fetch theAndrew Tridgell1-1/+16
2001-12-05don't double free ldap message listsAndrew Tridgell1-3/+0
2001-12-05fixed another leak - memory usage now seems to be quite smallAndrew Tridgell1-0/+2
2001-12-05added very basic ads connection cacheingAndrew Tridgell1-84/+45
2001-12-05plugged most of the memory leaksAndrew Tridgell1-74/+120
2001-12-05added the last winbindd/ads backend functionAndrew Tridgell1-1/+66
2001-12-05finally worked out how to do ldap lookups by binary blobs, so I canAndrew Tridgell1-35/+112
2001-12-05Fixed parse_domain_user to be bool.Jeremy Allison1-2/+4
2001-12-04added lookup_groups() to the ads backendAndrew Tridgell1-3/+63
2001-12-04moved lookup_usergroups() into the backend structureAndrew Tridgell1-1/+11
2001-12-04added a query_user backendAndrew Tridgell1-2/+73
2001-12-03changed query_dispinfo to query_user_listAndrew Tridgell1-10/+10
2001-12-03put sid_to_name behind the winbindd backend interfaceAndrew Tridgell1-2/+6