summaryrefslogtreecommitdiffstats
path: root/source3/nsswitch/winbindd_ads.c
Commit message (Expand)AuthorAgeFilesLines
* NULL enum_local_groups for ads winbindd (temporary workaround).Gerald Carter2002-10-181-0/+1
* Move a number of ADS related functions out into utility libs, so that thingsAndrew Bartlett2002-09-271-186/+11
* Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de>Andrew Bartlett2002-09-061-4/+4
* This fixes a number of ADS problems, particularly with netbioslessAndrew Tridgell2002-08-051-70/+49
* this implements a completely new strategy for fetching groupAndrew Tridgell2002-07-111-33/+83
* fixed a bug handling startup when the ads server is not contactableAndrew Tridgell2002-07-011-1/+1
* more debug classess activatedSimo Sorce2002-06-181-0/+3
* Latest patch from metze <metze@metzemix.de> to move most of samba acrossAndrew Bartlett2002-06-131-5/+5
* fixed some debug messagesAndrew Tridgell2002-06-031-2/+2
* fixed trust relationships in ADS winbindd after breaking them with my BDC cha...Andrew Tridgell2002-04-191-1/+1
* fixed the fallback to a BDC for ADS connectionsAndrew Tridgell2002-04-181-1/+3
* pull_username() is a local functionAndrew Tridgell2002-04-141-1/+1
* hanle the case where the win2000 username is completely different fromAndrew Tridgell2002-04-141-8/+3
* modified the ADS backend to accept either the long or short versionsAndrew Tridgell2002-04-141-11/+44
* 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
* use objectCategory instead of objectClass for faster searchingAndrew Tridgell2001-12-101-3/+3
* winbindd backends can now be marked "consistent" or "inconsistent"Andrew Tridgell2001-12-101-0/+1
* moved the domain sid lookup and enumeration of trusted domains intoAndrew Tridgell2001-12-101-1/+38
* make sid_binstring available without HAVE_ADSAndrew Tridgell2001-12-101-4/+4
* completely new winbindd cache infrastructureAndrew Tridgell2001-12-091-5/+8
* - use accountype not accountcontrolAndrew Tridgell2001-12-091-8/+26
* fixed type passed to ads_searchAndrew Tridgell2001-12-091-2/+1
* added internal sasl/gssapi code. This means we are no longer dependent on cyr...Andrew Tridgell2001-12-081-11/+69
* fixed a memory leakAndrew Tridgell2001-12-051-1/+4
* added a REALLY gross hack into kerberos_kinit_password so thatAndrew Tridgell2001-12-051-1/+1
* moved the sequence number fetch into the backend, and fetch theAndrew Tridgell2001-12-051-1/+16
* don't double free ldap message listsAndrew Tridgell2001-12-051-3/+0
* fixed another leak - memory usage now seems to be quite smallAndrew Tridgell2001-12-051-0/+2
* added very basic ads connection cacheingAndrew Tridgell2001-12-051-84/+45
* plugged most of the memory leaksAndrew Tridgell2001-12-051-74/+120
* added the last winbindd/ads backend functionAndrew Tridgell2001-12-051-1/+66
* finally worked out how to do ldap lookups by binary blobs, so I canAndrew Tridgell2001-12-051-35/+112
* Fixed parse_domain_user to be bool.Jeremy Allison2001-12-051-2/+4