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
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-08
talloc: version 2.3.4
talloc-2.3.4
Stefan Metzmacher
3
-1
/
+82
2022-06-08
lib/smbconf: expose smbconf error codes to python wrapper
John Mulligan
1
-5
/
+34
2022-06-06
docs-xml: add new parameter volume serial number
Christian Ambach
1
-0
/
+1
2022-06-03
lib/util/gpfswrap: remove unused gpfswrap_get_winattrs_path()
Ralph Boehme
2
-16
/
+0
2022-06-03
lib/util/gpfswrap: remove unused gpfswrap_getacl()
Ralph Boehme
2
-13
/
+0
2022-06-03
lib/util/gpfswrap: add gpfswrap_fgetacl()
Ralph Boehme
2
-0
/
+13
2022-05-30
debug: update comments about setup_logging()
Douglas Bagnall
2
-14
/
+23
2022-05-30
cmdline_s4: re-initialise logging once loadparm is ready
Douglas Bagnall
1
-5
/
+17
2022-05-18
lib:util: Do not error for array-bounds warning
Andreas Schneider
1
-0
/
+1
2022-05-17
lzxpress: compress shortcut if we've reached maximum length
Douglas Bagnall
1
-0
/
+4
2022-05-17
lzxpress/test: time performance of long boring sequences
Douglas Bagnall
1
-0
/
+69
2022-05-12
fuzz: add lzxpress compress/decompress round-trip
Douglas Bagnall
2
-0
/
+58
2022-05-12
fuzz: add fuzz_lzxpress_compress
Douglas Bagnall
2
-0
/
+40
2022-05-12
compression:tests: align test names with functions
Douglas Bagnall
1
-5
/
+5
2022-05-12
compression: add a few comments, including MS-XCA pointers.
Douglas Bagnall
1
-0
/
+19
2022-05-12
compression: remove always false constant comparison
Douglas Bagnall
1
-3
/
+0
2022-05-12
compression: lzxpress decompress empty string as empty string
Douglas Bagnall
1
-0
/
+4
2022-05-12
compression: fix lzxpress decompress with trailing flags
Douglas Bagnall
1
-0
/
+7
2022-05-12
compression:tests: test lzxpress in some edge cases
Douglas Bagnall
1
-1
/
+61
2022-05-12
compression: Move maximum length calculation out of inner loop
Joseph Sutton
1
-6
/
+3
2022-05-12
compression: Use correct values for max len and offset
Joseph Sutton
1
-2
/
+2
2022-05-12
compression: Replace divisions with shifts
Joseph Sutton
1
-4
/
+5
2022-05-12
compression: Remove unneeded loop variable
Joseph Sutton
1
-2
/
+1
2022-05-12
compression: Reduce scope of variables
Joseph Sutton
1
-14
/
+13
2022-05-12
compression: Use PUSH_LE_U32 for first output buffer write
Joseph Sutton
1
-1
/
+1
2022-05-12
compression: Add bounds check for first output buffer write
Joseph Sutton
1
-1
/
+3
2022-05-12
compression: Remove helper variables str1 and str2
Joseph Sutton
1
-6
/
+4
2022-05-12
compression: Fix writing output flags
Joseph Sutton
1
-2
/
+4
2022-05-12
compression: Remove byte_left variable
Joseph Sutton
1
-5
/
+2
2022-05-12
compression: Remove redundant bounds check
Joseph Sutton
1
-1
/
+0
2022-05-12
compression: Add range check for indic_pos
Joseph Sutton
1
-0
/
+1
2022-05-12
compression: Remove redundant nibble_index check
Joseph Sutton
1
-1
/
+0
2022-05-12
compression: Make use of PUSH_LE_Uxx macros
Joseph Sutton
1
-8
/
+3
2022-05-12
compression: Simplify code by making indic_pos an index
Joseph Sutton
1
-7
/
+7
2022-05-12
compression: Make use of CHECK_{IN,OUT}PUT_BYTES macros
Joseph Sutton
1
-9
/
+16
2022-05-12
compression: Simplify code by removing metadata_size variable
Joseph Sutton
1
-29
/
+24
2022-05-12
compression: Use correct value for indic_pos
Joseph Sutton
1
-2
/
+2
2022-05-12
compression: Use correct value for nibble_index
Joseph Sutton
1
-2
/
+2
2022-05-12
compression: Simplify redundant branches
Joseph Sutton
1
-42
/
+19
2022-05-12
compression: Consistently use PUSH_LE_Uxx macros
Joseph Sutton
1
-29
/
+9
2022-05-12
compression: Use explicit data sizes
Joseph Sutton
1
-9
/
+9
2022-05-12
compression tests: Add additional compression tests
Joseph Sutton
1
-0
/
+152
2022-05-12
compression: fix lzxpress-compress
Matt Suiche
1
-87
/
+105
2022-05-12
compression: lzxpress_compress: fix no-op shift of 0
Matt Suiche
1
-1
/
+1
2022-05-12
compression: fix lzxpress_decompress
Matt Suiche
1
-12
/
+19
2022-05-12
compression tests: add test for legacy compressed data
Matt Suiche
1
-1
/
+23
2022-05-12
compression tests: add LZXpress tests based on [MS-XCA]
Matt Suiche
1
-14
/
+119
2022-05-12
util/base64: decode_data_blob_talloc catches talloc error
Douglas Bagnall
1
-1
/
+10
2022-05-10
debug: add debug_traceid_set/get() interface
Pavel Filipenský
2
-2
/
+33
2022-05-10
debug: fix trailing whitespace
Pavel Filipenský
1
-1
/
+1
[next]