summaryrefslogtreecommitdiff
path: root/libcli
Commit message (Expand)AuthorAgeFilesLines
...
* lib: Fix a typoVolker Lendecke2023-03-091-1/+1
* lib: Remove a talloc_stackframe()Volker Lendecke2023-03-091-6/+0
* libcli/util: Avoid an includes.hVolker Lendecke2023-03-091-1/+2
* libcli/security: Avoid includes.hVolker Lendecke2023-03-0912-12/+20
* lib: librpc/gen_ndr/security.h needs DATA_BLOBVolker Lendecke2023-03-091-0/+2
* lib: Fix whitespaceVolker Lendecke2023-03-0910-83/+79
* auth: Make more liberal use of SID index constantsJoseph Sutton2023-02-081-0/+2
* named_pipe_auth: Bump info5 to info6Joseph Sutton2023-02-082-59/+59
* libcli/security: Add auth_SidAttr utility functionsJoseph Sutton2023-02-082-0/+75
* lib: Remove idtree from samba_util.hVolker Lendecke2023-01-102-0/+2
* lib: Add "starting_id" to idr_get_new_random()Volker Lendecke2023-01-102-3/+4
* libcldap: Save lines in cldap_netlogon_create_filter() with talloc_asprintf_a...Volker Lendecke2022-12-141-30/+12
* CVE-2022-37966 libcli/auth: let netlogon_creds_cli_warn_options() about "kerb...Stefan Metzmacher2022-12-131-0/+15
* CVE-2022-38023 docs-xml/smbdotconf: change 'reject md5 servers' default to yesStefan Metzmacher2022-12-131-2/+2
* CVE-2022-38023 libcli/auth: add/use netlogon_creds_cli_warn_options()Stefan Metzmacher2022-12-132-0/+68
* CVE-2022-38023 libcli/auth: pass lp_ctx to netlogon_creds_cli_set_global_db()Stefan Metzmacher2022-12-132-2/+3
* lib: Add symlink trust flags from dochelpVolker Lendecke2022-12-051-0/+11
* s3: smbd: Add SMB2_FILE_POSIX_INFORMATION getinfo info level (100 on the wire).Jeremy Allison2022-11-291-2/+4
* libcli: Add python wappers to reparse_symlink.cVolker Lendecke2022-11-222-0/+171
* libsmb: Factor out reparse_buffer_marshall from symlink_reparse_buffer_marsha...Volker Lendecke2022-11-222-22/+80
* libsmb: Return symlink error struct from smb2cli_create_recv()Volker Lendecke2022-11-223-20/+36
* libsmb: Parse the smb2 symlink error response in smb2cli_create()Volker Lendecke2022-11-222-0/+227
* libsmb: Keep name_utf16 around in smb2cli_create()Volker Lendecke2022-11-221-12/+18
* smbd: Pass unparsed_path_length to symlink_reparse_buffer_marshall()Volker Lendecke2022-11-222-5/+15
* libcli: Make "attr_strs" staticVolker Lendecke2022-11-221-1/+1
* libcli/security: Make null_sid static const, not just constJoseph Sutton2022-10-211-1/+1
* libcli/security: Fix function header comments in SID handlingJoseph Sutton2022-10-211-2/+2
* libsmb: Centralize the SMB2 protocol checkVolker Lendecke2022-10-031-0/+6
* smbXcli: Align smb2cli_req_create() with tevent_req conventionsVolker Lendecke2022-10-031-3/+2
* libcli security/sddl: Make sddl_encode_ace visibleChristian Merten2022-09-272-3/+4
* libcli security_descriptor: Compare object type and inherited object type whe...Christian Merten2022-09-271-0/+35
* libcli security_descriptor: Add function to delete a given ace from a securit...Christian Merten2022-09-272-0/+70
* s3:g_lock: add callback function to g_lock_lock_send()Stefan Metzmacher2022-09-201-2/+4
* source3: A few whitespace fixesVolker Lendecke2022-09-191-18/+18
* libcli/auth/proto.h: remove unneeded path details.Douglas Bagnall2022-09-162-5/+5
* CVE-2020-25720: s4-acl: Owner no longer has implicit Write DACLNadezhda Ivanova2022-09-162-53/+122
* libcli:auth: Keep passwords from convert_string_talloc() secretJoseph Sutton2022-09-121-0/+2
* smbXcli: Detect the SMB311 posix negotiate contextVolker Lendecke2022-09-022-0/+25
* smbd: cache DOS attributes in struct smb_filename.cached_dos_attributesRalph Boehme2022-08-291-0/+1
* smbXcli: Pass negotiate contexts through smbXcli_negprot_send/recvVolker Lendecke2022-08-262-16/+73
* libcli/smb: Set error status if 'iov' pointer is NULLJoseph Sutton2022-08-221-1/+5
* libcli/smb: Ensure we call tevent_req_nterror() on failureJoseph Sutton2022-08-221-1/+5
* waf: Fix SO version number of libsamba-errorsAndreas Schneider2022-08-171-1/+1
* libcli:auth: Add test for decode_pwd_string_from_buffer514()Andreas Schneider2022-07-281-0/+17
* libcli:auth: Add decode_pwd_string_from_buffer514()Andreas Schneider2022-07-282-0/+49
* libcli:auth: Add test for extract_pwd_blob_from_buffer514()Andreas Schneider2022-07-281-0/+17
* libcli:auth: Add extract_pwd_blob_from_buffer514()Andreas Schneider2022-07-282-0/+48
* libcli:auth: Implment a common create_pw_buffer_from_blob()Andreas Schneider2022-07-281-5/+38
* libcli:auth: Use extract_pw_from_buffer() in decode_pw_buffer()Andreas Schneider2022-07-281-20/+16
* libcli:auth: Keep data of extract_pw_from_buffer() secretAndreas Schneider2022-07-281-0/+1