ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/src/scan.c
Revision 9727 - (view) (annotate) - [select for diffs]
Modified Mon Nov 16 10:29:12 2020 UTC (4 years, 9 months ago) by michael
File length: 26083 byte(s)
Diff to previous 9104 , to selected 5091
- The 'vhost' configuration directive found in the irc {} and scanner {} blocks has been renamed to 'bind'

Revision 9104 - (view) (annotate) - [select for diffs]
Modified Wed Jan 1 10:03:28 2020 UTC (5 years, 7 months ago) by michael
File length: 26084 byte(s)
Diff to previous 8750 , to selected 5091
- Bump copyright years everywhere

Revision 8750 - (view) (annotate) - [select for diffs]
Modified Tue Jan 1 11:06:38 2019 UTC (6 years, 7 months ago) by michael
File length: 26084 byte(s)
Diff to previous 8582 , to selected 5091
- Update copyright years

Revision 8582 - (view) (annotate) - [select for diffs]
Modified Sun Oct 14 16:59:59 2018 UTC (6 years, 10 months ago) by michael
File length: 26084 byte(s)
Diff to previous 8579 , to selected 5091
- Further cleanups to node allocation handling

Revision 8579 - (view) (annotate) - [select for diffs]
Modified Sun Oct 14 15:12:50 2018 UTC (6 years, 10 months ago) by michael
File length: 26129 byte(s)
Diff to previous 8564 , to selected 5091
- Allocate most list_t and node_t items from within their corresponding structure to save extra calloc/free calls

Revision 8564 - (view) (annotate) - [select for diffs]
Modified Wed Sep 26 19:23:54 2018 UTC (6 years, 11 months ago) by michael
File length: 26175 byte(s)
Diff to previous 8563 , to selected 5091
- Implemented proper support to kill users with vulnerable SSH versions. Patch
  provided by falsovsky (Pedro de Oliveira).

Revision 8563 - (view) (annotate) - [select for diffs]
Modified Sun Sep 23 11:39:44 2018 UTC (6 years, 11 months ago) by michael
File length: 26118 byte(s)
Diff to previous 8555 , to selected 5091
- Update copyright years

Revision 8555 - (view) (annotate) - [select for diffs]
Modified Sat Sep 22 21:44:16 2018 UTC (6 years, 11 months ago) by michael
File length: 26118 byte(s)
Diff to previous 8193 , to selected 5091
- Minor style corrections

Revision 8193 - (view) (annotate) - [select for diffs]
Modified Fri Apr 14 12:38:22 2017 UTC (8 years, 4 months ago) by michael
File length: 26106 byte(s)
Diff to previous 8185 , to selected 5091
- Just pass a char pointer to the opercommand handlers instead of a struct ChannelConf pointer

Revision 8185 - (view) (annotate) - [select for diffs]
Modified Thu Apr 13 20:19:02 2017 UTC (8 years, 4 months ago) by michael
File length: 26204 byte(s)
Diff to previous 8184 , to selected 5091
- Avoid list_t initialization via list_create(); scan.c: remove unused MASKS list

Revision 8184 - (view) (annotate) - [select for diffs]
Modified Thu Apr 13 20:00:32 2017 UTC (8 years, 4 months ago) by michael
File length: 26337 byte(s)
Diff to previous 8155 , to selected 5091
- Sort out unused header includes

Revision 8155 - (view) (annotate) - [select for diffs]
Modified Sat Apr 8 16:30:11 2017 UTC (8 years, 4 months ago) by michael
File length: 26460 byte(s)
Diff to previous 8145 , to selected 5091
- Use designated initializers; scan_gettype(): use pointer arithmetic

Revision 8145 - (view) (annotate) - [select for diffs]
Modified Tue Apr 4 18:58:47 2017 UTC (8 years, 4 months ago) by michael
File length: 26325 byte(s)
Diff to previous 8141 , to selected 5091
- scan.c:scan_connect(), scan_manual(): silence OPM_ERR_BADADDR warnings for IPv6 addresses until libopm can deal with IPv6

Revision 8141 - (view) (annotate) - [select for diffs]
Modified Tue Apr 4 17:12:19 2017 UTC (8 years, 4 months ago) by michael
File length: 26099 byte(s)
Diff to previous 8140 , to selected 5091
- scan.c:scan_checkfinished(): log ip addresses, too

