summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_pam.c
Commit message (Expand)AuthorAgeFilesLines
* s3:winbindd: implement the "winbind use krb5 enterprise principals" logicStefan Metzmacher2019-09-251-24/+33
* winbindd: Use dom_sid_str_bufVolker Lendecke2018-12-201-3/+6
* winbindd: Add kerberos tracingSwen Schillig2018-12-191-3/+3
* Correction of comment in winbindd_pam.camitkuma2018-12-141-1/+1
* winbind: Use dom_sid_str_bufVolker Lendecke2018-11-271-10/+6
* libads: Give krb5_errs.c its own headerVolker Lendecke2018-11-271-0/+1
* winbind: Use dom_sid_str_bufVolker Lendecke2018-11-091-4/+6
* s3-winbindd: use fill_domain_username_talloc() in winbind.Günther Deschner2018-05-171-3/+10
* s3:winbind: Initialize validation_level in winbind_dual_SamLogon()Andreas Schneider2018-05-161-1/+1
* winbind: Fix CID 1435598 Error handling issues (CHECKED_RETURN)Volker Lendecke2018-05-151-5/+9
* winbind: Fix UPN handling in parse_domain_user()Andreas Schneider2018-05-111-20/+63
* libsmb: Give namequery.c its own headerVolker Lendecke2018-04-111-0/+1
* Revert "Use "localhost" to be ipv6 only friendly"Simo Sorce2018-03-191-1/+1
* Use "localhost" to be ipv6 only friendlySimo Sorce2018-03-191-1/+1
* winbindd: rename winbindd_pam_auth_pac_send and let it return validationStefan Metzmacher2018-02-101-6/+19
* winbindd: let winbindd_pam_auth_pac_send() compute info6 from PACStefan Metzmacher2018-02-101-40/+68
* winbindd: get netr_SamInfo6 out of winbindd_dual_pam_auth_kerberos()Stefan Metzmacher2018-02-101-20/+20
* winbindd: introduce a cm_connect_netlogon_secure() which gives a valid netlog...Stefan Metzmacher2018-02-101-9/+7
* winbindd: pass 'bool interactive' to winbind_dual_SamLogon()Stefan Metzmacher2018-02-101-2/+4
* winbindd: separate plaintext given and interactive in winbind_samlogon_retry_...Stefan Metzmacher2018-02-101-1/+20
* winbindd: prepare find_auth_domain() transitive trusts on a DCStefan Metzmacher2018-02-101-1/+7
* winbindd: use Netlogon{Interactive,Network}TransitiveInformation on transitiv...Stefan Metzmacher2018-02-101-2/+27
* s3:rpc_client: allow passing NetlogonNetwork[Transitive]Information to rpccli...Stefan Metzmacher2018-02-101-0/+1
* winbind: Fix CID 1427626 Uninitialized scalar variableVolker Lendecke2018-01-171-1/+1
* winbind: Fix CID 1427626 Uninitialized scalar variableVolker Lendecke2018-01-171-1/+1
* s3:rpc_client: Clenup copy_netr_SamInfo3() codeAndreas Schneider2018-01-151-4/+5
* s3:winbind: Use a stackframe and cleanup when leavingAndreas Schneider2018-01-151-19/+20
* s3:winbind: Use a goto for cleaning up at the endAndreas Schneider2018-01-151-11/+9
* s3:winbindd: Improve logic so it is easier to understandAndreas Schneider2018-01-151-10/+12
* winbindd: set info6 data in append_info3_as_txtRalph Boehme2018-01-131-0/+8
* winbindd: pass validation in append_info3_as_txtRalph Boehme2018-01-131-6/+32
* winbindd: pass down validation to append_auth_data()Ralph Boehme2018-01-131-27/+78
* winbindd: simplify an if condition in winbindd_dual_pam_authRalph Boehme2018-01-131-4/+2
* winbindd: let winbind_dual_SamLogon return validationRalph Boehme2018-01-131-27/+72
* winbindd: remove a space in winbind_dual_SamLogonRalph Boehme2018-01-131-1/+1
* winbindd: let winbindd_dual_pam_auth_samlogon() return validation infoRalph Boehme2018-01-131-22/+66
* winbindd: let winbind_samlogon_retry_loop return validation infoRalph Boehme2018-01-131-13/+30
* winbindd: remove a redundant check from winbindd_dual_pam_auth_samlogonRalph Boehme2018-01-131-1/+2
* s3/rpc_client: return validation from rpccli_netlogon functionsRalph Boehme2018-01-131-3/+21
* s3/rpc_client: move copy_netr_SamInfo3() to util_netlogonRalph Boehme2018-01-131-0/+1
* winbindd: prevent long lines in a later commitRalph Boehme2018-01-131-6/+7
* winbindd: remove an else branchRalph Boehme2018-01-131-2/+3
* winbindd: remove a spaceRalph Boehme2018-01-131-1/+1
* winbindd: fix overly long linesRalph Boehme2018-01-131-25/+27
* winbind: Fix backslash in format stringChristof Schmitt2017-12-191-1/+1
* winbind: Rename winbindd_cm_conn->netlogon_creds to _ctxVolker Lendecke2017-08-301-3/+3
* winbind: Fix a signed/unsigned hickupVolker Lendecke2017-08-301-1/+1
* winbindd: Fix indentationVolker Lendecke2017-08-011-4/+4
* winbindd: cache name-to-sid from PAC based on lookup domainUri Simchoni2017-07-211-1/+1
* s3:winbindd: Send flags=0 in netr_LogonSamLogon{WithFlags,Ex}()Stefan Metzmacher2017-06-091-2/+2