Commit graph

3369 commits

Author SHA1 Message Date
seb
0b958de510 Update to version 0.63. Lots of changes and new features, see below.
Note: include files installed in $PREFIX/include/flow-tools,
examples configuration files and scripts installed in
$PREFIX/share/examples/flow-tools, configuration files are expected in
$PKG_SYSCONFDIR/flow-tools.


* 12-12-2002 flow-tools-0.63 released

* ftlib: ftstat.c - More informative error message when invalid field -
  patch from wyu@ateneo.edu

* docs: flow-capture - hosts.allow requires flow-capture-client, not
  flow-capture - noted by stewart@net.ohio-state.edu

* flow-capture: TCP client port should be same as UDP netflow port - noted
  by stewart@net.ohio-state.edu

* ftlib: ftfil.c: moved primitive initialization code to
  parse_primitive_type() to avoid state loss when 'default'
  or 'mask' keyword used before a permit/deny.

* ftlib: ftfil.c: tos, marked_tos, tcp_flags mask applied to flow not
  to a copy - noted by nik.hinson@assurance-dynamics.com

* flow-export -f4 wire format - requested by mikeh@ncsa.uiuc.edu

* docs: flow-print.sgml - document column headers.

* flow-report / ftstat.c - added runtime variable binding and output
  path substitution support, ie run with -v ROUTER=NYCM and use
  output path '/report/@ROUTER/report-out'

* ftlib: ftvar.c - variable binding functions.

* ftlib: ftstat.c - summary-detail report will produce core if no flows
  are processed - noted by rjd@merit.edu

* docs: not all targets included in distribution - noted by
  Jeje <jeje@jeje.org>

* ftlib: ftio.c byte order of output not always in synch with flags -
  noted by mikeh@ncsa.uiuc.edu

* docs: flow-filter port correction - mhunter@ack.Berkeley.EDU

* ftlib: ftstat.c names option works with IP addresses -- DNS lookups.
  req by nik.hinson@assurance-dynamics.com

* ftlib: ftstat.c: min_pps,max_pps,min_bps,max_bps calculations,
  reduce memory and CPU footprint if *ps calculations are not selected.
  req by nik.hinson@assurance-dynamics.com

* ftlib: ftstat.c: linear-interpolated-flows-octets-packets,first,last,
  duration,ip-source-address/source-tag,ip-source-address/destination-tag,
  ip-destination-address/source-tag,ip-destination-address/destination-tag,
  ip-source/destination-address/source/destination-tag,
  ip-source/destination-address/ip-protocol/ip-tos reports.
  req by nik.hinson@assurance-dynamics.com

* ftlib: ftstat.c: new fields, index,first,last
  req by nik.hinson@assurance-dynamics.com

* ftlib: ftstat.c: integrated mask eval
  req by nik.hinson@assurance-dynamics.com

* flow-mask: new - replace mask length based on prefix.
  req by nik.hinson@assurance-dynamics.com

* ftlib: fttag.c: tag on tcp-src-port, tcp-dst-port, tcp-port, udp-src-port,
  udp-dst-port, udp-port, tos.
  req by nik.hinson@assurance-dynamics.com

* ftlib: fttag.c: rework to use jump tables to support more match types
  w/o performance impact.

* flow-stat: -f32 did not have symbol lookups enabled, noted by
  Michael Redinger <Michael.Redinger@uibk.ac.at

* docs: flow-tag man page example does not work - noted by
  Michael.Redinger@uibk.ac.at

* flow-fanout: -V does not work, noted by gritzko@dcn.ru

* 10-15-2002 flow-tools-0.62 released

* ftlib: ftstat.c: fcount displayed (flows counted in pps and bbs calcs)

* build: localstatedir no longer hardcoded to /var/ft.  man and html pages
  have localstatedir substitution.

* ftlib: ftstat.c: multiple output per report, output to a pipe,
  source/destination address format, source/destination address count
  report.

* flow-import: -m allows ascii input.  #:<fields> in ascii output
  automatically parsed as -m option.

* flow-export: fix -m, -m now allows ascii input, ie -m unix_secs,dpkts,doctets

* ftlib: ftstat.c masked tag not restored if filter evaluated to DENY.

* ftlib: ftstat.c bucket record count in header not correct.

