|
|
@1866
|
15 years |
Sam Hocevar |
* Link libzzuf with winsock because of our use of htons.
|
|
|
@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.
|
|
|
@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 …
|
|
|
@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.
|
|
|
@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 …
|
|
|
@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.
|
|
|
@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.
|
|
|
@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 …
|
|
|
@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 …
|
|
|
@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.
|
|
|
@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.
|
|
|
@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.
|
|
|
@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).
|
|
|
@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 …
|
|
|
@1716
|
16 years |
Sam Hocevar |
* Put a few debug messages in malloc-related functions when they use …
|
|
|
@1714
|
16 years |
Sam Hocevar |
* Crap! Fixed memory manager initialisation. And sticking that into …
|
|
|
@1712
|
16 years |
Sam Hocevar |
* More verbosity in fread().
|
|
|
@1711
|
16 years |
Sam Hocevar |
* Fixed an index inconsistency bug in fread().
|
|
|
@1710
|
16 years |
Sam Hocevar |
* Grrr, fixed a bug in finfo() that corrupted the display.
|
|
|
@1709
|
16 years |
Sam Hocevar |
* Version 0.6.
* Updated NEWS and ChangeLog?.
|
|
|
@1707
|
16 years |
Sam Hocevar |
* Oops, fix in-tree preloading!
|
|
|
@1706
|
16 years |
Sam Hocevar |
* Put opts->bytes handling in the right place.
|
|
|
@1705
|
16 years |
Sam Hocevar |
* Implemented -b/--bytes to restrict fuzzing to specific offsets.
|
|
|
@1704
|
16 years |
Sam Hocevar |
* Fixed ifdef typo.
|
|
|
@1702
|
16 years |
Sam Hocevar |
* Added DLL injection to the Win32 port attempt.
|
|
|
@1701
|
16 years |
Sam Hocevar |
* Added DLL initialisation code for Win32.
|
|
|
@1700
|
16 years |
Sam Hocevar |
* Fix minor memory leak.
|
|
|
@1699
|
16 years |
Sam Hocevar |
* Put either ORIG() or NEW(() around functions, because the naming …
|
|
|
@1698
|
16 years |
Sam Hocevar |
* Minor documentation updates.
|
|
|
@1697
|
16 years |
Sam Hocevar |
* Minor improvement in the locking mechanism.
|
|
|
@1696
|
16 years |
Sam Hocevar |
* Check recv() return type: int on Linux, ssize_t on OS X.
|
|
|
@1695
|
16 years |
Sam Hocevar |
* Added enough autoconf checks and #ifdefs so that libzzuf builds on …
|
|
|
@1694
|
16 years |
Sam Hocevar |
* Replaced _zz_disabled with a less stinky API. Still not thread safe, …
|
|
|
@1693
|
16 years |
Sam Hocevar |
* Added aio_read() and aio_return(). They don’t work well yet, I’ll …
|
|
|
@1692
|
16 years |
Sam Hocevar |
* Reorganised code, got rid of global variables.
|
|
|
@1691
|
16 years |
Sam Hocevar |
* recvmsg() support by Rémi Denis-Courmont.
* Minor code reorganisation.
|
|
|
@1690
|
16 years |
Sam Hocevar |
* Improved recvfrom() debug information.
* Implemented recv().
|
|
|
@1689
|
16 years |
Sam Hocevar |
* Add %x to the format string parameters supported by debug().
|
|
|
@1688
|
16 years |
Sam Hocevar |
* Improved %c usage in our custom fprintf() implementation.
|
|
|
@1687
|
16 years |
Sam Hocevar |
* Use func wherever possible.
|
|
|
@1686
|
16 years |
Sam Hocevar |
* recvfrom() support from Dominik Kuhlen.
|
|
|
@1685
|
16 years |
Sam Hocevar |
* Print "NULL" instead of "(nil)" when printing null pointers.
|
|
|
@1684
|
16 years |
Sam Hocevar |
* Allow -r 0.0 again. Fixed the testsuite accordingly.
|
|
|
@1683
|
16 years |
Sam Hocevar |
* Moved files around.
|
|
|
@1681
|
16 years |
Sam Hocevar |
* Fix a longopt parsing crash, thanks to Matti Hämäläinen.
|
|
|
@1680
|
16 years |
Sam Hocevar |
* Fix testsuite by printing MD5 hashes to stdout.
|
|
|
@1679
|
16 years |
Sam Hocevar |
* Got rid of the *_load() functions. Now each diverted function is …
|
|
|
@1678
|
16 years |
Sam Hocevar |
* pread() implementation, thanks to Clément Stenac.
|
|
|
@1677
|
16 years |
Sam Hocevar |
* Don't do the offset sanity check on non-seekable devices.
|
|
|
@1676
|
16 years |
Sam Hocevar |
* readv() implementation, thanks to Rémi Denis-Courmont.
|
|
|
@1672
|
16 years |
Sam Hocevar |
* Support ranges with the -r flag.
|
|
|
@1671
|
16 years |
Sam Hocevar |
* Oops, ratio should be a double, not a float.
|
|
|
@1670
|
16 years |
Sam Hocevar |
* Exit non-zero if one process crashed.
|
|
|
@1669
|
16 years |
Sam Hocevar |
* Display our information to stderr, not stdout. Documented that.
|
|
|
@1668
|
16 years |
Sam Hocevar |
* Only display our own kills in verbose mode.
* Factorise min/max …
|
|
|
@1667
|
16 years |
Sam Hocevar |
* Added -v/--verbose (unused yet).
|
|
|
@1666
|
16 years |
Sam Hocevar |
* Set --version to -V, not -v. We'll use -v for verbose.
|
|
|
@1665
|
16 years |
Sam Hocevar |
* Fix a problem with filedescriptor 17 being reused for other purposes …
|
|
|
@1663
|
16 years |
Sam Hocevar |
* Added auto-increment mode. Not very handy to use yet.
|
|
|
@1662
|
16 years |
Sam Hocevar |
* Print program PID when initialising libzzuf.
|
|
|
@1661
|
16 years |
Sam Hocevar |
* Fixed -c behaviour. Sometimes apps open "$PWD/file" when asked to
…
|
|
|
@1660
|
16 years |
Sam Hocevar |
* Implemented -D/--delay to avoid fork bombs.
|
|
|
@1659
|
16 years |
Sam Hocevar |
* Refactored some shit around.
|
|
|
@1658
|
16 years |
Sam Hocevar |
* Minor documentation fixes.
|
|
|
@1657
|
16 years |
Sam Hocevar |
* Change timing functions to gettimeofday() instead of time() for more …
|
|
|
@1655
|
16 years |
Sam Hocevar |
* Better line-buffered stdin reads.
|
|
|
@1653
|
16 years |
Sam Hocevar |
* Got rid of malloc() for each file opened. Now we only start calling
…
|
|
|
@1652
|
16 years |
Sam Hocevar |
* Reduce number of malloc() calls within libzzuf.
|
|
|
@1651
|
16 years |
Sam Hocevar |
* Remove two useless malloc() calls.
|
|
|
@1650
|
16 years |
Sam Hocevar |
* Don't stop if the process was killed by us.
|
|
|