summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_util.c
AgeCommit message (Expand)AuthorFilesLines
2003-08-08fix 2 bugs:Gerald Carter1-32/+29
2003-08-01fix cut-n-paste error found by abartletGerald Carter1-8/+10
2003-07-31make sure the domain sid is set when enumerating trusted domainsGerald Carter1-1/+24
2003-07-31working on transtive trusts issue:Gerald Carter1-4/+54
2003-07-10Just a few formatting fixed caught while testing.Rafal Szczesniak1-4/+0
2003-07-09Large set of changes to add UNIX account/group managementGerald Carter1-6/+10
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison1-1/+1
2003-06-24Explain why winbindd is exiting.Jeremy Allison1-2/+4
2003-06-24add tdb backup function separation and winbind idmap upgrade code formSimo Sorce1-0/+206
2003-06-10- fixed the bug that forced us not to use the winbindd cache when weAndrew Tridgell1-2/+3
2003-06-03* set winbind cache time to 5 minutesGerald Carter1-6/+4
2003-05-12And finally IDMAP in 3_0Simo Sorce1-5/+4
2003-04-29remove convert_smbpasswd and addtosmbpass from tree; people can get them from...Gerald Carter1-2/+3
2003-04-23Merge HEAD's winbind into 3.0.Andrew Bartlett1-7/+33
2003-03-24(merge from HEAD)Andrew Bartlett1-0/+24
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