* ftlib: ftstat.c ip-address and ip-port to pick up flow-stat -f7 and -f11
  style reports.  noted by acidic@apricot.fruit.org

* flow-cat / flow-receive: Pay closer attention to FT_FIELD_CAP_START and
  FT_FIELD_CAP_END so a bogus capture period is not displayed on
  output from flow-receive > file.  noted by  ylee@net2phone.com

* flow-print: Missing leading 0's on msec formats, noted by
  ertoz@cs.umn.edu

* ftlib: ftfil.c: use consistent naming with flow-report

* flow-fanout, flow-receive, flow-capture: handle interrupted recvmsg()
  syscall which happens on some linux MP configurations.

* ftlib: ftfil.c - pps/bps not handled correctly - patch from jon@pdx.edu

* flow-print - format 24 from Christian.Bauer@NEFonline.de

* flow-import - Cisco NFC format from torppa@polykoira.megabaud.fi

* flow-capture - more informative err message on bind() failure - noted by
  stewart@net.ohio-state.edu

* docs: flow-capture.sgml - no -o option - noted by stewart@net.ohio-state.edu

* flow-search - remove hard coded path, noted by stewart@net.ohio-state.edu

* ftlib: ftdecode.c - ftpdu_verify() can segv on invalid packets < 4 bytes
  noted by Eric Stewart stewart@net.ohio-state.edu

* ftlib: ftfil.c - PERMIT/DENY reversed for many when default PERMIT --
  noted by Gerhard.Haindl@t-systems.at

* ftlib: ftstat.c - tag mask before filter - noted by wyu@ateneo.edu

* 8-27-2002 flow-tools-0.61 released

* ftlib: strtoull.c - missing ULLONG_MAX - noted by papaleonardos.3@osu.edu

* build: --with-mysql allows path, ie --with-mysql=/usr/local

* ftlib: ftstat.c - don't require FT_XFIELD_SRC_MASK / FT_XFIELD_DST_MASK -
  dynamically add the requirement when FT_STAT_OPT_PREFIX_* is set -
  noted by mw@uk.yahoo-inc.com

* ftlib: ftio.c - more informative warning when trying to process non
  flow-tools files.

* ftlib: ftfile.c - more informative warning when ignoring files.

* ftlib: fttag.c - parser requires 'type' for a match and 'term' in a
  definition.

* ftlib: ftdecode.c - allow padded Cat 6K packets.

* flow-receive, flow-capture: no longer need ftio_set_xip() - noted by
  mw@uk.yahoo-inc.com

* flow-tag, ftstat: allow retagging - noted by clay@opus.bloomcounty.org

* flow-cat: cleanup error message

* flow-export: len = 0, mysql typo

* ftlib: ftstat.c missed a few , - noted by nik.hinson@assurance-dynamics.com

* 8-15-2002 flow-tools-0.60 released

* flow-capture,flow-receive,flow-fanout: add filter option.

* flow-export: MySQL support based on patch from wyu@ateneo.edu

* ftlib: ftfil.c pps and bps filter.

* build: scripts in bin directory get installed

* build/ftlib: added BSD strtoull.c for DEC portability - noted by
  shane.dawalt@wright.edu

* flow-report: future replacement for flow-stat

* ftlib: added ftstat.c - stats and report library

* ftlib:  FT_RECGET_* macros

* docs: updated documentation.

* configs: updated asn.txt and asn symbol file

* ftlib: fmt.c - fmt_ipv4prefix() was not processing 0/0 correctly.

* ftlib: ftfil.c - fix memory leak with ftd->name and ftfil->name

* ftlib: ftfil.c - delay primitive resolution until file is parsed
  -- a filter-definition can precede a filter-primitive

* ftlib: ftfil.c - time only primitive implemented.  Req by wyu@ateneo.edu
2003-02-16 23:50:18 +00:00
grant
b1f932c237 add udptunnel. 2003-02-16 17:22:39 +00:00
grant
a8f1bba36a Initial import of udptunnel-1.1 into The NetBSD packages collection.
UDPTunnel is a small program which can tunnel UDP packets bi-directionally
over a TCP connection.  Its primary purpose (and original motivation) is to
allow multi-media conferences to traverse a firewall which allows only
outgoing TCP connections.
2003-02-16 17:21:57 +00:00
salo
e20e1bf5ea Updated to version 1.3.2.
Patch from Adrian Portelli via PR pkg/20360.