Revision 8140 - (view) (annotate) - [select for diffs]
Modified Tue Apr 4 17:06:01 2017 UTC (8 years, 4 months ago) by michael
File length: 26087 byte(s)
Diff to previous 8137 , to selected 5091
- scan.c:scan_handle_error(): report bind() errors to irc, too

Revision 8137 - (view) (annotate) - [select for diffs]
Modified Tue Apr 4 17:01:22 2017 UTC (8 years, 4 months ago) by michael
File length: 25857 byte(s)
Diff to previous 8134 , to selected 5091
- irc.c, scan.c: stylistic changes

Revision 8134 - (view) (annotate) - [select for diffs]
Modified Mon Apr 3 18:52:28 2017 UTC (8 years, 4 months ago) by michael
File length: 25882 byte(s)
Diff to previous 8122 , to selected 5091
- scan.c:scan_connect(): ss->manual_target is always NULL here; sync logging message with those in scan_manual()

Revision 8122 - (view) (annotate) - [select for diffs]
Modified Mon Apr 3 16:35:44 2017 UTC (8 years, 4 months ago) by michael
File length: 26084 byte(s)
Diff to previous 8110 , to selected 5091
- dnsbl.c, scan.c: stylistic changes

Revision 8110 - (view) (annotate) - [select for diffs]
Modified Sun Apr 2 16:05:44 2017 UTC (8 years, 4 months ago) by michael
File length: 26135 byte(s)
Diff to previous 8107 , to selected 5091
- firedns.c, scan.c: whitespace changes

Revision 8107 - (view) (annotate) - [select for diffs]
Modified Sun Apr 2 16:01:08 2017 UTC (8 years, 4 months ago) by michael
File length: 26136 byte(s)
Diff to previous 7927 , to selected 5091
- scan.c:scan_manual(): the SCAN/CHECK command can now deal with ipv6 addresses

Revision 7927 - (view) (annotate) - [select for diffs]
Modified Sat Dec 31 13:59:46 2016 UTC (8 years, 7 months ago) by michael
File length: 25667 byte(s)
Diff to previous 7881 , to selected 5091
- Update copyright years

Revision 7881 - (view) (annotate) - [select for diffs]
Modified Wed Nov 16 14:16:43 2016 UTC (8 years, 9 months ago) by michael
File length: 25667 byte(s)
Diff to previous 7879 , to selected 5091
- scan.c:scan_open_proxy(): swap 'if' on ss->manual_target

Revision 7879 - (view) (annotate) - [select for diffs]
Modified Wed Nov 16 14:00:07 2016 UTC (8 years, 9 months ago) by michael
File length: 25675 byte(s)
Diff to previous 7818 , to selected 5091
- scan.c:scan_connect(): remove redundant test on OptionsItem->negcache
- negcache.c, negcache.h: rename check_neg_cache() to negcache_check()

Revision 7818 - (view) (annotate) - [select for diffs]
Modified Wed Oct 19 21:13:53 2016 UTC (8 years, 10 months ago) by michael
File length: 25727 byte(s)
Diff to previous 7815 , to selected 5091
- scan.c:scan_connect(): remove deprecated inet_pton call no longer needed

Revision 7815 - (view) (annotate) - [select for diffs]
Modified Wed Oct 19 19:50:47 2016 UTC (8 years, 10 months ago) by michael
File length: 25939 byte(s)
Diff to previous 7005 , to selected 5091
- Changed negache to use patricia.c

Revision 7005 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 00:06:56 2016 UTC (9 years, 7 months ago) by michael
File length: 25916 byte(s)
Diff to previous 6970 , to selected 5091
- Update copyright years

Revision 6970 - (view) (annotate) - [select for diffs]
Modified Sat Dec 19 20:29:27 2015 UTC (9 years, 8 months ago) by michael
File length: 25916 byte(s)
Diff to previous 6300 , to selected 5091
- Add date_iso8601() and make use of it

Revision 6300 - (view) (annotate) - [select for diffs]
Modified Sun Jul 19 12:00:35 2015 UTC (10 years, 1 month ago) by michael
File length: 26043 byte(s)
Diff to previous 6294 , to selected 5091
- scan.c, scan.h: removed prototype for scan_checkexempt() and declared it as static

