summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_pam.c
AgeCommit message (Expand)AuthorFilesLines
2001-12-10added some commentsAndrew Tridgell1-2/+1
2001-12-05Fixed parse_domain_user to be bool.Jeremy Allison1-28/+27
2001-11-24This is another rather major change to the samba authenticaionAndrew Bartlett1-5/+7
2001-11-23Got rid of that stupid parse_domain_user() warning when compilingTim Potter1-22/+0
2001-11-23Fixed check machine account function.Tim Potter1-6/+12
2001-11-05Use cli_nt_login_network() instead of domain_client_validate() to performTim Potter1-41/+55
2001-10-31Removed unneeded extern.Tim Potter1-2/+0
2001-10-31This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett1-72/+15
2001-10-31Added some extra fields to the auth_serversupplied_info structure.Tim Potter1-0/+4
2001-10-05This is the start of a bit of a rewrite of winbindd's connection handling.Tim Potter1-4/+16
2001-09-12Some patches to authentication:Tim Potter1-4/+4
2001-09-05more warning fixes on solarisAndrew Tridgell1-2/+2
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell1-4/+4
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-2/+2
2001-08-24Make domain_client_validate return a status code instead of a boolean.Tim Potter1-10/+10
2001-08-23Added copyright for me and AB.Tim Potter1-0/+2
2001-08-22Added another authentication interface to winbindd. The Challenge ResponseTim Potter1-1/+72
2001-08-12This patch does a number of things, mostly smaller than they look :-)Andrew Bartlett1-1/+14
2001-08-03This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett1-8/+48
2001-07-18the nss and pam modules in winbind don't have strchr_m() yet, so useAndrew Tridgell1-2/+2
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-2/+2
2001-06-07Added comment about possible optimisation to winbindd_pam_auth()Tim Potter1-0/+4
2001-05-17Fixes to get pam_auth() functionality working again.Tim Potter1-36/+13
2001-05-07Preliminary merge of winbind into HEAD. Note that this compiles and linksTim Potter1-9/+79
2001-04-08Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison1-1/+1
2000-06-03moved secrets handling into secrets.cAndrew Tridgell1-30/+5
2000-05-12use "winbind separator" in tng as wellAndrew Tridgell1-1/+1
2000-05-09brought the winbindd code into headAndrew Tridgell1-0/+97