]> jfr.im git - irc/blitzed-org/bopm.git/log
irc/blitzed-org/bopm.git
20 years agoNo more need for node_t *p BEFORE_ANDY_CLEANUP
strtok [Thu, 19 Jun 2003 23:21:26 +0000 (23:21 +0000)] 
No more need for node_t *p

20 years agoMake sure we elements-- before returning.
strtok [Thu, 19 Jun 2003 23:14:08 +0000 (23:14 +0000)] 
Make sure we elements-- before returning.

20 years agolist_remove no longer checks for the existance of the node in the list
strtok [Thu, 19 Jun 2003 23:11:01 +0000 (23:11 +0000)] 
list_remove no longer checks for the existance of the node in the list

20 years agoAdded ON/OFF and YES/NO as bool type and changed default to YES/NO in conf
strtok [Thu, 19 Jun 2003 23:07:57 +0000 (23:07 +0000)] 
Added ON/OFF and YES/NO as bool type and changed default to YES/NO in conf

20 years agoUse true/false instead of 1/0 in config files/parser
strtok [Thu, 19 Jun 2003 23:03:38 +0000 (23:03 +0000)] 
Use true/false instead of 1/0 in config files/parser

20 years agoTidy up the fascist CFLAGS and add an option for -Werror.
andy [Thu, 19 Jun 2003 16:34:43 +0000 (16:34 +0000)] 
Tidy up the fascist CFLAGS and add an option for -Werror.

20 years agoRemove scanwarn.{c,h} as nothing uses them (they were just empty functions..).
dgl [Thu, 19 Jun 2003 16:19:57 +0000 (16:19 +0000)] 
Remove scanwarn.{c,h} as nothing uses them (they were just empty functions..).

20 years agoChanged a load of (struct something *) MyMalloc casts to just MyMalloc to
dgl [Thu, 19 Jun 2003 16:12:31 +0000 (16:12 +0000)] 
Changed a load of (struct something *) MyMalloc casts to just MyMalloc to
keep Andy happy, same with sizeof..
A few little warning fixes (with ./configure --extra-fascism), mostly for firedns.

20 years agoReorganisation of the DNS code so it's a bit easier to read, and several bugs
dgl [Thu, 19 Jun 2003 15:30:46 +0000 (15:30 +0000)] 
Reorganisation of the DNS code so it's a bit easier to read, and several bugs
fixed: the lookup is aborted if it can't send the lookup and the fd limit is
also correctly dealt with.
Several API changes and a new error for fd limit reached.

20 years agofiredns_getip{4,6} are meant to return an fd..
dgl [Tue, 17 Jun 2003 19:10:27 +0000 (19:10 +0000)] 
firedns_getip{4,6} are meant to return an fd..

20 years agobad dg. free -> MyFree.
dgl [Tue, 17 Jun 2003 19:02:28 +0000 (19:02 +0000)] 
bad dg. free -> MyFree.

20 years agoAdd stuff to the list only if we don't get -1 return from the firedns setup
dgl [Tue, 17 Jun 2003 18:56:49 +0000 (18:56 +0000)] 
Add stuff to the list only if we don't get -1 return from the firedns setup

20 years agoTwo little cleanups..
dgl [Tue, 17 Jun 2003 18:34:04 +0000 (18:34 +0000)] 
Two little cleanups..

20 years agoAdd a comment about !all
dgl [Tue, 17 Jun 2003 13:31:06 +0000 (13:31 +0000)] 
Add a comment about !all

20 years agoMake !all work properly.
dgl [Tue, 17 Jun 2003 13:23:50 +0000 (13:23 +0000)] 
Make !all work properly.

