summaryrefslogtreecommitdiff
path: root/source/nsswitch/winbindd_rpc.c
Commit message (Expand)AuthorAgeFilesLines
* sync with SAMBA_2_2 for 2.2.6rc1Gerald Carter2002-10-091-42/+155
* beginning to sync up for 2.2.5 release....Gerald Carter2002-06-171-0/+19
* Added some of the newer files...Jeremy Allison2002-04-301-9/+1
* The cli_lsa_lookup_{names,sids} functions were returning uselessTim Potter2002-04-141-6/+4
* possibly fix the 15000 user problemAndrew Tridgell2002-04-111-2/+2
* Fixed the handle leak in the connection management code (this code is crapJeremy Allison2002-04-041-2/+11
* Spelling fixes.Tim Potter2002-03-241-1/+1
* reduced memory usage in winbindd with a rpc backend by using aAndrew Tridgell2002-01-311-6/+11
* Removed version number from file header.Tim Potter2002-01-301-1/+1
* Back out some of the less well thought out ideas from last weeks work onAndrew Bartlett2002-01-261-5/+16
* This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett2002-01-201-4/+12
* Many thanks to Alexander Bokovoy <a.bokovoy@sam-solutions.net>.Andrew Bartlett2002-01-121-0/+9
* A big tidyup while thinking about getting trusted domains being re-readTim Potter2002-01-101-4/+4
* removed the start_ndx parameter from group enumerationAndrew Tridgell2001-12-111-5/+31
* got rid of start_ndx from query_user_list()Andrew Tridgell2001-12-111-23/+39
* robustness fixes and moved ccache location into winbindd_ads codeAndrew Tridgell2001-12-101-0/+8
* 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-2/+46
* completely new winbindd cache infrastructureAndrew Tridgell2001-12-091-5/+9
* moved the sequence number fetch into the backend, and fetch theAndrew Tridgell2001-12-051-1/+56
* finally worked out how to do ldap lookups by binary blobs, so I canAndrew Tridgell2001-12-051-10/+114
* added lookup_groups() to the ads backendAndrew Tridgell2001-12-041-2/+2
* moved lookup_usergroups() into the backend structureAndrew Tridgell2001-12-041-1/+61
* added a query_user backendAndrew Tridgell2001-12-041-1/+58
* changed query_dispinfo to query_user_listAndrew Tridgell2001-12-031-5/+5
* put sid_to_name behind the winbindd backend interfaceAndrew Tridgell2001-12-031-1/+33
* added name_to_sid to the backendAndrew Tridgell2001-12-031-1/+34
* added a basic ADS backend to winbind. More work needed, but atAndrew Tridgell2001-12-031-10/+10
* split winbindd_enum_dom_groups into the new backend structureAndrew Tridgell2001-12-031-0/+130