much better ADS error handling system
[kai/samba.git] / source3 / nsswitch / winbindd_ads.c
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...