20 years agoCheck all the characters of the nickname provided (not just the first
dgl [Tue, 17 Jun 2003 12:49:33 +0000 (12:49 +0000)] 
Check all the characters of the nickname provided (not just the first
3), also means that < 3 character nicknames will work..

20 years agoBetter keep it commented out.
andy [Tue, 17 Jun 2003 12:47:53 +0000 (12:47 +0000)] 
Better keep it commented out.

20 years agoNew connregex line for StarIrcd/SorIrcd.
andy [Tue, 17 Jun 2003 12:32:17 +0000 (12:32 +0000)] 
New connregex line for StarIrcd/SorIrcd.

20 years ago*** empty log message ***
andy [Thu, 12 Jun 2003 05:51:35 +0000 (05:51 +0000)] 
*** empty log message ***

20 years agoAs per patch supplied by Christopher Bongaarts:
andy [Thu, 12 Jun 2003 05:51:16 +0000 (05:51 +0000)] 
As per patch supplied by Christopher Bongaarts:

http://lists.blitzed.org/pipermail/bopm/2003-June/001282.html

Portability fixes for Sun Forte compiler:

- No C++ comments
- No inline
- Don't initialize values of an auto variable from members of a struct
  passed via pointer

NOTE: I have not added in any of the firedns parts yet - we need to think
about that some more.

20 years agoThanks, Joshua.
andy [Tue, 3 Jun 2003 16:31:33 +0000 (16:31 +0000)] 
Thanks, Joshua.

20 years agolog -> log_printf to fix namespace collision, various other fixes for
dgl [Mon, 2 Jun 2003 23:54:59 +0000 (23:54 +0000)] 
log -> log_printf to fix namespace collision, various other fixes for
compile warnings from gcc 3 (mostly signed/unsigned and prototypes).

21 years ago- Cleaned up bopm.conf.sample (it was a mess of tabs and not tabs..)
dgl [Wed, 30 Apr 2003 15:28:51 +0000 (15:28 +0000)] 
- Cleaned up bopm.conf.sample (it was a mess of tabs and not tabs..)
- Made firedns_resolveip4 accept IP as input (firedns really is getting messy)
- Added missing target_port to scanner block stuff (now documented too)
- DNSBL lookups no longer print timeout error to the channel

21 years agoLots of mostly DNS related changes
dgl [Tue, 29 Apr 2003 19:51:28 +0000 (19:51 +0000)] 
Lots of mostly DNS related changes

dnsbl.{c,h}:
- Many changes to accomdate configurable output from blacklists
- Return values from DNSBLs must now be set in the configuration file,
  they are not hardcoded
- It is possible to ignore some of the results returned from DNSBLs
- Lookup errors are now sent to channels as errors as well as to the log
- The void pointer passed to firedns is now a dnsbl_scan struct (contains
  a pointer to the blacklist and to the scan_struct).

firedns.{c,h}:
- firedns.conf is now read from the BOPM configuration dir
  (etc/firedns.conf) not the system wide /etc.
  (firedns.conf is just a list of IP addresses, one on each line)
- Fixes to make firedns.conf work in a sane way
- Better errors when problems occur reading configuration files
- firedns_resolveip4 fixed to actually work
- new error: Network error, for errors receiving from the dns server

inet.{c,h}, irc.c, scan.c, main.c:
- bopm_gethostbyname removed, code uses firedns_resolveip4 now
- DNS lookup code adjusted to use firedns

scan.c:
- %t in kline format strings - the type of proxy found on the host
  works for both DNSBL results and proxies found by BOPM

configuation:
- Added new blacklist directives (this breaks old config files).
- scanner blocks now inherit settings from _the one above them_,
  this saves multiple definitions of the same thing in different
  scanner blocks (this affects vhost, fd, target_ip, target_port,
  timeout, max_read and target_strning in scanner blocks).

21 years agoIgnore ^M in config file.
strtok [Mon, 7 Apr 2003 22:51:17 +0000 (22:51 +0000)] 
Ignore ^M in config file.

21 years agoAdd checks for size of int/long. Work out what type to use for a 32-bit
andy [Fri, 7 Mar 2003 00:43:32 +0000 (00:43 +0000)] 
Add checks for size of int/long.  Work out what type to use for a 32-bit
int.  Regenerate autotools.

21 years agoOf course, you need an extra header file for that to work..
dgl [Fri, 7 Mar 2003 00:37:05 +0000 (00:37 +0000)] 
Of course, you need an extra header file for that to work..
so changing int32_t to int.
(I blame vim's syntax hilighting for lulling me into a false sense of
security, but probably testing stuff with the exact code you commit is also
a good idea).

21 years agoFix for a weird bug exposed by running on alpha - the returned record would
dgl [Thu, 6 Mar 2003 23:59:29 +0000 (23:59 +0000)] 
Fix for a weird bug exposed by running on alpha - the returned record would
only have 2 bytes, so it appeared that the proxy had no type.

This happens because firedns assumes that long = 4 bytes,
so the temp. fix changes long -> int32_t.

Thanks to Chainsaw for trusting the BOPM developers with a shell account
on his machine ;-).

