File: TODO

package info (click to toggle)
openvas-libraries 2.0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,720 kB
  • ctags: 1,334
  • sloc: ansic: 12,441; sh: 8,238; makefile: 325
file content (39 lines) | stat: -rw-r--r-- 1,390 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
2008-12-30 <Jan-Oliver.Wagner@intevation.de>

	* libopenvas/plugutils.c and libopenvas/store.c:
	These modules have functions that call functions
	of the other module and vice versa. This is a good
	hint on a broken design. The store (actually: cache)
	feature should eventually be designed in a better way.
	
2008-03-27 <Jan-Oliver.Wagner@intevation.de>

	* Makefile: Fix dependencies to new header files.

2008-03-26 <Jan-Oliver.Wagner@intevation.de>

	* include/includes.h: This file is not being used
	for libopenvas anymore nor installed. (It is still
	used for libopenvas_hg).
	However, this change might cause compile failures
	or other defects on systems other than Debian Etch.
	So, the remaining file might serve for reference
	to resolve such problems.

2007-10-11 <Jan-Oliver.Wagner@intevation.de>

	* MANIFEST: The method to create a dist could be imoroved to
	use svn export. This could make MANIFEST unneeded which in
	turn means less management efford.

2007-04-26 <Jan-Oliver.Wagner@intevation.de>

	* configure.in: which autoconf minimum standard to define?
	Currently there are numerous warnings when running 2.13, e.g.
	configure.in:95: warning: AC_HAVE_LIBRARY is obsolete; instead use AC_CHECK_LIB

2007-04-12 <Jan-Oliver.Wagner@intevation.de>

	* AIX: Is this a platform that is really important
	to be supported? Special treatment for AIX occurs
	at various places.