ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.0.x/src/opercmd.c
Revision 5715 - (view) (annotate) - [select for diffs]
Modified Tue Mar 17 19:08:34 2015 UTC (10 years, 5 months ago) by michael
File length: 8389 byte(s)
Diff to previous 5713
- Bump version to 1.0.4

Revision 5713 - (view) (annotate) - [select for diffs]
Modified Tue Mar 17 18:44:34 2015 UTC (10 years, 5 months ago) by michael
File length: 8365 byte(s)
Diff to previous 5701
- Added 'protocols' command which dumps a list of configured scanners and their associated protocols/ports to a channel

Revision 5701 - (view) (annotate) - [select for diffs]
Modified Sun Mar 15 17:43:50 2015 UTC (10 years, 5 months ago) by michael
File length: 7777 byte(s)
Diff to previous 5696
- opercmd.c:command_parse(): don't let command_create() allocate memory for empty parameters

Revision 5696 - (view) (annotate) - [select for diffs]
Modified Sun Mar 15 13:04:50 2015 UTC (10 years, 5 months ago) by michael
File length: 7787 byte(s)
Diff to previous 5427
- Style corrections

Revision 5427 - (view) (annotate) - [select for diffs]
Modified Wed Jan 28 13:51:01 2015 UTC (10 years, 7 months ago) by michael
File length: 7770 byte(s)
Diff to previous 5385
- memory.c:MyFree(): removed extraneous pointer test; renamed MyFree to xfree

Revision 5385 - (view) (annotate) - [select for diffs]
Modified Sat Jan 17 20:11:32 2015 UTC (10 years, 7 months ago) by michael
File length: 7773 byte(s)
Diff to previous 5379
- opercmd.c:cmd_check(): fixed outdated comment

Revision 5379 - (view) (annotate) - [select for diffs]
Modified Sat Jan 17 19:03:43 2015 UTC (10 years, 7 months ago) by michael
File length: 7848 byte(s)
Diff to previous 5355
- Removed useless header includes

Revision 5355 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 17:16:07 2015 UTC (10 years, 7 months ago) by michael
File length: 7890 byte(s)
Diff to previous 5350
- command_parse(): removed 'msg' parameter. We actually only need this for
  m_notice() as proof for reporting insecure proxies to a dnsbl provider.

Revision 5350 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 13:24:06 2015 UTC (10 years, 7 months ago) by michael
File length: 7952 byte(s)
Diff to previous 5340
- Update license headers

Revision 5340 - (view) (annotate) - [select for diffs]
Modified Thu Jan 8 15:26:56 2015 UTC (10 years, 7 months ago) by michael
File length: 7859 byte(s)
Diff to previous 5337
- opercmd.c:command_parse(): don't continue to walk thru the entire table
  once a command has been found

Revision 5337 - (view) (annotate) - [select for diffs]
Modified Thu Jan 8 14:31:24 2015 UTC (10 years, 7 months ago) by michael
File length: 7846 byte(s)
Diff to previous 5336
- Const-correctness

Revision 5336 - (view) (annotate) - [select for diffs]
Modified Thu Jan 8 12:46:36 2015 UTC (10 years, 7 months ago) by michael
File length: 7759 byte(s)
Diff to previous 5292
- Move malloc.c to memory.c
- Generate parser/lexer files before actually compiling anything else that uses them
- Fix up header inclusion mess

Revision 5292 - (view) (annotate) - [select for diffs]
Modified Sat Jan 3 20:58:17 2015 UTC (10 years, 7 months ago) by michael
File length: 7759 byte(s)
Diff to previous 5288
- opercmd.c, opercmd.h: removed unused function arguments; constification

Revision 5288 - (view) (annotate) - [select for diffs]
Modified Sat Jan 3 20:07:51 2015 UTC (10 years, 7 months ago) by michael
File length: 8004 byte(s)
Diff to previous 5280
- opercmd.c, opercmd.h: cleanups and optimizations to Command creation/execution

Revision 5280 - (view) (annotate) - [select for diffs]
Modified Fri Jan 2 20:31:46 2015 UTC (10 years, 7 months ago) by michael
File length: 8020 byte(s)
Diff to previous 5275
- Use 'const' and 'unsigned' whenever possible
- Removed pointless 0 assignments