21 years agoUpdated ChangeLog
strtok [Wed, 19 Feb 2003 00:49:05 +0000 (00:49 +0000)] 
Updated ChangeLog
Commented out OP command
Version is now 3.0.3

21 years ago- Updated to use new opm.blitzed.org URL
dgl [Mon, 17 Feb 2003 14:17:45 +0000 (14:17 +0000)] 
- Updated to use new opm.blitzed.org URL
- Added port information

21 years agoFix <check> typo, add a bit about fdstat.
andy [Wed, 12 Feb 2003 17:31:52 +0000 (17:31 +0000)] 
Fix <check> typo, add a bit about fdstat.

21 years agoNote about it not adding klines on manual scan.
andy [Wed, 12 Feb 2003 16:15:40 +0000 (16:15 +0000)] 
Note about it not adding klines on manual scan.

21 years agoA couple more SOCKS4 weird ports seen in the wild.
andy [Mon, 10 Feb 2003 13:16:05 +0000 (13:16 +0000)] 
A couple more SOCKS4 weird ports seen in the wild.

21 years agoRemove goat/faldo. Regenerate autotools.
andy [Sun, 2 Feb 2003 22:59:22 +0000 (22:59 +0000)] 
Remove goat/faldo.  Regenerate autotools.

21 years agoscan_handle_error: Fixed use of NULL pointer where libopm returned back a
strtok [Sun, 2 Feb 2003 22:46:40 +0000 (22:46 +0000)] 
scan_handle_error: Fixed use of NULL pointer where libopm returned back a
file descriptor allocation error and manual_target was NULL

