summaryrefslogtreecommitdiff
path: root/source4/auth/ntlm/auth_winbind.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-03s4:auth/ntlm: let auth_winbind pass WB_SAMLOGON_FOR_NETLOGONStefan Metzmacher1-0/+4
2023-08-03s4:auth: Fix code spellingAndreas Schneider1-1/+1
2023-06-25s4:auth: Add audit info parameters to check_password_recv()Joseph Sutton1-0/+4
2022-11-24CVE-2021-20251: s4:auth: fix use after free in authsam_logon_success_accounti...Stefan Metzmacher1-1/+1
2022-09-12CVE-2021-20251 s4:auth_winbind: Check return status of authsam_logon_success_...Joseph Sutton1-1/+4
2019-02-20winbind: Generate and pass logon IDGary Lockyer1-1/+1
2019-02-20librpc idl: netlogon netr_identity_info logon_id to 64 bitGary Lockyer1-2/+1
2018-05-21auth: Use DBGC_AUTH as DBGC_CLASS for AD DC NTLM auth code.Andrew Bartlett1-0/+3
2018-03-19s4:auth_winbind: make sure we expand group memberships of the local domainStefan Metzmacher1-0/+12
2018-03-19s4:auth_winbind: only call authsam_logon_success_accounting() for local usersStefan Metzmacher1-34/+23
2018-02-10s4/auth_winbind: ask for validation level 6Stefan Metzmacher1-1/+1
2017-12-13s4:auth_winbind: remove unused 'winbind_wbclient' backendStefan Metzmacher1-108/+0
2017-12-13s4:auth_winbind: remove unused 'winbind_rodc' backendStefan Metzmacher1-55/+0
2017-08-07s4:auth_winbind: implement async authentication via IRPCStefan Metzmacher1-41/+137
2017-06-27s4:auth_winbind: rename 's' to 'state' in winbind_check_password()Stefan Metzmacher1-19/+19
2017-06-27s4:auth_winbind: remove a block nesting level and fix indentationRalph Boehme1-27/+27
2017-06-27s4:auth_winbind: fix error checking in winbind_check_password()Stefan Metzmacher1-4/+6
2017-06-26s4:dsdb/samdb: pass an existing 'struct ldb_context' to crack_name_to_nt4_name()Stefan Metzmacher1-2/+1
2017-05-30netlogon: Implement SendToSam along with its winbind forwardingGarming Sam1-1/+2
2017-05-30auth_winbind: Allow badPwdCount to be set to 0 with this auth methodGarming Sam1-0/+40
2017-05-30auth4: Add authoritative flag to check_passwordGarming Sam1-2/+4
2017-05-11s4: auth: Add TALLOC_CTX * to auth_register()Jeremy Allison1-3/+3
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-2/+2
2017-03-24auth4: add a "winbind_rodc" backendStefan Metzmacher1-0/+55
2017-03-10auth_winbind4: Correctly handle !authoritativeVolker Lendecke1-0/+5
2016-06-30auth/wbc_auth_util: change wbcAuthUserInfo_to_netr_SamInfo* from level 3 to 6Stefan Metzmacher1-8/+7
2016-06-22s4-ntlm: Fix a NULL pointer dereference in error pathAndreas Schneider1-2/+4
2015-11-13s4-auth: Fix some debugging and crash in error casesGünther Deschner1-5/+10
2014-05-13s4:auth_winbind: explicitly use dcerpc_binding_handle_set_sync_ev() for irpcAndrew Bartlett1-0/+2
2014-04-18s4-auth: Make the auth_winbind_wbclient use more correct code now in auth/wbc...Andrew Bartlett1-86/+8
2012-07-03auth: Remove .get_challenge (only used for security=server)Andrew Bartlett1-2/+0
2011-10-24idl: Improve MS-PAC IDLSimo Sorce1-5/+9
2011-07-20auth: Split out make_user_info_SamBaseInfo and add authenticated argumentAndrew Bartlett1-2/+5
2011-05-08s4-auth Rename auth -> auth4 to avoid conflict with s3 authAndrew Bartlett1-2/+2
2011-03-19source4/auth/ntlm: Fix prototypes for all functions.Jelmer Vernooij1-0/+2
2011-02-09s4-auth Rework auth subsystem to remove struct auth_serversupplied_infoAndrew Bartlett1-6/+6
2010-10-12libcli/security Use common security.hAndrew Bartlett1-1/+1
2010-09-03s4:auth_winbind: use irpc_binding_handle_by_name()Stefan Metzmacher1-7/+7
2010-09-03s4:auth_winbind: remove unused winbind_samba3 backendStefan Metzmacher1-121/+0
2010-09-03s4:auth_winbind: fix segfault in winbind_check_password_wbclient()Stefan Metzmacher1-1/+5
2010-09-03s4:auth_winbind: fix compiler warningsStefan Metzmacher1-4/+11
2010-05-20s4:auth Push check for messaging context into winbind backendAndrew Bartlett1-0/+5
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-7/+4
2009-12-22s4:auth Change 'get_challenge' API to be more like Samba3Andrew Bartlett1-3/+3
2009-06-25s4 auth_winbind: Internally, info3 has utf8 buffers, not utf16 buffers.Kai Blin1-63/+16
2009-06-25s4 auth_winbind: Don't allocate the rids for the info3 structure within the loopKai Blin1-4/+4
2009-06-25s4: Add libwbclient backend to auth_winbindKai Blin1-0/+215
2009-01-21s4:auth: move make_server_info_netlogon_validation() function arroundStefan Metzmacher1-1/+1
2008-05-05Fix the build after the auth/ -> auth/ntlm/ renameAndrew Bartlett1-1/+1
2008-05-05Move NTLM authentication details into auth/ntlmAndrew Bartlett1-0/+282