Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ldx/python-iptables
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ncode/python-iptables
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 0 files changed
  • 4 contributors

Commits on Aug 12, 2011

  1. Merge pull request #1 from clalancette/master

    Update python-iptables to work on modern distros
    ldx
    ldx committed Aug 12, 2011
    Configuration menu
    Copy the full SHA
    44eccce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    825bd84 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2011

  1. Warn user before firing up iptables tests.

    ldx
    ldx committed Oct 21, 2011
    Configuration menu
    Copy the full SHA
    573904e View commit details
    Browse the repository at this point in the history
  2. Try to load the kernel module.

    When iptc is imported try to load the ip_tables kernel module (it
    is not loaded automatically).  Raise an exception if this fails
    (modprobe returns with anything but 0).  If the module is already
    loaded modprobe will just return with 0, so it will do no harm if
    we try to load it more than once.
    ldx
    ldx committed Oct 21, 2011
    Configuration menu
    Copy the full SHA
    c92f361 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2011

  1. Fix typo in documentation.

    ldx
    ldx committed Nov 2, 2011
    Configuration menu
    Copy the full SHA
    116565d View commit details
    Browse the repository at this point in the history
  2. Pydoc fixes.

    ldx
    ldx committed Nov 2, 2011
    Configuration menu
    Copy the full SHA
    a938683 View commit details
    Browse the repository at this point in the history
  3. Eliminate a compiler warning.

    ldx
    ldx committed Nov 2, 2011
    Configuration menu
    Copy the full SHA
    cf48bf7 View commit details
    Browse the repository at this point in the history
  4. Bump version to v0.1.1.

    ldx
    ldx committed Nov 2, 2011
    Configuration menu
    Copy the full SHA
    42ca054 View commit details
    Browse the repository at this point in the history
  5. Update docs.

    ldx
    ldx committed Nov 2, 2011
    Configuration menu
    Copy the full SHA
    ff0f9c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2011

  1. Fix chain.append_rule()

    alip committed Nov 7, 2011
    Configuration menu
    Copy the full SHA
    0fcc3ae View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from alip/walk-of-life

    Remove erroneous last parameter in chain.append_rule().
    ldx
    ldx committed Nov 7, 2011
    Configuration menu
    Copy the full SHA
    5fa49cf View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2011

  1. added debian package

    ncode committed Dec 13, 2011
    Configuration menu
    Copy the full SHA
    a38593e View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2011

  1. Configuration menu
    Copy the full SHA
    8858160 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b000d8 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2011

  1. cleaning and fixing deps

    ncode committed Dec 19, 2011
    Configuration menu
    Copy the full SHA
    d0c256b View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2012

  1. Configuration menu
    Copy the full SHA
    68a3d24 View commit details
    Browse the repository at this point in the history
Loading