21 years agoMake sure that the param string is at least null terminated when there is
andy [Sun, 2 Feb 2003 00:44:06 +0000 (00:44 +0000)] 
Make sure that the param string is at least null terminated when there is
no parameter (this caused segfault on any oper command for implementations
whose strlen() can't handle null pointers, e.g. sparc-sun-solaris2.8).

21 years agoopercmd: Added requested (Alien88@efnet) op command
strtok [Sat, 1 Feb 2003 21:22:43 +0000 (21:22 +0000)] 
opercmd: Added requested (Alien88@efnet) op command

21 years agoUpdated Ultimate IRCD connregex example that actually works, thanks to
andy [Thu, 30 Jan 2003 02:04:58 +0000 (02:04 +0000)] 
Updated Ultimate IRCD connregex example that actually works, thanks to
"Baltazar" <baltazar.pinto AT mail.telepac.pt>

21 years agoupdate paths for bopm 3.0!
dgl [Wed, 29 Jan 2003 18:03:44 +0000 (18:03 +0000)] 
update paths for bopm 3.0!

21 years agoRemoved some blitzedisms to try to cut down on abuse from morons.
andy [Tue, 28 Jan 2003 03:05:45 +0000 (03:05 +0000)] 
Removed some blitzedisms to try to cut down on abuse from morons.

21 years agoMissing */! This caused confusion for a number of people who did not spot
andy [Mon, 20 Jan 2003 02:36:38 +0000 (02:36 +0000)] 
Missing */!  This caused confusion for a number of people who did not spot
it.

21 years agoApparently we need this now too. One day someone will explain autotools to
andy [Mon, 20 Jan 2003 02:30:14 +0000 (02:30 +0000)] 
Apparently we need this now too.  One day someone will explain autotools to
me.

21 years agoBetter socket libs check from Warren Young <warren@etr-usa.com>.
andy [Mon, 20 Jan 2003 02:12:42 +0000 (02:12 +0000)] 
Better socket libs check from Warren Young <redacted>.
Header reorganisation for benefit of some solaris machines..

21 years agoUse the dup() method of FD counting instead of the fcntl() method - fcntl()
andy [Sat, 18 Jan 2003 20:22:33 +0000 (20:22 +0000)] 
Use the dup() method of FD counting instead of the fcntl() method - fcntl()
only seems to count established tcp connections.

Reorganise some headers.

21 years agoA PHP/XML client for the opm.blitzed.org dnsbl for use if you wish to allow
andy [Fri, 17 Jan 2003 17:40:12 +0000 (17:40 +0000)] 
A PHP/XML client for the opm.blitzed.org dnsbl for use if you wish to allow
people to check if they are in the DNSBL without them ever going outside your
website.

Contributed by codemastr/CaliMonk/Axenet.

21 years agoFixes for FreeBSD.
andy [Fri, 17 Jan 2003 01:18:46 +0000 (01:18 +0000)] 
Fixes for FreeBSD.

21 years agoTypo.
andy [Wed, 15 Jan 2003 22:05:36 +0000 (22:05 +0000)] 
Typo.

21 years agoThe boneheadedness becomes too much. :(
andy [Wed, 15 Jan 2003 22:01:23 +0000 (22:01 +0000)] 
The boneheadedness becomes too much. :(

21 years agoCheck ret != -1 in total fd use count
strtok [Tue, 14 Jan 2003 02:43:36 +0000 (02:43 +0000)] 
Check ret != -1 in total fd use count

21 years agoMake firedns/dnsbl print nicer error messages
dgl [Mon, 13 Jan 2003 00:56:25 +0000 (00:56 +0000)] 
Make firedns/dnsbl print nicer error messages

21 years agoShow open fd limit in fdstat
strtok [Sun, 12 Jan 2003 22:53:08 +0000 (22:53 +0000)] 
Show open fd limit in fdstat

21 years agoRemove lastcreate close code from firedns
dgl [Sun, 12 Jan 2003 22:37:14 +0000 (22:37 +0000)] 
Remove lastcreate close code from firedns

21 years agoAdded code to config.c to close the config file.
strtok [Sun, 12 Jan 2003 22:22:49 +0000 (22:22 +0000)] 
Added code to config.c to close the config file.
Added start of 'fdstat' command. Right now it counts the tototal open fds the process has

21 years agosrc/snprintf.[ch]:
andy [Sat, 11 Jan 2003 06:28:45 +0000 (06:28 +0000)] 
src/snprintf.[ch]:
Added Mark Martinec's (v)snprintf replacement from
http://www.ijs.si/software/snprintf/ for sstems with missing or
broken (v)snprintf.

src/compat.c:
Replace inet_aton() with bopm_inet_aton() to prevent clashes.

src/compat.h:
Systems without inet_aton() should use bopm_inet_aton() (compat.c).

Systems without (v)snprintf should use bopm_snprintf()
(snprintf.c).

Systems without inet_pton() should use bopm_inet_pton() (inet.c).

src/dnsbl.c:
src/firedns.c:
src/log.c:
src/main.c:
src/misc.c:
src/scan.c:
Needs to include compat.h if it wants to compile on Solaris.

src/inet.c:
For now made inetntoa() static as it is used nowhere but this
file.  Later we need to either remove this and use bopm_inet_ntoa()
from compat.c, or else remove that one and rename this one.

Commented out inetntop() -- nothing seems to be using it currently?

Renamed inet_pton() to bopm_inet_pton() to avoid clashes.

21 years agoscan_positive only klines if ss->positive is true
strtok [Fri, 10 Jan 2003 19:33:36 +0000 (19:33 +0000)] 
scan_positive only klines if ss->positive is true

21 years agoChekc for working snprintf (but do nothing about it yet). This macro came
andy [Thu, 9 Jan 2003 17:30:14 +0000 (17:30 +0000)] 
Chekc for working snprintf (but do nothing about it yet).  This macro came
from http://www.gnu.org/software/ac-archive/ac_func_snprintf.html and is
copyright RĂ¼diger Kuhlmann <redacted>.

21 years agoVersion is now 3.0.2
strtok [Wed, 8 Jan 2003 03:16:36 +0000 (03:16 +0000)] 
Version is now 3.0.2
Updated ChangeLog

21 years agoFix to only ss->scans-- when we know for sure we're not using ss anymore.
strtok [Wed, 8 Jan 2003 03:08:51 +0000 (03:08 +0000)] 
Fix to only ss->scans-- when we know for sure we're not using ss anymore.

21 years agoThis helps when using gdb with bopm.
andy [Wed, 8 Jan 2003 03:08:23 +0000 (03:08 +0000)] 
This helps when using gdb with bopm.

21 years agoUpdated ChangeLog
strtok [Mon, 6 Jan 2003 21:01:03 +0000 (21:01 +0000)] 
Updated ChangeLog

21 years agoVersion should be 3.0.1 not 3.01
strtok [Mon, 6 Jan 2003 20:58:30 +0000 (20:58 +0000)] 
Version should be 3.0.1 not 3.01

21 years agoSend proxy port in dnsbl reports so BOPMs will be reporting them when
dgl [Mon, 6 Jan 2003 19:26:40 +0000 (19:26 +0000)] 
Send proxy port in dnsbl reports so BOPMs will be reporting them when
dnsbl starts to accept them.

21 years agoTypo. :)
andy [Mon, 6 Jan 2003 14:27:12 +0000 (14:27 +0000)] 
Typo. :)

21 years agoUpdated ChangeLog
strtok [Sun, 5 Jan 2003 20:05:56 +0000 (20:05 +0000)] 
Updated ChangeLog

21 years agoAdded more verbose error when firedns can't find any nameservers
strtok [Sun, 5 Jan 2003 02:37:38 +0000 (02:37 +0000)] 
Added more verbose error when firedns can't find any nameservers

21 years agoA whole lot of extra socks5 ports identified by Gael Martinez. :(
andy [Sat, 4 Jan 2003 04:30:00 +0000 (04:30 +0000)] 
A whole lot of extra socks5 ports identified by Gael Martinez. :(

21 years agoVersion is now 3.01
strtok [Sat, 4 Jan 2003 04:13:23 +0000 (04:13 +0000)] 
Version is now 3.01
Updated ChangeLog

21 years agoFixed it so it doesn't pass the address of the pointer of sc->vhost to
strtok [Fri, 3 Jan 2003 07:09:12 +0000 (07:09 +0000)] 
Fixed it so it doesn't pass the address of the pointer of sc->vhost to
the scanner config (tsk tsk dg and strtok are both bug demons)

21 years agoAdded missing BIND_IP for libopm vhost setting
dgl [Wed, 1 Jan 2003 20:01:57 +0000 (20:01 +0000)] 
Added missing BIND_IP for libopm vhost setting

21 years agoUpdate sample confs for the new exempt {} behaviour.
andy [Tue, 31 Dec 2002 10:04:02 +0000 (10:04 +0000)] 
Update sample confs for the new exempt {} behaviour.

Make the case of BOPM consistent. :)

21 years agoAdded nick!user@ip exempt checking
strtok [Tue, 31 Dec 2002 08:56:59 +0000 (08:56 +0000)] 
Added nick!user@ip exempt checking

21 years agoEr, really remove the --with-unreal stuff like I said in the last commit.
andy [Tue, 31 Dec 2002 08:22:46 +0000 (08:22 +0000)] 
Er, really remove the --with-unreal stuff like I said in the last commit.

21 years agoCorrected typo. Moved credits to CREDITS.
andy [Tue, 31 Dec 2002 08:17:40 +0000 (08:17 +0000)] 
Corrected typo.  Moved credits to CREDITS.

21 years ago--with-unreal is no longer needed (the "PROTOCTL HCN" stuff goes in the
andy [Tue, 31 Dec 2002 08:12:55 +0000 (08:12 +0000)] 
--with-unreal is no longer needed (the "PROTOCTL HCN" stuff goes in the
bopm.conf now).

libopm only supports poll() for now.

21 years agoComplain and die if we can't write the pidfile.
andy [Tue, 31 Dec 2002 08:04:49 +0000 (08:04 +0000)] 
Complain and die if we can't write the pidfile.

21 years agoAdded FAQ to README REL-3-0
strtok [Sun, 29 Dec 2002 21:38:48 +0000 (21:38 +0000)] 
Added FAQ to README

21 years agoUpdated README and TODO for release
strtok [Sun, 29 Dec 2002 21:30:29 +0000 (21:30 +0000)] 
Updated README and TODO for release

21 years agoUpdated changelog
strtok [Sun, 29 Dec 2002 21:24:30 +0000 (21:24 +0000)] 
Updated changelog

21 years agoAdded ultimate ircd sample connregex
strtok [Sun, 29 Dec 2002 21:19:47 +0000 (21:19 +0000)] 
Added ultimate ircd sample connregex

21 years agoPrevented memory leaks where ss wasn't freed if all scanners returned !OPM_SUCCESS
strtok [Sun, 29 Dec 2002 21:03:32 +0000 (21:03 +0000)] 
Prevented memory leaks where ss wasn't freed if all scanners returned !OPM_SUCCESS
and there were no dnsbl checks.

Added verbosity to failed dnsbl checks on manual scan
Added scan_checkfinished if dnsbl check was last test to finish and it failed (memory leak)

21 years agoPolished up manual check verbosity.
strtok [Sun, 29 Dec 2002 19:58:01 +0000 (19:58 +0000)] 
Polished up manual check verbosity.
Added gethostbyname for manual scan hosts

21 years agoAdded left out IRC{password} example to sample confs
strtok [Fri, 27 Dec 2002 03:17:06 +0000 (03:17 +0000)] 
Added left out IRC{password} example to sample confs

21 years agoAdded target_string example for bahamut
strtok [Tue, 24 Dec 2002 03:14:41 +0000 (03:14 +0000)] 
Added target_string example for bahamut

21 years agoFix for log() null strings during manual lookups
strtok [Tue, 24 Dec 2002 03:09:04 +0000 (03:09 +0000)] 
Fix for log() null strings during manual lookups
Fix for not showing results of dnsbl on manual scans

21 years agoUpdated bopm.conf.sample with dg's scanner/user from bopm.conf.blitzed
strtok [Mon, 23 Dec 2002 23:16:42 +0000 (23:16 +0000)] 
Updated bopm.conf.sample with dg's scanner/user from bopm.conf.blitzed

21 years agoRemoved scan_end verbosity
strtok [Mon, 23 Dec 2002 21:10:33 +0000 (21:10 +0000)] 
Removed scan_end verbosity

21 years agoLog ircd connect notice into the scanlog also. ("Why have you postscanned
andy [Mon, 23 Dec 2002 17:47:47 +0000 (17:47 +0000)] 
Log ircd connect notice into the scanlog also. ("Why have you postscanned
me!?"  "One of your users connected to our IRC network, look...");

21 years agoHow did that happen?
andy [Mon, 23 Dec 2002 17:38:35 +0000 (17:38 +0000)] 
How did that happen?

21 years agoIgnore bison-generated files.
andy [Mon, 23 Dec 2002 17:29:07 +0000 (17:29 +0000)] 
Ignore bison-generated files.

21 years agoscan_positive now uses opm_end, instead of opm_endscan. opm_end ends ALL scans, opm_e...
strtok [Mon, 23 Dec 2002 02:06:46 +0000 (02:06 +0000)] 
scan_positive now uses opm_end, instead of opm_endscan. opm_end ends ALL scans, opm_endscan only ends active
ones

21 years agoAlways log file descriptor/bind errors with libopm
strtok [Mon, 23 Dec 2002 02:02:39 +0000 (02:02 +0000)] 
Always log file descriptor/bind errors with libopm

21 years agoAdded more (commented out) HTTP protocols to bopm.conf.sample REL-3-0R2
strtok [Sun, 22 Dec 2002 23:59:05 +0000 (23:59 +0000)] 
Added more (commented out) HTTP protocols to bopm.conf.sample

21 years agoChanged RESTART code to die if OPT_DEBUG, otherwise close fd 0-limit
strtok [Sun, 22 Dec 2002 23:37:23 +0000 (23:37 +0000)] 
Changed RESTART code to die if OPT_DEBUG, otherwise close fd 0-limit

21 years agoPut rehash explanation back in README
strtok [Sun, 22 Dec 2002 23:33:01 +0000 (23:33 +0000)] 
Put rehash explanation back in README

21 years agoFixed error message in main.c (restart).
strtok [Sun, 22 Dec 2002 23:30:31 +0000 (23:30 +0000)] 
Fixed error message in main.c (restart).

21 years agoAdded main_restart function to restart bopm process.
strtok [Sun, 22 Dec 2002 23:24:57 +0000 (23:24 +0000)] 
Added main_restart function to restart bopm process.
Call main_restart on m_kill

21 years agoReconnect on disconnection fix.
strtok [Sun, 22 Dec 2002 21:08:56 +0000 (21:08 +0000)] 
Reconnect on disconnection fix.
Only try reconnecting every 30 seconds (limit CPU by sleep)

21 years agoUpdated so we don't scan as many ports for users running an identd.
dgl [Sun, 22 Dec 2002 19:57:00 +0000 (19:57 +0000)] 
Updated so we don't scan as many ports for users running an identd.

21 years agoAllow empty options{}, exempt{} and OPM {}
strtok [Sun, 22 Dec 2002 19:13:17 +0000 (19:13 +0000)] 
Allow empty options{}, exempt{} and OPM {}

21 years agoMissing semi-colon (the version of bison on FreeBSD seems to care about this)
dgl [Sun, 22 Dec 2002 14:49:14 +0000 (14:49 +0000)] 
Missing semi-colon (the version of bison on FreeBSD seems to care about this)