| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-11-05 | libcli/smb: only copy the parent lease key if SMB2_LEASE_FLAG_PARENT_LEASE_KE... | Ralph Boehme | 1 | -1/+3 |
| 2024-11-05 | libcli/smb: only allow SMB2_LEASE_FLAG_PARENT_LEASE_KEY_SET in lease_flag | Ralph Boehme | 1 | -0/+1 |
| 2024-11-05 | libcli/smb: ignore lease_flags and lease_duration for leasev1 in smb2_lease_p... | Ralph Boehme | 1 | -2/+2 |
| 2024-11-05 | libcli/smb: rely on the caller zero-initializing "lease" in smb2_lease_pull() | Ralph Boehme | 1 | -2/+5 |
| 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 | 3 | -0/+15 |
| 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 |
| 2024-10-30 | libcli/auth: split out netlogon_creds_CredentialState_extra_info | Stefan Metzmacher | 2 | -5/+32 |
| 2024-10-30 | libcli/auth: pass client_sid to netlogon_creds_server_init() | Stefan Metzmacher | 2 | -0/+8 |
| 2024-10-30 | libcli/auth: use netr_LogonGetCapabilities query_level=2 to verify the propos... | Stefan Metzmacher | 1 | -7/+152 |
| 2024-10-30 | libcli/auth: use a LogonControl after a LogonGetCapabilities downgrade | Stefan Metzmacher | 1 | -2/+74 |
| 2024-10-30 | libcli/auth: if we require aes we don't need to require arcfour nor strong key | Stefan Metzmacher | 1 | -3/+5 |
| 2024-10-30 | libcli/auth: don't allow any unexpected upgrades of negotiate_flags | Stefan Metzmacher | 1 | -5/+7 |
| 2024-10-30 | libcli/auth: make use of netlogon_creds_cli_store_internal() in netlogon_cred... | Stefan Metzmacher | 1 | -17/+2 |
| 2024-10-30 | libcli/auth: remove unused netlogon_creds_client_init_session_key() | Stefan Metzmacher | 2 | -21/+0 |
| 2024-10-25 | cldap: Save a few lines in cldap_netlogon | Volker Lendecke | 1 | -14/+7 |
| 2024-10-25 | cldap: Simplify cldap_netlogon with tevent_req_poll_ntstatus | Volker Lendecke | 1 | -2/+1 |
| 2024-10-23 | Add ntstatus_gen for Rust | David Mulder | 1 | -2/+2 |
| 2024-09-29 | lib: Fix CID 1620428: Memory - illegal accesses (OVERRUN) | Volker Lendecke | 1 | -1/+1 |
| 2024-09-26 | libsmb: Move UNIX constants to smb3posix.idl | Volker Lendecke | 1 | -41/+3 |
| 2024-09-26 | libsmb: Define to transfer file types via smb3 unix extensions | Volker Lendecke | 3 | -1/+18 |
| 2024-09-26 | libsmb: Move unix_filetype_to_wire() to libcli/smb | Volker Lendecke | 2 | -0/+14 |
| 2024-09-26 | libsmb: Rename and simplify unix_filetype_from_wire() | Volker Lendecke | 2 | -31/+15 |
| 2024-09-26 | libcli/tstream_binding_handle: implement get_binding() | Stefan Metzmacher | 1 | -0/+19 |
| 2024-09-20 | lib: Avoid unused includes | Volker Lendecke | 1 | -1/+0 |
| 2024-09-06 | libsecurity: Simplify struct ace_condition_script | Volker Lendecke | 2 | -33/+33 |
| 2024-08-28 | libcli/smb: Fix failure of Smb3UnixTests.test_create_context_reparse | Noel Power | 1 | -1/+1 |
| 2024-08-28 | libcli:auth: Remove unreachable code (CID 1272968) | Joseph Sutton | 1 | -14/+7 |
| 2024-08-27 | lib: Add libcli/util/ntstatus.h in a few headers where it's needed | Volker Lendecke | 1 | -0/+1 |
| 2024-08-27 | lib: Add a few explicit includes | Volker Lendecke | 1 | -0/+1 |