index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libcli
Commit message (
Expand
)
Author
Age
Files
Lines
*
libcli:drsuapi: Fix code spelling
Andreas Schneider
2023-04-27
1
-2
/
+2
*
libcli:auth: Fix code spelling
Andreas Schneider
2023-04-27
5
-9
/
+9
*
libsmb: Return [MS-SMB2] 2.2.14 SMB2 CREATE Response flags field
Volker Lendecke
2023-04-18
2
-0
/
+2
*
CVE-2023-0614 libcli/security: Make some parameters const
Joseph Sutton
2023-04-05
2
-6
/
+6
*
libcli/security: Add dom_sid_has_account_domain() to confirm a S-1-5-21 prefix
Joseph Sutton
2023-03-31
2
-0
/
+38
*
s3: libcli: Refuse to connect to any server with zero values for max_trans_si...
Jeremy Allison
2023-03-29
1
-0
/
+11
*
libcli/security: rewrite calculate_inherited_from_parent()
Stefan Metzmacher
2023-03-22
1
-55
/
+192
*
libcli/security: Correctly handle ACL deletion
Joseph Sutton
2023-03-22
1
-0
/
+1
*
libcli/security: add security_descriptor_[s|d]acl_insert() helpers
Stefan Metzmacher
2023-03-22
2
-0
/
+34
*
libcli/security: prepare security_descriptor_acl_add() to place the ace at a ...
Stefan Metzmacher
2023-03-22
1
-7
/
+20
*
libcli/security: Reorder SDDL access flags table to match Windows
Joseph Sutton
2023-03-21
1
-9
/
+9
*
libcli/security: prepare sddl machine/forest_sid handling
Stefan Metzmacher
2023-03-20
1
-21
/
+66
*
libcli/security: simplify sddl_encode_sid()
Stefan Metzmacher
2023-03-20
1
-20
/
+24
*
libcli/security: simplify rid-based SDDL sid strings
Stefan Metzmacher
2023-03-20
1
-17
/
+17
*
libcli/security: introduce struct sddl_transition_state
Stefan Metzmacher
2023-03-20
1
-21
/
+40
*
libcli: Shrink .data segment by 43264 bytes
Volker Lendecke
2023-03-09
1
-7
/
+4
*
libcli: Shrink .data segment by 43264 bytes
Volker Lendecke
2023-03-09
2
-8
/
+6
*
build: Fix a long line
Volker Lendecke
2023-03-09
1
-1
/
+5
*
lib: Fix a typo
Volker Lendecke
2023-03-09
1
-1
/
+1
*
lib: Remove a talloc_stackframe()
Volker Lendecke
2023-03-09
1
-6
/
+0
*
libcli/util: Avoid an includes.h
Volker Lendecke
2023-03-09
1
-1
/
+2
*
libcli/security: Avoid includes.h
Volker Lendecke
2023-03-09
12
-12
/
+20
*
lib: librpc/gen_ndr/security.h needs DATA_BLOB
Volker Lendecke
2023-03-09
1
-0
/
+2
*
lib: Fix whitespace
Volker Lendecke
2023-03-09
10
-83
/
+79
*
auth: Make more liberal use of SID index constants
Joseph Sutton
2023-02-08
1
-0
/
+2
*
named_pipe_auth: Bump info5 to info6
Joseph Sutton
2023-02-08
2
-59
/
+59
*
libcli/security: Add auth_SidAttr utility functions
Joseph Sutton
2023-02-08
2
-0
/
+75
*
lib: Remove idtree from samba_util.h
Volker Lendecke
2023-01-10
2
-0
/
+2
*
lib: Add "starting_id" to idr_get_new_random()
Volker Lendecke
2023-01-10
2
-3
/
+4
*
libcldap: Save lines in cldap_netlogon_create_filter() with talloc_asprintf_a...
Volker Lendecke
2022-12-14
1
-30
/
+12
*
CVE-2022-37966 libcli/auth: let netlogon_creds_cli_warn_options() about "kerb...
Stefan Metzmacher
2022-12-13
1
-0
/
+15
*
CVE-2022-38023 docs-xml/smbdotconf: change 'reject md5 servers' default to yes
Stefan Metzmacher
2022-12-13
1
-2
/
+2
*
CVE-2022-38023 libcli/auth: add/use netlogon_creds_cli_warn_options()
Stefan Metzmacher
2022-12-13
2
-0
/
+68
*
CVE-2022-38023 libcli/auth: pass lp_ctx to netlogon_creds_cli_set_global_db()
Stefan Metzmacher
2022-12-13
2
-2
/
+3
*
lib: Add symlink trust flags from dochelp
Volker Lendecke
2022-12-05
1
-0
/
+11
*
s3: smbd: Add SMB2_FILE_POSIX_INFORMATION getinfo info level (100 on the wire).
Jeremy Allison
2022-11-29
1
-2
/
+4
*
libcli: Add python wappers to reparse_symlink.c
Volker Lendecke
2022-11-22
2
-0
/
+171
*
libsmb: Factor out reparse_buffer_marshall from symlink_reparse_buffer_marsha...
Volker Lendecke
2022-11-22
2
-22
/
+80
*
libsmb: Return symlink error struct from smb2cli_create_recv()
Volker Lendecke
2022-11-22
3
-20
/
+36
*
libsmb: Parse the smb2 symlink error response in smb2cli_create()
Volker Lendecke
2022-11-22
2
-0
/
+227
*
libsmb: Keep name_utf16 around in smb2cli_create()
Volker Lendecke
2022-11-22
1
-12
/
+18
*
smbd: Pass unparsed_path_length to symlink_reparse_buffer_marshall()
Volker Lendecke
2022-11-22
2
-5
/
+15
*
libcli: Make "attr_strs" static
Volker Lendecke
2022-11-22
1
-1
/
+1
*
libcli/security: Make null_sid static const, not just const
Joseph Sutton
2022-10-21
1
-1
/
+1
*
libcli/security: Fix function header comments in SID handling
Joseph Sutton
2022-10-21
1
-2
/
+2
*
libsmb: Centralize the SMB2 protocol check
Volker Lendecke
2022-10-03
1
-0
/
+6
*
smbXcli: Align smb2cli_req_create() with tevent_req conventions
Volker Lendecke
2022-10-03
1
-3
/
+2
*
libcli security/sddl: Make sddl_encode_ace visible
Christian Merten
2022-09-27
2
-3
/
+4
*
libcli security_descriptor: Compare object type and inherited object type whe...
Christian Merten
2022-09-27
1
-0
/
+35
*
libcli security_descriptor: Add function to delete a given ace from a securit...
Christian Merten
2022-09-27
2
-0
/
+70
[next]