|
|
@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 …
|
|
|
@1716
|
16 years |
Sam Hocevar |
* Put a few debug messages in malloc-related functions when they use …
|
|
|
@1715
|
16 years |
Sam Hocevar |
* Updated NEWS.
|
|
|
@1714
|
16 years |
Sam Hocevar |
* Crap! Fixed memory manager initialisation. And sticking that into …
|
|
|
@1713
|
16 years |
Sam Hocevar |
* Version 0.6.1.
* Updated NEWS and ChangeLog?.
|
|
|
@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?.
|
|
|
@1708
|
16 years |
Sam Hocevar |
* Added a networking example using socat.
|
|
|
@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.
|
|
|
@1703
|
16 years |
Sam Hocevar |
* Updated TODO list.
|
|
|
@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.
|
|
|