summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_util.c
AgeCommit message (Expand)AuthorFilesLines
2003-02-14Mop and bucket for trusted domain enumeration fix.Tim Potter1-6/+7
2003-01-15Merge of holding pattern stuff from HEAD.Tim Potter1-21/+5
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-2/+2
2002-12-20Formatting syncup.Tim Potter1-2/+4
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-5/+4
2002-11-07Perform my janitorial duties.Tim Potter1-6/+0
2002-11-07Keep branches in sync.....Jeremy Allison1-1/+7
2002-11-06Merge things that bloody tpot should be doing :-).Jeremy Allison1-2/+14
2002-11-02Some winbindd cleanups I made trying to fix cr1020:Tim Potter1-0/+86
2002-10-08merge from APP_HEAD of winbindd's domain local group fixGerald Carter1-1/+1
2002-10-04* merge native_mode flag in winbindd_domain struct from app-headGerald Carter1-1/+10
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-2/+8
2002-08-17sync 3.0 branch with headJelmer Vernooij1-41/+77
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-4/+3
2002-03-09prevent a segv when a trusted domain is unavailable at startupAndrew Tridgell1-3/+2
2002-02-27this allows us to support foreign SIDs in winbindd and smbdAndrew Tridgell1-1/+1
2002-01-30Removed version number from file header.Tim Potter1-1/+1
2002-01-26Change the winbind interface to use seperate 'domain' and 'username' feilds forAndrew Bartlett1-1/+0
2002-01-20This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett1-22/+5
2002-01-18This is the 'winbind default domain' patch from Alexander BokovoyAndrew Bartlett1-4/+52
2002-01-11Always query the PDC for the list of trusted domains rather than interatingTim Potter1-55/+90
2002-01-10A big tidyup while thinking about getting trusted domains being re-readTim Potter1-17/+22
2001-12-19added trusted realm support to ADS authenticationAndrew Tridgell1-1/+5
2001-12-19- added initial support for trusted domains in winbindd_adsAndrew Tridgell1-3/+7
2001-12-10moved the domain sid lookup and enumeration of trusted domains intoAndrew Tridgell1-105/+24
2001-12-09completely new winbindd cache infrastructureAndrew Tridgell1-144/+7
2001-12-05moved the sequence number fetch into the backend, and fetch theAndrew Tridgell1-21/+1
2001-12-05finally worked out how to do ldap lookups by binary blobs, so I canAndrew Tridgell1-101/+0
2001-12-05Fixed parse_domain_user to be bool.Jeremy Allison1-16/+5
2001-12-04moved lookup_usergroups() into the backend structureAndrew Tridgell1-56/+0
2001-12-04added a query_user backendAndrew Tridgell1-55/+0
2001-12-03put sid_to_name behind the winbindd backend interfaceAndrew Tridgell1-27/+7
2001-12-03added name_to_sid to the backendAndrew Tridgell1-78/+32
2001-12-03added a basic ADS backend to winbind. More work needed, but atAndrew Tridgell1-2/+16
2001-12-03split winbindd_enum_dom_groups into the new backend structureAndrew Tridgell1-71/+2
2001-12-01The beginnings of alternative backends for winbinddAndrew Tridgell1-10/+37
2001-11-27Added negative caching to the user pw lookup by name and by uid.Jeremy Allison1-80/+82
2001-11-26Another merge from appliance-head: in [ug]id_to_sid don't call theTim Potter1-47/+7
2001-11-26Removed bogus SAFE_FREE() call of talloced return data fromTim Potter1-8/+2
2001-11-26Fixed some indentation.Tim Potter1-2/+2
2001-11-23Set type to NOTUSED if lookup fail.Jeremy Allison1-0/+1
2001-11-23Finish 1.45 by removing redundant sid->string conversion inMartin Pool1-14/+44
2001-11-23I think you were passing the name of the SID, rather than the DOM_SIDMartin Pool1-1/+1
2001-11-22Got positive and negative name caching working correctly with lookupname/look...Jeremy Allison1-43/+47
2001-11-22Fixed +ve caching. Still problems with -ve caching.Jeremy Allison1-105/+115
2001-11-22Fixed caching of lookupname/lookupsid. Error in check of success !Jeremy Allison1-2/+8
2001-11-21W2K doesn't seem to respond to *#0 names in node status. Ensure nameJeremy Allison1-25/+24
2001-11-21Added transparent +ve caching for lookupname/lookupsid. -ve caching canJeremy Allison1-105/+231
2001-11-19Merge from 2.2.Tim Potter1-1/+1
2001-11-15Caching user, group and domain sam handles was a stupid idea.Tim Potter1-20/+133