index
:
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-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-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
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libcli
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-11
libcli: Fix code spelling
Joseph Sutton
1
-1
/
+1
2023-09-08
libsmb: Fix parsing symlink reparse points
Volker Lendecke
1
-2
/
+2
2023-09-07
libcli:sec:display: use macro for more ace types
Douglas Bagnall
1
-15
/
+5
2023-09-07
libcli:sec:display: print callback ace types
Douglas Bagnall
1
-1
/
+11
2023-09-07
libcli/security: create_descriptor handles unknown ACE types
Douglas Bagnall
1
-0
/
+8
2023-09-07
libcli/security: make sddl_encode_sid an external function
Douglas Bagnall
2
-5
/
+25
2023-09-07
libcli/security: make sddl_decode_sid an external function
Joseph Sutton
2
-5
/
+26
2023-08-24
libcli/security: rm unused sec_ace_copy()
Douglas Bagnall
2
-14
/
+0
2023-08-24
pytest: compare Samba vs Windows SDDL security descriptors
Douglas Bagnall
2
-0
/
+1
2023-08-24
libcli/security: test helper script extracts fuzz SDDL
Douglas Bagnall
1
-0
/
+49
2023-08-24
libcli/security: move Windows test script to windows subdir
Douglas Bagnall
1
-0
/
+0
2023-08-24
libcli/security: rewrite SDDL tests for running on Windows
Douglas Bagnall
1
-244
/
+166
2023-08-24
libcli/security: add some test more Windows SDDL test strings
Douglas Bagnall
4
-2
/
+8
2023-08-24
libcli/security: script to turn token/descriptor pairs into sddl
Douglas Bagnall
1
-0
/
+72
2023-08-24
libcli/security: remove unused tmp_ctx in calculate_inherited_from_parent()
Douglas Bagnall
1
-10
/
+0
2023-08-24
libcli/security: avoid leak in calculate_inherited_from_parent()
Douglas Bagnall
1
-6
/
+17
2023-08-24
libcli/security: used sec_ace_object() in sddl encoding
Douglas Bagnall
1
-4
/
+1
2023-08-24
librpc/security.idl: adjust size calculations for upcoming ace types
Douglas Bagnall
2
-0
/
+4
2023-08-24
libcli/security: sddl ACL decode avoids early splitting on parenthesis
Douglas Bagnall
1
-27
/
+90
2023-08-24
libcli/security/pysecurity: use NULL to mean NULL in C
Douglas Bagnall
1
-2
/
+2
2023-08-22
libcli: Add required #includes to smbXcli_base.h
Volker Lendecke
1
-0
/
+7
2023-08-21
libcli/auth: Remove unnecessary casts
Joseph Sutton
2
-3
/
+3
2023-08-14
lib: Move few bytes of R/W data to R/O text
Volker Lendecke
1
-24
/
+34
2023-08-10
libsmb: Move symlink_reparse_buffer_parse() to reparse.c
Volker Lendecke
5
-106
/
+103
2023-08-10
libsmb: Some README.Coding for symlink_reparse_buffer_parse()
Volker Lendecke
1
-8
/
+8
2023-08-10
pylibsmb: Use reparse_data_buffer_parse()
Volker Lendecke
1
-15
/
+28
2023-08-10
libsmb: Use reparse_data_buffer_parse() to get symlink error resp
Volker Lendecke
1
-6
/
+22
2023-08-10
libcli: Add general reparse point data parsing
Volker Lendecke
3
-0
/
+321
2023-08-10
libcli: Make symlink_reparse_buffer_parse() more flexible
Volker Lendecke
4
-55
/
+63
2023-08-08
libcli:auth:sess_crypt_blob: ensure key has 7 bytes
Douglas Bagnall
1
-0
/
+4
2023-08-08
libcli/security: Remove unnecessary cast
Joseph Sutton
1
-1
/
+1
2023-08-08
libcli/security: Use portable format specifiers
Joseph Sutton
1
-3
/
+3
2023-08-08
libcli/security: Fix integer overflow
Joseph Sutton
1
-6
/
+16
2023-08-08
libcli/security: Remove unused function sid_compare_domain()
Joseph Sutton
2
-19
/
+0
2023-08-08
libcli/security: Call dom_sid_compare_domain() instead of sid_compare_domain()
Joseph Sutton
1
-1
/
+1
2023-08-08
libcli/auth: Add missing newline to logging message
Joseph Sutton
1
-1
/
+1
2023-08-08
smbXcli: Remove call to utf16_len_n()
Joseph Sutton
1
-4
/
+0
2023-08-08
libcli/ldap: Don’t try to encode NULL name
Joseph Sutton
1
-0
/
+3
2023-08-08
libcli/security: Cast isupper() argument to ‘unsigned char’
Joseph Sutton
1
-1
/
+1
2023-08-08
libcli/security: Remove unnecessary code
Joseph Sutton
1
-10
/
+0
2023-08-08
libcli/auth: Fix code spelling
Joseph Sutton
1
-1
/
+1
2023-08-08
libcli: Add missing newlines to logging messages
Joseph Sutton
4
-6
/
+6
2023-07-07
librpc/nbt: Avoid reading invalid member of union
Joseph Sutton
1
-17
/
+3
2023-07-04
libcli/smb: Remove unused fallback case for ALLOW_GNUTLS_AEAD_CIPHER_ENCRYPTV...
Andrew Bartlett
1
-70
/
+0
2023-07-03
lib: Move IO_REPARSE_TAG_NFS subtypes to toplevel
Volker Lendecke
1
-0
/
+10
2023-06-30
Remove redundant check and fallback for AES CMAC 128 as we now require GnuTLS...
Andrew Bartlett
1
-30
/
+0
2023-06-30
Remove rudundent check and fallback for AES CFB8 as we now require GnuTLS 3.6.13
Andrew Bartlett
2
-28
/
+0
2023-06-30
Remove rudundent check/workaround for buggy GnuTLS 3.5.2 as we now require Gn...
Andrew Bartlett
1
-15
/
+0
2023-06-23
libcli:smbreadline: Fix code spelling
Andreas Schneider
1
-1
/
+1
2023-06-16
libcli: Simplify security_token_is_sid()
Volker Lendecke
1
-4
/
+4
[prev]
[next]