summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_pam.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-21winbindd: cache name-to-sid from PAC based on lookup domainUri Simchoni1-1/+1
2017-06-09s3:winbindd: Send flags=0 in netr_LogonSamLogon{WithFlags,Ex}()Stefan Metzmacher1-2/+2
2017-05-30winbindd: Do not run SAM auth stack in winbind SamLogonGarming Sam1-1/+3
2017-04-13winbindd: Make some debugging clearerGarming Sam1-2/+2
2017-04-12winbind_pam: Use any_nt_status_not_ok in map_auth_samlogonVolker Lendecke1-7/+2
2017-04-10winbindd: allow wbinfo -a REALM\\user to work on a DCStefan Metzmacher1-2/+20
2017-04-06winbindd: let WBFLAG_PAM_GET_PWD_POLICY only fake the password policyStefan Metzmacher1-22/+37
2017-03-29winbindd: Fix password policy for pam authenticationChristof Schmitt1-3/+4
2017-03-29rpc: Always supply both the remote and local address to the auth subsystemGary Lockyer1-1/+1
2017-03-29winbindd: Clarify that we do not pre-hash the password for rpccli_netlogon_pa...Andrew Bartlett1-39/+38
2017-03-29auth: Fill in user_info->service_description from all callersAndrew Bartlett1-1/+9
2017-03-24winbindd: no longer use USER_INFO_LOCAL_SAM_ONLYStefan Metzmacher1-1/+1
2017-03-24auth3: let auth_check_ntlm_password() return pauthoritativeStefan Metzmacher1-5/+2
2017-03-24winbindd: let winbindd_dual_auth_passdb() return pauthoritativeStefan Metzmacher1-5/+17
2017-03-24winbindd: NT_STATUS_CANT_ACCESS_DOMAIN_INFO means "Dunno"Volker Lendecke1-0/+10
2017-03-24winbindd: make use of make_auth3_context_for_winbind()Stefan Metzmacher1-3/+2
2017-03-24winbindd: Call make_auth_context_subsystem directlyVolker Lendecke1-2/+10
2017-03-09winbind: Fix a typoVolker Lendecke1-1/+1
2017-03-07winbind: Set "authoritative" in response to auth_crapVolker Lendecke1-0/+1
2017-03-07winbind: Pass up args from winbind_dual_SamLogonVolker Lendecke1-4/+10
2017-03-07winbind: Pass up args from winbind_samlogon_retry_loopVolker Lendecke1-6/+14
2017-03-07cli_netlogon: Add return parms to rpccli_netlogon_password_logonVolker Lendecke1-0/+2
2017-03-06winbind: Fix a debug messageVolker Lendecke1-1/+2
2016-12-02lib: Add samlogon_cache.hVolker Lendecke1-0/+1
2016-10-11winbindd: Replace calls to domain->methodsChristof Schmitt1-12/+4
2016-09-29s3: winbind: Trust name2sid mappings from the PAC.Jeremy Allison1-1/+1
2016-09-28s3: winbind: Make WBC_AUTH_USER_LEVEL_PAC prime the name2sid cache.Jeremy Allison1-1/+34
2016-07-01s3/winbindd: use == -1 instead of < 0 for error checking uid_tAurelien Aptel1-2/+2
2016-06-30s3:winbindd: pass 'interactive' down through winbindd_dual_auth_passdb()Stefan Metzmacher1-2/+11
2015-11-06Fix various spelling errorsMathieu Parent1-2/+2
2015-11-04s3: winbind: Prevent null ptr access by returning error if no creds availableNoel Power1-2/+5
2015-10-11A small improvement to the DEBUG message when pass-through authenticationRichard Sharpe1-2/+3
2015-06-24s3:winbindd: remove unused argument 'server' from winbind_samlogon_retry_loop()Stefan Metzmacher1-3/+0
2015-06-11winbindd: winbindd_raw_kerberos_login - ensure logon_info exists in PAC.Jeremy Allison1-0/+5
2015-06-11kerberos auth info3 should contain resource group ids available from pac_logonNoel Power1-2/+7
2015-04-29Change all uint32/16/8 to 32_t/16_t/8_t in winbindd.Richard Sharpe1-7/+7
2014-11-25s3:winbindd: make use of talloc_string_sub2() in generate_krb5_ccache()Stefan Metzmacher1-1/+14
2014-10-08s3-winbindd: Pass the whole winbindd_domain to invalidate_cm_connection()Andrew Bartlett1-4/+4
2014-09-27idl: Merge NETR_TRUST and LSA_TRUST definitions into one set only in lsa.idlAndrew Bartlett1-1/+1
2014-07-15s3-winbindd: use wcache_query_user_fullname after inspecting samlogon cache.Günther Deschner1-0/+41
2014-07-15s3-winbindd: call interactive samlogon via rpccli_netlogon_password_logon.Günther Deschner1-13/+32
2014-07-04winbindd: Use a remote RPC server when we are an RODC when neededAndrew Bartlett1-5/+5
2014-07-04s4-auth: Do not override the NT_STATUS_NOT_IMPLEMENTED error for winbinddAndrew Bartlett1-2/+14
2014-06-18s3: auth: Fix winbindd_pam_auth_pac_send() to create a new info3 and merge in...Jeremy Allison1-2/+22
2014-06-11s3-winbindd: Implement SamLogon IRPC callAndrew Bartlett1-48/+81
2014-06-11auth: Provide a way to use the auth stack for winbindd authenticationAndrew Bartlett1-3/+42
2014-06-04s3:lib/afs move afs.c to common lib dirChristian Ambach1-0/+1
2014-04-02s3-auth: Finally change make_user_info_*() use a parent talloc contextAndrew Bartlett1-3/+6
2014-03-12s3-kerberos: let kerberos_return_pac() return a PAC container.Günther Deschner1-1/+7
2014-03-12s3-kerberos: return a full PAC in kerberos_return_pac().Günther Deschner1-1/+21