Revision 6294 - (view) (annotate) - [select for diffs]
Modified Fri Jul 17 12:01:50 2015 UTC (10 years, 1 month ago) by michael
File length: 26036 byte(s)
Diff to previous 6291 , to selected 5091
- scan.c:scan_connect(): style corrections

Revision 6291 - (view) (annotate) - [select for diffs]
Modified Fri Jul 17 11:53:05 2015 UTC (10 years, 1 month ago) by michael
File length: 26098 byte(s)
Diff to previous 6290 , to selected 5091
- scan.c:scan_connect(): rename variables; show the ip address in the exemption debug message, too

Revision 6290 - (view) (annotate) - [select for diffs]
Modified Fri Jul 17 11:42:46 2015 UTC (10 years, 1 month ago) by michael
File length: 26047 byte(s)
Diff to previous 6287 , to selected 5091
- scan.c:scan_connect(): move 'ip' from outermost to innermost scope

Revision 6287 - (view) (annotate) - [select for diffs]
Modified Fri Jul 17 11:37:06 2015 UTC (10 years, 1 month ago) by michael
File length: 26044 byte(s)
Diff to previous 6286 , to selected 5091
- scan.c:scan_irckline(): sanitize array initalization

Revision 6286 - (view) (annotate) - [select for diffs]
Modified Fri Jul 17 11:29:29 2015 UTC (10 years, 1 month ago) by michael
File length: 26127 byte(s)
Diff to previous 6283 , to selected 5091
- scan.c: removed junk in scan_negotiation_failed() and scan_timeout(); constification

Revision 6283 - (view) (annotate) - [select for diffs]
Modified Fri Jul 17 11:24:00 2015 UTC (10 years, 1 month ago) by michael
File length: 26795 byte(s)
Diff to previous 6250 , to selected 5091
- scan.c:scan_free(): removed useless test on 'ss'

Revision 6250 - (view) (annotate) - [select for diffs]
Modified Fri Jul 10 12:42:39 2015 UTC (10 years, 1 month ago) by michael
File length: 26826 byte(s)
Diff to previous 6237 , to selected 5091
- scan.c: remove poll.h header include

Revision 6237 - (view) (annotate) - [select for diffs]
Modified Wed Jul 8 13:49:12 2015 UTC (10 years, 1 month ago) by michael
File length: 26844 byte(s)
Diff to previous 6222 , to selected 5091
- scan.c:scan_irckline(): highly unlikely that strlcat() is first to write to 'message', but initialize it anyway

Revision 6222 - (view) (annotate) - [select for diffs]
Modified Wed Jul 1 18:09:27 2015 UTC (10 years, 1 month ago) by michael
File length: 26839 byte(s)
Diff to previous 6149 , to selected 5091
- Added HTTPS support for SSL/TLS-enabled HTTP proxies

Revision 6149 - (view) (annotate) - [select for diffs]
Modified Sun Jun 14 17:29:51 2015 UTC (10 years, 2 months ago) by michael
File length: 26743 byte(s)
Diff to previous 6030 , to selected 5091
- Style corrections

Revision 6030 - (view) (annotate) - [select for diffs]
Modified Tue Jun 2 16:51:06 2015 UTC (10 years, 2 months ago) by michael
File length: 26746 byte(s)
Diff to previous 6029 , to selected 5091
- scan.c:scan_irckline(): we can use char* instead of a void* in the 'kline_format_assoc' structure

Revision 6029 - (view) (annotate) - [select for diffs]
Modified Tue Jun 2 16:41:29 2015 UTC (10 years, 2 months ago) by michael
File length: 26746 byte(s)
Diff to previous 6025 , to selected 5091
- scan.c:scan_irckline(): avoid table indexing where possible

Revision 6025 - (view) (annotate) - [select for diffs]
Modified Tue Jun 2 16:33:41 2015 UTC (10 years, 2 months ago) by michael
File length: 26757 byte(s)
Diff to previous 6015 , to selected 5091
- scan.c, scan.h: moved the 'struct kline_format_assoc' into scan_irckline()

