|
|
@4660
|
10 years |
Sam Hocevar |
Drop Visual Studio 2008 support and require the 2010 version. The
2010 …
|
|
|
@4659
|
10 years |
Sam Hocevar |
Fix compilation warnings on Win32.
|
|
|
@4658
|
10 years |
Sam Hocevar |
Divert CreateFileW in addition to CreateFileA.
|
|
|
@4657
|
10 years |
Sam Hocevar |
Fix the Linux build to accomodate with the new Win32 features.
|
|
|
@4656
|
10 years |
Sam Hocevar |
CreateFile?() diversion proof of concept.
|
|
|
@4655
|
10 years |
Sam Hocevar |
Add a mechanism for Win32 diversions.
|
|
|
@4654
|
10 years |
Sam Hocevar |
Fix a bug caused by undefined function call precedence.
|
|
|
@4653
|
10 years |
Sam Hocevar |
Fix zzat compilation on Win32 and create a .vcxproj file for it.
|
|
|
@4652
|
10 years |
Sam Hocevar |
Minor Win32 code simplification in sys.c.
|
|
|
@4651
|
10 years |
Sam Hocevar |
Divert AttachConsole?() and AllocConsole?() for debugging purposes.
|
|
|
@4650
|
10 years |
Sam Hocevar |
Full support for ASLR in the Win32 loader.
|
|
|
@4649
|
10 years |
Sam Hocevar |
Refactor the DLL initialisation code to allow several diversions.
|
|
|
@4648
|
10 years |
Sam Hocevar |
Improve the DLL injection code. Now seems to work rather
well under …
|
|
|
@4647
|
10 years |
Sam Hocevar |
Do not build ASLR binaries on Windows for now.
|
|
|
@4646
|
10 years |
Sam Hocevar |
Fix Win32 build.
|
|
|
@4645
|
10 years |
Sam Hocevar |
Add a few comments in the code for new Win32 strategies.
|
|
|
@4394
|
11 years |
Sam Hocevar |
Make check-zzuf-r-ratio slightly more tolerant.
|
|
|
@4393
|
11 years |
Sam Hocevar |
New operating mode "copy". It uses temporary files instead of …
|
|
|
@4388
|
11 years |
Sam Hocevar |
Grammar.
|
|
|
@4378
|
11 years |
Sam Hocevar |
Add a regression test for our Gentoo fread_chk() bug.
|
|
|
@4377
|
11 years |
Sam Hocevar |
Fix old typos in check-utils.
|
|
|
@4376
|
11 years |
Sam Hocevar |
Add fortify versions of libc calls to zzat.
|
|
|
@4375
|
11 years |
Sam Hocevar |
Fortify functions actually have extra arguments. Fix that.
|
|
|
@4374
|
11 years |
Sam Hocevar |
Update TODO list.
|
|
|
@4373
|
11 years |
Sam Hocevar |
Revert any potential overriding macro before declaring a new function.
|
|
|
@4372
|
11 years |
Sam Hocevar |
Add support for fortified glibc functions (fgets_chk, read_chk, etc.).
|
|
|
@4364
|
11 years |
Sam Hocevar |
Rename zzcat to zzat to avoid conflicts with zziplib.
|
|
|
@4358
|
11 years |
Sam Hocevar |
Clean up ChangeLog? generation.
|
|
|
@4357
|
11 years |
Sam Hocevar |
Split check-build into check-source and check-win32.
|
|
|
@4319
|
11 years |
Sam Hocevar |
Add an OS X build script that generates fat binaries.
|
|
|
@4315
|
11 years |
Sam Hocevar |
Add missing svn:ignore properties.
|
|
|
@4314
|
11 years |
Sam Hocevar |
On OS X, resident_size is actually in bytes, not pages. Fixing
memory …
|
|
|
@4311
|
11 years |
Sam Hocevar |
Preparing zzuf-0.13 release.
|
|
|
@4310
|
11 years |
Sam Hocevar |
Minor testsuite behaviour updates.
|
|
|
@4309
|
11 years |
Sam Hocevar |
Simplify ChangeLog? output.
|
|
|
@4308
|
11 years |
Sam Hocevar |
Properly document the -a flag.
|
|
|
@4291
|
11 years |
Sam Hocevar |
Fix a regression in myfork.c causing build failures when libtool does …
|
|
|
@4290
|
11 years |
Sam Hocevar |
Use LD_PRELOAD_32 on OpenSolaris? i386.
|
|
|
@4289
|
11 years |
Sam Hocevar |
Add a debug mode to zzcat.
|
|
|
@4288
|
11 years |
Sam Hocevar |
Fix a buffer overflow in zzcat.
|
|
|
@4287
|
11 years |
Sam Hocevar |
Fix testsuite behaviour on OpenSolaris? /bin/sh.
|
|
|
@4286
|
11 years |
Sam Hocevar |
Fix compilation warnings and errors on OpenSolaris? caused by a few of …
|
|
|
@4285
|
11 years |
Sam Hocevar |
Improve the OpenSolaris? port: support for FILE structures, and a few …
|
|
|
@4284
|
11 years |
Sam Hocevar |
Don't try to use waitpid() information on Win32.
|
|
|
@4283
|
11 years |
Sam Hocevar |
Drop atoll() usage. It's not portable.
|
|
|
@4282
|
11 years |
Sam Hocevar |
Fix memory limitation method on OS X (page size was ignored) and other …
|
|
|
@4281
|
11 years |
Sam Hocevar |
Fix a bug in the -s test script that failed to detect failures.
|
|
|
@4280
|
11 years |
Sam Hocevar |
Prepare for zzuf 0.13. Soon.
|
|
|
@4279
|
11 years |
Sam Hocevar |
Add a check-zzuf-s-seed that tests whether all bits in a sequence have …
|
|
|
@4278
|
11 years |
Sam Hocevar |
Add a -r flag to zzcat to repeatedly cat file lists.
|
|
|
@4277
|
11 years |
Sam Hocevar |
In verbose mode, tell when a process exits.
|
|
|
@4274
|
11 years |
Sam Hocevar |
Improve zzcat's manual page. Fixes #75.
|
|
|
@4273
|
11 years |
Sam Hocevar |
Fix zzcat's -s flag. It must propagate to the next file.
|
|
|
@4272
|
11 years |
Sam Hocevar |
Rename check-flag-# tests to check-zzuf-#-#### with the option's long …
|
|
|
@4271
|
11 years |
Sam Hocevar |
Implement zzcat -s (squeeze empty lines).
|
|
|
@4270
|
11 years |
Sam Hocevar |
Implement zzcat -b and -n. Fixes #74.
|
|
|
@4269
|
11 years |
Sam Hocevar |
Avoid leading zeroes in the unit tests' initial random seed.
|
|
|
@4268
|
11 years |
Sam Hocevar |
Rename check-memory to check-flag-M and check-rng to check-flag-r.
|
|
|
@4267
|
11 years |
Sam Hocevar |
Add a check-flag-f test.
|
|
|
@4266
|
11 years |
Sam Hocevar |
Add a check-flag-A test and rename check-md5 to check-flag-m.
|
|
|
@4265
|
11 years |
Sam Hocevar |
Add informative messages about why we exit the main loop.
|
|
|
@4264
|
11 years |
Sam Hocevar |
Rename -t/--max-time to -U/--max-usertime, and add -t/--max-time to …
|
|
|
@4263
|
11 years |
Sam Hocevar |
Add CONNECT_USES_STRUCT_SOCKADDR to msvc/config.h.
|
|
|
@4262
|
11 years |
Sam Hocevar |
On HP-UX, connect(), bind() etc. do not use the struct sockaddr type …
|
|
|
@4261
|
11 years |
Sam Hocevar |
Fix check-build on platforms without sh's pushd/popd or grep's \<\>.
|
|
|
@4260
|
11 years |
Sam Hocevar |
Fix the OpenBSD port. On this platform, weird stuff happens such as …
|
|
|
@4259
|
11 years |
Sam Hocevar |
Minor zzcat refactoring.
|
|
|
@4258
|
11 years |
Sam Hocevar |
Add a workaround for OS X ignoring RLIMIT_RSS / RLIMIT_AS and …
|
|
|
@4257
|
11 years |
Sam Hocevar |
Fix fork() return value check.
|
|
|
@4256
|
11 years |
Sam Hocevar |
Properly compute SONAME using libtool variables.
|
|
|
@4255
|
11 years |
Sam Hocevar |
Improve the default zzcat sequence to improve performance.
|
|
|
@4254
|
11 years |
Sam Hocevar |
Support cat's -AeEtTv? flags in zzcat.
|
|
|
@4253
|
11 years |
Sam Hocevar |
Fix copyright information and remove Id tag everywhere.
|
|
|
@4252
|
11 years |
Sam Hocevar |
Reduce the number of hardcoded figures in check-utils.
|
|
|
@4251
|
11 years |
Sam Hocevar |
Fix compilation warning in lib-fd.c.
|
|
|
@4250
|
11 years |
Sam Hocevar |
Minor cosmetic change in the verbose debug output.
|
|
|
@4249
|
11 years |
Sam Hocevar |
Fix the FreeBSD port by not fuzzing the srget() output unless it's …
|
|
|
@4248
|
11 years |
Sam Hocevar |
Reorganise FILE structure autoconf tests.
|
|
|
@4247
|
11 years |
Sam Hocevar |
In the unit test phase, only launch sequences with functions we support.
|
|
|
@4246
|
11 years |
Sam Hocevar |
Improve zzcat documentation and add commandline flags, including …
|
|
|
@4245
|
11 years |
Sam Hocevar |
Move zzcat to the main src/ directory. It's becoming mature enough to …
|
|
|
@4244
|
11 years |
Sam Hocevar |
Distribute zzcat and start writing documentation for it.
|
|
|
@4243
|
11 years |
Sam Hocevar |
Fix compilation warnings on FreeBSD.
|
|
|
@4242
|
11 years |
Sam Hocevar |
Fix typos in configure.ac.
|
|
|
@4241
|
11 years |
Sam Hocevar |
Try to fix FILE structure data on FreeBSD.
|
|
|
@4240
|
11 years |
Sam Hocevar |
Implement feof(x) in zzcat, to break out of a loop after EOF was hit x …
|
|
|
@4239
|
11 years |
Sam Hocevar |
Deprecate --deny <list> in favour of --allow !<list>.
|
|
|
@4238
|
11 years |
Sam Hocevar |
Fix compilation warning due to kfreebsd’s fcntl.h defining FREAD.
|
|
|
@4237
|
11 years |
Sam Hocevar |
File descriptors 0 to 2 may be network sockets, don’t rule them out.
|
|
|
@4236
|
11 years |
Sam Hocevar |
Generate manual pages, so we can put the version number in them.
|
|
|
@4233
|
11 years |
Sam Hocevar |
Add a special section in the testsuite for regressions.
|
|
|
@4232
|
11 years |
Sam Hocevar |
Fix a bug caused by our seek() not understanding eglibc's behaviour.
|
|
|
@4231
|
11 years |
Sam Hocevar |
Fix an overflow in our printf's NULL handling with %p.
|
|
|
@4230
|
11 years |
Sam Hocevar |
Make seek() debug information more user-friendly.
|
|
|
@4224
|
11 years |
Sam Hocevar |
Avoid useless allocations in the network allow/deny code.
|
|
|
@4153
|
11 years |
Sam Hocevar |
getline() and getdelim() must return -1 if EOF was reached and no …
|
|
|
@4152
|
11 years |
Sam Hocevar |
Try to call _zz_init() as soon as possible. Otherwise, preloaded …
|
|
|
@4151
|
11 years |
Sam Hocevar |
Buffer debug output to reduce the number of write() calls and allow to …
|
|
|
@4150
|
11 years |
Sam Hocevar |
Avoid overlapping regions in our realloc's memcpy call.
|
|
|
@4137
|
11 years |
Sam Hocevar |
Synchronise VS 2010 solution with [4112].
|
|
|