summaryrefslogtreecommitdiff
path: root/source3/auth
Commit message (Expand)AuthorAgeFilesLines
* Correct "somthing" typos.Chris Lamb2017-02-221-1/+1
* Correct "perfom" typos.Chris Lamb2017-02-221-1/+1
* auth3: Use NT_STATUS_EQUALVolker Lendecke2017-02-151-1/+1
* auth: Remove auth_wbcVolker Lendecke2017-01-092-207/+0
* auth: Use "all_zero" where appropriateVolker Lendecke2017-01-031-3/+2
* auth3: Avoid some zeros footprintVolker Lendecke2017-01-031-2/+1
* auth3: Use "all_zero" where appropriateVolker Lendecke2017-01-031-4/+3
* lib: Add lib/util_unixsids.hVolker Lendecke2016-12-283-0/+3
* smbd: username map file handling xfile->stdioVolker Lendecke2016-12-111-7/+6
* lib: Add samlogon_cache.hVolker Lendecke2016-12-021-0/+1
* lib: Remove global xfile.h includesVolker Lendecke2016-11-201-0/+1
* lib: Rename fgets_slash to x_fgets_slashVolker Lendecke2016-11-201-1/+1
* smbd: in ntlm auth, do not map empty domain in case of \user@realmUri Simchoni2016-10-251-3/+7
* Update smbrun to allow for settings environment variables.Trever L. Adams2016-10-132-3/+3
* s3: auth: Use wbcAuthenticateUserEx to prime the caches.Jeremy Allison2016-09-281-2/+47
* s4: messaging: Remove bool auto_remove parameter from imessaging_init().Jeremy Allison2016-07-231-2/+2
* krb5pac.idl: introduce PAC_DOMAIN_GROUP_MEMBERSHIP to handle the resource groupsStefan Metzmacher2016-06-301-5/+23
* auth/wbc_auth_util: change wbcAuthUserInfo_to_netr_SamInfo* from level 3 to 6Stefan Metzmacher2016-06-301-4/+9
* s3: auth: Move the declaration of struct dom_sid tmp_sid to function level sc...Jeremy Allison2016-05-271-1/+1
* s3:auth_builtin: anonymous authentication doesn't allow a passwordStefan Metzmacher2016-04-281-7/+40
* CVE-2016-2115: s3:auth_domain: use SMB_SIGNING_IPC_DEFAULTRalph Boehme2016-04-121-1/+1
* CVE-2016-2111: s3:auth: implement "raw NTLMv2 auth" checksStefan Metzmacher2016-04-121-0/+15
* s3-auth: check for return code of cli_credentials_set_machine_account().Günther Deschner2016-03-171-2/+2
* dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam2016-02-062-2/+2
* idl: Rename "principle" to "principal_name"Volker Lendecke2016-02-021-4/+4
* auth: consistent handling of well-known alias as primary gidUri Simchoni2015-11-191-6/+17
* auth: remove a line that has no effectUri Simchoni2015-11-191-2/+0
* Changing log level of two entries to DBG_NOTICEMarc Muehlfeld2015-11-042-4/+4
* auth: Remove procid_self() from auth_samba4Volker Lendecke2015-10-191-1/+8
* s3-auth: Fix a memory leak in make_server_info_info3()Andreas Schneider2015-08-211-12/+23
* s3-auth: Pass nt_username to check_account()Andreas Schneider2015-08-211-3/+6
* s3-auth: Fix 'map to guest = Bad Uid' supportAndreas Schneider2015-08-211-0/+8
* s3-auth: Fix a possible null pointer dereferenceAndreas Schneider2015-07-171-1/+3
* 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