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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
compression:tests: align test names with functions
Douglas Bagnall
2022-05-12
1
-5
/
+5
*
compression: add a few comments, including MS-XCA pointers.
Douglas Bagnall
2022-05-12
1
-0
/
+19
*
compression: remove always false constant comparison
Douglas Bagnall
2022-05-12
1
-3
/
+0
*
compression: lzxpress decompress empty string as empty string
Douglas Bagnall
2022-05-12
1
-0
/
+4
*
compression: fix lzxpress decompress with trailing flags
Douglas Bagnall
2022-05-12
1
-0
/
+7
*
compression:tests: test lzxpress in some edge cases
Douglas Bagnall
2022-05-12
1
-1
/
+61
*
compression: Move maximum length calculation out of inner loop
Joseph Sutton
2022-05-12
1
-6
/
+3
*
compression: Use correct values for max len and offset
Joseph Sutton
2022-05-12
1
-2
/
+2
*
compression: Replace divisions with shifts
Joseph Sutton
2022-05-12
1
-4
/
+5
*
compression: Remove unneeded loop variable
Joseph Sutton
2022-05-12
1
-2
/
+1
*
compression: Reduce scope of variables
Joseph Sutton
2022-05-12
1
-14
/
+13
*
compression: Use PUSH_LE_U32 for first output buffer write
Joseph Sutton
2022-05-12
1
-1
/
+1
*
compression: Add bounds check for first output buffer write
Joseph Sutton
2022-05-12
1
-1
/
+3
*
compression: Remove helper variables str1 and str2
Joseph Sutton
2022-05-12
1
-6
/
+4
*
compression: Fix writing output flags
Joseph Sutton
2022-05-12
1
-2
/
+4
*
compression: Remove byte_left variable
Joseph Sutton
2022-05-12
1
-5
/
+2
*
compression: Remove redundant bounds check
Joseph Sutton
2022-05-12
1
-1
/
+0
*
compression: Add range check for indic_pos
Joseph Sutton
2022-05-12
1
-0
/
+1
*
compression: Remove redundant nibble_index check
Joseph Sutton
2022-05-12
1
-1
/
+0
*
compression: Make use of PUSH_LE_Uxx macros
Joseph Sutton
2022-05-12
1
-8
/
+3
*
compression: Simplify code by making indic_pos an index
Joseph Sutton
2022-05-12
1
-7
/
+7
*
compression: Make use of CHECK_{IN,OUT}PUT_BYTES macros
Joseph Sutton
2022-05-12
1
-9
/
+16
*
compression: Simplify code by removing metadata_size variable
Joseph Sutton
2022-05-12
1
-29
/
+24
*
compression: Use correct value for indic_pos
Joseph Sutton
2022-05-12
1
-2
/
+2
*
compression: Use correct value for nibble_index
Joseph Sutton
2022-05-12
1
-2
/
+2
*
compression: Simplify redundant branches
Joseph Sutton
2022-05-12
1
-42
/
+19
*
compression: Consistently use PUSH_LE_Uxx macros
Joseph Sutton
2022-05-12
1
-29
/
+9
*
compression: Use explicit data sizes
Joseph Sutton
2022-05-12
1
-9
/
+9
*
compression tests: Add additional compression tests
Joseph Sutton
2022-05-12
1
-0
/
+152
*
compression: fix lzxpress-compress
Matt Suiche
2022-05-12
1
-87
/
+105
*
compression: lzxpress_compress: fix no-op shift of 0
Matt Suiche
2022-05-12
1
-1
/
+1
*
compression: fix lzxpress_decompress
Matt Suiche
2022-05-12
1
-12
/
+19
*
compression tests: add test for legacy compressed data
Matt Suiche
2022-05-12
1
-1
/
+23
*
compression tests: add LZXpress tests based on [MS-XCA]
Matt Suiche
2022-05-12
1
-14
/
+119
*
util/base64: decode_data_blob_talloc catches talloc error
Douglas Bagnall
2022-05-12
1
-1
/
+10
*
debug: add debug_traceid_set/get() interface
Pavel Filipenský
2022-05-10
2
-2
/
+33
*
debug: fix trailing whitespace
Pavel Filipenský
2022-05-10
1
-1
/
+1
*
lib/smbconf: add python wrapper functions for transaction management
John Mulligan
2022-05-06
1
-0
/
+52
*
lib/smbconf: add delete_global_parameter method to SMBConf
John Mulligan
2022-05-06
1
-0
/
+24
*
lib/smbconf: add delete_parameter method to SMBConf
John Mulligan
2022-05-06
1
-0
/
+24
*
lib/smbconf: add create_set_share method to SMBConf
John Mulligan
2022-05-06
1
-0
/
+124
*
lib/smbconf: add delete_share method to SMBConf
John Mulligan
2022-05-06
1
-0
/
+23
*
lib/smbconf: add set_global_parameter method to SMBConf
John Mulligan
2022-05-06
1
-0
/
+26
*
lib/smbconf: add set_parameter method to SMBConf
John Mulligan
2022-05-06
1
-0
/
+26
*
lib/smbconf: add drop method to SMBConf
John Mulligan
2022-05-06
1
-0
/
+19
*
lib/smbconf: add create_share method to SMBConf
John Mulligan
2022-05-06
1
-0
/
+24
*
lib/smbconf: add a python function for raising smbconf exceptions
John Mulligan
2022-05-06
1
-0
/
+15
*
lib/smbconf: move python smbconf type definition to header
John Mulligan
2022-05-06
2
-8
/
+37
*
lib/util: data_blob_append() should not fail if both parts have length=0
Stefan Metzmacher
2022-05-02
1
-0
/
+5
*
lib/util: add tests for data_blob_append() with the resulting blob length=0
Stefan Metzmacher
2022-05-02
1
-0
/
+26
[prev]
[next]