Revision 6015 - (view) (annotate) - [select for diffs]
Modified Sun May 31 13:44:37 2015 UTC (10 years, 2 months ago) by michael
File length: 26702 byte(s)
Diff to previous 5998 , to selected 5091
- scan.c:scan_connect(): replaced hardcoded MSGLENMAX with sizeof()

Revision 5998 - (view) (annotate) - [select for diffs]
Modified Thu May 28 14:59:47 2015 UTC (10 years, 3 months ago) by michael
File length: 26694 byte(s)
Diff to previous 5876 , to selected 5091
- HOPM can now detect Dreamboxes with default root passwords. Patch by Gavin Hanover (EFnet)

Revision 5876 - (view) (annotate) - [select for diffs]
Modified Wed Apr 29 11:25:48 2015 UTC (10 years, 4 months ago) by michael
File length: 26655 byte(s)
Diff to previous 5726 , to selected 5091
- Removed trailing whitespaces

Revision 5726 - (view) (annotate) - [select for diffs]
Modified Tue Mar 24 18:04:06 2015 UTC (10 years, 5 months ago) by michael
File length: 26670 byte(s)
Diff to previous 5699 , to selected 5091
- Removed some irrelevant comments

Revision 5699 - (view) (annotate) - [select for diffs]
Modified Sun Mar 15 17:40:51 2015 UTC (10 years, 5 months ago) by michael
File length: 26746 byte(s)
Diff to previous 5695 , to selected 5091
- Style corrections

Revision 5695 - (view) (annotate) - [select for diffs]
Modified Sun Mar 15 13:04:24 2015 UTC (10 years, 5 months ago) by michael
File length: 26778 byte(s)
Diff to previous 5679 , to selected 5091
- Style corrections

Revision 5679 - (view) (annotate) - [select for diffs]
Modified Fri Mar 13 19:23:06 2015 UTC (10 years, 5 months ago) by michael
File length: 26776 byte(s)
Diff to previous 5659 , to selected 5091
- scan.c: removed two useless assert()

Revision 5659 - (view) (annotate) - [select for diffs]
Modified Sun Mar 8 15:53:56 2015 UTC (10 years, 5 months ago) by michael
File length: 26821 byte(s)
Diff to previous 5426 , to selected 5091
- Log timestamp format is ISO8601 now

Revision 5426 - (view) (annotate) - [select for diffs]
Modified Wed Jan 28 13:49:38 2015 UTC (10 years, 6 months ago) by michael
File length: 26870 byte(s)
Diff to previous 5390 , to selected 5091
- 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 (10 years, 7 months ago) by michael
File length: 26876 byte(s)
Diff to previous 5378 , to selected 5091
- firedns.c: removed max() macro. Renamed 'fdns_errno', and 'fdns_fdinuse',
  to meet our coding convention.

Revision 5378 - (view) (annotate) - [select for diffs]
Modified Sat Jan 17 19:02:17 2015 UTC (10 years, 7 months ago) by michael
File length: 26873 byte(s)
Diff to previous 5377 , to selected 5091
- Removed useless header includes

Revision 5377 - (view) (annotate) - [select for diffs]
Modified Tue Jan 13 19:07:11 2015 UTC (10 years, 7 months ago) by michael
File length: 26894 byte(s)
Diff to previous 5374 , to selected 5091
- scan.c:scan_manual(): fixes to previous commit

Revision 5374 - (view) (annotate) - [select for diffs]
Modified Tue Jan 13 19:01:23 2015 UTC (10 years, 7 months ago) by michael
File length: 26867 byte(s)
Diff to previous 5351 , to selected 5091
- scan.c:scan_manual(): replaced inet_ntoa() with inet_ntop()

Revision 5351 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 13:24:19 2015 UTC (10 years, 7 months ago) by michael
File length: 26686 byte(s)
Diff to previous 5338 , to selected 5091
- Update license headers

Revision 5338 - (view) (annotate) - [select for diffs]
Modified Thu Jan 8 14:32:11 2015 UTC (10 years, 7 months ago) by michael
File length: 26644 byte(s)
Diff to previous 5333 , to selected 5091
- Const-correctness

Revision 5333 - (view) (annotate) - [select for diffs]
Modified Wed Jan 7 20:45:06 2015 UTC (10 years, 7 months ago) by michael
File length: 26538 byte(s)
Diff to previous 5332 , to selected 5091
- Move malloc.c to memory.c

