index
:
spice/usbredir
main
master
usbredir-0.4.x
usbredir libraries and utilities (mirrored from https://gitlab.freedesktop.org/spice/usbredir)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-02
Prepare for 0.13.0 release
HEAD
usbredir-0.13.0
master
Victor Toso
4
-2
/
+58
2022-07-27
usbredirect: listen on correct address
Daniel Fullmer
1
-1
/
+6
2022-06-25
usbredirparser: reset parser's fields on unserialize
Victor Toso
1
-0
/
+15
2022-06-25
usbredirparser: Fix unserialize on pristine check
Victor Toso
3
-3
/
+115
2022-04-04
Use -D_FORTIFY_SOURCE instead of -Wp,-D_FORTIFY_SOURCE.
Martin Liska
1
-1
/
+1
2022-01-17
readme: add info about usbredirect
Victor Toso
1
-0
/
+6
2022-01-17
remove usbredirserver
Victor Toso
5
-532
/
+0
2022-01-11
usbredirect: fix leak on bad input
Victor Toso
1
-0
/
+1
2021-12-30
Check header length unserialising data
Frediano Ziglio
1
-6
/
+7
2021-11-04
Prepare for 0.12.0 release
usbredir-0.12.0
Victor Toso
4
-4
/
+14
2021-11-04
usbredirhost: drop isoc packages
Victor Toso
1
-3
/
+10
2021-11-04
usbredirparser: introduce usbredirparser_get_bufferered_output_size()
Victor Toso
3
-5
/
+39
2021-10-28
usbredirhost: restrain setting buffered_output_size_cb
Victor Toso
1
-0
/
+9
2021-10-28
usbredirect: let usbredirparser owns the write buffer
Victor Toso
1
-1
/
+1
2021-10-16
meson.build: make C++ optional
Fabrice Fontaine
1
-1
/
+1
2021-10-02
Fix some issues detected by fuzzer
Frediano Ziglio
1
-1
/
+7
2021-09-29
Limit packet size during deserialization
Michael Hanselmann
1
-1
/
+7
2021-09-29
Change data_len and data together
Frediano Ziglio
1
-7
/
+9
2021-09-28
Implement some internal checks to make sure usbredirparser_priv is correct
Frediano Ziglio
4
-11
/
+94
2021-09-24
meson: add stack_protector option
Fabrice Fontaine
2
-4
/
+9
2021-08-28
Avoid memory leak from ill-formatted serialization data
Michael Hanselmann
1
-5
/
+13
2021-08-28
usbredirparser: Use consistent indentation
Michael Hanselmann
1
-13
/
+13
2021-08-23
Update write buffer count during deserialization
Michael Hanselmann
1
-0
/
+5
2021-08-23
Skip empty write buffers when unserializing parser
Michael Hanselmann
1
-4
/
+22
2021-08-22
Avoid integer overflow in fuzzing code
Michael Hanselmann
1
-4
/
+11
2021-08-21
meson: add tests option
Fabrice Fontaine
2
-1
/
+8
2021-08-13
usbredirparserfuzz: Read over complete input buffers
Michael Hanselmann
1
-4
/
+33
2021-08-13
usbredirparserfuzz: Simulate short reads and writes
Michael Hanselmann
1
-0
/
+6
2021-08-13
usbredirparserfuzz: Use constant for magic number
Michael Hanselmann
1
-3
/
+6
2021-08-13
Move usbredirparser magic value to public header
Michael Hanselmann
2
-1
/
+2
2021-08-13
usbredirparserfuzz: Remove logging
Michael Hanselmann
1
-117
/
+0
2021-08-12
Use "#pragma once" as include guard
Michael Hanselmann
6
-25
/
+6
2021-08-09
Prepare for 0.11.0 release
usbredir-0.11.0
Victor Toso
3
-4
/
+13
2021-08-08
Avoid use-after-free in serialization
Michael Hanselmann
1
-3
/
+5
2021-07-08
usbredirparserfuzz: Test un-/serializing of data
Michael Hanselmann
1
-0
/
+55
2021-07-08
usbredirparserfuzz: Improve handling of I/O errors
Michael Hanselmann
1
-2
/
+8
2021-07-08
usbredirparserfuzz: Continue writing until exhausted
Michael Hanselmann
1
-5
/
+8
2021-07-08
usbredirparserfuzz: Add "no hello" flag to possibilities
Michael Hanselmann
1
-5
/
+2
2021-07-08
Use enum value for parse errors in usbredirparser_do_read
Michael Hanselmann
1
-6
/
+6
2021-07-08
usbredirparserfuzz: Remove status variable
Michael Hanselmann
1
-4
/
+1
2021-06-20
Add fuzzer for filters
Michael Hanselmann
2
-0
/
+108
2021-06-19
Verify that rule separators are not empty
Michael Hanselmann
2
-0
/
+20
2021-06-19
Use single stateless function for filter tests
Michael Hanselmann
1
-93
/
+193
2021-06-18
usbredirparser: free parser's data on destroy
Michael Hanselmann
1
-0
/
+3
2021-06-18
Release memory after handling packet
Michael Hanselmann
1
-4
/
+17
2021-06-18
Release filter rules during fuzzing
Michael Hanselmann
2
-1
/
+2
2021-06-09
Provides a usbredirfilter_free function
Frediano Ziglio
4
-6
/
+22
2021-06-07
Include errno.h in filter test
Michael Hanselmann
1
-0
/
+1
2021-06-07
More tests for filters
Frediano Ziglio
1
-7
/
+31
2021-06-07
Use strtok style separator for usbredirfilter_string_to_rules
Frediano Ziglio
2
-10
/
+12
[next]