Timeline
Dec 2, 2011:
- 11:19 PM Ticket #279 (Flip between null checksum and correct checksum with --enable-suidcheck) closed by
- fixed: Believed to be fixed with changeset [381].
- 11:18 PM Changeset [381] by
- Fix for ticket #279 (checksum flip with --enable-suidcheck).
- 11:17 PM Ticket #280 (Memory leak in inotify related code) created by
- As reported by C. Westlake, the code leaks memory.
- 11:11 PM Ticket #279 (Flip between null checksum and correct checksum with --enable-suidcheck) created by
- If the suidcheck is used, the checksum may flip between the null …
- 12:04 AM Ticket #278 (With --disable-ipv6, port check always checks all interfaces) closed by
- fixed: Believed to be fixed with changeset [380].
- 12:02 AM Changeset [380] by
- Fix for ticket #278 (With --disable-ipv6, port check always checks all …
Dec 1, 2011:
- 11:59 PM Ticket #278 (With --disable-ipv6, port check always checks all interfaces) created by
- There is a bug in the port check code that causes it to check all …
Nov 28, 2011:
- 9:57 PM Ticket #277 (SIGPIPE in pmap_getmaps()) closed by
- fixed: Believed to be fixed by changeset [379].
- 9:56 PM Changeset [379] by
- Fix for ticket #277 (sigpipe).
- 9:55 PM Ticket #277 (SIGPIPE in pmap_getmaps()) created by
- As reported by S. Chittenden, the pmap_getmaps() function may rise …
- 9:15 PM Ticket #274 (Compile errors) closed by
- fixed: Believed to be fixed with changeset [378].
- 9:14 PM Ticket #273 (Deadlock in sh_hash.c, check_files()) closed by
- fixed: Believed to be fixed with changeset [378].
- 9:11 PM Ticket #275 (Bail out early on compile error) closed by
- fixed: Committed with changeset [378].
- 9:10 PM Ticket #276 (Update old versions of config.sub, config.guess) closed by
- fixed: Committed with changeset [378].
- 9:09 PM Changeset [378] by
- Fix for tickets #273 (deadlock), #274 (compile errors), #275 …
- 9:08 PM Ticket #276 (Update old versions of config.sub, config.guess) created by
- The current versions are pretty old (2002), should be replaced by more …
- 9:05 PM Ticket #275 (Bail out early on compile error) created by
- Change Makefile such that make will bail out at the compile stage, …
- 9:00 PM Ticket #274 (Compile errors) created by
- As reported by S. Mirolo, there's a wrong function call in conditional …
- 8:57 PM Ticket #273 (Deadlock in sh_hash.c, check_files()) created by
- As reported by S. Mirolo, there is a deadlock condition because of …
Nov 5, 2011:
- 11:59 PM Ticket #272 (Compile errors on RHEL5, gcc 4.1.2) closed by
- fixed: Believed to be fixed by changeset [377].
- 11:57 PM Changeset [377] by
- Fix for ticket #272 (Compile errors on RHEL5, gcc 4.1.2).
- 11:55 PM Ticket #272 (Compile errors on RHEL5, gcc 4.1.2) created by
- Reported by Thomas: 1) Several statements of 'error: label at end of …
Nov 1, 2011:
- 11:59 PM Ticket #265 (Add inotify support) closed by
- fixed
- 11:58 PM Milestone 3.0.0 completed
- 11:11 PM Changeset [376] by
- Fix some repetitive error messages.
- 10:26 PM Changeset [375] by
- Documentation update.
- 9:53 PM Changeset [374] by
- Patch for ticket #255 (intruder on server). Also disable setting …
- 9:29 PM Changeset [373] by
- Patch for ticket #265 (inotify). Handling of added subdirectories and …
- 12:33 AM Changeset [372] by
- One more patch for ticket #265 (inotify). Handle dirs that are only …
Oct 31, 2011:
- 9:42 PM Changeset [371] by
- Patch for ticket #265 (inotify support).
Oct 30, 2011:
- 1:19 PM Ticket #271 (Suid check may clash with prelink) closed by
- fixed: Believed to be fixed in changeset [370].
- 1:18 PM Changeset [370] by
- Fix for ticket #271 (conflict between prelink and suid check).
- 1:16 PM Ticket #271 (Suid check may clash with prelink) created by
- The SUID check ignores the check mask, and therefore will compute a …
- 12:42 PM Changeset [369] by
- Fix bug in sh_inotify_read().
- 9:23 AM Changeset [368] by
- Add missing files for ticket #265
- 9:18 AM Changeset [367] by
- Modifications for ticket #265 (inotify support). Needs testing.
- 9:05 AM Ticket #269 (Issue with redefinition of policies) closed by
- fixed: Believed to be fixed by changeset [365].
- 9:04 AM Ticket #270 (Unit tests for numeric key for AVL tree) closed by
- fixed: Committed as changeset [366].
- 9:03 AM Changeset [366] by
- Fix for ticket #270 (Unit tests for numeric key for AVL tree).
- 8:59 AM Ticket #270 (Unit tests for numeric key for AVL tree) created by
- Add tests to verify the tree implementation for numeric keys.
- 8:54 AM Changeset [365] by
- Fix for ticket #269 (Issue with redefinition of policies).
- 8:52 AM Ticket #269 (Issue with redefinition of policies) created by
- The check_mask variable isn't used everywhere it should be used, so …
Oct 21, 2011:
- 10:30 PM Changeset [364] by
- Change inotify watch list to a tree with unlimited members, lookup by …
- 1:08 AM Changeset [363] by
- Change zAVL implementation to allow integer keys.
Oct 19, 2011:
- 12:17 AM Ticket #267 (Multiple compiler warnings with gcc 4.6.1) closed by
- fixed: Believed to be fixed in changeset [362].
- 12:16 AM Changeset [362] by
- Fix for ticket #267 (Multiple compiler warnings with gcc 4.6.1).
- 12:15 AM Ticket #268 (Insufficient server-side debugging information for IPv6) closed by
- fixed: Additional debug output, committed as changeset [361].
- 12:14 AM Changeset [361] by
- Fix for ticket #268 (Insufficient server-side debugging information …
Oct 18, 2011:
- 11:58 PM Ticket #268 (Insufficient server-side debugging information for IPv6) created by
- There is not enough debugging information available on the server side …
- 11:56 PM Ticket #267 (Multiple compiler warnings with gcc 4.6.1) created by
- There are warnings about variables that are set but never used.
- 11:53 PM Ticket #266 (kern_head does not work on 3.x kernels) closed by
- fixed: Believed to be fixed by changeset [360].
- 11:51 PM Changeset [360] by
- Fix for ticket #266 (kern_head does not work on 3.x kernels).
- 11:50 PM Ticket #266 (kern_head does not work on 3.x kernels) created by
- As reported by Kai, the kern_head executable does not work on 3.x …
Note:
See TracTimeline
for information about the timeline view.