ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.1.x/src/dnsbl.c
Revision 9329 - (view) (annotate) - [select for diffs]
Modified Sun Mar 29 13:16:11 2020 UTC (4 years ago) by michael
File length: 9394 byte(s)
Diff to previous 9103
- Stylistic changes

Revision 9103 - (view) (annotate) - [select for diffs]
Modified Wed Jan 1 10:03:12 2020 UTC (4 years, 2 months ago) by michael
File length: 9396 byte(s)
Diff to previous 8749
- Bump copyright years everywhere

Revision 8749 - (view) (annotate) - [select for diffs]
Modified Tue Jan 1 11:06:27 2019 UTC (5 years, 2 months ago) by michael
File length: 9396 byte(s)
Diff to previous 8580
- Update copyright years

Revision 8580 - (view) (annotate) - [select for diffs]
Modified Sun Oct 14 15:15:05 2018 UTC (5 years, 5 months ago) by michael
File length: 9396 byte(s)
Diff to previous 8562
- Allocate most list_t and node_t items from within their corresponding structure to save extra calloc/free calls

Revision 8562 - (view) (annotate) - [select for diffs]
Modified Sun Sep 23 11:39:20 2018 UTC (5 years, 6 months ago) by michael
File length: 9409 byte(s)
Diff to previous 8240
- Update copyright years

Revision 8240 - (view) (annotate) - [select for diffs]
Modified Mon Apr 17 19:52:36 2017 UTC (6 years, 11 months ago) by michael
File length: 9409 byte(s)
Diff to previous 8232
- dnsbl.c:dnsbl_report(): reduce buffer sizes by 2048 and 256, repectively.

Revision 8232 - (view) (annotate) - [select for diffs]
Modified Mon Apr 17 14:46:19 2017 UTC (6 years, 11 months ago) by michael
File length: 9409 byte(s)
Diff to previous 8194
- dnsbl.c:dnsbl_positive(): use EmptyString

Revision 8194 - (view) (annotate) - [select for diffs]
Modified Fri Apr 14 12:39:04 2017 UTC (6 years, 11 months ago) by michael
File length: 9399 byte(s)
Diff to previous 8183
- Just pass a char pointer to the opercommand handlers instead of a struct ChannelConf pointer

Revision 8183 - (view) (annotate) - [select for diffs]
Modified Thu Apr 13 20:00:17 2017 UTC (6 years, 11 months ago) by michael
File length: 9411 byte(s)
Diff to previous 8143
- Sort out unused header includes

Revision 8143 - (view) (annotate) - [select for diffs]
Modified Tue Apr 4 17:15:43 2017 UTC (6 years, 11 months ago) by michael
File length: 9448 byte(s)
Diff to previous 8121
- dnsbl.c:dnsbl_report(): x-mailer is HOPM now

Revision 8121 - (view) (annotate) - [select for diffs]
Modified Mon Apr 3 16:35:25 2017 UTC (6 years, 11 months ago) by michael
File length: 9499 byte(s)
Diff to previous 8118
- dnsbl.c, scan.c: stylistic changes

Revision 8118 - (view) (annotate) - [select for diffs]
Modified Sun Apr 2 20:27:49 2017 UTC (6 years, 11 months ago) by michael
File length: 9497 byte(s)
Diff to previous 8116
- dnsbl.c: improve logging

Revision 8116 - (view) (annotate) - [select for diffs]
Modified Sun Apr 2 18:22:26 2017 UTC (6 years, 11 months ago) by michael
File length: 9572 byte(s)
Diff to previous 8105
- dnsbl.c:dnsbl_add(): add missing 'else'

Revision 8105 - (view) (annotate) - [select for diffs]
Modified Sun Apr 2 10:26:57 2017 UTC (6 years, 11 months ago) by michael
File length: 9547 byte(s)
Diff to previous 8099
- dnsbl.c:dnsbl_add(): stylistic changes

Revision 8099 - (view) (annotate) - [select for diffs]
Modified Sun Apr 2 10:12:17 2017 UTC (6 years, 11 months ago) by michael
File length: 9561 byte(s)
Diff to previous 7926
- Added IPv6 blacklist support. Initial patch by Andreas Rammhold.

Revision 7926 - (view) (annotate) - [select for diffs]
Modified Sat Dec 31 13:59:33 2016 UTC (7 years, 2 months ago) by michael
File length: 7853 byte(s)
Diff to previous 7004
- Update copyright years

Revision 7004 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 00:06:28 2016 UTC (8 years, 2 months ago) by michael
File length: 7853 byte(s)
Diff to previous 6233
- Update copyright years

