summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_ads.c
AgeCommit message (Expand)AuthorFilesLines
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-10-01syncing up with HEAD. Seems to be a lot of differences creeping inGerald Carter1-186/+11
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-4/+4
2002-08-17sync 3.0 branch with headJelmer Vernooij1-70/+49
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-50/+133
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
2001-12-03added name_to_sid to the backendAndrew Tridgell1-2/+76
2001-12-03added a basic ADS backend to winbind. More work needed, but atAndrew Tridgell1-0/+207