summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_cm.c
AgeCommit message (Expand)AuthorFilesLines
2001-12-11Modify winbindd to use authenticated user info from secrets.tdb when makingTim Potter1-2/+29
2001-12-01The beginnings of alternative backends for winbinddAndrew Tridgell1-1/+1
2001-11-29I think the lookup_pdc_name() should be called lookup_dc_name() and theTim Potter1-4/+13
2001-11-27Some reformatting.Tim Potter1-223/+229
2001-11-26don't die with a FPE if there are no DCsAndrew Tridgell1-0/+2
2001-11-23Fixed check machine account function.Tim Potter1-6/+8
2001-11-15Tidyup formatting a bit (spaces->tabs) whilst reading new code to understandJeremy Allison1-214/+198
2001-11-15Caching user, group and domain sam handles was a stupid idea.Tim Potter1-78/+9
2001-11-15Cache positive and negative name domain controller lookups.Tim Potter1-11/+148
2001-11-14Random connection robustness related fixes. Display some debugs aboutTim Potter1-20/+109
2001-11-05Use cli_nt_login_network() instead of domain_client_validate() to performTim Potter1-0/+30
2001-10-29Don't force winbind to use non-local DC's.Volker Lendecke1-1/+1
2001-10-27Added some connection checking code. Doesn't work yet though.Tim Potter1-10/+43
2001-10-09Implemented sam group handle stuff. getent group now works.Tim Potter1-4/+65
2001-10-08More work on winbindd connection rewrite:Tim Potter1-25/+201
2001-10-05This is the start of a bit of a rewrite of winbindd's connection handling.Tim Potter1-0/+245