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