Put back the changes that Simo reverted and fix a speling mistak.
[tprouty/samba.git] / source / nsswitch / winbindd_ads.c
2003-10-13 Gerald Cartermake sure to use the escaped DN; patch from Guenther...
2003-10-03 Gerald Carterdon't call ads_destroy() twice; fixes segfault in winbi...
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-04-16 Andrew BartlettStore the type of 'sec channel' that we establish to...
2003-02-27 Andrew BartlettFix possible memory leak on failure.
2003-02-26 Andrew BartlettKill RID-only and domain+RID madness from winbind.
2003-02-25 Andrew BartlettAfter some comments from tridge, clean the new usergrou...
2003-02-25 Andrew BartlettFix a really nasty bug where some users in AD domains...
2003-02-21 Tim PotterFix another compiler warning.
2003-02-20 Andrew Bartlettfor some (very weird) reason, the domain I was testing...
2003-02-19 Andrew BartlettMove to a in-memory ccache for winbind, and replace...
2003-02-01 Andrew BartlettAlways escape ldap filter strings. Escaping code was...
2002-12-20 Jeremy AllisonForward port the change to talloc_init() to make all...
2002-11-15 Gerald Carterenable enumeration of domain local groups using LDAP...
2002-10-18 Gerald CarterNULL enum_local_groups for ads winbindd (temporary...
2002-09-27 Andrew BartlettMove a number of ADS related functions out into utility...
2002-09-06 Andrew BartlettPatch from "Stefan (metze) Metzmacher" <metze@metzemix.de>
2002-08-05 Andrew TridgellThis fixes a number of ADS problems, particularly with...
2002-07-11 Andrew Tridgellthis implements a completely new strategy for fetching...
2002-07-01 Andrew Tridgellfixed a bug handling startup when the ads server is...
2002-06-18 Simo Sorcemore debug classess activated
2002-06-13 Andrew BartlettLatest patch from metze <metze@metzemix.de> to move...
2002-06-03 Andrew Tridgellfixed some debug messages
2002-04-19 Andrew Tridgellfixed trust relationships in ADS winbindd after breakin...
2002-04-18 Andrew Tridgellfixed the fallback to a BDC for ADS connections
2002-04-14 Andrew Tridgellpull_username() is a local function
2002-04-14 Andrew Tridgellhanle the case where the win2000 username is completely...
2002-04-14 Andrew Tridgellmodified the ADS backend to accept either the long...
2002-04-11 Andrew Tridgellpossibly fix the 15000 user problem
2002-03-21 Andrew Tridgellfixed the secondary group mappings for ADS users
2002-03-19 Andrew Tridgellupdated winbindd to used paged ldap searches for all...
2002-03-12 Andrew Tridgellfixed 2 reconnection bugs in the ADS backend support
2002-03-09 Andrew Tridgellbetter detection of dead ADS connections, so we have...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-20 Andrew BartlettThis patch makes the 'winbind use default domain' code...
2001-12-20 Andrew Tridgelladded ads_domain_sid() function
2001-12-19 Andrew Tridgelluse "ads server" option if set for primary domain
2001-12-19 Andrew Tridgelladd support for mixtures of ADS/NT4 domains, as long...
2001-12-19 Andrew Tridgellmuch better ADS error handling system
2001-12-19 Andrew Tridgelladded trusted realm support to ADS authentication
2001-12-19 Andrew Tridgell- added initial support for trusted domains in winbindd_ads
2001-12-11 Jim McDonoughReplace backslash with winbind separator before calling...
2001-12-11 Andrew Tridgellhandle systems without setenv()
2001-12-11 Andrew Tridgellremoved the start_ndx parameter from group enumeration
2001-12-11 Andrew Tridgellgot rid of start_ndx from query_user_list()
2001-12-10 Andrew Tridgellrobustness fixes and moved ccache location into winbind...
2001-12-10 Andrew Tridgelluse objectCategory instead of objectClass for faster...
2001-12-10 Andrew Tridgellwinbindd backends can now be marked "consistent" or...
2001-12-10 Andrew Tridgellmoved the domain sid lookup and enumeration of trusted...
2001-12-10 Andrew Tridgellmake sid_binstring available without HAVE_ADS
2001-12-09 Andrew Tridgellcompletely new winbindd cache infrastructure
2001-12-09 Andrew Tridgell- use accountype not accountcontrol
2001-12-09 Andrew Tridgellfixed type passed to ads_search
2001-12-08 Andrew Tridgelladded internal sasl/gssapi code. This means we are...
2001-12-05 Andrew Tridgellfixed a memory leak
2001-12-05 Andrew Tridgelladded a REALLY gross hack into kerberos_kinit_password...
2001-12-05 Andrew Tridgellmoved the sequence number fetch into the backend, and...
2001-12-05 Andrew Tridgelldon't double free ldap message lists
2001-12-05 Andrew Tridgellfixed another leak - memory usage now seems to be quite...
2001-12-05 Andrew Tridgelladded very basic ads connection cacheing
2001-12-05 Andrew Tridgellplugged most of the memory leaks
2001-12-05 Andrew Tridgelladded the last winbindd/ads backend function
2001-12-05 Andrew Tridgellfinally worked out how to do ldap lookups by binary...
2001-12-05 Jeremy AllisonFixed parse_domain_user to be bool.
2001-12-04 Andrew Tridgelladded lookup_groups() to the ads backend
2001-12-04 Andrew Tridgellmoved lookup_usergroups() into the backend structure
2001-12-04 Andrew Tridgelladded a query_user backend
2001-12-03 Andrew Tridgellchanged query_dispinfo to query_user_list
2001-12-03 Andrew Tridgellput sid_to_name behind the winbindd backend interface
2001-12-03 Andrew Tridgelladded name_to_sid to the backend
2001-12-03 Andrew Tridgelladded a basic ADS backend to winbind. More work needed...