This repository has been archived by the owner on Apr 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
ChangeLog
60 lines (51 loc) · 1.96 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
2015-03-12 Matus Marhefka <[email protected]>
version 1.4
* minor fixes
* man page update
* fuzzer now prints also:
* the tested process name
* the package which tested process belongs to (only for rpm/dpkg)
2014-05-09 Matus Marhefka <[email protected]>
version 1.3
* changed error reporting
* -s option removed (dfuzzer traverses via both buses by default now)
* added suppression file (dfuzzer.conf)
* -s option redefined - used to disable suppression file
* -l option added to list all available service names on both buses
* proper void methods checking added
* skipping exceptions AccessDenied and AuthFailed
* return values of dfuzzer changed (for automatic scripts):
* 0 - testing ended successfuly
* 1 - error occured, either internal dfuzzer error
* or D-Bus related error (-d option to debug)
* 2 - testing detected failures (including warnings)
* 3 - testing detected only warnings
* man page and help actualized
* code clean ups and improvements
* added src/remove_escapes.sh for removing escape sequences
* from output generated by dfuzzer
2013-08-15 Matus Marhefka <[email protected]>
version 1.2
* warnings added to output generation
* -c option removed (dfuzzer does not stop on errors by default now)
* corrected instant reinitialization of rand module when testing one method
* fixed memory leaks
* changed prototypes of some functions
2013-08-02 Miroslav Vadkerti <[email protected]>
version 1.1
Added:
* -V option for printing version
* -v option for verbose messages
* -d option for debug messages
* Changed login style
* Changed output generation - no log file
* Added traversing of all objects/methods of the given bus name/object path
2013-07-29 Matus Marhefka <[email protected]>
version 1.0
Added:
* -v option for printing version
* -s option for switching between session/system bus
* -t option for testing specific method
* man/dfuzzer.1: man page
* ChangeLog
* many code improvements, few fixes