0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
The iptables command links with these libs. More... about 19 years ago
Add clean sections and use PREFIX if set before. More... about 19 years ago
An iptables.o makefile. More... about 19 years ago
Have the perl generated make file call a makefile in the iptables/ directory. More... about 19 years ago
Add the iptables commandline code, from Netfilter SVN revision 6631. More... about 19 years ago
Move get_references to the correct section. More... about 19 years ago
Implemented get_references. More... about 19 years ago
Add a little bit doc about set_policy. More... about 19 years ago
Change "set_policy" function. More... about 19 years ago
It seems that set_policy zeros the counters, therefor the code now reads and returns the old policy and counters. More... about 19 years ago
Implemented set_policy. More... about 19 years ago
Implemented get_policy. More... about 19 years ago
Implemented builtin. More... about 19 years ago
Added functions flush_entries and zero_entries. More... about 19 years ago
Implemented rename_chain. More... about 19 years ago
Indent and make nicer error string. More... about 19 years ago
Advanced typemap checking of chain name lenght. More... about 19 years ago
Make the error code simpler, and simply croak on handler==NULL errors. More... about 19 years ago
Added function delete_chain and added some extra error handling in is_chain. More... about 19 years ago
Extra error handling to avoid segfault. More... about 19 years ago
Implement commit. More... about 19 years ago
Implemented interface to iptc_create_chain function, called create_chain. More... about 19 years ago
Added a test file to the MANIFEST file. More... about 19 years ago
Modify the test to print the ERRSTR stored in $!. This can be seen by running: "make test TEST_VERBOSE=1". More... about 19 years ago
Quick and dirty test script. More... about 19 years ago
Make sure that we link with the libiptc.a file in /usr/local/stow. More... about 19 years ago
Error handling in init function. More... about 19 years ago
Also make a DESTROY function. More... about 19 years ago
Making the XS code work on perl objects. More... about 19 years ago
Added a simple test program. More... about 19 years ago