Changes:

1.3.2:
======
- Fix portability issues with tcpprep cache files
- Fix 'make test' on big-endian systems

1.3.1:
======
- Fix packaging error with libredblack
- Fix configure/makefile so libredblack get's configured with tcpreplay
        which should prevent the packaging error from happening again
- Fix possible libnet 1.0.x version detection bug

1.3.0:
======
- Re-release 1.3.beta6 as 1.3.0

1.3.beta6:
==========
- Improve cross platform compatibility of test subsystem
- Fix bug in Makefile which caused possible failures of clean/distclean
- Fix bug with CCFLAGS when using --with-debug
- Fix bug with -x/-X which would drop/send all packets in certain
  conditions
- Update libredblack to 1.2 (latest)
- Add support for OSX
- Add --with-testnic and --with-testnic2 to allow end user to specify
  specific network cards to be used for 'make test'
- Fixes SIGBUS errors on SPARC

1.3-beta5:
==========
- Add testing subsystem
- Fix segfault when we don't send a packet
- Improve debug output support in dbg()

1.3-beta4:
==========
- Updated tcpprep man page with -x and -X options
- Now supports (again) the include/exclude options in the config file
- Fixed -x|-X sanity check in tcpprep/tcpreplay

1.3-beta3:
==========
- Fix compile of list.c under FreeBSD 4.7 and others
- Add -x|-X to tcpprep
- Modify cache file format to be 2 bits/packet to allow caching of
  -x|-X args (dropping packets)
- Modularize some more code

1.3-beta2:
==========
- Fix ./configure bug w/ INET_ATON and INET_ADDR
- Add support for filtering packets to send based on
  IP address or packet number (-x & -X)
- Move a lot of code from tcpreplay.c to do_packets.c
- Update tcpreplay man page

1.3-beta1:
==========
- Add support for randomizing IP addresses (-s)
- Update tcpreplay man page
- Fix problem with checksums after untruncate
2003-02-15 23:54:45 +00:00
salo
4c52feffc8 Add and enable ap-utils (hi jschauma!). 2003-02-15 23:39:27 +00:00
jschauma
bf2099536c Initial import of net/ap-utils based on package provided by wojtek@tensor.3miasto.net
in PR pkg/18810.  I updated the package to the latest release (1.3.1).
Seems to work ok, but I don't have a WAP supported by the tools, so in-depth
testing will need to be done by somebody else.

DESCR:
Wireless LAN access point utilities for UNIX to configure
and monitor Wireless Access Points using the SNMP protocol.
Utilities probably work with all Access Points based on
Atmel chipset and may also configure APs with
IEEE 802.11 MIB and NWN DOT11EXT MIB support, such as
Compex WP11.
2003-02-15 20:08:13 +00:00
fredb
cb8a942c41 Update netatalk to 1.6.0. Significant changes since 1.5.5, from "NEWS":
Changes in 1.6.0
================

* FIX: pap looks at the STDOUT file descriptor to see if it's connected to
       a tty, instead of STDIN.

Changes in 1.6pre2
==================

* UPD: Removed --with-catsearch option from configure and enable FPCatSearch
       by default.
* UPD: The dbpath argument does now support variable substitution.
* FIX: Build fix for non-GNU-C compilers in libatalk/util/logger.c.
* FIX: Two directories with the same name but different case confused the
       Mac Finder.
* FIX: The ROOT_PARENT directory could get invalidated.

Changes in 1.6pre1
====================

* NEW: Long file name mangling support.
* NEW: Improved log file support.
* NEW: Server-side find capability ("FPCatSearch")
* NEW: Concurrent datastore (CDB) is now the default CNID datastore.  This
       should be heavily tested in a multiuser environment.
* NEW: Variable substitution support has been added for the dbpath AppleVolume
       option.
* UPD: CNID DID handling is now enabled by default.
* FIX: Various bug and build fixes as well as code cleanups.

*******************************************************************************
Changes to the package:

- Now use buildlink2.
- Drop --with-flock for now, as it's currently broken.
- Add (heretofore) missing dependendency on "devel/rx".
- Add --with-did=last, to avoid having to create a dependendency on db3.
   --with-did=last was the default with netatalk 1.5.5.
