summaryrefslogtreecommitdiffstats
path: root/source/auth
Commit message (Expand)AuthorAgeFilesLines
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-029-33/+1
* honor the ACB_PWNOEXP flag in smbpasswdAndrew Tridgell2001-10-011-2/+1
* - fix handling of 0 last_change_time and must_change_timeAndrew Tridgell2001-10-011-31/+32
* Fix up a number of intertwined issues:Andrew Bartlett2001-09-293-10/+30
* Process the workstation trust account code INSIDE the authenticaion subsystem,Andrew Bartlett2001-09-261-5/+20
* Rearrange the order of the checks in auth_smbpasswd.c, always check passwordsAndrew Bartlett2001-09-261-73/+111
* Move pass_check.c over to NTSTATUS, allowing full NTSTATUS from PAM to wire!Andrew Bartlett2001-09-202-83/+121
* We are not meant to touch the username, so use the pass->pw_name output ratherAndrew Bartlett2001-09-201-6/+6
* Fix for MiXed and UPPER case usernames with plaintext PAM passwords.Andrew Bartlett2001-09-201-1/+1
* Revert this one: The NTLMv2 checks need the original username as foundAndrew Bartlett2001-09-201-1/+1
* - Fix up to use sampass->username insted of user_info->smb_usernameAndrew Bartlett2001-09-191-7/+7
* Remove the ugly hacks to get around the Get_Pwnam() calls in pass_check.c byAndrew Bartlett2001-09-192-9/+16
* move to SAFE_FREE()Simo Sorce2001-09-172-3/+3
* move to SAFE_FREE()Simo Sorce2001-09-171-12/+9
* Fix up workstaion and kickoff time checks, moved to auth_smbpasswd.c whereAndrew Bartlett2001-09-162-13/+55
* Now that we always get back an NTSTATUS code actually pass it on to theAndrew Bartlett2001-09-142-17/+5
* Some patches to authentication:Tim Potter2001-09-124-17/+26
* made a couple of local fns staticAndrew Tridgell2001-09-101-1/+1
* cope with pam being offAndrew Tridgell2001-09-041-1/+1
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-049-44/+44
* Fixed silly typo.Jeremy Allison2001-08-301-3/+3
* Fix from Paul Green to set correct lengths.Jeremy Allison2001-08-301-3/+3
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-278-27/+27
* started converting NTSTATUS to be a structure on systems with gcc in order to...Andrew Tridgell2001-08-271-8/+9
* get rid of compiler warningsHerb Lewis2001-08-243-8/+8
* Fixed incorrect debug.Tim Potter2001-08-241-4/+1
* Fix up some unused variables and functions, fix up formattingAndrew Bartlett2001-08-231-1/+0
* Add a new option to disable our paranoid server check.Andrew Bartlett2001-08-211-1/+1
* Add comment to clarify why we call this twice.Andrew Bartlett2001-08-201-0/+2
* two fixes for NT clients -> share level Samba serverAndrew Tridgell2001-08-201-1/+2
* smbd/auth_server: Doco, we want to use cli_nt_error here soonAndrew Bartlett2001-08-171-0/+1
* Style cleanup for the last vuid change.Andrew Bartlett2001-08-171-5/+8
* This patch does a number of things, mostly smaller than they look :-)Andrew Bartlett2001-08-125-420/+153
* Use the new client error api.Tim Potter2001-08-101-1/+1
* a few cleanups while mergeing the passdb code into 2.2Gerald Carter2001-08-091-1/+1
* Record the NT_STATUS constant rather than its number in the logfilesAndrew Bartlett2001-08-061-1/+2
* This is the fix for the PAM bug I probably introduced in the previous commit,Andrew Bartlett2001-08-031-0/+3
* This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett2001-08-036-0/+1471
* Fix case insensitive password change code.Jeremy Allison2001-07-231-4/+2
* This removes unused paramaters from various authtication functions, and shouldAndrew Bartlett2001-07-081-7/+2
* Password changing via PAM works now. DONT CHANGE THIS UNLESS YOU RE-TEST !!!!!!Jeremy Allison2001-07-061-2/+19
* Added Andrew's pam password change stuff. Needs some testing but looks good !Jeremy Allison2001-06-251-44/+140
* Fixed up the oldpw prompts. Made the matching case insensitive.Jeremy Allison2001-05-091-5/+24
* Had to add a "pam password change" parameter (defaults to "off") and inlinedJeremy Allison2001-05-021-10/+11
* Runtime check for broken PAM systems with no appdata_ptr support. ThisJeremy Allison2001-05-011-2/+22
* Stop coredump on pam password change with pam_pwdb.so module on error.Jeremy Allison2001-05-011-1/+5
* Added Andrew Bartlett's fixes to my changes to his original patch (at theJeremy Allison2001-05-012-3/+3
* Allow pam code to compile on Solaris (which doesn't have PAM_AUTHTOK_RECOVER_...Jeremy Allison2001-05-011-0/+5
* Fixing consts in pam code.Jeremy Allison2001-04-301-2/+2
* Based on an original PAM patch by Andrew Bartlett, re-written by me toJeremy Allison2001-04-301-124/+417