summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_pam.c
AgeCommit message (Expand)AuthorFilesLines
2003-02-14Ensure that only parse_prs.c access internal members of the prs_struct.Jeremy Allison1-1/+2
2003-01-15small merges from SAMBA_3_0; mostly typos, renames, etc...Gerald Carter1-3/+3
2003-01-14Added a comment in case anyone is thinking of doing a SMB_ASSERT in winbindd.Tim Potter1-0/+2
2003-01-11Return the 'freindly' NT error message if at all possible.Andrew Bartlett1-1/+1
2003-01-02Becouse these functions return a size_t, they can't return negitive numbers.Andrew Bartlett1-3/+3
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-2/+2
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-11/+11
2002-10-26Updates to winbind's PAM client and server - make the debug logsAndrew Bartlett1-0/+7
2002-09-12Merge undone cleanups.Tim Potter1-12/+19
2002-09-12Merge of winbind auth cleanups from appliance.Tim Potter1-19/+12
2002-09-12Merge of cut&paste fix from appliance.Tim Potter1-1/+1
2002-09-12Spelling fix.Tim Potter1-2/+2
2002-07-31Winbind updates!Andrew Bartlett1-28/+107
2002-07-20Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had aAndrew Bartlett1-2/+2
2002-06-18more debug classess activatedSimo Sorce1-0/+3
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