root/mirror/edenwall/pynetfilter_conntrack/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9447 [9447] 22 months haypo Create Filter class, responsible to filter, sort and truncate
(edit) @9446 [9446] 22 months haypo cnetfilter_conntrack: Fix list truncate in dump
(edit) @9445 [9445] 22 months haypo cnetfilter_conntrack now supports sorting and list truncate (start/size)
(edit) @9444 [9444] 22 months haypo Rename conntrack.c to dump.c
(edit) @9442 [9442] 22 months haypo * cnetfilter_conntrack now supports networks filtering * …
(edit) @9439 [9439] 22 months haypo * Add missing constant NFCT_MARK * Fix EntryBase? constructor
(edit) @9438 [9438] 22 months haypo Use cnetfilter_conntrack.dump_table() when it's available
(edit) @9437 [9437] 22 months haypo * Remove unused imports * Remove hash() method and hashtuple attribute of …
(edit) @9436 [9436] 22 months haypo * Update website URL * Create close() method to ConntrackBase?
(edit) @9435 [9435] 22 months haypo Create a C version of libnetfilter_conntrack Python binding
(edit) @9428 [9428] 22 months haypo * ConntrackEntry? IP (v4 and v6) attributes are now IPy.IP objects * …
(edit) @9426 [9426] 22 months haypo Write release date
(edit) @9414 [9414] 22 months haypo Write 0.4.2 release date
(edit) @9398 [9398] 22 months haypo Restore entry.hashtuple but use a DeprecatedWarning?
(edit) @9397 [9397] 22 months haypo conntrack.py: create checkKernelModule() to load missing kernel modules if …
(edit) @9396 [9396] 22 months haypo Create ConntrackEntry?.free()
(edit) @9063 [9063] 2 years pollux Update Debian packaging
(edit) @8202 [8202] 2 years haypo Fix dependency
(edit) @6336 [6336] 3 years haypo Fix setup.py to get full description and fix changelog of 0.4.2
(edit) @6333 [6333] 3 years haypo Prepare release 0.4.2: * Create tags/pynetfilter_conntrack-0.4.2 * Fix …
(edit) @6332 [6332] 3 years haypo * Update dependency list * Remove useless "& 0xFFFF" in …
(edit) @6329 [6329] 3 years haypo Use "from ... import"
(edit) @6328 [6328] 3 years haypo * Add unit tests for int16_to_uint16() function * Don't use long integer …
(edit) @6327 [6327] 3 years haypo Update dependencies
(edit) @6326 [6326] 3 years haypo Fix intXX_to_uintXX() for python 2.3
(edit) @6310 [6310] 3 years haypo Move updated dependencies list to INSTALL
(edit) @6279 [6279] 3 years dboucard Porting 0.4.1 changelog update to trunk ;
(edit) @6108 [6108] 3 years haypo Backport bugfixes from pynetfilter_conntrack 0.4.1
(edit) @5903 [5903] 3 years haypo * Move old change logs from README to ChangeLog? file * Set version to 0.5
(edit) @5902 [5902] 3 years haypo Update ChangeLog?
(edit) @5897 [5897] 3 years haypo ConntrackEntry?: * Add compare() and eq() methods * Add hash(), …
(edit) @5896 [5896] 3 years haypo Factorize error handler in EntryBase?
(edit) @5895 [5895] 3 years haypo Write ConntrackBase?._error() to factorize error code
(edit) @5894 [5894] 3 years haypo Conntrack and Expect classes: write base class (ConntrackBase?)
(edit) @5893 [5893] 3 years haypo Conntrack and Expect entry classes: * Write base class: EntryBase? * …
(edit) @5892 [5892] 3 years haypo ConntrackEntry?: rename _conntrack attribute to _sub_system to prepare …
(edit) @5883 [5883] 3 years haypo * ExpectEntry?: write new() and del() methods specific to expect * …
(edit) @5882 [5882] 3 years haypo Add code for expect (functions, classes, etc.)
(edit) @5881 [5881] 3 years haypo Fix Conntrack.catch(): register and then unregister callback in the method
(edit) @5880 [5880] 3 years haypo * Move destroy from Conntrack to ConntrackEntry? class * IP attributes of …
(edit) @5879 [5879] 3 years haypo conntrack.py: catch runtime error and keyboard interrupt
(edit) @5878 [5878] 3 years haypo * add nfct_setobjopt() function * export nfct_handle_p and …
(edit) @5877 [5877] 3 years haypo add TCP_CONNNTRACK_xxx and NFCT_SOPT_xxx constants
(edit) @5872 [5872] 3 years haypo Oops, fix my last commit: self.dict => self.dict
(edit) @5871 [5871] 3 years haypo Fix ConntrackEntry?.del: avoid using undefined attributes
(edit) @5861 [5861] 3 years haypo * Add some constants and nfct_catch() to be able to catch events * …
(edit) @5860 [5860] 3 years haypo ConntrackEntry?: * add destroy option: if it's False, do not destroy the …
(edit) @5465 [5465] 3 years haypo Update dependency list
(edit) @5464 [5464] 3 years haypo Update dependencies list
(edit) @5221 [5221] 3 years gryzor Removed python version _2.3_ dependency in the debian build process
(edit) @5200 [5200] 3 years dboucard Adding dependance to python-ipy for etch compliance.
(edit) @5198 [5198] 3 years dboucard Updating etch package conf: changelog, remove element-tree from …
(edit) @5197 [5197] 3 years dboucard Setting minimal version for dependance to libnetfilter_conntrack (0.0.50) …
(edit) @5196 [5196] 3 years dboucard Updating sarge package conf: changelog, remove (c)element-tree from …
(edit) @5195 [5195] 3 years dboucard Porting debian conf from 0.3
(edit) @5038 [5038] 3 years dboucard Fix bad import (int32_to_uint32)
(edit) @5035 [5035] 3 years dboucard Renaming uint32() to int32_to_uint32() function.
(edit) @5028 [5028] 3 years dboucard Enhance uint32 code design.
(edit) @5027 [5027] 3 years dboucard Fixing management of unsigned integer where heavy bit is to one (and seen …
(edit) @5025 [5025] 3 years dboucard Fixing connection status accessors.
(edit) @4747 [4747] 3 years haypo Add script to check doctests
(edit) @4350 [4350] 3 years dboucard Tagging all packaging work for sarge and etch as a 0.3.1-2 release.
(edit) @3716 [3716] 3 years haypo Add IPS_xxx constants
(edit) @3433 [3433] 4 years haypo * Move package informations (website, license, version, ...) to …
(edit) @3302 [3302] 4 years haypo * Fix timeout endian: don't use ntohl() or htonl() * …
(edit) @3290 [3290] 4 years haypo * Add method Conntrack.destroy_conntrack() * Dump conntrack table use …
(edit) @3268 [3268] 4 years haypo kxmleditor dislikes ASCII charset, so I use a classic ISO-8859-1
(edit) @3267 [3267] 4 years haypo Add command line option to choose between plaintext or XML output
(edit) @3249 [3249] 4 years haypo Don't change endian for mark field
(edit) @3248 [3248] 4 years haypo * Fix counters field size (64-bit and not 32-bit) * Fix …
(edit) @3243 [3243] 4 years haypo Conntrack.dump_table(): set default address family to AF_INET (IPv4)
(edit) @3239 [3239] 4 years haypo Change ConntrackEntry?.format() prototype: output type is the first …
(copy) @3234 [3234] 4 years haypo Move branches/new_api to trunk
copied from mirror/edenwall/pynetfilter_conntrack/branches/new_api:
(edit) @3232 [3232] 4 years haypo * Add AUTHORS, setup.py, COPYING, README * Set version to 0.4
Note: See TracRevisionLog for help on using the revision log.