index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
auth
/
ntlm
/
auth_winbind.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-03
s4:auth/ntlm: let auth_winbind pass WB_SAMLOGON_FOR_NETLOGON
Stefan Metzmacher
1
-0
/
+4
2023-08-03
s4:auth: Fix code spelling
Andreas Schneider
1
-1
/
+1
2023-06-25
s4:auth: Add audit info parameters to check_password_recv()
Joseph Sutton
1
-0
/
+4
2022-11-24
CVE-2021-20251: s4:auth: fix use after free in authsam_logon_success_accounti...
Stefan Metzmacher
1
-1
/
+1
2022-09-12
CVE-2021-20251 s4:auth_winbind: Check return status of authsam_logon_success_...
Joseph Sutton
1
-1
/
+4
2019-02-20
winbind: Generate and pass logon ID
Gary Lockyer
1
-1
/
+1
2019-02-20
librpc idl: netlogon netr_identity_info logon_id to 64 bit
Gary Lockyer
1
-2
/
+1
2018-05-21
auth: Use DBGC_AUTH as DBGC_CLASS for AD DC NTLM auth code.
Andrew Bartlett
1
-0
/
+3
2018-03-19
s4:auth_winbind: make sure we expand group memberships of the local domain
Stefan Metzmacher
1
-0
/
+12
2018-03-19
s4:auth_winbind: only call authsam_logon_success_accounting() for local users
Stefan Metzmacher
1
-34
/
+23
2018-02-10
s4/auth_winbind: ask for validation level 6
Stefan Metzmacher
1
-1
/
+1
2017-12-13
s4:auth_winbind: remove unused 'winbind_wbclient' backend
Stefan Metzmacher
1
-108
/
+0
2017-12-13
s4:auth_winbind: remove unused 'winbind_rodc' backend
Stefan Metzmacher
1
-55
/
+0
2017-08-07
s4:auth_winbind: implement async authentication via IRPC
Stefan Metzmacher
1
-41
/
+137
2017-06-27
s4:auth_winbind: rename 's' to 'state' in winbind_check_password()
Stefan Metzmacher
1
-19
/
+19
2017-06-27
s4:auth_winbind: remove a block nesting level and fix indentation
Ralph Boehme
1
-27
/
+27
2017-06-27
s4:auth_winbind: fix error checking in winbind_check_password()
Stefan Metzmacher
1
-4
/
+6
2017-06-26
s4:dsdb/samdb: pass an existing 'struct ldb_context' to crack_name_to_nt4_name()
Stefan Metzmacher
1
-2
/
+1
2017-05-30
netlogon: Implement SendToSam along with its winbind forwarding
Garming Sam
1
-1
/
+2
2017-05-30
auth_winbind: Allow badPwdCount to be set to 0 with this auth method
Garming Sam
1
-0
/
+40
2017-05-30
auth4: Add authoritative flag to check_password
Garming Sam
1
-2
/
+4
2017-05-11
s4: auth: Add TALLOC_CTX * to auth_register()
Jeremy Allison
1
-3
/
+3
2017-04-22
lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...
Jeremy Allison
1
-2
/
+2
2017-03-24
auth4: add a "winbind_rodc" backend
Stefan Metzmacher
1
-0
/
+55
2017-03-10
auth_winbind4: Correctly handle !authoritative
Volker Lendecke
1
-0
/
+5
2016-06-30
auth/wbc_auth_util: change wbcAuthUserInfo_to_netr_SamInfo* from level 3 to 6
Stefan Metzmacher
1
-8
/
+7
2016-06-22
s4-ntlm: Fix a NULL pointer dereference in error path
Andreas Schneider
1
-2
/
+4
2015-11-13
s4-auth: Fix some debugging and crash in error cases
Günther Deschner
1
-5
/
+10
2014-05-13
s4:auth_winbind: explicitly use dcerpc_binding_handle_set_sync_ev() for irpc
Andrew Bartlett
1
-0
/
+2
2014-04-18
s4-auth: Make the auth_winbind_wbclient use more correct code now in auth/wbc...
Andrew Bartlett
1
-86
/
+8
2012-07-03
auth: Remove .get_challenge (only used for security=server)
Andrew Bartlett
1
-2
/
+0
2011-10-24
idl: Improve MS-PAC IDL
Simo Sorce
1
-5
/
+9
2011-07-20
auth: Split out make_user_info_SamBaseInfo and add authenticated argument
Andrew Bartlett
1
-2
/
+5
2011-05-08
s4-auth Rename auth -> auth4 to avoid conflict with s3 auth
Andrew Bartlett
1
-2
/
+2
2011-03-19
source4/auth/ntlm: Fix prototypes for all functions.
Jelmer Vernooij
1
-0
/
+2
2011-02-09
s4-auth Rework auth subsystem to remove struct auth_serversupplied_info
Andrew Bartlett
1
-6
/
+6
2010-10-12
libcli/security Use common security.h
Andrew Bartlett
1
-1
/
+1
2010-09-03
s4:auth_winbind: use irpc_binding_handle_by_name()
Stefan Metzmacher
1
-7
/
+7
2010-09-03
s4:auth_winbind: remove unused winbind_samba3 backend
Stefan Metzmacher
1
-121
/
+0
2010-09-03
s4:auth_winbind: fix segfault in winbind_check_password_wbclient()
Stefan Metzmacher
1
-1
/
+5
2010-09-03
s4:auth_winbind: fix compiler warnings
Stefan Metzmacher
1
-4
/
+11
2010-05-20
s4:auth Push check for messaging context into winbind backend
Andrew Bartlett
1
-0
/
+5
2010-05-18
Finish removal of iconv_convenience in public API's.
Jelmer Vernooij
1
-7
/
+4
2009-12-22
s4:auth Change 'get_challenge' API to be more like Samba3
Andrew Bartlett
1
-3
/
+3
2009-06-25
s4 auth_winbind: Internally, info3 has utf8 buffers, not utf16 buffers.
Kai Blin
1
-63
/
+16
2009-06-25
s4 auth_winbind: Don't allocate the rids for the info3 structure within the loop
Kai Blin
1
-4
/
+4
2009-06-25
s4: Add libwbclient backend to auth_winbind
Kai Blin
1
-0
/
+215
2009-01-21
s4:auth: move make_server_info_netlogon_validation() function arround
Stefan Metzmacher
1
-1
/
+1
2008-05-05
Fix the build after the auth/ -> auth/ntlm/ rename
Andrew Bartlett
1
-1
/
+1
2008-05-05
Move NTLM authentication details into auth/ntlm
Andrew Bartlett
1
-0
/
+282