Revision 5275 - (view) (annotate) - [select for diffs]
Modified Thu Jan 1 20:09:33 2015 UTC (10 years, 7 months ago) by michael
File length: 8028 byte(s)
Diff to previous 5272
- Renamed MyMalloc() to xcalloc()

Revision 5272 - (view) (annotate) - [select for diffs]
Modified Thu Jan 1 19:55:06 2015 UTC (10 years, 7 months ago) by michael
File length: 8029 byte(s)
Diff to previous 5206
- opercmd.c:command_create(): MyMalloc uses calloc(), no need to explicitly 'ret->param = NULL'

Revision 5206 - (view) (annotate) - [select for diffs]
Modified Mon Dec 29 19:36:12 2014 UTC (10 years, 7 months ago) by michael
File length: 8059 byte(s)
Diff to previous 5201
- Removed AC_HEADER_STDC configure test

Revision 5201 - (view) (annotate) - [select for diffs]
Modified Mon Dec 29 17:49:44 2014 UTC (10 years, 7 months ago) by michael
File length: 8089 byte(s)
Diff to previous 5138
- Moved OPT_DEBUG prototype to main.h (where it belongs to) and removed extern.h

Revision 5138 - (view) (annotate) - [select for diffs]
Modified Thu Dec 25 19:44:15 2014 UTC (10 years, 8 months ago) by michael
File length: 8091 byte(s)
Diff to previous 5135
- Create hopm 1.0.x branch

Revision 5135 - (view) (annotate) - [select for diffs]
Modified Thu Dec 25 18:51:51 2014 UTC (10 years, 8 months ago) by michael
Original Path: hopm/trunk/src/opercmd.c
File length: 8091 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 (10 years, 8 months ago) by michael
Original Path: hopm/trunk/src/opercmd.c
File length: 8091 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 (10 years, 8 months ago) by michael
Original Path: hopm/trunk/src/opercmd.c
File length: 8091 byte(s)
Diff to previous 5092
- Style corrections

Revision 5092 - (view) (annotate) - [select for diffs]
Modified Tue Dec 23 20:12:39 2014 UTC (10 years, 8 months ago) by michael
Original Path: hopm/trunk/src/opercmd.c
File length: 8318 byte(s)
Diff to previous 5091
- Renamed DupString() to xstrdup()

Revision 5091 - (view) (annotate) - [select for diffs]
Modified Tue Dec 23 19:59:18 2014 UTC (10 years, 8 months ago) by michael
Original Path: hopm/trunk/src/opercmd.c
File length: 8331 byte(s)
Diff to previous 5088
- Removed pointless casts

Revision 5088 - (view) (annotate) - [select for diffs]
Modified Tue Dec 23 18:35:23 2014 UTC (10 years, 8 months ago) by michael
Original Path: hopm/trunk/src/opercmd.c
File length: 8369 byte(s)
Diff to previous 5084
- opercmd.c:command_parse(): fixed braindead 'logic'

Revision 5084 - (view) (annotate) - [select for diffs]
Modified Mon Dec 22 19:57:43 2014 UTC (10 years, 8 months ago) by michael
Original Path: hopm/trunk/src/opercmd.c
File length: 8321 byte(s)
Diff to previous 5079
- Removed USE_VAR cruft

Revision 5079 - (view) (annotate) - [select for diffs]
Modified Mon Dec 22 18:47:58 2014 UTC (10 years, 8 months ago) by michael
Original Path: hopm/trunk/src/opercmd.c
File length: 8444 byte(s)
Diff to previous 5069
- Removed unused cmd_op()

Revision 5069 - (view) (annotate) - [select for diffs]
Modified Mon Dec 22 14:57:12 2014 UTC (10 years, 8 months ago) by michael
Original Path: hopm/trunk/src/opercmd.c
File length: 8990 byte(s)
Diff to previous 5052
- Replaced more references of bopm with hopm

Revision 5052 - (view) (annotate) - [select for diffs]
Added Mon Dec 22 11:56:03 2014 UTC (10 years, 8 months ago) by michael
Original Path: hopm/trunk/src/opercmd.c
File length: 8990 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