0
I Use This!
Inactive

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add all the real libiptc code for generating libiptc.a. More... about 19 years ago
More header files needed by libiptc.a. More... about 19 years ago
Add some include files needed by libiptc.a. More... about 19 years ago
Update Change file. More... about 19 years ago
Update doc. More... about 19 years ago
Move function and add locking todo notes. More... about 19 years ago
Compress (or offuscate) the lenght of the code. More... about 19 years ago
Update docs. More... about 19 years ago
Change the parameters/API for function "list_rules_IPs" and return undef if chain does not exist. More... about 19 years ago
Update documentation. More... about 19 years ago
When listing IPs they may actually be ip-ranges, this change adds the "mask" to the string. More... about 19 years ago
Rename function: list_rules_dst_IPs to list_rules_IPs. And add a type parameter for selecting "dst" or "src" IPs. More... about 19 years ago
Inplemented function: list_rules_dst_IPs. More... about 19 years ago
During make test user need to be root. More... about 19 years ago
Introducing listing commands. More... about 19 years ago
Options to INSTALL section of howto install the module under stow. More... about 19 years ago
Propset keywords and small doc updates. More... about 19 years ago
Updated documentation. More... about 19 years ago
Add some lame test scripts. More... about 19 years ago
Change the version number as we need to test this version. More... about 19 years ago
Correcting error, call makefile in iptables/ with correct define arguments. More... about 19 years ago
Add iptables-standalone.c which is the C-file that the iptables binary is made from. This is done to test if its possible to build the iptables binary outside the iptables code tree. More... about 19 years ago
Modifying the make files. More... about 19 years ago
Solving the dynamic library loading problem, I have been fighting with yesterday. More... about 19 years ago
The post_initialize section is defined before the $PREFIX variable is defined, which means that we cannot use the PREFIX variable here... Thus we have to define IPT_LIB_DIR another place. More... about 19 years ago
We need a dummy pointer variable (fake_table), because iptables.c will update it if the "-t" argument is specified. And infact its not used if the handle is defined. More... about 19 years ago
Add XS perl type checking. More... about 19 years ago
The primary reason the do_command function did not work was due to getopt parsing in iptables.c, as it assumes that argv contains the program name as the first arg, which is then skipped. More... about 19 years ago
Add define's of IPT_LIB_DIR and IPTABLES_VERSION. The do_command still does not work correctly. More... about 19 years ago
Non functional integration code with iptables.o. More... about 19 years ago