zzuf: set program version to 0.14 and prepare release.
This commit is contained in:
parent
baf828863b
commit
1b20e81b94
2
COPYING
2
COPYING
@ -2,7 +2,7 @@
|
|||||||
Version 2, December 2004
|
Version 2, December 2004
|
||||||
|
|
||||||
Copyright (C) 2004 Sam Hocevar
|
Copyright (C) 2004 Sam Hocevar
|
||||||
14 rue de Plaisance, 75014 Paris, France
|
|
||||||
Everyone is permitted to copy and distribute verbatim or modified
|
Everyone is permitted to copy and distribute verbatim or modified
|
||||||
copies of this license document, and changing it is allowed as long
|
copies of this license document, and changing it is allowed as long
|
||||||
as the name is changed.
|
as the name is changed.
|
||||||
|
|||||||
96
NEWS
96
NEWS
@ -1,96 +0,0 @@
|
|||||||
|
|
||||||
Changes from zzuf 0.12 to 0.13
|
|
||||||
|
|
||||||
* various fixes for Linux, FreeBSD, OS X and OpenBSD libc calls.
|
|
||||||
* network host filtering support.
|
|
||||||
* support for memory limits on OS X.
|
|
||||||
* massive testsuite improvements.
|
|
||||||
* support most cat options in zzcat, which is now fully programmable.
|
|
||||||
|
|
||||||
Changes from zzuf 0.11 to 0.12
|
|
||||||
|
|
||||||
* no longer crash when the fuzzed application uses realloc() before all
|
|
||||||
libraries have been properly initialised.
|
|
||||||
* minor bug fixes and changes.
|
|
||||||
* deprecate -F in favour of -j, to mimic make.
|
|
||||||
|
|
||||||
Changes from zzuf 0.10 to 0.11
|
|
||||||
|
|
||||||
* non-locking stdio functions and dup()/dup2() reimplementations
|
|
||||||
* improved testsuite with RNG statistical analysis
|
|
||||||
* better fuzzing ratio range and random number generation
|
|
||||||
|
|
||||||
Changes from zzuf 0.9 to 0.10
|
|
||||||
|
|
||||||
* network port selection for targeted fuzzing
|
|
||||||
|
|
||||||
Changes from zzuf 0.8.1 to 0.9
|
|
||||||
|
|
||||||
* support for cherry-picking fuzzed descriptors
|
|
||||||
* support for CPU time limits
|
|
||||||
* do not interfere with LD_PRELOAD mechanisms
|
|
||||||
|
|
||||||
Changes from zzuf 0.8 to 0.8.1
|
|
||||||
|
|
||||||
* remove spurious debug message
|
|
||||||
* fix an unsaved errno issue
|
|
||||||
|
|
||||||
Changes from zzuf 0.7 to 0.8
|
|
||||||
|
|
||||||
* getopt_long() reimplementation
|
|
||||||
* fix for 64bit issues
|
|
||||||
* -M works on OpenBSD
|
|
||||||
* mmap reimplementation does not use the heap
|
|
||||||
|
|
||||||
Changes from zzuf 0.6.1 to 0.7
|
|
||||||
|
|
||||||
* added new fuzzing modes
|
|
||||||
* fixed crash in regex handlers
|
|
||||||
* improved debug messages
|
|
||||||
|
|
||||||
Changes from zzuf 0.6 to 0.6.1
|
|
||||||
|
|
||||||
* fixed bad seed offset
|
|
||||||
* fixed a crash in the memory manager
|
|
||||||
|
|
||||||
Changes from zzuf 0.5 to 0.6
|
|
||||||
|
|
||||||
* allow to fuzz only parts of the input
|
|
||||||
* support for readv(), pread(), recv(), recvfrom(), recvmsg()
|
|
||||||
* support for asynchronous IO
|
|
||||||
* minor fixes for crashes and memory leaks
|
|
||||||
|
|
||||||
Changes from zzuf 0.4 to 0.5
|
|
||||||
|
|
||||||
* ratio range support
|
|
||||||
* auto-increment mode
|
|
||||||
* better timing support, better debug messages, improved documentation
|
|
||||||
|
|
||||||
Changes from zzuf 0.3 to 0.4
|
|
||||||
|
|
||||||
* check for memory exhausting processes
|
|
||||||
* built-in MD5 hashing
|
|
||||||
* fix for mmap(), OS X map_fd() support
|
|
||||||
|
|
||||||
Changes from zzuf 0.2 to 0.3
|
|
||||||
|
|
||||||
* FreeBSD, NetBSD and OpenBSD support
|
|
||||||
* direct standard input fuzzing
|
|
||||||
* stdio support: full (FreeBSD), freopen, fseeko, rewind
|
|
||||||
* fd support: mmap, munmap
|
|
||||||
|
|
||||||
Changes from zzuf 0.1 to 0.2
|
|
||||||
|
|
||||||
* network and standard input support
|
|
||||||
* Mac OS X support
|
|
||||||
* custom random number generator
|
|
||||||
* byte protection and refusal
|
|
||||||
|
|
||||||
Changes to 0.1
|
|
||||||
|
|
||||||
* initial release
|
|
||||||
* only works on Linux
|
|
||||||
* stdio support: fopen, fopen64, fseek, fread, getc, fgetc, fgets, ungetc,
|
|
||||||
fclose, getline, getdelim, __getdelim
|
|
||||||
* fd support: open, open64, read, lseek, lseek64, close
|
|
||||||
* fuzzing modes: toggle random bits
|
|
||||||
14
bootstrap
14
bootstrap
@ -1,14 +1,14 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
|
||||||
# bootstrap - generic bootstrap/autogen.sh script for autotools projects
|
# bootstrap — generic bootstrap/autogen.sh script for autotools projects
|
||||||
#
|
#
|
||||||
# Copyright © 2002—2015 Sam Hocevar <sam@hocevar.net>
|
# Copyright © 2002—2015 Sam Hocevar <sam@hocevar.net>
|
||||||
#
|
#
|
||||||
# This program is free software. It comes without any warranty, to
|
# This program is free software. It comes without any warranty, to
|
||||||
# the extent permitted by applicable law. You can redistribute it
|
# the extent permitted by applicable law. You can redistribute it
|
||||||
# and/or modify it under the terms of the Do What The Fuck You Want
|
# and/or modify it under the terms of the Do What the Fuck You Want
|
||||||
# To Public License, Version 2, as published by Sam Hocevar. See
|
# to Public License, Version 2, as published by the WTFPL Task Force.
|
||||||
# http://www.wtfpl.net/ for more details.
|
# See http://www.wtfpl.net/ for more details.
|
||||||
#
|
#
|
||||||
# The latest version of this script can be found at the following place:
|
# The latest version of this script can be found at the following place:
|
||||||
# http://caca.zoy.org/wiki/build
|
# http://caca.zoy.org/wiki/build
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
AC_INIT(zzuf, 0.13)
|
AC_INIT(zzuf, 0.14)
|
||||||
AC_CONFIG_AUX_DIR(.auto)
|
AC_CONFIG_AUX_DIR(.auto)
|
||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
AM_INIT_AUTOMAKE([subdir-objects no-define tar-ustar silent-rules])
|
AM_INIT_AUTOMAKE([subdir-objects no-define tar-ustar silent-rules])
|
||||||
|
|||||||
@ -146,7 +146,7 @@
|
|||||||
#define PACKAGE_STRING PACKAGE_NAME " " PACKAGE_VERSION
|
#define PACKAGE_STRING PACKAGE_NAME " " PACKAGE_VERSION
|
||||||
#define PACKAGE_TARNAME "zzuf"
|
#define PACKAGE_TARNAME "zzuf"
|
||||||
#define PACKAGE_URL ""
|
#define PACKAGE_URL ""
|
||||||
#define PACKAGE_VERSION "0.13"
|
#define PACKAGE_VERSION "0.14"
|
||||||
/* #undef READ_USES_SSIZE_T */
|
/* #undef READ_USES_SSIZE_T */
|
||||||
#define RECV_T int
|
#define RECV_T int
|
||||||
#define SONAME "libzzuf.dll"
|
#define SONAME "libzzuf.dll"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user