summaryrefslogtreecommitdiff
path: root/source3/auth
Commit message (Expand)AuthorAgeFilesLines
...
* auth: let auth4_context->check_ntlm_password() return pauthoritativeStefan Metzmacher2017-03-243-3/+12
* auth4: let auth_check_password* return pauthoritativeStefan Metzmacher2017-03-241-2/+9
* auth3: let auth_check_ntlm_password() return pauthoritativeStefan Metzmacher2017-03-243-23/+32
* auth3: make make_auth_context_subsystem() staticStefan Metzmacher2017-03-242-4/+2
* auth3: make use of make_auth3_context_for_ntlm()Stefan Metzmacher2017-03-241-2/+2
* auth3: add make_auth3_context_for_{ntlm,netlogon,winbind}Stefan Metzmacher2017-03-242-0/+24
* auth3: Remove unused make_auth_context_fixedVolker Lendecke2017-03-242-22/+0
* auth3: Introduce auth3_context_set_challengeVolker Lendecke2017-03-242-1/+15
* auth3: Simplify the logic in auth_check_ntlm_passwordVolker Lendecke2017-03-241-29/+29
* auth3: Don't try other auth modules on any errorVolker Lendecke2017-03-241-3/+1
* auth3: Introduce make_auth_context_specificVolker Lendecke2017-03-241-22/+27
* auth3: Slightly simplify make_auth_context_subsystem() step2Volker Lendecke2017-03-241-39/+34
* auth3: Slightly simplify make_auth_context_subsystem() step1Volker Lendecke2017-03-241-4/+6
* auth_ntdomain3: Correctly handle !authoritativeVolker Lendecke2017-03-101-0/+4
* auth_winbind3: Correctly handle !authoritativeVolker Lendecke2017-03-101-0/+9
* auth3: Simplify auth_check_ntlm_password logic with a "goto fail"Volker Lendecke2017-03-091-11/+13
* auth3: Simplify auth_check_ntlm_password logic with a "goto fail"Volker Lendecke2017-03-081-40/+43
* auth3: Simplify auth_check_ntlm_password server_info handlingVolker Lendecke2017-03-081-6/+7
* auth3: Simplify auth_check_ntlm_password talloc handlingVolker Lendecke2017-03-081-13/+7
* auth3: Use talloc_move instead of _stealVolker Lendecke2017-03-081-1/+1
* auth3: Centralize auth_check_ntlm_password failure handlingVolker Lendecke2017-03-081-4/+11
* auth3: Simplify get_system_info3Volker Lendecke2017-02-271-11/+2
* auth3: Fix some whitespaceVolker Lendecke2017-02-271-3/+3
* 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