summaryrefslogtreecommitdiff
path: root/libcli
AgeCommit message (Expand)AuthorFilesLines
2024-11-05libcli/smb: only copy the parent lease key if SMB2_LEASE_FLAG_PARENT_LEASE_KE...Ralph Boehme1-1/+3
2024-11-05libcli/smb: only allow SMB2_LEASE_FLAG_PARENT_LEASE_KEY_SET in lease_flagRalph Boehme1-0/+1
2024-11-05libcli/smb: ignore lease_flags and lease_duration for leasev1 in smb2_lease_p...Ralph Boehme1-2/+2
2024-11-05libcli/smb: rely on the caller zero-initializing "lease" in smb2_lease_pull()Ralph Boehme1-2/+5
2024-10-30libcli/auth: split out netlogon_creds_cli_check_transport()Stefan Metzmacher1-73/+65
2024-10-30libcli/auth: let netlogon_creds_copy() copy all scalar elementsStefan Metzmacher1-8/+1
2024-10-30libcli/auth: make use of netlogon_creds_client_verify()Stefan Metzmacher1-62/+62
2024-10-30libcli/auth: split out netlogon_creds_client_verify() that takes auth_{type,l...Stefan Metzmacher2-2/+26
2024-10-30libcli/auth: pass auth_{type,level} to netlogon_creds_server_step_check()Stefan Metzmacher3-3/+9
2024-10-30libcli/auth: pass auth_{type,level} to schannel_check_creds_state()Stefan Metzmacher2-0/+4
2024-10-30libcli/auth: return INVALID_PARAMETER for DES in netlogon_creds_{de,en}crypt_...Stefan Metzmacher1-0/+1
2024-10-30libcli/auth: make sure low level crypto function are not used directlyStefan Metzmacher3-0/+15
2024-10-30libcli/auth: make use of netlogon_creds_{de,en}crypt_samr_PasswordStefan Metzmacher1-22/+18
2024-10-30libcli/auth: make use of netlogon_creds_encrypt_SendToSamStefan Metzmacher1-16/+8
2024-10-30libcli/auth: make use of netlogon_creds_encrypt_samr_CryptPasswordStefan Metzmacher1-16/+7
2024-10-30libcli/auth: make netlogon_creds_des_{de,en}crypt_LMKey() staticStefan Metzmacher2-6/+2
2024-10-30libcli/auth: add netlogon_creds_{de,en}crypt_SendToSam()Stefan Metzmacher2-0/+63
2024-10-30libcli/auth: add netlogon_creds_{de,en}crypt_samr_CryptPassword()Stefan Metzmacher2-0/+56
2024-10-30libcli/auth: add netlogon_creds_{de,en}crypt_samr_Password()Stefan Metzmacher2-0/+55
2024-10-30libcli/auth: pass auth_{type,level} to netlogon_creds_{de,en}crypt_samlogon_l...Stefan Metzmacher3-8/+32
2024-10-30libcli/auth: pass auth_{type,level} to netlogon_creds_{de,en}crypt_samlogon_v...Stefan Metzmacher4-6/+31
2024-10-30libcli/auth: split out netlogon_creds_alloc()Stefan Metzmacher1-53/+65
2024-10-30libcli/auth: let netlogon_creds_cli_store_internal check netlogon_creds_Crede...Stefan Metzmacher1-0/+13
2024-10-30libcli/auth: let netlogon_creds_cli_store_internal() use talloc_stackframe()Stefan Metzmacher1-2/+5
2024-10-30libcli/auth: also use netlogon_creds_CredentialState_extra_info for the clientStefan Metzmacher3-4/+25
2024-10-30libcli/auth: remember client_requested_flags and auth_time in netlogon_creds_...Stefan Metzmacher2-0/+6
2024-10-30libcli/auth: remove unused creds->sidStefan Metzmacher2-14/+0
2024-10-30libcli/auth: split out netlogon_creds_CredentialState_extra_infoStefan Metzmacher2-5/+32
2024-10-30libcli/auth: pass client_sid to netlogon_creds_server_init()Stefan Metzmacher2-0/+8
2024-10-30libcli/auth: use netr_LogonGetCapabilities query_level=2 to verify the propos...Stefan Metzmacher1-7/+152
2024-10-30libcli/auth: use a LogonControl after a LogonGetCapabilities downgradeStefan Metzmacher1-2/+74
2024-10-30libcli/auth: if we require aes we don't need to require arcfour nor strong keyStefan Metzmacher1-3/+5
2024-10-30libcli/auth: don't allow any unexpected upgrades of negotiate_flagsStefan Metzmacher1-5/+7
2024-10-30libcli/auth: make use of netlogon_creds_cli_store_internal() in netlogon_cred...Stefan Metzmacher1-17/+2
2024-10-30libcli/auth: remove unused netlogon_creds_client_init_session_key()Stefan Metzmacher2-21/+0
2024-10-25cldap: Save a few lines in cldap_netlogonVolker Lendecke1-14/+7
2024-10-25cldap: Simplify cldap_netlogon with tevent_req_poll_ntstatusVolker Lendecke1-2/+1
2024-10-23Add ntstatus_gen for RustDavid Mulder1-2/+2
2024-09-29lib: Fix CID 1620428: Memory - illegal accesses (OVERRUN)Volker Lendecke1-1/+1
2024-09-26libsmb: Move UNIX constants to smb3posix.idlVolker Lendecke1-41/+3
2024-09-26libsmb: Define to transfer file types via smb3 unix extensionsVolker Lendecke3-1/+18
2024-09-26libsmb: Move unix_filetype_to_wire() to libcli/smbVolker Lendecke2-0/+14
2024-09-26libsmb: Rename and simplify unix_filetype_from_wire()Volker Lendecke2-31/+15
2024-09-26libcli/tstream_binding_handle: implement get_binding()Stefan Metzmacher1-0/+19
2024-09-20lib: Avoid unused includesVolker Lendecke1-1/+0
2024-09-06libsecurity: Simplify struct ace_condition_scriptVolker Lendecke2-33/+33
2024-08-28libcli/smb: Fix failure of Smb3UnixTests.test_create_context_reparseNoel Power1-1/+1
2024-08-28libcli:auth: Remove unreachable code (CID 1272968)Joseph Sutton1-14/+7
2024-08-27lib: Add libcli/util/ntstatus.h in a few headers where it's neededVolker Lendecke1-0/+1
2024-08-27lib: Add a few explicit includesVolker Lendecke1-0/+1