summaryrefslogtreecommitdiff
path: root/source3/auth
AgeCommit message (Expand)AuthorFilesLines
2001-10-23more compiler warningsHerb Lewis2-2/+2
2001-10-19print in a human readable format when the password expired.Jean-François Micouleau1-1/+1
2001-10-18Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.Jeremy Allison1-1/+1
2001-10-06Fix up indenting in out SAM password check code.Andrew Bartlett1-46/+49
2001-10-02Fixed up the change password bug when not using PAM.Jeremy Allison1-2/+2
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter9-33/+1
2001-10-01honor the ACB_PWNOEXP flag in smbpasswdAndrew Tridgell1-2/+1
2001-10-01- fix handling of 0 last_change_time and must_change_timeAndrew Tridgell1-31/+32
2001-09-29Fix up a number of intertwined issues:Andrew Bartlett3-10/+30
2001-09-26Process the workstation trust account code INSIDE the authenticaion subsystem,Andrew Bartlett1-5/+20
2001-09-26Rearrange the order of the checks in auth_smbpasswd.c, always check passwordsAndrew Bartlett1-73/+111
2001-09-20Move pass_check.c over to NTSTATUS, allowing full NTSTATUS from PAM to wire!Andrew Bartlett2-83/+121
2001-09-20We are not meant to touch the username, so use the pass->pw_name output ratherAndrew Bartlett1-6/+6
2001-09-20Fix for MiXed and UPPER case usernames with plaintext PAM passwords.Andrew Bartlett1-1/+1
2001-09-20Revert this one: The NTLMv2 checks need the original username as foundAndrew Bartlett1-1/+1
2001-09-19- Fix up to use sampass->username insted of user_info->smb_usernameAndrew Bartlett1-7/+7
2001-09-19Remove the ugly hacks to get around the Get_Pwnam() calls in pass_check.c byAndrew Bartlett2-9/+16
2001-09-17move to SAFE_FREE()Simo Sorce2-3/+3
2001-09-17move to SAFE_FREE()Simo Sorce1-12/+9
2001-09-16Fix up workstaion and kickoff time checks, moved to auth_smbpasswd.c whereAndrew Bartlett2-13/+55
2001-09-14Now that we always get back an NTSTATUS code actually pass it on to theAndrew Bartlett2-17/+5
2001-09-12Some patches to authentication:Tim Potter4-17/+26
2001-09-10made a couple of local fns staticAndrew Tridgell1-1/+1
2001-09-04cope with pam being offAndrew Tridgell1-1/+1
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell9-44/+44
2001-08-30Fixed silly typo.Jeremy Allison1-3/+3
2001-08-30Fix from Paul Green to set correct lengths.Jeremy Allison1-3/+3
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell8-27/+27
2001-08-27started converting NTSTATUS to be a structure on systems with gcc in order to...Andrew Tridgell1-8/+9
2001-08-24get rid of compiler warningsHerb Lewis3-8/+8
2001-08-24Fixed incorrect debug.Tim Potter1-4/+1
2001-08-23Fix up some unused variables and functions, fix up formattingAndrew Bartlett1-1/+0
2001-08-21Add a new option to disable our paranoid server check.Andrew Bartlett1-1/+1
2001-08-20Add comment to clarify why we call this twice.Andrew Bartlett1-0/+2
2001-08-20two fixes for NT clients -> share level Samba serverAndrew Tridgell1-1/+2
2001-08-17smbd/auth_server: Doco, we want to use cli_nt_error here soonAndrew Bartlett1-0/+1
2001-08-17Style cleanup for the last vuid change.Andrew Bartlett1-5/+8
2001-08-12This patch does a number of things, mostly smaller than they look :-)Andrew Bartlett5-420/+153
2001-08-10Use the new client error api.Tim Potter1-1/+1
2001-08-09a few cleanups while mergeing the passdb code into 2.2Gerald Carter1-1/+1
2001-08-06Record the NT_STATUS constant rather than its number in the logfilesAndrew Bartlett1-1/+2
2001-08-03This is the fix for the PAM bug I probably introduced in the previous commit,Andrew Bartlett1-0/+3
2001-08-03This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett6-0/+1471
2001-07-23Fix case insensitive password change code.Jeremy Allison1-4/+2
2001-07-08This removes unused paramaters from various authtication functions, and shouldAndrew Bartlett1-7/+2
2001-07-06Password changing via PAM works now. DONT CHANGE THIS UNLESS YOU RE-TEST !!!!!!Jeremy Allison1-2/+19
2001-06-25Added Andrew's pam password change stuff. Needs some testing but looks good !Jeremy Allison1-44/+140
2001-05-09Fixed up the oldpw prompts. Made the matching case insensitive.Jeremy Allison1-5/+24
2001-05-02Had to add a "pam password change" parameter (defaults to "off") and inlinedJeremy Allison1-10/+11
2001-05-01Runtime check for broken PAM systems with no appdata_ptr support. ThisJeremy Allison1-2/+22