summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_pam.c
AgeCommit message (Expand)AuthorFilesLines
2002-04-07Spelling.Tim Potter1-1/+1
2002-03-23Various winbind updates:Andrew Bartlett1-1/+1
2002-03-17Renamed get_nt_error_msg() to nt_errstr().Tim Potter1-6/+6
2002-02-15Winbind cleanup.Andrew Bartlett1-2/+2
2002-02-11A few small winbind updates:Andrew Bartlett1-10/+5
2002-02-08Fix up some of the DEBUG lines in winbind_pam.cAndrew Bartlett1-8/+10
2002-02-05Drastic impromvents to pam_winbind.Andrew Bartlett1-30/+69
2002-01-31Removed unused variables.Tim Potter1-2/+0
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-30Fix for password change from Samuel Ziegler <sam@xpedion.com>Tim Potter1-11/+11
2002-01-18This is the 'winbind default domain' patch from Alexander BokovoyAndrew Bartlett1-2/+19
2002-01-14Initialise cli variables and try not to do a cli_shutdown() of uninitialsedAndrew Bartlett1-4/+10
2002-01-12Many thanks to Alexander Bokovoy <a.bokovoy@sam-solutions.net>.Andrew Bartlett1-0/+2
2002-01-10This changes the winbind protcol a bit:Andrew Bartlett1-21/+13
2002-01-01Further rpc_client removal, this time from winbindd.Andrew Bartlett1-38/+60
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