|
|
@2462
|
15 years |
Sam Hocevar |
* Run the testsuite when "make check" is called.
|
|
|
@2461
|
15 years |
Sam Hocevar |
* Avoid a potential shared library attack by never looking for libzzuf …
|
|
|
@2366
|
15 years |
Sam Hocevar |
* Version 0.12.
* Updated NEWS and ChangeLog?.
|
|
|
@2365
|
15 years |
Sam Hocevar |
* Finished the libzzuf manual page.
|
|
|
@2355
|
15 years |
Sam Hocevar |
* Fix a crash in the realloc() wrapper occurring when dlsym() or …
|
|
|
@2354
|
15 years |
Sam Hocevar |
* Do not try to free() on buffers that have been allocated with the …
|
|
|
@2353
|
15 years |
Sam Hocevar |
* Started writing a manual page for libzzuf.
|
|
|
@2345
|
15 years |
Sam Hocevar |
* Change -M to mean mebibytes instead of megabytes, because I'm a …
|
|
|
@2344
|
15 years |
Sam Hocevar |
* Change -F to -j, to mimic make.
|
|
|
@2343
|
15 years |
Sam Hocevar |
* Allow to omit the right-hand side of the seed range, for indefinite
…
|
|
|
@2342
|
15 years |
Sam Hocevar |
* Clarify -C0 behaviour.
|
|
|
@2341
|
15 years |
Sam Hocevar |
* Add SIGPIPE to the list of crashing signals.
|
|
|
@2340
|
15 years |
Sam Hocevar |
* Fix an invalid cast on the Alpha architecture caused by sockaddr_in* …
|
|
|
@2338
|
15 years |
Sam Hocevar |
* Version 0.11.
* Updated NEWS and ChangeLog?.
|
|
|
@2337
|
15 years |
Sam Hocevar |
* Minor memory and speed optimisation.
|
|
|
@2336
|
15 years |
Sam Hocevar |
* Start working on the internal code documentation.
|
|
|
@2335
|
15 years |
Sam Hocevar |
* Don't use `--' in the testsuite, it is no longer understood.
|
|
|
@2334
|
15 years |
Sam Hocevar |
* Implement getchar() and getchar_unlocked().
|
|
|
@2333
|
15 years |
Sam Hocevar |
* Minor changes: add quotes between launched program name, update …
|
|
|
@2332
|
15 years |
Sam Hocevar |
* Make sure the fgets_unlocked() reimplementation uses …
|
|
|
@2331
|
15 years |
Sam Hocevar |
* Implement fgets_unlocked() and fread_unlocked().
|
|
|
@2330
|
15 years |
Sam Hocevar |
* Implement getc_unlocked() and fgetc_unlocked().
|
|
|
@2328
|
15 years |
Sam Hocevar |
* Document the new command line parsing behaviour.
|
|
|
@2327
|
15 years |
Sam Hocevar |
* No longer require the "--" trick to separate zzuf's flags and the …
|
|
|
@2326
|
15 years |
Sam Hocevar |
* Cosmetic: remove trailing spaces from the source code.
|
|
|
@2325
|
15 years |
Sam Hocevar |
* Add statistical analysis to the testsuite to check our random number …
|
|
|
@2324
|
15 years |
Sam Hocevar |
* Improve overall randomness. Now even close seeds have very different …
|
|
|
@2323
|
15 years |
Sam Hocevar |
* Update TODO.
|
|
|
@2322
|
15 years |
Sam Hocevar |
* Update copyright and homepage in the manual page.
|
|
|
@2320
|
15 years |
Sam Hocevar |
* Implement dup() and dup2(). They are needed for Debian's …
|
|
|
@2319
|
15 years |
Sam Hocevar |
* Slightly updated the build system.
|
|
|
@2272
|
15 years |
Sam Hocevar |
* Set minimal fuzzing ratio to 0.000000001% (less than one bit changed …
|
|
|
@2271
|
15 years |
Sam Hocevar |
* Implement %g in the debug() format string. Incomplete but useful.
|
|
|
@1867
|
15 years |
Sam Hocevar |
* Version 0.10.
* Updated NEWS and ChangeLog?.
|
|
|
@1866
|
15 years |
Sam Hocevar |
* Link libzzuf with winsock because of our use of htons.
|
|
|
@1865
|
15 years |
Sam Hocevar |
* Documentation updates.
|
|
|
@1864
|
15 years |
Sam Hocevar |
* Do not fuzz non-IP network protocols. They’re too painful to fine-tune.
|
|
|
@1863
|
15 years |
Sam Hocevar |
* Merged the bind() and connect() diversions using macros. They were …
|
|
|
@1862
|
15 years |
Sam Hocevar |
* Divert connect() so that -p/--ports now works with outbound connections.
|
|
|
@1861
|
15 years |
Sam Hocevar |
* Look for connect().
|
|
|
@1860
|
15 years |
Sam Hocevar |
* Updated documentation.
|
|
|
@1859
|
15 years |
Sam Hocevar |
* Fix a bug in the -p handling that made it opt-out instead of opt-in. …
|
|
|
@1858
|
15 years |
Sam Hocevar |
* Network destination port choosing with -p/--ports.
* Renamed …
|
|
|
@1857
|
15 years |
Sam Hocevar |
* Check for <netinet/in.h>, it’s needed for struct sockaddr_in.
|
|
|
@1856
|
15 years |
Sam Hocevar |
* Support %d, %ld and %lld in addition to %i etc. in debug().
|
|
|
@1855
|
15 years |
Sam Hocevar |
* Log and divert bind() calls.
|
|
|
@1854
|
15 years |
Sam Hocevar |
* Check for bind in the configure step.
|
|
|
@1804
|
16 years |
Sam Hocevar |
* Version 0.9. For real, this time.
* Updated NEWS and ChangeLog?.
|
|
|
@1803
|
16 years |
Sam Hocevar |
* Documented the new -T / --max-cpu flag.
|
|
|
@1802
|
16 years |
Sam Hocevar |
* -M is megabytes, not bytes. Fixed --help output.
|
|
|
@1801
|
16 years |
Sam Hocevar |
* Implemented -T / --max-cpu for max CPU time limits.
|
|
|
@1800
|
16 years |
Sam Hocevar |
* Rename -T to -t. -T will be the CPU time limit.
|
|
|
@1799
|
16 years |
Sam Hocevar |
* Rename ZZUF_RLIMIT_CONST into ZZUF_RLIMIT_MEM because we're going to …
|
|
|
@1798
|
16 years |
Sam Hocevar |
* Correct thinko in manpage.
|
|
|
@1797
|
16 years |
Sam Hocevar |
* Version 0.9.
* Updated NEWS and ChangeLog?.
|
|
|
@1796
|
16 years |
Sam Hocevar |
* Do not clobber LD_PRELOAD, patch by Sami Liedes. Heavily rewritten.
|
|
|
@1794
|
16 years |
Sam Hocevar |
* Renamed ranges_static into static_ranges.
|
|
|
@1793
|
16 years |
Sam Hocevar |
* Documented -p/--pick in the man page.
|
|
|
@1792
|
16 years |
Sam Hocevar |
* Factored common range-parsing code.
|
|
|
@1791
|
16 years |
Sam Hocevar |
* Added -p flag to cherry pick file descriptors that get fuzzed.
|
|
|
@1790
|
16 years |
Sam Hocevar |
* Allow to use debug() everywhere in the code; it'll just do nothing …
|
|
|
@1789
|
16 years |
Sam Hocevar |
* Add -DLIBZZUF to the libzzuf build.
|
|
|
@1764
|
16 years |
Sam Hocevar |
* Version 0.8.1.
* Updated NEWS and ChangeLog?.
|
|
|
@1763
|
16 years |
Sam Hocevar |
* Save errno in offset_check, thanks to Sami Liedes.
|
|
|
@1762
|
16 years |
Sam Hocevar |
* Removed spurious verbosity, thanks to Sami Liedes.
|
|
|
@1761
|
16 years |
Sam Hocevar |
* Cleaned up md5.c.
* Do not convert words to little endian if the …
|
|
|
@1760
|
16 years |
Sam Hocevar |
* Version 0.8.
* Updated NEWS and ChangeLog?.
|
|
|
@1759
|
16 years |
Sam Hocevar |
* Fix WTFPL address.
|
|
|
@1758
|
16 years |
Sam Hocevar |
* Minor win32 cosmetic updates.
|
|
|
@1751
|
16 years |
Sam Hocevar |
* OS X doesn’t have MAP_ANONYMOUS, alias it to MAP_ANON.
|
|
|
@1749
|
16 years |
Sam Hocevar |
* Use mmap() instead of malloc() in the mmap() reimplementation so …
|
|
|
@1748
|
16 years |
Sam Hocevar |
* Check for getpagesize() at configure time.
|
|
|
@1747
|
16 years |
Sam Hocevar |
* Check mmap() return value.
* Don't pass offsets to mmap() that are …
|
|
|
@1746
|
16 years |
Sam Hocevar |
* Oops, fix compilation warning.
|
|
|
@1745
|
16 years |
Sam Hocevar |
* Added mmap() to the testsuite.
|
|
|
@1744
|
16 years |
Sam Hocevar |
* Improved win32 pipes.
|
|
|
@1743
|
16 years |
Sam Hocevar |
* Use doubles, not float. Fixes an issue when using the default ratio …
|
|
|
@1742
|
16 years |
Sam Hocevar |
* Disable -M when setrlimit isn't available.
|
|
|
@1741
|
16 years |
Sam Hocevar |
* OpenBSD support for setrlimit().
|
|
|
@1740
|
16 years |
Sam Hocevar |
* Handle architectures that don't have RLIMIT_AS (like OpenBSD).
|
|
|
@1736
|
16 years |
Sam Hocevar |
* Fixed more MSVC compilation warnings.
|
|
|
@1735
|
16 years |
Sam Hocevar |
* Fixed a minor warning and commented our printf-like function.
|
|
|
@1734
|
16 years |
Sam Hocevar |
* Added mygetopt files to the MSVC project.
|
|
|
@1733
|
16 years |
Sam Hocevar |
* Reimplemented getopt_long. We use our replacement even if simple …
|
|
|
@1732
|
16 years |
Sam Hocevar |
* Fixed a few signed/unsigned confusions.
|
|
|
@1731
|
16 years |
Sam Hocevar |
* Fuck notepad and its fucking CRLFs.
|
|
|
@1730
|
16 years |
Sam Hocevar |
* Fixed a few 64-bit issues reported by MSVC.
* More Win32 …
|
|
|
@1729
|
16 years |
Sam Hocevar |
* Added an MSVC project.
|
|
|
@1728
|
16 years |
Sam Hocevar |
* Check for <unistd.h>, too. MSVC doesn't have it.
|
|
|
@1727
|
16 years |
Sam Hocevar |
* Only include <sys/time.h> conditionally.
|
|
|
@1726
|
16 years |
Sam Hocevar |
* Version 0.7.
* Updated NEWS and ChangeLog?.
|
|
|
@1725
|
16 years |
Sam Hocevar |
* Merged fdcat and streamcat into zzcat.
|
|
|
@1724
|
16 years |
Sam Hocevar |
* Print "EOF" instead of -1 when it means EOF.
|
|
|
@1723
|
16 years |
Sam Hocevar |
* Oops, fixed syntax error.
|
|
|
@1722
|
16 years |
Sam Hocevar |
* Better debug messages for special cases (eg. fgetc returning -1).
|
|
|
@1721
|
16 years |
Sam Hocevar |
* Updated testsuite to use our own files instead of /dev/*.
|
|
|
@1720
|
16 years |
Sam Hocevar |
* Implemented -f/--fuzzing (fuzzing mode).
|
|
|
@1719
|
16 years |
Sam Hocevar |
* Better ungetc() implementation. Now we don't need to care about the
…
|
|
|
@1718
|
16 years |
Sam Hocevar |
* Carry DEBUG_FILENO in the ZZUF_DEBUG environment variable.
|
|
|
@1717
|
16 years |
Sam Hocevar |
* Initialise malloc-related functions earlier. They're needed for …
|
|
|