0
I Use This!
Inactive

Commits : Listings

Analyzed 20 days ago. based on code collected 20 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add all the real libiptc code for generating libiptc.a. More... over 18 years ago
More header files needed by libiptc.a. More... over 18 years ago
Add some include files needed by libiptc.a. More... over 18 years ago
Update Change file. More... over 18 years ago
Update doc. More... over 18 years ago
Move function and add locking todo notes. More... over 18 years ago
Compress (or offuscate) the lenght of the code. More... over 18 years ago
Update docs. More... over 18 years ago
Change the parameters/API for function "list_rules_IPs" and return undef if chain does not exist. More... over 18 years ago
Update documentation. More... over 18 years ago
When listing IPs they may actually be ip-ranges, this change adds the "mask" to the string. More... over 18 years ago
Rename function: list_rules_dst_IPs to list_rules_IPs. And add a type parameter for selecting "dst" or "src" IPs. More... over 18 years ago
Inplemented function: list_rules_dst_IPs. More... over 18 years ago
During make test user need to be root. More... over 18 years ago
Introducing listing commands. More... over 18 years ago
Options to INSTALL section of howto install the module under stow. More... over 18 years ago
Propset keywords and small doc updates. More... over 18 years ago
Updated documentation. More... over 18 years ago
Add some lame test scripts. More... over 18 years ago
Change the version number as we need to test this version. More... over 18 years ago
Correcting error, call makefile in iptables/ with correct define arguments. More... over 18 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... over 18 years ago
Modifying the make files. More... over 18 years ago
Solving the dynamic library loading problem, I have been fighting with yesterday. More... over 18 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... over 18 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... over 18 years ago
Add XS perl type checking. More... over 18 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... over 18 years ago
Add define's of IPT_LIB_DIR and IPTABLES_VERSION. The do_command still does not work correctly. More... over 18 years ago
Non functional integration code with iptables.o. More... over 18 years ago