Timeline
07/24/08:
- 01:40 Changeset [2584] by sam
- * Hack around to get HP-UX tools to work. It still fails the most nasty …
- 01:40 Changeset [2583] by sam
- * zzuf.c: make the -B flag (max bytes) also work when fuzzing the …
07/23/08:
- 23:55 Changeset [2582] by bsittler
- improved terminal emulation (partial ISO-2022 support)
- 23:54 Changeset [2581] by bsittler
- Ctrl-A a & Ctrl-A ? behaviour
- 23:52 Changeset [2580] by bsittler
- OS X compilation fixes
07/20/08:
- 13:20 Changeset [2579] by sam
- * test/Makefile.am: add functions.inc to the distribution.
- 13:16 Changeset [2578] by sam
- * configure.ac: fix the printf attribute macro.
- 13:11 Changeset [2577] by sam
- * configure.ac: add a check for the printf function attribute.
- 12:19 Changeset [2576] by sam
- * bug-div0.c: raise SIGFPE manually since Darwin won't trap on 1/0.
- 12:10 Changeset [2575] by sam
- * fuzz.c: activate the fuzz() debug message, it may be verbose but I end …
- 12:10 Changeset [2574] by sam
- * lib-mem.c: with all the preprocessor crap that we now have in C files, …
- 11:57 Changeset [2573] by sam
- * Factored the test suite to avoid excessive code duplication.
- 11:57 Changeset [2572] by sam
- * lib-stream.c: since srefill is far more powerful than srget, we …
- 03:29 Changeset [2571] by sam
- * lib-stream.c: fix a bug in the OS X srefill implementation.
- 03:22 Changeset [2570] by sam
- * lib-stream.c: the BSDs' refill function is slightly different from the …
07/18/08:
- 13:01 publications edited by jylam
- (diff)
- 11:28 Changeset [2569] by sam
- * Implement srget on FreeBSD, which is yet another version of srefill.
- 11:28 Changeset [2568] by sam
- * lib-stream.c: fix the fread() implementation on FreeBSD 7.0.
- 11:28 Changeset [2567] by sam
- * check-utils: only perform 3 util test series, the rest was only here to …
- 11:28 Changeset [2566] by sam
- * lib-stream.c: only use the srefill trick on OS X. HP-UX is too …
- 11:28 Changeset [2565] by sam
- * lib-mem.c: fix FreeBSD 7.0 build by including <sys/cdefs.h> earlier on.
- 11:28 Changeset [2564] by sam
- * Make the RNG test shorter... it should not vary across platforms anyway.
- 11:28 Changeset [2563] by sam
- * Add slightly more complex modes to zzcat.
- 11:28 Changeset [2562] by sam
- * Better check for the func keyword that does not rely on assumptions …
- 11:27 Changeset [2561] by sam
- * Add simpler modes to zzcat to better analyse what's going on.
07/17/08:
- 02:20 publications edited by sam
- add an "in the news" section (diff)
- 01:24 Changeset [2560] by sam
- * bug-memory.c: fix the SIGSEGV unit test.
- 01:17 Changeset [2559] by sam
- * Support fsetpos64 on Linux.
- 01:17 Changeset [2558] by sam
- * zzcat.c: partial fread() reads are undefined; avoid them in zzcat.
07/16/08:
- 23:54 Changeset [2557] by sam
- * lib-mem.c: add pre-include macro to get getc_unlocked() on OpenSolaris?.
- 23:45 Changeset [2556] by sam
- * lib-mem.c: add pre-include macros to get mmap and valloc on OpenSolaris?.
- 23:45 Changeset [2555] by sam
- * zzuf.c: rename sig2str to sig2name; the former is a Solaris libc symbol.
- 23:41 Changeset [2554] by sam
- * Another fucked commit... synchronise config.h and lib-stream.c.
- 23:37 Changeset [2553] by sam
- * lib-stream.c: try to make the filbuf() implementation portable across …
- 23:24 Changeset [2552] by sam
- * Implement freopen64, fsetpos64 and fseeko64 for OpenSolaris?.
- 23:03 Changeset [2551] by sam
- * check-utils: use tail -n X or tail -X depending on the platform.
- 22:53 Changeset [2550] by sam
- * bootstrap: update bootstrapping script for OpenSolaris? compatibility. …
- 22:36 Changeset [2549] by sam
- * Oops, forgot to check in check-md5.
- 22:36 Changeset [2548] by sam
- * Add a unit test for MD5 hashes.
- 19:25 Ticket #42 (enhancement) created by sam
- toilet: use mygetopt.c
- 19:24 Changeset [2547] by sam
- * mygetopt.c: fix a parsing issue with short options.
- 19:23 Changeset [2546] by sam
- * mygetopt.c: fix a parsing issue with short options.
- 19:23 Changeset [2545] by sam
- * Add a bunch of unit tests to check for zzuf basic capabilities: SIGSEGV …
- 19:23 Changeset [2544] by sam
- * mygetopt.c: fix a parsing issue with short options.
- 19:23 Changeset [2543] by sam
- * mygetopt.c: fix a parsing issue with short options.
- 19:23 Changeset [2542] by sam
- * Fix a few HP-UX warnings caused by missing headers.
- 19:23 Changeset [2541] by sam
- * Split the test suite into the RNG test and the Unix utils test.
- 17:51 zzuf/bugs edited by sam
- lol HP-UX (diff)
- 15:53 Changeset [2540] by sam
- * bootstrap: update bootstrapping script. * configure.ac: hide autotools …
- 15:50 Changeset [2539] by sam
- * Fix bad AM_CONDITIONAL location: it must be in the default code path.
- 15:36 Changeset [2538] by sam
- * lock.c: do not build PTY locking mechanism if PAM isn't present.
- 15:30 Changeset [2537] by sam
- * configure.ac: fix libcucul-dev dependency value.
- 15:06 Changeset [2536] by sam
- * cucul/file.c: fix a typo causing build failures when zlib is not here.
- 15:06 Changeset [2535] by sam
- * Make the asm checks for fsin/fcos and fldln2/fxch/fyl2x more robust by …
- 11:52 Changeset [2534] by sam
- * zzuf.c: retrieve library object name from libtool's .la file so we …
- 11:52 Changeset [2533] by sam
- * Implement srefill() for full HP-UX support on parisc-gcc.
- 11:51 Changeset [2532] by sam
- * zzcat.c: compilation fix for missing headers.
- 11:51 Changeset [2531] by sam
- * testsuite.h: do not test for grep -a if the option is unknown.
07/15/08:
- 23:34 Changeset [2530] by sam
- * Add a few _INCLUDE_POSIX_SOURCE defines here and there so that we build …
- 22:16 Changeset [2529] by sam
- * testsuite.sh: use printf instead of echo -n for better portability.
- 22:16 Changeset [2528] by sam
- * Implement additional functions required on HP-UX: fopen64, …
- 22:16 Changeset [2527] by sam
- * Build on HP-UX systems: disable unsupported warning flags, define …
- 22:16 Changeset [2526] by sam
- * configure.ac: do not use -fno-strength-reduce -fomit-frame-pointer, …
- 22:15 Changeset [2525] by sam
- * zzuf.c: reformated the licensing information for zzuf -V.
- 22:15 Changeset [2524] by sam
- * lib-stream.c: remove an unused variable.
- 22:15 Changeset [2523] by sam
- * Fix a compilation issue on FreeBSD by defining _BSD_SOURCE and …
- 22:15 Changeset [2522] by sam
- * Fix the Win32 package build. No, it still doesn't work, it just builds.
- 22:15 Changeset [2521] by sam
- * Set a default maximum memory usage value to avoid excessive swapping.
07/09/08:
- 22:53 publications edited by sam
- (diff)
- 22:47 publications edited by sam
- add a reference to the LNCS volume (diff)
- 22:42 publications edited by sam
- (diff)
- 22:42 publications edited by sam
- mention Jylam's conferences and reorder by date (diff)
- 22:38 publications edited by sam
- HSF slides (diff)
- 22:34 publications edited by sam
- RMLL 08 slides (diff)
- 22:28 publications edited by sam
- link to presentation slides (diff)
- 22:16 publications edited by sam
- ICISP paper (diff)
- 22:10 publications edited by sam
- creating page
- 12:50 Changeset [2520] by sam
- * Ideas for a zzufrc file.
- 12:47 zzuf edited by sam
- cleanup (diff)
- 12:28 zzuf/bugs edited by sam
- switched tables to wiki formatting (diff)
- 11:56 zzuf/bugs edited by sam
- re-added the old crash tables (diff)
- 11:26 zzuf/bugs edited by sam
- creating separate bugs page
07/05/08:
- 18:44 WikiStart edited by sam
- beta14 (diff)
- 18:43 libcaca edited by sam
- beta14 (diff)
- 18:39 Changeset [2519] by sam
- * Fix plugin build.
- 18:34 Changeset [2518] by sam
- * Set version to 0.99.beta14. * Updateed NEWS and ChangeLog?.
- 18:28 Changeset [2517] by sam
- * Check for FTGL in the configure step, because we will use it later. * …
- 14:40 WikiStart edited by jylam
- (diff)
07/02/08:
- 16:35 Changeset [2516] by sam
- * Fork the grabbed process and exit the parent. Unfortunately for some …
07/01/08:
- 22:38 Changeset [2515] by sam
- * Add my slides of the paper presentation at ICISP'08.
- 22:35 Changeset [2514] by sam
- * Add kill() to the list of supported remote syscalls. We might need to …
- 21:43 Changeset [2513] by sam
- * Add write() to the list of supported remote syscalls.
- 16:30 Changeset [2512] by sam
- * Add missing headers and _XOPEN_SOURCE definition to grab.c.
- 16:14 Changeset [2511] by sam
- * Allow to grab 32-bit applications from a 64-bit neercs process.
- 01:26 Changeset [2510] by sam
- * Add a --debug flag to the configure step.
- 01:26 Changeset [2509] by sam
- * Split grab.c into the grabbing heuristic and the pure ptrace interface, …
- 01:26 Changeset [2508] by sam
- * Fix memcpy_from_target() and memcpy_to_target() alignment issues.
- 01:26 Changeset [2507] by sam
- * Cosmetic: nicer debug output.
- 01:26 Changeset [2506] by sam
- * Activate USE_GRAB on amd64/x86_64 systems, too.
- 01:26 Changeset [2505] by sam
- * Start refactoring grab.c: instead of writing code to the stack, we wait …
- 01:26 Changeset [2504] by sam
- * Coding style.
- 01:26 Changeset [2503] by sam
- * Ported grab code to amd64. Doesn't work yet, maybe because we are …
- 01:26 Changeset [2502] by sam
- * Coding style.
- 01:26 Changeset [2501] by sam
- * Preparing the amd64 port of grab.c by first making the current …
06/28/08:
- 16:50 Changeset [2500] by jylam
- * Added an autolock timeout (autolock_timeout = N in configuration file)
- 16:29 Changeset [2499] by pterjan
- * Write a few ideas
- 16:18 Changeset [2498] by pterjan
- * Include config.h in grab.c, else USE_GRAB will never be defined
- 13:39 Changeset [2497] by jylam
- * Use $HOME before trying to get user directory via getpwuid
- 13:26 Changeset [2496] by jylam
- * Removed a double-free and a leak. Mozilla, you have been trolled.
- 13:22 Changeset [2495] by jylam
- * Removed general local variables from main() and put it in struct …
06/27/08:
- 20:50 Changeset [2494] by jylam
- * Define _GNU_SOURCE to enable getsid() as a GNU extention to *libc
- 19:55 Changeset [2493] by sam
- * Fix grabbing of one process: upper loop bound was wrong.
- 19:55 Changeset [2492] by sam
- * Prettier grab support detection in configure.ac.
- 19:54 Changeset [2491] by sam
- * Compilation works better when files #include "config.h".
- 12:09 Changeset [2490] by sam
- * Rename man/ to doc/. * Add svn:ignore properties here and there.
06/25/08:
- 11:20 Changeset [2489] by jylam
- * Removed a double-free, check if ptr==NULL before freeing in several …
- 00:33 Changeset [2488] by pterjan
- * Have -r/-R/-S like screen
06/24/08:
- 23:14 Changeset [2487] by pterjan
- * Add -c/--config to override local config file
- 16:21 Changeset [2486] by jylam
- * Changed /etc/neercs.conf to /etc/neercsrc (and changed example to the …
- 16:15 Changeset [2485] by jylam
- * Renamed neercs.ini to neercs.conf
- 16:13 Changeset [2484] by jylam
- * Factorized multiple calls of caca_refresh_display() * Configuration …
- 15:21 Changeset [2483] by sam
- * Fix a buffer overflow in the reattach code.
- 14:55 Changeset [2482] by pterjan
- * Fix a memory leak
Note: See TracTimeline for information about the timeline view.
