|
|
@3001
|
14 years |
Sam Hocevar |
Rename --max-cpu into --max-cputime to avoid confusion (fixes #44).
|
|
|
@2818
|
14 years |
Sam Hocevar |
* zzuf.c: use atol() instead of atoi() for the --seed flag.
|
|
|
@2817
|
14 years |
Sam Hocevar |
* zzuf.c: allow the use of -r=0 in addition to -r 0, and likewise for
…
|
|
|
@2816
|
14 years |
Sam Hocevar |
* doc/zzuf.1: fix a typo in the manpage.
|
|
|
@2771
|
14 years |
Sam Hocevar |
* zzuf.1: add a more advanced VLC fuzzing example.
|
|
|
@2584
|
15 years |
Sam Hocevar |
* Hack around to get HP-UX tools to work. It still fails the most …
|
|
|
@2583
|
15 years |
Sam Hocevar |
* zzuf.c: make the -B flag (max bytes) also work when fuzzing the …
|
|
|
@2579
|
15 years |
Sam Hocevar |
* test/Makefile.am: add functions.inc to the distribution.
|
|
|
@2578
|
15 years |
Sam Hocevar |
* configure.ac: fix the printf attribute macro.
|
|
|
@2577
|
15 years |
Sam Hocevar |
* configure.ac: add a check for the printf function attribute.
|
|
|
@2576
|
15 years |
Sam Hocevar |
* bug-div0.c: raise SIGFPE manually since Darwin won't trap on 1/0.
|
|
|
@2575
|
15 years |
Sam Hocevar |
* fuzz.c: activate the fuzz() debug message, it may be verbose but I …
|
|
|
@2574
|
15 years |
Sam Hocevar |
* lib-mem.c: with all the preprocessor crap that we now have in C …
|
|
|
@2573
|
15 years |
Sam Hocevar |
* Factored the test suite to avoid excessive code duplication.
|
|
|
@2572
|
15 years |
Sam Hocevar |
* lib-stream.c: since srefill is far more powerful than srget, we …
|
|
|
@2571
|
15 years |
Sam Hocevar |
* lib-stream.c: fix a bug in the OS X srefill implementation.
|
|
|
@2570
|
15 years |
Sam Hocevar |
* lib-stream.c: the BSDs' refill function is slightly different from …
|
|
|
@2569
|
15 years |
Sam Hocevar |
* Implement srget on FreeBSD, which is yet another version of srefill.
|
|
|
@2568
|
15 years |
Sam Hocevar |
* lib-stream.c: fix the fread() implementation on FreeBSD 7.0.
|
|
|
@2567
|
15 years |
Sam Hocevar |
* check-utils: only perform 3 util test series, the rest was only here …
|
|
|
@2566
|
15 years |
Sam Hocevar |
* lib-stream.c: only use the srefill trick on OS X. HP-UX is too …
|
|
|
@2565
|
15 years |
Sam Hocevar |
* lib-mem.c: fix FreeBSD 7.0 build by including <sys/cdefs.h> earlier on.
|
|
|
@2564
|
15 years |
Sam Hocevar |
* Make the RNG test shorter... it should not vary across platforms anyway.
|
|
|
@2563
|
15 years |
Sam Hocevar |
* Add slightly more complex modes to zzcat.
|
|
|
@2562
|
15 years |
Sam Hocevar |
* Better check for the func keyword that does not rely on …
|
|
|
@2561
|
15 years |
Sam Hocevar |
* Add simpler modes to zzcat to better analyse what's going on.
|
|
|
@2560
|
15 years |
Sam Hocevar |
* bug-memory.c: fix the SIGSEGV unit test.
|
|
|
@2559
|
15 years |
Sam Hocevar |
* Support fsetpos64 on Linux.
|
|
|
@2558
|
15 years |
Sam Hocevar |
* zzcat.c: partial fread() reads are undefined; avoid them in zzcat.
|
|
|
@2557
|
15 years |
Sam Hocevar |
* lib-mem.c: add pre-include macro to get getc_unlocked() on OpenSolaris?.
|
|
|
@2556
|
15 years |
Sam Hocevar |
* lib-mem.c: add pre-include macros to get mmap and valloc on OpenSolaris?.
|
|
|
@2555
|
15 years |
Sam Hocevar |
* zzuf.c: rename sig2str to sig2name; the former is a Solaris libc symbol.
|
|
|
@2554
|
15 years |
Sam Hocevar |
* Another fucked commit... synchronise config.h and lib-stream.c.
|
|
|
@2553
|
15 years |
Sam Hocevar |
* lib-stream.c: try to make the filbuf() implementation portable …
|
|
|
@2552
|
15 years |
Sam Hocevar |
* Implement freopen64, fsetpos64 and fseeko64 for OpenSolaris?.
|
|
|
@2551
|
15 years |
Sam Hocevar |
* check-utils: use tail -n X or tail -X depending on the platform.
|
|
|
@2550
|
15 years |
Sam Hocevar |
* bootstrap: update bootstrapping script for OpenSolaris? …
|
|
|
@2549
|
15 years |
Sam Hocevar |
* Oops, forgot to check in check-md5.
|
|
|
@2548
|
15 years |
Sam Hocevar |
* Add a unit test for MD5 hashes.
|
|
|
@2545
|
15 years |
Sam Hocevar |
* Add a bunch of unit tests to check for zzuf basic capabilities: …
|
|
|
@2544
|
15 years |
Sam Hocevar |
* mygetopt.c: fix a parsing issue with short options.
|
|
|
@2542
|
15 years |
Sam Hocevar |
* Fix a few HP-UX warnings caused by missing headers.
|
|
|
@2541
|
15 years |
Sam Hocevar |
* Split the test suite into the RNG test and the Unix utils test.
|
|
|
@2534
|
15 years |
Sam Hocevar |
* zzuf.c: retrieve library object name from libtool's .la file so we …
|
|
|
@2533
|
15 years |
Sam Hocevar |
* Implement srefill() for full HP-UX support on parisc-gcc.
|
|
|
@2532
|
15 years |
Sam Hocevar |
* zzcat.c: compilation fix for missing headers.
|
|
|
@2531
|
15 years |
Sam Hocevar |
* testsuite.h: do not test for grep -a if the option is unknown.
|
|
|
@2530
|
15 years |
Sam Hocevar |
* Add a few _INCLUDE_POSIX_SOURCE defines here and there so that we …
|
|
|
@2529
|
15 years |
Sam Hocevar |
* testsuite.sh: use printf instead of echo -n for better portability.
|
|
|
@2528
|
15 years |
Sam Hocevar |
* Implement additional functions required on HP-UX: fopen64, …
|
|
|
@2527
|
15 years |
Sam Hocevar |
* Build on HP-UX systems: disable unsupported warning flags, define
…
|
|
|
@2526
|
15 years |
Sam Hocevar |
* configure.ac: do not use -fno-strength-reduce -fomit-frame-pointer,
…
|
|
|
@2525
|
15 years |
Sam Hocevar |
* zzuf.c: reformated the licensing information for zzuf -V.
|
|
|
@2524
|
15 years |
Sam Hocevar |
* lib-stream.c: remove an unused variable.
|
|
|
@2523
|
15 years |
Sam Hocevar |
* Fix a compilation issue on FreeBSD by defining _BSD_SOURCE and …
|
|
|
@2522
|
15 years |
Sam Hocevar |
* Fix the Win32 package build. No, it still doesn't work, it just builds.
|
|
|
@2521
|
15 years |
Sam Hocevar |
* Set a default maximum memory usage value to avoid excessive swapping.
|
|
|
@2520
|
15 years |
Sam Hocevar |
* Ideas for a zzufrc file.
|
|
|
@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. …
|
|
|