Revision 6233 - (view) (annotate) - [select for diffs]
Modified Wed Jul 8 12:57:57 2015 UTC (8 years, 8 months ago) by michael
File length: 7853 byte(s)
Diff to previous 6228
- dnsbl.c:dnsbl_positive(): fixed weird logic that could result in 'text_type' being appended
  with two commas which later would defeat the purpose of *(strrchr(text_type, ',')) = '\0'

Revision 6228 - (view) (annotate) - [select for diffs]
Modified Thu Jul 2 13:10:18 2015 UTC (8 years, 8 months ago) by michael
File length: 8000 byte(s)
Diff to previous 5695
- Create 1.1.x branch

Revision 5695 - (view) (annotate) - [select for diffs]
Modified Sun Mar 15 13:04:24 2015 UTC (9 years ago) by michael
Original Path: hopm/trunk/src/dnsbl.c
File length: 8000 byte(s)
Diff to previous 5426
- Style corrections

Revision 5426 - (view) (annotate) - [select for diffs]
Modified Wed Jan 28 13:49:38 2015 UTC (9 years, 2 months ago) by michael
Original Path: hopm/trunk/src/dnsbl.c
File length: 7976 byte(s)
Diff to previous 5390
- memory.c:MyFree(): removed extraneous pointer test; renamed MyFree to xfree

Revision 5390 - (view) (annotate) - [select for diffs]
Modified Sun Jan 18 14:13:05 2015 UTC (9 years, 2 months ago) by michael
Original Path: hopm/trunk/src/dnsbl.c
File length: 7979 byte(s)
Diff to previous 5383
- firedns.c: removed max() macro. Renamed 'fdns_errno', and 'fdns_fdinuse',
  to meet our coding convention.

Revision 5383 - (view) (annotate) - [select for diffs]
Modified Sat Jan 17 19:22:21 2015 UTC (9 years, 2 months ago) by michael
Original Path: hopm/trunk/src/dnsbl.c
File length: 7952 byte(s)
Diff to previous 5378
- dnsbl.c:dnsbl_report(): added missing space in channel message

Revision 5378 - (view) (annotate) - [select for diffs]
Modified Sat Jan 17 19:02:17 2015 UTC (9 years, 2 months ago) by michael
Original Path: hopm/trunk/src/dnsbl.c
File length: 7951 byte(s)
Diff to previous 5351
- Removed useless header includes

Revision 5351 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 13:24:19 2015 UTC (9 years, 2 months ago) by michael
Original Path: hopm/trunk/src/dnsbl.c
File length: 7951 byte(s)
Diff to previous 5333
- Update license headers

Revision 5333 - (view) (annotate) - [select for diffs]
Modified Wed Jan 7 20:45:06 2015 UTC (9 years, 2 months ago) by michael
Original Path: hopm/trunk/src/dnsbl.c
File length: 7858 byte(s)
Diff to previous 5322
- Move malloc.c to memory.c

Revision 5322 - (view) (annotate) - [select for diffs]
Modified Tue Jan 6 15:00:39 2015 UTC (9 years, 2 months ago) by michael
Original Path: hopm/trunk/src/dnsbl.c
File length: 7858 byte(s)
Diff to previous 5319
- Fixed coding convention issues

Revision 5319 - (view) (annotate) - [select for diffs]
Modified Tue Jan 6 13:46:58 2015 UTC (9 years, 2 months ago) by michael
Original Path: hopm/trunk/src/dnsbl.c
File length: 7854 byte(s)
Diff to previous 5318
- dnsbl.c, dnsbl.h: constification

Revision 5318 - (view) (annotate) - [select for diffs]
Modified Tue Jan 6 13:42:20 2015 UTC (9 years, 2 months ago) by michael
Original Path: hopm/trunk/src/dnsbl.c
File length: 7842 byte(s)
Diff to previous 5315
- dnsbl.c:dnsbl_report(): removed test on ss->ip which cannot be NULL

Revision 5315 - (view) (annotate) - [select for diffs]
Modified Tue Jan 6 13:33:51 2015 UTC (9 years, 2 months ago) by michael
Original Path: hopm/trunk/src/dnsbl.c
File length: 7838 byte(s)
Diff to previous 5285
- dnsbl.c:dnsbl_add(): use MyFree() instead of free(); removed pointless cast

Revision 5285 - (view) (annotate) - [select for diffs]
Modified Fri Jan 2 21:36:27 2015 UTC (9 years, 2 months ago) by michael
Original Path: hopm/trunk/src/dnsbl.c
File length: 7845 byte(s)
Diff to previous 5279
- dnsbl.c: use 'sizeof'

Revision 5279 - (view) (annotate) - [select for diffs]
Modified Fri Jan 2 20:30:49 2015 UTC (9 years, 2 months ago) by michael
Original Path: hopm/trunk/src/dnsbl.c
File length: 7823 byte(s)
Diff to previous 5274
- Use 'const' and 'unsigned' whenever possible
- Removed pointless 0 assignments

