summaryrefslogtreecommitdiff
path: root/libcli
Commit message (Expand)AuthorAgeFilesLines
* libcli:drsuapi: Fix code spellingAndreas Schneider2023-04-271-2/+2
* libcli:auth: Fix code spellingAndreas Schneider2023-04-275-9/+9
* libsmb: Return [MS-SMB2] 2.2.14 SMB2 CREATE Response flags fieldVolker Lendecke2023-04-182-0/+2
* CVE-2023-0614 libcli/security: Make some parameters constJoseph Sutton2023-04-052-6/+6
* libcli/security: Add dom_sid_has_account_domain() to confirm a S-1-5-21 prefixJoseph Sutton2023-03-312-0/+38
* s3: libcli: Refuse to connect to any server with zero values for max_trans_si...Jeremy Allison2023-03-291-0/+11
* libcli/security: rewrite calculate_inherited_from_parent()Stefan Metzmacher2023-03-221-55/+192
* libcli/security: Correctly handle ACL deletionJoseph Sutton2023-03-221-0/+1
* libcli/security: add security_descriptor_[s|d]acl_insert() helpersStefan Metzmacher2023-03-222-0/+34
* libcli/security: prepare security_descriptor_acl_add() to place the ace at a ...Stefan Metzmacher2023-03-221-7/+20
* libcli/security: Reorder SDDL access flags table to match WindowsJoseph Sutton2023-03-211-9/+9
* libcli/security: prepare sddl machine/forest_sid handlingStefan Metzmacher2023-03-201-21/+66
* libcli/security: simplify sddl_encode_sid()Stefan Metzmacher2023-03-201-20/+24
* libcli/security: simplify rid-based SDDL sid stringsStefan Metzmacher2023-03-201-17/+17
* libcli/security: introduce struct sddl_transition_stateStefan Metzmacher2023-03-201-21/+40
* libcli: Shrink .data segment by 43264 bytesVolker Lendecke2023-03-091-7/+4
* libcli: Shrink .data segment by 43264 bytesVolker Lendecke2023-03-092-8/+6
* build: Fix a long lineVolker Lendecke2023-03-091-1/+5
* 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