https://github.com/rep/dionaea

sort by:
Revision Author Date Message Commit Date
6756787 Merge branch 'master' of git://git.carnivore.it/dionaea into markus 26 June 2014, 11:48:37 UTC
e3452ac pg_schema - add unique constraint on virustotals(virustotal_md5_hash, virustotal_timestamp) 02 November 2013, 11:51:40 UTC
c7b443f logxmpp - propagate virustotal events 02 November 2013, 11:26:14 UTC
314911c logxmpp - propagate p0f data 02 November 2013, 09:46:55 UTC
17f24dd update README 18 August 2013, 22:35:43 UTC
f5c3892 update hpfeeds host to hpfriends, prefill server/port 12 May 2013, 10:53:11 UTC
bbca307 copy hpfeeds to install location 02 April 2013, 05:48:54 UTC
65924ac hpfeeds module 06 March 2013, 18:27:52 UTC
de98859 auto* - AM_CONFIG_HEADER is deprecated - error: 'AM_CONFIG_HEADER': this macro is obsolete. You should use the 'AC_CONFIG_HEADERS' macro instead. thanks to Gagou for notice 21 January 2013, 08:22:30 UTC
3b9edcf smb/asn.1 - compatibility with python3.2.x and 3.3 - in recent python3 version __int__ is not resolved via __getattr__ __int__ has to be provided 14 January 2013, 13:20:55 UTC
207f8f9 python/http - fix indenting 23 October 2012, 08:17:15 UTC
5360096 python/http - do not display directory listing if index.html exists - thanks to Ira Byerly <melaneus@gmail.com> 23 October 2012, 07:33:53 UTC
9d01c10 nl - make ethernet addr lookup optional - use a provided (listen.interfaces) list of interface fnmatch patterns to decide whether to listen on a address - update configure.ac - it's libnl(-*)?-3 now - update conf.dist - update doc to new nl git repo 23 October 2012, 06:53:18 UTC
f3fb153 ftp - fix active ftp for non localhost connections, thanks Sean Dexter for notice 18 September 2012, 18:28:59 UTC
2e309c8 sip - URI/Address return string for repr instead of bytes 28 August 2012, 09:43:49 UTC
18c1385 doc - update libev link 24 August 2012, 07:01:53 UTC
2fc7300 connection - fix sendtofrom - local address is ipi_spec_dst when sending - overwriting from via getsockname is a bad idea 04 January 2012, 09:31:01 UTC
d8cacad python - change the build options - remove LIBPL from flags, we do not want to link static - do not reset Py_ENABLE_SHARED in setup.py.in supposed to resolve the problem "could not load /opt/dionaea/lib/dionaea/python.so /opt/dionaea/lib/dionaea/python.so: undefined symbol: sincos" as reported here: http://sourceforge.net/mailarchive/message.php?msg_id=28387936 04 January 2012, 09:31:00 UTC
6c48e1d python/util - Create statistics for all protocols 17 November 2011, 15:49:05 UTC
f17a579 python/util - Specify extension of the image file * Adding an example how to render SVG images * Set the file extension of the image file to display them successfully in the browser 11 November 2011, 08:47:59 UTC
102e08f python/util - Use a gnuplot template * It's possible to specify a gnuplot template * Adding a template example to draw graphs with lines 11 November 2011, 08:23:39 UTC
c7699a6 python/util - Separate structure from content * it's possible to edit the main structure of the webpage much easier 11 November 2011, 07:45:29 UTC
3d2997b python/util - Keep gnuplot files for later use 10 November 2011, 08:37:50 UTC
b5b2088 python/util - Improve speed of gnuplotsql 09 November 2011, 13:24:21 UTC
4a97f06 dionaea - gcc 4.6 compatibility - fixes the -Werror=unused-but-set-variable errors during compile 08 November 2011, 23:02:56 UTC
65c08fe python/logxmpp - connecting the service into logxmpp.start - now logsql is able to pickup logxmpp actions (received files) again 08 November 2011, 23:02:56 UTC
e1ce381 python/logxmpp - propagating files via xmpp was broken after the python etree changes - Element.text has to be not bytes, else we get TypeError: cannot serialize b'test' (type bytes) 08 November 2011, 23:02:56 UTC
8dd3f76 nl - use automake to detect argc for rtnl_link_alloc_cache 08 November 2011, 23:02:55 UTC
8c06f36 incident - dict members leaked the key - the hash table inserted by python lacked the GDestroyNotify() - the iterating cleanup code the g_free() - now we rely on g_hash_table_new_full and GDestroyNotify for key and value 08 November 2011, 23:02:55 UTC
1cde114 python/sip - creating the sip service resulted in a wrong SipSession entry 08 November 2011, 23:02:55 UTC
e418ef5 doc/www - update Python to 3.2.2, add -L/usr/lib/x86_64-linux-gnu/ to LDFLAGS 08 November 2011, 23:02:55 UTC
6b75223 python/binding - catch Overflow exception when converting ints ... and return a string if it overflows the string - not a beauty, but well ... it works 08 November 2011, 23:02:55 UTC
e209e38 conf/dionaea.conf.dist - update events to distribute sip messages via xmpp 08 November 2011, 23:02:55 UTC
aaaded6 doc/html/ - remove lxml from the docs, we use ElementTree now 08 November 2011, 23:02:55 UTC
2cb9b60 python/util/xmpp - extend pg_backend and pg_schema for sip data 08 November 2011, 23:02:54 UTC
6b893af python/logxmpp - explicit name the members when serializing sip/sdp/[origin|connectiondata] 08 November 2011, 23:02:54 UTC
9191849 python/logxmpp - serialize sip allow as well 08 November 2011, 23:02:54 UTC
ae34e7e python/logxmpp - minor cleanups 08 November 2011, 23:02:54 UTC
15bdfe3 python/logxmpp - change structure for sending messages - split serialization and broadcasting for better anonymous message support 08 November 2011, 23:02:54 UTC
1646a5a python/logxmpp - replace iterfind with findall 08 November 2011, 23:02:54 UTC
dadf8fe python/logxmpp - add only finished elements to xmlroot 08 November 2011, 23:02:54 UTC
6c0fc2f python/logxmpp - use SubElement instead of Element&append where appropriate 08 November 2011, 23:02:53 UTC
ab258b4 python/logxmpp - xmppclient got sendxmlobj to avoid code dups 08 November 2011, 23:02:53 UTC
bde659d python/logxmpp - switch to xml.etree instead of lxml - python 3.2 ships ElementTree 1.3 which is sufficient 08 November 2011, 23:02:53 UTC
7a708fe python/logxmpp - first shot at sip commands logging 08 November 2011, 23:02:53 UTC
dea3d39 python/logsql - create idx on sip_commands.connection 08 November 2011, 23:02:53 UTC
313a6ba python/logsql - log sip addr as well 08 November 2011, 23:02:53 UTC
dbcc108 python/util/readlogsqltree - update to decode and dump sip allow 08 November 2011, 23:02:53 UTC
4c4234d python/logsql - log sip allows as int 08 November 2011, 23:02:53 UTC
aa92eea python/sip - serialize allow headers for incident reporting 08 November 2011, 23:02:52 UTC
ff0f270 python/binding - None values did not work at incidents roots 08 November 2011, 23:02:52 UTC
4c99216 connection - do not set local/remote if the socket is -1 - this case is valid for udp 'accepted' connections, as they reuse their parents socket 08 November 2011, 23:02:52 UTC
c82ffbb python/util/readlogsqltree - add code to dump sip events 08 November 2011, 23:02:52 UTC
e2d87ff python/logsql - add support for logging sip 08 November 2011, 23:02:52 UTC
2f6472c python/sip - minor cleanups 08 November 2011, 23:02:52 UTC
47d622d python/sip - fix parsing for tls 08 November 2011, 23:02:51 UTC
7919597 python/sip - add logging via incidents 08 November 2011, 23:02:51 UTC
d5b0a56 python/binding - sometimes there is no difference in tuple/list 08 November 2011, 23:02:51 UTC
0171170 python/binding - minor changes to py_to_* incident conversion 08 November 2011, 23:02:51 UTC
deef3b3 python/binding - add support for incident value type none 08 November 2011, 23:02:51 UTC
823407f incident - add type 'none' for NULL/None values 08 November 2011, 23:02:51 UTC
eb3171e python/binding - add code to de/serialize dicts to opaque_data for incidents - same limitations as for lists apply 08 November 2011, 23:02:50 UTC
ad950da python/binding - py_from_opaque did not return the int values 08 November 2011, 23:02:50 UTC
fcf70b1 incident - add GHashTable as dict - access from c 'may' be difficult 08 November 2011, 23:02:50 UTC
b64783e python/sip - RtpUdpStream has to provide handle_error - if the RtpUdpStream is not connected gracefully, due to out-of-sockets the SipCall needs to know, else we'd leak two python objects 08 November 2011, 23:02:50 UTC
d17878f python/sip - unset the timers for SipCall - the methods from the instance are referenced and prevented a cleanup 08 November 2011, 23:02:50 UTC
efba53c python/pyev - traceback errors in callbacks instead of unraiseable 08 November 2011, 23:02:50 UTC
d83ee83 doc/www - FAQ und CSS changes 08 November 2011, 23:02:50 UTC
d6f7084 python/sip - unused imports removed * unused imports removed * late imports to use the module with external tools 08 November 2011, 23:02:50 UTC
cf03c34 doc/www - more documentation for the SIP module * how to create, edit or remove users * how to specify SDP data * how to define a personality 08 November 2011, 23:02:49 UTC
1787e2a python/sip - phone number can have up to 12 digits * phone numbers can have up to 12 digits by default 08 November 2011, 23:02:49 UTC
b9ca1df test/sip - Send requests with invalid sdp 08 November 2011, 23:02:49 UTC
44b527b python/sip - Handle sip body errors * act more like a real sip server and return error 400 if we can't parse the body part instead of doing nothing 08 November 2011, 23:02:49 UTC
79f0427 python/sip - SipCall does not need ConInfo as arg 08 November 2011, 23:02:49 UTC
1e89481 python/sip - associate RtpUdpStream to SipCall 08 November 2011, 23:02:49 UTC
85aaa52 python/sip - Simplifying timers and calls * using more internal connection timeouts * simplifying ack, bye and cancel calls 08 November 2011, 23:02:48 UTC
f6f366d python/sip - Handle errors while parsing sdp data 08 November 2011, 23:02:48 UTC
f4326ad python/sip - Truncate log message 08 November 2011, 23:02:48 UTC
6c10782 python/sip - Close SipCall after idle timeout * Close the SipCall if all RTP-Streams are closed and the idle timeout occurs 08 November 2011, 23:02:48 UTC
7bf5d6a python/sip - Fixing problem with pending calls * Handle Call-IDs globally * SipCall can close the call on disconnect * SipSession can close a SipCall after CANCEL-Request * This fixes a dependency problem between SipCall and SipSession 08 November 2011, 23:02:48 UTC
d755a34 python/sip - Handle messages with missing Call-ID * check if call-id is present in the request * check if call-id belongs to an active session 08 November 2011, 23:02:48 UTC
711df84 python/sip - Send 481 if call id doesn't exist * If dionaea receives a CANCEL-Request with a wrong call id, it sends a response with code 481 "Call/Transaction Does Not Exist" 08 November 2011, 23:02:48 UTC
ebf3c2c python/sip - Handle broken messages * Act like a real sip server even on broken sip messages 08 November 2011, 23:02:48 UTC
bec14ad python/sip - Logging; Handle closed connections * log all function calls for a better debugging * destroy session instances after a session was closed 08 November 2011, 23:02:47 UTC
9b8e812 python/sip - removing old and unused code 08 November 2011, 23:02:47 UTC
4c227d4 python/sip - Use listen() for UDP 08 November 2011, 23:02:47 UTC
f4e9354 python/sip - Fixing typo 08 November 2011, 23:02:47 UTC
3c7f667 python/sip - Check if path for RTP dump exists 08 November 2011, 23:02:47 UTC
1ad1b99 test/sip - Adding uac.xml to test INVITE-ACK-BYE * Use uac.xml instead of the build in xml to test INVITE-ACK-BYE Sequence 08 November 2011, 23:02:46 UTC
d3f5f94 python/sip - Adding status code constants * Adding status code constants to improve readability 08 November 2011, 23:02:46 UTC
ddf01fe python/sip - User not found, return status 404 * Return status "404 Not Found" if user doesn't exist 08 November 2011, 23:02:46 UTC
66ff122 python/sip - Add new line if it's missing * add new line if it is missing, this works only for SIP over UDP 08 November 2011, 23:02:46 UTC
2870026 python/util - Add current dir to import paths 08 November 2011, 23:02:46 UTC
de25cd9 python/sip - Support SIP over TCP 08 November 2011, 23:02:46 UTC
1d569c1 test/sip - More verbosity and some fixes * Verbosity: Display commands used during the tests * Fix: Tests working with BackTrack 5 08 November 2011, 23:02:46 UTC
94e5335 test/sip - Support for SIP over TCP 08 November 2011, 23:02:45 UTC
90cd0b8 python/sip - No error if client has no video * fixes an error when the client doesn't support video streams 08 November 2011, 23:02:45 UTC
4de5737 python/sip - Splitting rtp dump functions * RtpUdpStream can dump the rtp stream into a bistream file * extras.PCAP can dump streams into a pcap file * support for audio and video streams 08 November 2011, 23:02:45 UTC
b17a80b python/sip - Dump sip also into the pcap file * Dump all sip packages required to initiate the call into the pcap file 08 November 2011, 23:02:45 UTC
bb982b2 python/sip - Dump rtp-stream into pcap file 08 November 2011, 23:02:45 UTC
back to top