Revision 5332 - (view) (annotate) - [select for diffs]
Modified Wed Jan 7 18:01:01 2015 UTC (10 years, 7 months ago) by michael
File length: 26538 byte(s)
Diff to previous 5322 , to selected 5091
- Added options::negcache_rebuild configuration option

Revision 5322 - (view) (annotate) - [select for diffs]
Modified Tue Jan 6 15:00:39 2015 UTC (10 years, 7 months ago) by michael
File length: 26541 byte(s)
Diff to previous 5311 , to selected 5091
- Fixed coding convention issues

Revision 5311 - (view) (annotate) - [select for diffs]
Modified Mon Jan 5 19:26:38 2015 UTC (10 years, 7 months ago) by michael
File length: 26553 byte(s)
Diff to previous 5284 , to selected 5091
- Removed bopm_sockaddr and bopm_ircaddr structs

Revision 5284 - (view) (annotate) - [select for diffs]
Modified Fri Jan 2 21:35:19 2015 UTC (10 years, 7 months ago) by michael
File length: 26494 byte(s)
Diff to previous 5281 , to selected 5091
- scan.c: style corrections

Revision 5281 - (view) (annotate) - [select for diffs]
Modified Fri Jan 2 21:19:48 2015 UTC (10 years, 7 months ago) by michael
File length: 27068 byte(s)
Diff to previous 5279 , to selected 5091
- scan.c, scan.h: remove FORMATTYPE_STRING. It's default since we don't support anything else.

Revision 5279 - (view) (annotate) - [select for diffs]
Modified Fri Jan 2 20:30:49 2015 UTC (10 years, 7 months ago) by michael
File length: 27350 byte(s)
Diff to previous 5274 , to selected 5091
- 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 (10 years, 7 months ago) by michael
File length: 27610 byte(s)
Diff to previous 5266 , to selected 5091
- Renamed MyMalloc() to xcalloc()

Revision 5266 - (view) (annotate) - [select for diffs]
Modified Thu Jan 1 18:49:40 2015 UTC (10 years, 7 months ago) by michael
File length: 27613 byte(s)
Diff to previous 5227 , to selected 5091
- Removed obsolete AC_HEADER_TIME

Revision 5227 - (view) (annotate) - [select for diffs]
Modified Wed Dec 31 14:42:24 2014 UTC (10 years, 7 months ago) by michael
File length: 27739 byte(s)
Diff to previous 5207 , to selected 5091
- scan.c: use poll.h; removed useless cast
- firedns.c: use poll.h

Revision 5207 - (view) (annotate) - [select for diffs]
Modified Mon Dec 29 19:38:22 2014 UTC (10 years, 7 months ago) by michael
File length: 27784 byte(s)
Diff to previous 5202 , to selected 5091
- Removed AC_HEADER_STDC configure test

Revision 5202 - (view) (annotate) - [select for diffs]
Modified Mon Dec 29 17:50:43 2014 UTC (10 years, 7 months ago) by michael
File length: 27814 byte(s)
Diff to previous 5175 , to selected 5091
- Moved OPT_DEBUG prototype to main.h (where it belongs to) and removed extern.h

Revision 5175 - (view) (annotate) - [select for diffs]
Modified Fri Dec 26 21:09:41 2014 UTC (10 years, 8 months ago) by michael
File length: 27816 byte(s)
Diff to previous 5170 , to selected 5091
- Removed now unused inet.c and inet.h

Revision 5170 - (view) (annotate) - [select for diffs]
Modified Fri Dec 26 20:53:09 2014 UTC (10 years, 8 months ago) by michael
File length: 27834 byte(s)
Diff to previous 5168 , to selected 5091
- Continue to use inet_pton() until we add full ipv6 support, but at least
  replace all occurrences of inet_aton() with inet_pton()

Revision 5168 - (view) (annotate) - [select for diffs]
Modified Fri Dec 26 19:31:53 2014 UTC (10 years, 8 months ago) by michael
File length: 28222 byte(s)
Diff to previous 5164 , to selected 5091
- Use sizeof(struct in_addr) instead of res->ai_addrlen