2003-02-15 20:01:06 +00:00
salo
6606d7a97e Updated to version 3.2.1.
Addresses PR pkg/20340 by Tracy Di Marco White.

Changes:

- fix CONF_FILES usage (don't install jwhois.conf twice(!))
- cleanups

3.2.1:
======
- Updated jwhois.conf
2003-02-15 05:18:09 +00:00
salo
a076b470af Update to version 0.9.7.
Addresses PR pkg/20169 by Quentin Garnier.

Changes:

- follow PKG_SYSCONFDIR
- use CONF_FILES correctly
- simplify Makefile and clean it up a bit

0.9.7
=====
- Add support for Darwin (MacOS X) (thanks to Tim Buchheim)
- Add new feature : 'retry_delay' option to retry tunnel request
  to server every n seconds (thanks to Peter Todd of Linux Journal
  who suggested this feature)
- Correct WindowsNT-2K-XP bugs of directory separator and environment
  variables setting (thanks to Christian Meyer)
- Correct digest-md5 bug (thanks to Love from ngtrans)
- Correct linux.sh template to add default route to 2000::/3 (thanks
  to Peter Schneider-Kamp)
- Correct openbsd.sh template bugs in radvd config file generation
  (thanks to Stephen Harrell)
- Correct netbsd.sh template bug of radvdconfigfile variable name
  (thanks to Brad Forschinger)
- Modify code to be tsp-draft compliant
- Update man pages and documentation
2003-02-15 02:02:12 +00:00
grant
528201784d Add trailing / to keymaps path.
Noted by Adrian Portelli in PR pkg/20336.
2003-02-14 00:58:06 +00:00
grant
927c14c576 update to rdesktop 1.2.
Changes since 1.1 unknown, author does not maintain a changelog.

closes PR pkg/20334 from Juan RP (though I already had this
update in my tree).
2003-02-13 23:25:05 +00:00
dmcmahill
3b04905aab correct some types to make this compile on alpha. Passes 3/4 tests so this
is only a partial improvement.
2003-02-13 00:29:52 +00:00
grant
57f5e257c5 use buildlink2 and gmake, allows this to build correctly on darwin
and probably others.
2003-02-10 02:27:10 +00:00
dmcmahill
add60685a7 reduce optimization on two problem files on alpha to avoid compiler bugs. 2003-02-09 23:15:54 +00:00
dmcmahill
869fc30522 reduce optimization on alpha to avoid a compiler bug 2003-02-09 16:33:57 +00:00
dmcmahill
f54d4cbebf include bsd.prefs.mk so that the pre-build test for kernel sources
actually works right when SYSDIR is set to something other than
/sys
2003-02-08 17:13:19 +00:00
dmcmahill
bfed9a7187 turn off optimization on alpha to work around a compiler bug 2003-02-08 16:26:55 +00:00
tron
a52f36ab05 Next try to bump the version number. 2003-02-06 15:31:48 +00:00
tron
301dfd42c4 Fix build problem on systems where "openssl" is not in the base system. 2003-02-06 14:34:57 +00:00
tron
93a331ba87 Fix typo in last commit. 2003-02-06 14:25:38 +00:00
tron
909bde05cd Convert this package buildlink2 and add missing dependence on "openssl"
package. Bump package revision to reflect changes.
2003-02-06 14:24:58 +00:00
seb
266d8bff24 Fix build for NetBSD < 1.6.
Bump PKGREVISION
2003-02-06 14:22:16 +00:00
jlam
f45c017923 gnome[12]-dirs shouldn't have buildlink2.mk files as they don't have
either shared libraries or header files.  Remove references to these
buildlink2.mk files from package Makefiles.
2003-02-05 05:06:32 +00:00
salo
e2e5763fcb Update to version 2.6.4.
Based on patches from Juan RP and Toru TAKAMIZU via PR pkg/19419.

Changes:

Version 2.6.4 - 2002-12-26
==========================
* new settings net:socket-bind-ipv4 and net:socket-bind-ipv6 to bind
  sockets to a specific address (useful to select a specific network
  interface to use).
* now reget does not start transfer if not needed.
* ssl:verify-certificate set to no by default.
* fixed ~ handling in find and mirror.

Version 2.6.3 - 2002-11-04
==========================
* fixed wrong eta calculation.
* fixed cls when redirected output file was not writable.
* fixed uploading of zero sized files over fish protocol.
* fixed timezone manipulation on linux.
* fixed a compilation problem on hp/ux.

Version 2.6.2 - 2002-09-10
==========================
* readline history is now stored in a file.
* handle full-disk condition as fatal if the file is removed.
* recursive deletion (rm -r) fixed. It used DELE instead of RMD.
* fixed a rare core dump, usually happening on completion.
* fixed compilation with modules.

Version 2.6.1 - 2002-08-10
==========================
* fixed core dump when handling Content-Disposition.
* fixed core dump when specifying zero queue position.
* fixed ETA rounding - it was possible to see 1h60m.
* a number of compile problems fixed.

Version 2.6.0 - 2002-08-02
==========================
* separated rate limitations for download and upload (set
  limit-rate 200:100).
* added SSL certificate support and several SSL related settings.
* connection slot support. Now you can switch sessions with
  Meta-[123...] or with command `slot <name>'. You can also use
  slot:<name> as a pseudo-URL.
* per-slot queues. Now you can have several queues for the same
  site using different slots.
* queue can be stopped now. Use `queue' with no args to create
  a stopped queue, `queue start' to run it, `queue stop' to stop
  it. When you exit lftp, the queue will start automatically.
* mirror now appends source base name to target if target ends
  with a slash.
* improved hftp:proxy setting. Now it defaults to http:proxy and
  is not needed if ftp:proxy is set to `http://...'.
* fixed mirror in case of server without MDTM command.
* mirror could start multiple transfers if it could not cd to
  a direcory, even without --parallel.
* fixed fd leak in `(commands)' structure.
* fixed memory leak in '(commands)'.

Version 2.5.4 - 2002-06-05
==========================
* fixed double free problem introduced in version 2.5.3.
* compilation fixes.

Version 2.5.3 - 2002-06-02
==========================
* security fix: long error message from ftp server could cause
  buffer overflow.
* fixed ftp:fix-pasv-address. Now the address should be fixed
  properly.
* handle HTTP `100 Continue' in any open mode.
* status line fixed: don't write a space to last screen column.
* security fix: check that addresses have proper length.
* migrated to gettext-0.11.2 and automake-1.6.1.
2003-01-31 17:01:57 +00:00
abs
9d8fde3f43 Quote CC in MAKE_ENV 2003-01-31 12:16:47 +00:00
wiz
3baafc4284 Add iperf and libdnet. 2003-01-30 12:05:58 +00:00
drochner
83d560177b update to 0.6.9
changes:
+ GTK+ 2.0 interface (experimental) (--enable-devel)
+ Windows Plugins porting
+ Updated the passive OS fingerprint database (1093 records)
+ Dissector Proxy 8080
+ NTLM auth
+ Enhanced poisoning method (solaris issue)
+ NEW PLUGIN: troll, PPTP suite
+ text and ebcdic view from command line
+ lc-convert utility (share dir)
-fixes
2003-01-30 10:46:56 +00:00
jmmv
7dbfe47bd3 Depend on gnome1-dirs to handle shared directories. Bump PKGREVISION. 2003-01-29 12:22:14 +00:00
jlam
d7f69e47ce Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES".  This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile.  Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
2003-01-28 22:03:00 +00:00
wiz
a369b31fe2 Update to 0.84.1.
Changes:
- Malformed $MyINFO string is handled more gracefully. DCTC will try to decode
  it to extract valid user information.
- Fix compatibility problem with glib2 (g_strsplit works a bit differently).
- Always reply to transfer request even if no slot is available. This avoid to
  be kicked by hub script (Thanks to Tobias).
- the lack of MSG_NOSIGNAL is automatically handled.
- add manual page for dctc_cmd
- Fix some functions to work fine on SPARC platforms (tested on AURORA 1.0)
  (Thanks to Yves BLUSSEAU).
- SIGCHLD is now ignored to prevent zombi creation (at end of script for
  example).
- fix a bug in GDL renaming function. If the "move into done/ directory" was
  set, the done/ directory does not exist and a new filename like "./filename"
  is used, the downloaded file is not move into the done/ directory and keeps
  its old name.
- new command added: /KICK. This command allows user kicking.
2003-01-28 13:41:16 +00:00
wiz
9916b74ce8 Add a MASTER_SITE. 2003-01-28 13:31:18 +00:00
seb
66bc1fa64f Initial import of iperf, version 1.6.5, into the NetBSD Packages Collection.
Iperf is a tool for measuring TCP and UDP bandwidth performance.
It reports bandwidth, delay jitter, datagram loss. It also supports
IPv6 and IP Multicast.
2003-01-27 13:13:55 +00:00
seb
f262a0883f Initial import of libdnet, version 1.5, into the NetBSD Packages Collection.
Provided in PR pkg/20058 by V. Hari <bit5hift at ethernet dot tk>, slightly
edited by me.

libdnet provides a simplified, portable interface to several low-level
networking routines, including

    * network address manipulation
    * kernel arp(4) cache and route(4) table lookup and manipulation
    * network firewalling (IP filter, ipfw, ipchains, pf, ...)
    * network interface lookup and manipulation
    * raw IP packet and Ethernet frame transmission
2003-01-26 21:48:00 +00:00
grant
4015ac7cae Update ethereal to 0.9.9.
Too many changes since 0.9.8 to list, see the ChangeLog.

From Adrian Portelli in PR pkg/20059.
2003-01-26 06:56:22 +00:00
wiz
0fd75d0851 Note in USE_NCURSES variable which functions actually are missing for this
to build with native curses.
2003-01-24 13:36:17 +00:00
mrg
124ba93817 include the "mccp" compression patch from
http://discworld.imaginary.com/external/taffyd/tf-40s1-mccp-patch.gz

set PKGREVISION=1
2003-01-24 13:01:46 +00:00
jlam
1bd1ae0236 Bump PKGREVISION of net/ntop2 to 1 in the aftermath of gdchart changing its
inter-library dependencies.
2003-01-24 12:47:46 +00:00
skrll
1d82f99581 Fixes for the patches I removed and noted by the weekly check. 2003-01-24 07:54:58 +00:00
simonb
55805f453a Set the CONFIG variable to the config filename; stops an annoying
"usage: basename string [suffix]" error whenever this script is called.
2003-01-23 01:35:51 +00:00
jmmv
210739879c Update to 2.6.0. Changes since 2.5.0 include multiple bugfixes.
This is no longer a development version.
2003-01-22 09:25:44 +00:00
jmmv
1363500070 Update to 0.8.0. Changes since 0.7.4 include some minor bugfixes. 2003-01-22 08:58:38 +00:00
jmmv
242c56e722 Update to 1.0.1. Changes since 0.7.0 include multiple bugfixes.
The 1.0.x branch will be used by GNOME 2.2.
2003-01-22 08:29:21 +00:00
skrll
55966f3f84 The result of my recent KDE fiddlings
- Build all packages with a --disable-static libtool. This is how the
  packages should be built and means that we don't get a load of useless
  static libraries.

- Use x11/kde3/files/foo_main.cpp instead of creating N copies with
  patches.

- Some other PLIST fixes

- Fix PR 19848. kspell doesn't find dictionaries.
2003-01-20 10:03:40 +00:00
wiz
5370b9765e Replace wrap_writev with a simpler solution (old one had some problems).
Fixes endless loop problems. Report and suggestion by Greg Troxel
gdt at ir bbn com in private mail; some comments by Alistair Crooks;
patch reviewed and okayed by Jaromir Dolecek.
Bump PKGREVISION to 3.
2003-01-19 13:48:18 +00:00
salo
480a55521d s/INSTALL_*/BSD_INSTALL_*/ in patch-aa, remove unnecessary MAKE_ENV.
Add HOMEPAGE.
2003-01-19 07:29:41 +00:00
wiz
f8b51be4cc Set WRKSRC to the correct value. Closes PR 19902. 2003-01-18 12:10:30 +00:00
wiz
b418b65f27 Now that AUTOMAKE_OVERRIDE works again, just depend on gmake and be done
with it.
2003-01-17 14:21:01 +00:00
jmmv
d75e07f354 Touch several files before manually modifying config.h, so that the Makefile
does not try to rebuild config.h at build time. Should fix build problems
shown in Hubert's last bulk build.
2003-01-17 12:34:05 +00:00
grant
0cca5ed9e3 patch-aa was removed in the most recent update. 2003-01-16 11:11:52 +00:00
grant
c132448736 use automatic rc script handling. 2003-01-16 09:27:59 +00:00