summaryrefslogtreecommitdiff
path: root/source3/auth
Commit message (Expand)AuthorAgeFilesLines
* Convert all uint32/16/8 to _t in a grab-bag of remaining files.Richard Sharpe2015-05-141-2/+2
* Convert all uses of uint32/16/8 to _t in source3/auth.Richard Sharpe2015-05-133-10/+10
* s3: Fix pam_authenticate() when lp_null_passwords() is trueMaks Naumov2015-05-041-1/+1
* s3:auth: use lp_load_with_shares() in auth3_check_password()Michael Adam2015-04-221-1/+1
* s3:auth: use lp_load_with_shares() in auth3_generate_session_info_pac()Michael Adam2015-04-221-1/+1
* s3:auth_domain: make use of cli_rpc_pipe_open_schannel()Stefan Metzmacher2015-03-121-91/+10
* s3:auth_domain: fix talloc problem in connect_to_domain_password_server()Stefan Metzmacher2015-03-121-1/+6
* smbd: Simplify create_token_from_sid()Volker Lendecke2015-03-111-9/+5
* smbd: Simplify create_token_from_sid()Volker Lendecke2015-03-111-6/+2
* smbd: Streamline the gids handling in create_token_from_sid()Volker Lendecke2015-03-111-2/+8
* smbd: Put a variable definition closer to its useVolker Lendecke2015-03-111-1/+1
* s3: auth: Add previously missing allocation fail check.Jeremy Allison2015-01-141-0/+4
* s3: auth: Plumb in the SamInfo3_handle_sids() utility function into passwd_to...Jeremy Allison2015-01-143-5/+17
* s3: auth: Convert samu_to_SamInfo3() to use the new utility function.Jeremy Allison2015-01-141-57/+9
* s3: auth: Add a utility function - SamInfo3_handle_sids() that factors out th...Jeremy Allison2015-01-141-0/+70
* s3:auth: add some const to user_in_list()Stefan Metzmacher2014-11-142-3/+3
* s3:auth: add missing auth_samba4_init() prototypeStefan Metzmacher2014-11-141-0/+3
* Don't drop any error codes just because we think there cannot be any errors w...root2014-10-301-0/+3
* s3-winbindd: Attempt to connect to NETLOGON over NCACN_IP_TCP if we canAndrew Bartlett2014-10-081-1/+1
* lib/util: move memcache.[ch] to the toplevel 'samba-util' libraryStefan Metzmacher2014-07-181-1/+1
* auth: Fix an incompatible pointer assignmentVolker Lendecke2014-07-071-1/+1
* s4-auth: Do not override the NT_STATUS_NOT_IMPLEMENTED error for winbinddAndrew Bartlett2014-07-041-0/+7
* s3: auth: Change auth3_generate_session_info_pac() to use a copy of the info3...Jeremy Allison2014-06-181-2/+9
* s3: auth: Add create_info3_from_pac_logon_info() to create a new info3 and me...Jeremy Allison2014-06-182-0/+80
* s3: auth: Change make_server_info_info3() to take a const struct netr_SamInfo...Jeremy Allison2014-06-183-6/+6
* s3: auth: Add some const to the struct netr_SamInfo3 * arguments of copy_netr...Jeremy Allison2014-06-183-4/+4
* auth: Provide a way to use the auth stack for winbindd authenticationAndrew Bartlett2014-06-113-10/+28
* smbd: fix creation of BUILTIN\{Administrators,Users} when "tdbsam:map builtin...Michael Adam2014-05-191-3/+13
* auth: Allow auth_samba4 to be forced to run a specific auth moduleAndrew Bartlett2014-05-162-12/+27
* s3-auth: Register ncalrpc_as_system gensec module.Andreas Schneider2014-04-241-1/+3
* s3:auth: allow special SYSTEM and ANONYMOUS handling in auth3_generate_sessio...Stefan Metzmacher2014-04-241-2/+43
* auth: Move wbcAuthUserInfo_to_netr_SamInfo3 to the top levelAndrew Bartlett2014-04-182-192/+0
* auth: Remove support for HAVE_TRUNCATED_SALT from pass_check.cAndrew Bartlett2014-04-151-14/+0
* auth: Remove USE_BOTH_CRYPT_CALLS block from pass_check.cAndrew Bartlett2014-04-151-20/+0
* auth: Remove linux_bigcrypt support from pass_check.cAndrew Bartlett2014-04-151-32/+0
* auth: Remove support for plaintext auth on systems that use getprpwnam()Andrew Bartlett2014-04-151-10/+0
* auth: Remove plaintext OSF1 password supportAndrew Bartlett2014-04-151-64/+0
* auth: Remove afs_auth() from pass_check.c and s4's auth_unixAndrew Bartlett2014-04-151-35/+0
* auth: Remove dfs_auth() from pass_check.c and s4's auth_unixAndrew Bartlett2014-04-151-315/+0
* auth: Remove unused PASSWORD_LENTH macro from pass_check.cAndrew Bartlett2014-04-151-6/+0
* auth: Remove static variable ths_user from password_check() codeAndrew Bartlett2014-04-151-36/+9
* s3-auth: Do not reset bad password count to 0 if account is disabledAndrew Bartlett2014-04-021-11/+11
* s3-auth: Only call pdb_get_acct_ctrl() once in check_sam_securityAndrew Bartlett2014-04-021-4/+6
* s3-auth: Add prototype for plugin function to reduce warnings in auth_samba4Andrew Bartlett2014-04-021-0/+1
* s3-auth: Remember to always free the talloc_stackframe() in auth_samba4Andrew Bartlett2014-04-021-0/+2
* auth_samba4: Fix auth_samba4 to correctly provide a messaging context for itselfAndrew Bartlett2014-04-021-16/+9
* s3-auth: Finally change make_user_info_*() use a parent talloc contextAndrew Bartlett2014-04-024-34/+40
* s3: smbd: Factor out code that calls getgroups_unix_user() into a separate fu...Jeremy Allison2014-03-251-52/+92
* s3: smbd: Ensure we always go via getgroups_unix_user() when creating an NT t...Jeremy Allison2014-03-211-0/+61
* s3-auth: Steal the memory to avoid duplication.Andreas Schneider2014-03-131-5/+1