Revision 5274 - (view) (annotate) - [select for diffs]
Modified Thu Jan 1 20:00:33 2015 UTC (9 years, 2 months ago) by michael
Original Path: hopm/trunk/src/dnsbl.c
File length: 7812 byte(s)
Diff to previous 5256
- Renamed MyMalloc() to xcalloc()

Revision 5256 - (view) (annotate) - [select for diffs]
Modified Thu Jan 1 16:24:56 2015 UTC (9 years, 2 months ago) by michael
Original Path: hopm/trunk/src/dnsbl.c
File length: 7813 byte(s)
Diff to previous 5207
- dnsbl.c:dnsbl_report(): add separate DNSBL_REPORT_VERSION definition

Revision 5207 - (view) (annotate) - [select for diffs]
Modified Mon Dec 29 19:38:22 2014 UTC (9 years, 3 months ago) by michael
Original Path: hopm/trunk/src/dnsbl.c
File length: 7762 byte(s)
Diff to previous 5202
- Removed AC_HEADER_STDC configure test

Revision 5202 - (view) (annotate) - [select for diffs]
Modified Mon Dec 29 17:50:43 2014 UTC (9 years, 3 months ago) by michael
Original Path: hopm/trunk/src/dnsbl.c
File length: 7791 byte(s)
Diff to previous 5170
- Moved OPT_DEBUG prototype to main.h (where it belongs to) and removed extern.h

Revision 5170 - (view) (annotate) - [select for diffs]
Modified Fri Dec 26 20:53:09 2014 UTC (9 years, 3 months ago) by michael
Original Path: hopm/trunk/src/dnsbl.c
File length: 7793 byte(s)
Diff to previous 5135
- Continue to use inet_pton() until we add full ipv6 support, but at least
  replace all occurrences of inet_aton() with inet_pton()

Revision 5135 - (view) (annotate) - [select for diffs]
Modified Thu Dec 25 18:51:51 2014 UTC (9 years, 3 months ago) by michael
Original Path: hopm/trunk/src/dnsbl.c
File length: 7780 byte(s)
Diff to previous 5134
- propset svn:eol-style native

Revision 5134 - (view) (annotate) - [select for diffs]
Modified Thu Dec 25 18:50:02 2014 UTC (9 years, 3 months ago) by michael
Original Path: hopm/trunk/src/dnsbl.c
File length: 7780 byte(s)
Diff to previous 5114
- propset svn:keywords "Id"

Revision 5114 - (view) (annotate) - [select for diffs]
Modified Wed Dec 24 22:12:05 2014 UTC (9 years, 3 months ago) by michael
Original Path: hopm/trunk/src/dnsbl.c
File length: 7780 byte(s)
Diff to previous 5090
- Style corrections

Revision 5090 - (view) (annotate) - [select for diffs]
Modified Tue Dec 23 19:10:33 2014 UTC (9 years, 3 months ago) by michael
Original Path: hopm/trunk/src/dnsbl.c
File length: 7933 byte(s)
Diff to previous 5081
- dnsbl.c:dnsbl_result(): if we're processing a manual scan, don't show a n!u@h
  formatted string as ss->irc_nick, ss->irc_username, and ss->irc_hostname are
  NULL pointers anyway.

Revision 5081 - (view) (annotate) - [select for diffs]
Modified Mon Dec 22 19:16:10 2014 UTC (9 years, 3 months ago) by michael
Original Path: hopm/trunk/src/dnsbl.c
File length: 7600 byte(s)
Diff to previous 5077
- Removed rcs tags

Revision 5077 - (view) (annotate) - [select for diffs]
Modified Mon Dec 22 18:34:34 2014 UTC (9 years, 3 months ago) by michael
Original Path: hopm/trunk/src/dnsbl.c
File length: 7713 byte(s)
Diff to previous 5064
- Use EmptyString() instead of this strlen() mess

Revision 5064 - (view) (annotate) - [select for diffs]
Modified Mon Dec 22 14:21:48 2014 UTC (9 years, 3 months ago) by michael
Original Path: hopm/trunk/src/dnsbl.c
File length: 7693 byte(s)
Diff to previous 5052
- Add strlcpy() and strlcat() for system that don't have these

Revision 5052 - (view) (annotate) - [select for diffs]
Added Mon Dec 22 11:56:03 2014 UTC (9 years, 3 months ago) by michael
Original Path: hopm/trunk/src/dnsbl.c
File length: 7693 byte(s)
- Initial import of bopm 3.1.3

Convenience Links

Links to HEAD: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a