Daniel Thayer
e2c5a5c4a5
Fix typos and formatting in the communication framework doc
...
Fixed a link that was pointing to the wrong "connect".
2013-10-10 14:42:01 -05:00
Daniel Thayer
f21f45ac1a
Fix typos and formatting in the cluster framework docs
...
Changed a Time Machine link to point to something useful.
2013-10-10 14:39:44 -05:00
Daniel Thayer
7ddc670a02
Fix typos and formatting in the file analysis docs
2013-10-10 12:46:11 -05:00
Daniel Thayer
0d712b35d8
Fix typos and a broken link in the file analysis doc
2013-10-10 12:23:34 -05:00
Daniel Thayer
1a36031874
Fix typos and formatting in the input framework docs
2013-10-10 00:53:13 -05:00
Daniel Thayer
bd47115c84
Convert File Analysis examples to using btest sphinx
...
Converted hard-coded examples in the File Analysis framework document
to using btest sphinx.
2013-10-09 23:41:37 -05:00
Daniel Thayer
b1a6692ebf
Update installation instructions
...
Added a few missing packages to the install instructions.
Combined the two different sets of GeoIP install instructions into one
location and updated it.
Fixed a couple minor typos.
2013-10-09 17:33:40 -05:00
Robin Sommer
30d1b97400
Removing ICSI notary from default site config.
...
This should not have been in there in the first place.
2013-10-09 13:22:25 -07:00
Daniel Thayer
489899bcac
Update elasticsearch documentation
...
Fixed some broken links and a couple minor typos.
2013-10-08 17:45:49 -05:00
Bernhard Amann
00b622f54d
IANA assigned a couple of new tls extension numbers
2013-10-08 13:52:44 -07:00
Bernhard Amann
737b15aef9
add 3 more really new ciphers.
2013-10-08 13:02:55 -07:00
Robin Sommer
8c68161bea
Merge remote-tracking branch 'origin/master'
2013-10-07 17:34:45 -07:00
Robin Sommer
6242c7bdbb
Updating submodule(s).
...
[nomail]
2013-10-07 17:33:46 -07:00
Robin Sommer
5170409836
Updating submodule.
2013-10-07 17:28:06 -07:00
Robin Sommer
dc426e3d3b
Updating submodule(s).
...
[nomail]
2013-10-07 17:22:42 -07:00
Robin Sommer
8d529d9daa
Updating submodule(s).
...
[nomail]
2013-10-07 17:15:54 -07:00
Robin Sommer
541f9121f0
Fixing the historical CHANGES record.
...
Some entries were duplicated, while others were missing.
2013-10-07 17:13:13 -07:00
Robin Sommer
138d5707d4
Updating copyright notice.
2013-10-07 17:06:38 -07:00
Robin Sommer
f30b527581
Line numbers in scripting introduction were off now.
...
I don't quite like yet how line numbers are shown but it has to work
for now.
2013-10-07 16:59:09 -07:00
Robin Sommer
364cdb8604
Updating Sphinx tests for manual.
2013-10-07 16:48:38 -07:00
Robin Sommer
1bdfa3dff2
Updating Broxygen stylesheet.
2013-10-07 16:45:42 -07:00
Robin Sommer
0fe474e232
Polishing the reference section of the manual.
...
Mostly resorting and renaming a few things.
2013-10-07 15:53:46 -07:00
Jon Siwek
90477df973
Refactor search_for_file() util function.
...
It was getting too bloated and allocated memory in ways that were
difficult to understand how to manage. Separated out primarily in to
new find_file() and open_file()/open_package() functions.
Also renamed other util functions for path-related things.
2013-10-07 15:01:03 -05:00
Jon Siwek
68227f112d
Merge branch 'master' into topic/jsiwek/broxygen
2013-10-03 13:06:23 -05:00
Jon Siwek
5a857a6dfc
Initial skeleton of new Broxygen infrastructure.
...
Doesn't generate any docs, but it's hooked in to all places needed to
gather the necessary stuff w/ significantly less coupling than before.
The gathering now always occurs unconditionally to make documentation
available at runtime and a command line switch (-X) only toggles whether
to output docs to disk (reST format).
Should also improve the treatment of type name aliasing which wasn't a
big problem in practice before, but I think it's more correct now:
there's now a distinct BroType for each alias, but extensible types
(record/enum) will automatically update the types for aliases on redef.
Other misc refactoring of note:
- Removed a redundant/unused way of declaring event types.
- Changed type serialization format/process to preserve type name
information and remove compatibility code (since broccoli will
have be updated anyway).
2013-10-03 10:42:04 -05:00
Robin Sommer
6734260136
Fixing merge relict.
2013-10-02 11:32:53 -07:00
Robin Sommer
aa08d359cd
Updating submodule(s).
...
[nomail]
2013-10-02 11:05:58 -07:00
Robin Sommer
d127d8d01d
Merge remote-tracking branch 'origin/topic/jsiwek/coverity'
...
* origin/topic/jsiwek/coverity:
Fix uninitialized (or unused) fields.
Remove logically dead code.
Remove dead/unfinished code in unary not expr.
Fix logic for failed DNS TXT lookups.
A couple null ptr checks.
Improve return value checking and error handling.
Remove unused variable assignments, dead code.
Prevent division/modulo by zero in scripts.
Fix unintentional always-false condition.
Fix invalidated iterator usage.
Fix DNS_Mgr iterator mismatch.
Set safe umask when creating script profiler tmp files.
Fix nesting/indent level whitespace mismatch.
Add checks to avoid improper negative values use.
BIT-1085 #merged
2013-10-02 11:05:49 -07:00
Robin Sommer
ecd30a3d85
Merge remote-tracking branch 'origin/topic/bernhard/new-ciphers'
...
BIT-1086 #merged
* origin/topic/bernhard/new-ciphers:
add ciphers to cipher_desc table that were already present but apparently forgotten.
...and a few more ciphers.
add new tls cipher suites
2013-10-02 10:29:34 -07:00
Bernhard Amann
ea766d71bb
add ciphers to cipher_desc table that were already present
...
but apparently forgotten.
2013-10-01 16:01:37 -07:00
Robin Sommer
b59b5ca59b
Updating submodule(s).
...
[nomail]
2013-10-01 11:42:33 -07:00
Robin Sommer
6c8cbef997
Updating bifcl usage message.
2013-10-01 11:32:37 -07:00
Robin Sommer
fdeff94bfb
Merge remote-tracking branch 'origin/fastpath'
...
* origin/fastpath:
Fix getopt() usage.
2013-10-01 11:31:09 -07:00
Jon Siwek
9450515821
Fix getopt() usage.
...
Using 'char' versus 'int' to store the return value is a problem since
'char' varies in signedness depending on platform/implementation
(works some places, others not).
2013-10-01 13:11:35 -05:00
Jon Siwek
eeaf3e9baf
Updating submodule(s).
...
[nomail]
2013-09-30 10:49:48 -05:00
Robin Sommer
29740ae070
Updating submodule(s).
...
[nomail]
2013-09-28 11:18:12 -07:00
Robin Sommer
5ddbe9e75f
Merge remote-tracking branch 'origin/fastpath'
...
* origin/fastpath:
Fix a "make doc" warning
2013-09-28 11:17:10 -07:00
Jon Siwek
8e2ffd4fc9
Merge branch 'master' into topic/jsiwek/coverity
2013-09-27 10:14:35 -05:00
Jon Siwek
775ec6795e
Fix uninitialized (or unused) fields.
2013-09-27 10:13:52 -05:00
Daniel Thayer
97503dafe5
Fix a "make doc" warning
2013-09-26 15:32:14 -05:00
Bernhard Amann
497ada12e8
...and a few more ciphers.
2013-09-26 10:03:17 -07:00
Bernhard Amann
9264e2e7d3
add new tls cipher suites
2013-09-25 22:21:56 -07:00
Seth Hall
706363a295
Fixes for the 2.2 beta.
2013-09-25 16:44:39 -04:00
Jon Siwek
64f3bef96d
Remove logically dead code.
2013-09-25 13:37:46 -05:00
Jon Siwek
4072afb363
Remove dead/unfinished code in unary not expr.
...
The code that looks like it was intended to make it apply to a vector
operand couldn't be reached and making it reachable would still require
changes to other methods for it to work so just removing for now.
2013-09-25 12:49:46 -05:00
Jon Siwek
2203600e05
Fix logic for failed DNS TXT lookups.
...
A failed request should not evict a previous result from the local
cache/mapping.
2013-09-25 12:04:07 -05:00
Jon Siwek
3c37e818ce
A couple null ptr checks.
2013-09-25 11:16:46 -05:00
Jon Siwek
daf5d0d098
Improve return value checking and error handling.
2013-09-24 17:38:22 -05:00
Robin Sommer
4ec6419906
Updating submodule(s).
...
[nomail]
2013-09-24 13:41:33 -07:00
Robin Sommer
bb4b262813
Updating submodule(s).
...
[nomail]
2013-09-24 13:24:06 -07:00