Revision 5164 - (view) (annotate) - [select for diffs]
Modified Fri Dec 26 18:52:10 2014 UTC (10 years, 8 months ago) by michael
File length: 28215 byte(s)
Diff to previous 5137 , to selected 5091
- Replaced all occurrences of inet_pton() with getaddrinfo()

Revision 5137 - (view) (annotate) - [select for diffs]
Modified Thu Dec 25 19:36:37 2014 UTC (10 years, 8 months ago) by michael
File length: 27830 byte(s)
Diff to previous 5135 , to selected 5091
- Removed vim settings from the source files

Revision 5135 - (view) (annotate) - [select for diffs]
Modified Thu Dec 25 18:51:51 2014 UTC (10 years, 8 months ago) by michael
File length: 27885 byte(s)
Diff to previous 5134 , to selected 5091
- propset svn:eol-style native

Revision 5134 - (view) (annotate) - [select for diffs]
Modified Thu Dec 25 18:50:02 2014 UTC (10 years, 8 months ago) by michael
File length: 27885 byte(s)
Diff to previous 5121 , to selected 5091
- propset svn:keywords "Id"

Revision 5121 - (view) (annotate) - [select for diffs]
Modified Thu Dec 25 16:10:25 2014 UTC (10 years, 8 months ago) by michael
File length: 27885 byte(s)
Diff to previous 5116 , to selected 5091
- scan.c:scan_init(): removed extraneous parentheses

Revision 5116 - (view) (annotate) - [select for diffs]
Modified Thu Dec 25 15:04:31 2014 UTC (10 years, 8 months ago) by michael
File length: 27893 byte(s)
Diff to previous 5114 , to selected 5091
- Style corrections

Revision 5114 - (view) (annotate) - [select for diffs]
Modified Wed Dec 24 22:12:05 2014 UTC (10 years, 8 months ago) by michael
File length: 28611 byte(s)
Diff to previous 5099 , to selected 5091
- Style corrections

Revision 5099 - (view) (annotate) - [select for diffs]
Modified Tue Dec 23 21:14:37 2014 UTC (10 years, 8 months ago) by michael
File length: 29084 byte(s)
Diff to previous 5098 , to selected 5091
- Replaced several short ints with just ints

Revision 5098 - (view) (annotate) - [select for diffs]
Modified Tue Dec 23 21:00:14 2014 UTC (10 years, 8 months ago) by michael
File length: 29090 byte(s)
Diff to previous 5092 , to selected 5091
- scan.c: replaced strcat() with strlcat()

Revision 5092 - (view) (annotate) - [select for diffs]
Modified Tue Dec 23 20:12:39 2014 UTC (10 years, 8 months ago) by michael
File length: 29072 byte(s)
Diff to previous 5091
- Renamed DupString() to xstrdup()

Revision 5091 - (view) (annotate) - [selected]
Modified Tue Dec 23 19:59:18 2014 UTC (10 years, 8 months ago) by michael
File length: 29142 byte(s)
Diff to previous 5089
- Removed pointless casts

Revision 5089 - (view) (annotate) - [select for diffs]
Modified Tue Dec 23 18:51:47 2014 UTC (10 years, 8 months ago) by michael
File length: 29596 byte(s)
Diff to previous 5086 , to selected 5091
- scan.c:scan_manual(): fixed memory leak

Revision 5086 - (view) (annotate) - [select for diffs]
Modified Mon Dec 22 21:04:21 2014 UTC (10 years, 8 months ago) by michael
File length: 29596 byte(s)
Diff to previous 5084 , to selected 5091
- match() returns 0 on match

Revision 5084 - (view) (annotate) - [select for diffs]
Modified Mon Dec 22 19:57:43 2014 UTC (10 years, 8 months ago) by michael
File length: 29593 byte(s)
Diff to previous 5072 , to selected 5091
- Removed USE_VAR cruft

Revision 5072 - (view) (annotate) - [select for diffs]
Modified Mon Dec 22 15:33:29 2014 UTC (10 years, 8 months ago) by michael
File length: 29787 byte(s)
Diff to previous 5052 , to selected 5091
- Fixed a bunch of compile warnings

Revision 5052 - (view) (annotate) - [select for diffs]
Added Mon Dec 22 11:56:03 2014 UTC (10 years, 8 months ago) by michael
File length: 29759 byte(s)
Diff to selected 5091
- 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