summaryrefslogtreecommitdiffstats
path: root/source3/nsswitch/winbindd_util.c
Commit message (Expand)AuthorAgeFilesLines
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-5/+4
* Perform my janitorial duties.Tim Potter2002-11-071-6/+0
* Keep branches in sync.....Jeremy Allison2002-11-071-1/+7
* Merge things that bloody tpot should be doing :-).Jeremy Allison2002-11-061-2/+14
* Some winbindd cleanups I made trying to fix cr1020:Tim Potter2002-11-021-0/+86
* merge from APP_HEAD of winbindd's domain local group fixGerald Carter2002-10-081-1/+1
* * merge native_mode flag in winbindd_domain struct from app-headGerald Carter2002-10-041-1/+10
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-2/+8
* sync 3.0 branch with headJelmer Vernooij2002-08-171-41/+77
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-4/+3
* prevent a segv when a trusted domain is unavailable at startupAndrew Tridgell2002-03-091-3/+2
* this allows us to support foreign SIDs in winbindd and smbdAndrew Tridgell2002-02-271-1/+1
* Removed version number from file header.Tim Potter2002-01-301-1/+1
* Change the winbind interface to use seperate 'domain' and 'username' feilds forAndrew Bartlett2002-01-261-1/+0
* 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