summaryrefslogtreecommitdiff
path: root/source3/auth
AgeCommit message (Expand)AuthorFilesLines
2015-01-14s3: auth: Add previously missing allocation fail check.Jeremy Allison1-0/+4
2015-01-14s3: auth: Plumb in the SamInfo3_handle_sids() utility function into passwd_to...Jeremy Allison3-5/+17
2015-01-14s3: auth: Convert samu_to_SamInfo3() to use the new utility function.Jeremy Allison1-57/+9
2015-01-14s3: auth: Add a utility function - SamInfo3_handle_sids() that factors out th...Jeremy Allison1-0/+70
2014-11-14s3:auth: add some const to user_in_list()Stefan Metzmacher2-3/+3
2014-11-14s3:auth: add missing auth_samba4_init() prototypeStefan Metzmacher1-0/+3
2014-10-30Don't drop any error codes just because we think there cannot be any errors w...root1-0/+3
2014-10-08s3-winbindd: Attempt to connect to NETLOGON over NCACN_IP_TCP if we canAndrew Bartlett1-1/+1
2014-07-18lib/util: move memcache.[ch] to the toplevel 'samba-util' libraryStefan Metzmacher1-1/+1
2014-07-07auth: Fix an incompatible pointer assignmentVolker Lendecke1-1/+1
2014-07-04s4-auth: Do not override the NT_STATUS_NOT_IMPLEMENTED error for winbinddAndrew Bartlett1-0/+7
2014-06-18s3: auth: Change auth3_generate_session_info_pac() to use a copy of the info3...Jeremy Allison1-2/+9
2014-06-18s3: auth: Add create_info3_from_pac_logon_info() to create a new info3 and me...Jeremy Allison2-0/+80
2014-06-18s3: auth: Change make_server_info_info3() to take a const struct netr_SamInfo...Jeremy Allison3-6/+6
2014-06-18s3: auth: Add some const to the struct netr_SamInfo3 * arguments of copy_netr...Jeremy Allison3-4/+4
2014-06-11auth: Provide a way to use the auth stack for winbindd authenticationAndrew Bartlett3-10/+28
2014-05-19smbd: fix creation of BUILTIN\{Administrators,Users} when "tdbsam:map builtin...Michael Adam1-3/+13
2014-05-16auth: Allow auth_samba4 to be forced to run a specific auth moduleAndrew Bartlett2-12/+27
2014-04-24s3-auth: Register ncalrpc_as_system gensec module.Andreas Schneider1-1/+3
2014-04-24s3:auth: allow special SYSTEM and ANONYMOUS handling in auth3_generate_sessio...Stefan Metzmacher1-2/+43
2014-04-18auth: Move wbcAuthUserInfo_to_netr_SamInfo3 to the top levelAndrew Bartlett2-192/+0
2014-04-15auth: Remove support for HAVE_TRUNCATED_SALT from pass_check.cAndrew Bartlett1-14/+0
2014-04-15auth: Remove USE_BOTH_CRYPT_CALLS block from pass_check.cAndrew Bartlett1-20/+0
2014-04-15auth: Remove linux_bigcrypt support from pass_check.cAndrew Bartlett1-32/+0
2014-04-15auth: Remove support for plaintext auth on systems that use getprpwnam()Andrew Bartlett1-10/+0
2014-04-15auth: Remove plaintext OSF1 password supportAndrew Bartlett1-64/+0
2014-04-15auth: Remove afs_auth() from pass_check.c and s4's auth_unixAndrew Bartlett1-35/+0
2014-04-15auth: Remove dfs_auth() from pass_check.c and s4's auth_unixAndrew Bartlett1-315/+0
2014-04-15auth: Remove unused PASSWORD_LENTH macro from pass_check.cAndrew Bartlett1-6/+0
2014-04-15auth: Remove static variable ths_user from password_check() codeAndrew Bartlett1-36/+9
2014-04-02s3-auth: Do not reset bad password count to 0 if account is disabledAndrew Bartlett1-11/+11
2014-04-02s3-auth: Only call pdb_get_acct_ctrl() once in check_sam_securityAndrew Bartlett1-4/+6
2014-04-02s3-auth: Add prototype for plugin function to reduce warnings in auth_samba4Andrew Bartlett1-0/+1
2014-04-02s3-auth: Remember to always free the talloc_stackframe() in auth_samba4Andrew Bartlett1-0/+2
2014-04-02auth_samba4: Fix auth_samba4 to correctly provide a messaging context for itselfAndrew Bartlett1-16/+9
2014-04-02s3-auth: Finally change make_user_info_*() use a parent talloc contextAndrew Bartlett4-34/+40
2014-03-25s3: smbd: Factor out code that calls getgroups_unix_user() into a separate fu...Jeremy Allison1-52/+92
2014-03-21s3: smbd: Ensure we always go via getgroups_unix_user() when creating an NT t...Jeremy Allison1-0/+61
2014-03-13s3-auth: Steal the memory to avoid duplication.Andreas Schneider1-5/+1
2014-03-13s3-auth: Do not leak tmp_ctx if make_server_info() fails.Andreas Schneider1-1/+2
2014-03-13s3-auth: Make is_null_sid() check easier to read.Simo Sorce1-2/+3
2014-03-13CVE-2013-4496:s3:auth: fix memory leak in the ACCOUNT_LOCKED_OUT case.Stefan Metzmacher1-0/+1
2014-03-05Remove all uses of the NT_STATUS_NOT_OK_RETURN_AND_FREE macro from the codebase.Garming Sam1-2/+8
2014-03-05Remove a number of NT_STATUS_HAVE_NO_MEMORY_AND_FREE macros from the codebase.Garming Sam1-11/+44
2014-02-19s3-auth: Pass mem_ctx to do_map_to_guest_server_info().Andreas Schneider3-11/+16
2014-02-19s3-auth: Pass mem_ctx to auth_check_ntlm_password().Andreas Schneider3-24/+40
2014-02-19s3-auth: Pass mem_ctx to make_server_info_sam().Andreas Schneider4-28/+47
2014-02-12auth: Make new_server_id_task() static to auth_samba4Volker Lendecke1-0/+42
2014-02-07param: rename lp function and variable from "encrypted_passwords" to "encrypt...Garming Sam1-1/+1
2014-02-07param: rename lp function and variable from "adduser_script" to "add_user_scr...Garming Sam1-1/+1