openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
IPTables::libiptc
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
20 days
ago. based on code collected
20 days
ago.
Jan 29, 2024 — Jan 29, 2025
Showing page 9 of 11
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Add all the real libiptc code for generating libiptc.a.
Jesper Dangaard Brouer
More...
over 18 years ago
More header files needed by libiptc.a.
Jesper Dangaard Brouer
More...
over 18 years ago
Add some include files needed by libiptc.a.
Jesper Dangaard Brouer
More...
over 18 years ago
Update Change file.
Jesper Dangaard Brouer
More...
over 18 years ago
Update doc.
Jesper Dangaard Brouer
More...
over 18 years ago
Move function and add locking todo notes.
Jesper Dangaard Brouer
More...
over 18 years ago
Compress (or offuscate) the lenght of the code.
Jesper Dangaard Brouer
More...
over 18 years ago
Update docs.
Jesper Dangaard Brouer
More...
over 18 years ago
Change the parameters/API for function "list_rules_IPs" and return undef if chain does not exist.
Jesper Dangaard Brouer
More...
over 18 years ago
Update documentation.
Jesper Dangaard Brouer
More...
over 18 years ago
When listing IPs they may actually be ip-ranges, this change adds the "mask" to the string.
Jesper Dangaard Brouer
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.
Jesper Dangaard Brouer
More...
over 18 years ago
Inplemented function: list_rules_dst_IPs.
Jesper Dangaard Brouer
More...
over 18 years ago
During make test user need to be root.
Jesper Dangaard Brouer
More...
over 18 years ago
Introducing listing commands.
Jesper Dangaard Brouer
More...
over 18 years ago
Options to INSTALL section of howto install the module under stow.
Jesper Dangaard Brouer
More...
over 18 years ago
Propset keywords and small doc updates.
Jesper Dangaard Brouer
More...
over 18 years ago
Updated documentation.
Jesper Dangaard Brouer
More...
over 18 years ago
Add some lame test scripts.
Jesper Dangaard Brouer
More...
over 18 years ago
Change the version number as we need to test this version.
Jesper Dangaard Brouer
More...
over 18 years ago
Correcting error, call makefile in iptables/ with correct define arguments.
Jesper Dangaard Brouer
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.
Jesper Dangaard Brouer
More...
over 18 years ago
Modifying the make files.
Jesper Dangaard Brouer
More...
over 18 years ago
Solving the dynamic library loading problem, I have been fighting with yesterday.
Jesper Dangaard Brouer
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.
Jesper Dangaard Brouer
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.
Jesper Dangaard Brouer
More...
over 18 years ago
Add XS perl type checking.
Jesper Dangaard Brouer
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.
Jesper Dangaard Brouer
More...
over 18 years ago
Add define's of IPT_LIB_DIR and IPTABLES_VERSION. The do_command still does not work correctly.
Jesper Dangaard Brouer
More...
over 18 years ago
Non functional integration code with iptables.o.
Jesper Dangaard Brouer
More...
over 18 years ago
←
1
2
3
4
5
6
7
8
9
10
11
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree