summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Ignore ~ files.Sam Roberts2012-03-051-17/+18
|
* merged icmpv6 patch in, but I believe either it or the sample/icmp6_unreach ↵Sam Roberts2010-03-021-0/+1
| | | | generates the cksum incorrectly (victor@inliniac.net)
* Adjust Build script to fail, and ignore autotools temp dirs.Sam Roberts2010-02-091-1/+1
|
* Added ability to build a debian package directly from git.Sam Roberts2010-01-271-0/+4
|
* Ignore .dSYM (mac bundle) output directoriesSam Roberts2009-11-111-1/+2
|
* Ignore *.loTSam Roberts2009-11-091-0/+1
|
* ignore the generated libnet.hSam Roberts2009-11-051-0/+1
|
* only ignore Makefile in libnet/Sam Roberts2009-10-221-2/+0
|
* ignoredSam Roberts2009-09-281-1/+2
|
* Merge branch 'master' of git@github.com:sam-github/libnetSam Roberts2009-06-281-0/+2
|\ | | | | | | | | | | Conflicts: libnet/Makefile.am.common libnet/doc/CHANGELOG
| * Beginning of lua bindings.Sam Roberts2009-06-171-0/+2
| |
* | Auto* changes to work on OS X from git checkout.Sam Roberts2009-06-281-0/+2
|/
* Remove unused variables.Sam Roberts2009-04-301-1/+0
|
* Fixed various errors, including memory corruption, when IPv4 options are ↵Sam Roberts2009-04-301-0/+1
| | | | | | | | | | | modified. - pblock chain's ip_offset corrected - ipv4 pblock's ip total length and ip header length corrected - removed redundant, dead, and misleading code - clarified documentation on meaning of ip_len in build_ipv4 - corrected documentation on order in which options and ipv4 header should be built - ipv4 options unit test added to samples/
* Ignore generated files.Sam Roberts2009-04-191-0/+1
|
* updated to deal with new doc locationsSam Roberts2009-03-311-1/+5
|
* More .am files that didn't make it in from Stefanos' patches.Sam Roberts2009-03-311-0/+1
|
* doxygen config moved down to doc/Sam Roberts2009-03-311-2/+0
|
* Changed version to rc2, modified autogen.sh per Stefanos' suggestions, ↵Sam Roberts2009-03-311-0/+3
| | | | updated ignores.
* Merge branch 'ip_offset-patch' into v1.1.2.1-forkv1.1.2.1-forkSam Roberts2009-03-301-0/+1
|\
| * Bug fixes and reproduction code for ip_offset accounting problem in ↵Sam Roberts2009-03-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | libnet_build_ipv4 What happens is the ip_offset doesn't get correctly updated, and the checksum is written into invalid memory. Depending on your architecture, and the location of invalid memory, you might segv, silently produce packets with bad checksums or the checksum overwriting some other part of the header, or corrupt glib's internal alloc data structures. See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=418975#47 for more information.
* | ignore ltmain.shSam Roberts2009-03-261-0/+1
| |
* | merged autogen.sh from 1.1.3, now ltmain.sh comes from autogen.shSam Roberts2009-03-261-0/+8
|/
* ignore doc outputSam Roberts2009-03-021-0/+3
|
* Moved .gitignore up to root, and ignore sample executables.Sam Roberts2009-03-021-0/+58