summaryrefslogtreecommitdiff
path: root/source3/auth
AgeCommit message (Expand)AuthorFilesLines
2001-11-21More spelling fixes, comment reformatting.Tim Potter1-8/+11
2001-11-21Spelling fix, reformatted comment.Tim Potter1-4/+6
2001-11-20Fixed sizeof vs array length bug in make_user_info_winbind_crap()Tim Potter1-2/+2
2001-11-11Fix up some DEBUG()sAndrew Bartlett1-17/+37
2001-11-11Add back the not null checks in a better place.Andrew Bartlett1-1/+7
2001-11-11make sam_account_ok static.Andrew Bartlett1-32/+29
2001-11-11This extra check isn't needed, we can only get here if secuirty=domainAndrew Bartlett1-3/+0
2001-11-11Minor updates. A small dose of const.Andrew Bartlett2-2/+2
2001-11-11Remove built-in support for clear-text kerberos authentication.Andrew Bartlett1-123/+3
2001-11-09This change updates lp_guestaccount() to be a *global* paramater, rather thanAndrew Bartlett1-1/+1
2001-11-08Change to guest logon code.Andrew Bartlett2-26/+94
2001-11-05Renamed make_user_info_for_winbindd() to be more consistent with theTim Potter1-4/+4
2001-11-03Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison1-12/+58
2001-11-03Minor cleanups/fixes in the NTLMv2 codeAndrew Bartlett1-6/+2
2001-11-01Various post AuthRewrite cleanups, fixups and tidyups.Andrew Bartlett2-22/+31
2001-10-31Fix up domain logons. Tested with NT4.Andrew Bartlett1-1/+1
2001-10-31This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett7-273/+868
2001-10-31Small 'const' updates ahead of some AuthRewrite merging.Andrew Bartlett1-5/+5
2001-10-31Added some extra fields to the auth_serversupplied_info structure.Tim Potter1-1/+13
2001-10-30Spnego on the 'server' end of security=server just does not work, so set theAndrew Bartlett1-0/+3
2001-10-29Fix up auth_smbpasswd.c to use the password interface, rather than theAndrew Bartlett1-8/+8
2001-10-29This commit is number 4 of 4.Andrew Bartlett2-16/+19
2001-10-29This commit is number 3 of 4.Andrew Bartlett2-3/+3
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