| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-03-31 | auth: Use secure variant data_blob_talloc_s() to zero sensitive data blobs | Pavel Filipenský | 3 | -28/+64 |
| 2026-03-31 | auth: Call talloc_keep_secret() for sensitive memory | Pavel Filipenský | 1 | -0/+2 |
| 2026-03-31 | auth: Call ZERO_ARRAY()/ZERO_STRUCT() for sensitive variables on stack | Pavel Filipenský | 5 | -9/+103 |
| 2026-01-20 | lib: Remove &data_blob_null refs | Volker Lendecke | 1 | -1/+2 |
| 2026-01-13 | auth: Fix typo "pass-though" -> "pass-through" | Pavel Filipenský | 1 | -2/+2 |
| 2026-01-13 | libcli:auth: Fix trailing whitespaces in ntlm_check.c | Pavel Filipenský | 1 | -51/+51 |
| 2026-01-07 | lib: Don't call a function to initialize an empty DATA_BLOB | Volker Lendecke | 1 | -1/+1 |
| 2025-12-08 | libcli/auth: Zero out password in smbencrypt.c | Pavel Filipenský | 1 | -1/+1 |
| 2025-02-22 | libcli/auth: let NTLMv2_RESPONSE_verify_netlogon_creds() check RODC callers c... | Stefan Metzmacher | 1 | -2/+10 |
| 2025-02-22 | libcli/auth: let NTLMv2_RESPONSE_verify_netlogon_creds() return the computer_... | Stefan Metzmacher | 2 | -2/+29 |
| 2025-02-22 | libcli/auth: add NTLMv2_RESPONSE_verify_trust() checking | Stefan Metzmacher | 1 | -5/+419 |
| 2025-02-22 | libcli/auth: pass trust_forest_domain_info array to NTLMv2_RESPONSE_verify_ne... | Stefan Metzmacher | 2 | -2/+14 |
| 2025-02-22 | libcli/auth: split out NTLMv2_RESPONSE_verify_workstation() | Stefan Metzmacher | 1 | -73/+125 |
| 2025-01-13 | libcli/auth: add support for ServerAuthenticateKerberos() | Stefan Metzmacher | 1 | -3/+198 |
| 2025-01-13 | libcli/auth: add netlogon_creds_cli_use_kerberos() helper | Stefan Metzmacher | 2 | -0/+23 |
| 2024-12-12 | libcli/auth: let schannel_check_creds_state() take an access_check callback | Stefan Metzmacher | 2 | -3/+23 |
| 2024-12-12 | libcli/auth: add infrastructure for netr_ServerAuthenticateKerberos() | Stefan Metzmacher | 2 | -19/+321 |
| 2024-12-12 | libcli/auth: add let netlogon_creds_alloc() use _talloc_keep_secret() | Stefan Metzmacher | 1 | -0/+3 |
| 2024-12-05 | libcli/auth: let netlogon_creds_crypt_samlogon_validation handle generic info | Stefan Metzmacher | 1 | -0/+27 |
| 2024-12-05 | libcli/auth: return RESOURCE_REQUIREMENTS_CHANGED is the proposed flags changed | Stefan Metzmacher | 1 | -0/+6 |
| 2024-12-05 | schannel.idl: change netlogon_creds_CredentialState layout for 4.22 | Stefan Metzmacher | 3 | -25/+6 |
| 2024-12-05 | Revert "libcli/auth: let netlogon_creds_cli_store_internal check netlogon_cre... | Stefan Metzmacher | 1 | -13/+0 |
| 2024-12-05 | libcli/auth: don't loose server_dns_domain in netlogon_creds_cli_context_glob... | Stefan Metzmacher | 1 | -1/+5 |
| 2024-12-05 | netlogon.idl: add NetlogonTicketLogonInformation/NetlogonValidationTicketLogon | Stefan Metzmacher | 2 | -0/+10 |
| 2024-11-28 | libcli/auth: let netlogon_creds_copy() make use of ndr_deepcopy_struct() | Stefan Metzmacher | 1 | -20/+6 |
| 2024-11-07 | libcli/auth: make use of netlogon_creds_cli_check_transport() in more places | Stefan Metzmacher | 1 | -78/+18 |
| 2024-11-06 | libcli:auth:msrpc_parse: s/the the/is the/ in comments | Douglas Bagnall | 2 | -2/+2 |
| 2024-10-30 | libcli/auth: split out netlogon_creds_cli_check_transport() | Stefan Metzmacher | 1 | -73/+65 |
| 2024-10-30 | libcli/auth: let netlogon_creds_copy() copy all scalar elements | Stefan Metzmacher | 1 | -8/+1 |
| 2024-10-30 | libcli/auth: make use of netlogon_creds_client_verify() | Stefan Metzmacher | 1 | -62/+62 |
| 2024-10-30 | libcli/auth: split out netlogon_creds_client_verify() that takes auth_{type,l... | Stefan Metzmacher | 2 | -2/+26 |
| 2024-10-30 | libcli/auth: pass auth_{type,level} to netlogon_creds_server_step_check() | Stefan Metzmacher | 3 | -3/+9 |
| 2024-10-30 | libcli/auth: pass auth_{type,level} to schannel_check_creds_state() | Stefan Metzmacher | 2 | -0/+4 |
| 2024-10-30 | libcli/auth: return INVALID_PARAMETER for DES in netlogon_creds_{de,en}crypt_... | Stefan Metzmacher | 1 | -0/+1 |
| 2024-10-30 | libcli/auth: make sure low level crypto function are not used directly | Stefan Metzmacher | 2 | -0/+13 |
| 2024-10-30 | libcli/auth: make use of netlogon_creds_{de,en}crypt_samr_Password | Stefan Metzmacher | 1 | -22/+18 |
| 2024-10-30 | libcli/auth: make use of netlogon_creds_encrypt_SendToSam | Stefan Metzmacher | 1 | -16/+8 |
| 2024-10-30 | libcli/auth: make use of netlogon_creds_encrypt_samr_CryptPassword | Stefan Metzmacher | 1 | -16/+7 |
| 2024-10-30 | libcli/auth: make netlogon_creds_des_{de,en}crypt_LMKey() static | Stefan Metzmacher | 2 | -6/+2 |
| 2024-10-30 | libcli/auth: add netlogon_creds_{de,en}crypt_SendToSam() | Stefan Metzmacher | 2 | -0/+63 |
| 2024-10-30 | libcli/auth: add netlogon_creds_{de,en}crypt_samr_CryptPassword() | Stefan Metzmacher | 2 | -0/+56 |
| 2024-10-30 | libcli/auth: add netlogon_creds_{de,en}crypt_samr_Password() | Stefan Metzmacher | 2 | -0/+55 |
| 2024-10-30 | libcli/auth: pass auth_{type,level} to netlogon_creds_{de,en}crypt_samlogon_l... | Stefan Metzmacher | 3 | -8/+32 |
| 2024-10-30 | libcli/auth: pass auth_{type,level} to netlogon_creds_{de,en}crypt_samlogon_v... | Stefan Metzmacher | 4 | -6/+31 |
| 2024-10-30 | libcli/auth: split out netlogon_creds_alloc() | Stefan Metzmacher | 1 | -53/+65 |
| 2024-10-30 | libcli/auth: let netlogon_creds_cli_store_internal check netlogon_creds_Crede... | Stefan Metzmacher | 1 | -0/+13 |
| 2024-10-30 | libcli/auth: let netlogon_creds_cli_store_internal() use talloc_stackframe() | Stefan Metzmacher | 1 | -2/+5 |
| 2024-10-30 | libcli/auth: also use netlogon_creds_CredentialState_extra_info for the client | Stefan Metzmacher | 3 | -4/+25 |
| 2024-10-30 | libcli/auth: remember client_requested_flags and auth_time in netlogon_creds_... | Stefan Metzmacher | 2 | -0/+6 |
| 2024-10-30 | libcli/auth: remove unused creds->sid | Stefan Metzmacher | 2 | -14/+0 |