summaryrefslogtreecommitdiffstats
path: root/source/nsswitch/winbindd_util.c
Commit message (Expand)AuthorAgeFilesLines
* This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett2002-01-201-22/+5
* This is the 'winbind default domain' patch from Alexander BokovoyAndrew Bartlett2002-01-181-4/+52
* Always query the PDC for the list of trusted domains rather than interatingTim Potter2002-01-111-55/+90
* A big tidyup while thinking about getting trusted domains being re-readTim Potter2002-01-101-17/+22
* added trusted realm support to ADS authenticationAndrew Tridgell2001-12-191-1/+5
* - added initial support for trusted domains in winbindd_adsAndrew Tridgell2001-12-191-3/+7
* moved the domain sid lookup and enumeration of trusted domains intoAndrew Tridgell2001-12-101-105/+24
* completely new winbindd cache infrastructureAndrew Tridgell2001-12-091-144/+7
* moved the sequence number fetch into the backend, and fetch theAndrew Tridgell2001-12-051-21/+1
* finally worked out how to do ldap lookups by binary blobs, so I canAndrew Tridgell2001-12-051-101/+0
* Fixed parse_domain_user to be bool.Jeremy Allison2001-12-051-16/+5
* moved lookup_usergroups() into the backend structureAndrew Tridgell2001-12-041-56/+0
* added a query_user backendAndrew Tridgell2001-12-041-55/+0
* put sid_to_name behind the winbindd backend interfaceAndrew Tridgell2001-12-031-27/+7
* added name_to_sid to the backendAndrew Tridgell2001-12-031-78/+32
* added a basic ADS backend to winbind. More work needed, but atAndrew Tridgell2001-12-031-2/+16
* split winbindd_enum_dom_groups into the new backend structureAndrew Tridgell2001-12-031-71/+2
* The beginnings of alternative backends for winbinddAndrew Tridgell2001-12-011-10/+37
* Added negative caching to the user pw lookup by name and by uid.Jeremy Allison2001-11-271-80/+82
* Another merge from appliance-head: in [ug]id_to_sid don't call theTim Potter2001-11-261-47/+7
* Removed bogus SAFE_FREE() call of talloced return data fromTim Potter2001-11-261-8/+2
* Fixed some indentation.Tim Potter2001-11-261-2/+2
* Set type to NOTUSED if lookup fail.Jeremy Allison2001-11-231-0/+1
* Finish 1.45 by removing redundant sid->string conversion inMartin Pool2001-11-231-14/+44
* I think you were passing the name of the SID, rather than the DOM_SIDMartin Pool2001-11-231-1/+1
* Got positive and negative name caching working correctly with lookupname/look...Jeremy Allison2001-11-221-43/+47
* Fixed +ve caching. Still problems with -ve caching.Jeremy Allison2001-11-221-105/+115
* Fixed caching of lookupname/lookupsid. Error in check of success !Jeremy Allison2001-11-221-2/+8
* W2K doesn't seem to respond to *#0 names in node status. Ensure nameJeremy Allison2001-11-211-25/+24
* Added transparent +ve caching for lookupname/lookupsid. -ve caching canJeremy Allison2001-11-211-105/+231
* Merge from 2.2.Tim Potter2001-11-191-1/+1
* Caching user, group and domain sam handles was a stupid idea.Tim Potter2001-11-151-20/+133
* Added free_domain_info() function.Tim Potter2001-11-151-0/+27
* Added some extra fields to the auth_serversupplied_info structure.Tim Potter2001-10-311-3/+7
* Don't reference tallocated memory that has already been disposed of. TheTim Potter2001-10-291-7/+2
* Fixed some memory leaks introduced by connection handling rewrite, as wellTim Potter2001-10-191-2/+0
* Converted some more functions to create and dispose of a talloc context on aTim Potter2001-10-191-40/+49
* Some reformatting.Tim Potter2001-10-141-6/+10
* Converted a few winbind functions to use a talloc context that is destroyedTim Potter2001-10-121-32/+72
* Removed some unused code from the recent cleanup.Tim Potter2001-10-121-281/+0
* Got the rest of the group functions working. Did some reformatting (manTim Potter2001-10-101-31/+29
* Implemented sam group handle stuff. getent group now works.Tim Potter2001-10-091-33/+77
* More work on winbindd connection rewrite:Tim Potter2001-10-081-53/+83
* This is the start of a bit of a rewrite of winbindd's connection handling.Tim Potter2001-10-051-212/+142
* move to SAFE_FREE()Simo Sorce2001-09-171-4/+4
* more static/dead fnsAndrew Tridgell2001-09-101-9/+0
* kill a dead fn and make a local one staticAndrew Tridgell2001-09-101-79/+3
* more warning fixes on solarisAndrew Tridgell2001-09-051-2/+2
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-041-13/+8
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-2/+2