possibly fix the 15000 user problem
[sfrench/samba-autobuild/.git] / source3 / nsswitch / winbindd_rpc.c
2002-04-11 Andrew Tridgellpossibly fix the 15000 user problem
2002-04-04 Jeremy AllisonFixed the handle leak in the connection management...
2002-03-24 Tim PotterSpelling fixes.
2002-01-31 Andrew Tridgellreduced memory usage in winbindd with a rpc backend...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-26 Andrew BartlettBack out some of the less well thought out ideas from...
2002-01-20 Andrew BartlettThis patch makes the 'winbind use default domain' code...
2002-01-12 Andrew BartlettMany thanks to Alexander Bokovoy <a.bokovoy@sam-solutio...
2002-01-10 Tim PotterA big tidyup while thinking about getting trusted domai...
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 Tridgellwinbindd backends can now be marked "consistent" or...
2001-12-10 Andrew Tridgellmoved the domain sid lookup and enumeration of trusted...
2001-12-09 Andrew Tridgellcompletely new winbindd cache infrastructure
2001-12-05 Andrew Tridgellmoved the sequence number fetch into the backend, and...
2001-12-05 Andrew Tridgellfinally worked out how to do ldap lookups by binary...
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...
2001-12-03 Andrew Tridgellsplit winbindd_enum_dom_groups into the new backend...