| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
never been used on any platform that ipfilter has been on. However
it looks like it could be a useful utility, therefore there are plans
to make it a port one day. It lacks a man page as well.
MFC after: 1 month
Notes:
svn path=/head/; revision=342815
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit replaces calloc calls, which called calloc() as if it were
malloc() by allocating a multiple of objects as a sizeof multiplied by
the number of objects. The patch rectifies this by calling calloc() as
it was meant to be called.
This commit also replaces realloc() with reallocarray() in a similar
fashion as above. Instead of calculating the memory to reallocated
(changed) by multiplying sizeof by the number of objects, the sizeof
and number are passed as separate arguments to reallocarray(), letting
reallocarray() do the multiplication instead. Like the calloc()
adjustment above, this is approach is cleaner and more elegant than
than the previous code.
This has been tested on my production firewall and a laptop (also
running ipfilter).
Submitted by: pfg
MFC after: 6 weeks
Notes:
svn path=/head/; revision=315368
|
| |\
| |
| |
| |
| |
| |
| |
| | |
Approved by: glebius (mentor)
BSD Licensed by: Darren Reed <darrenr@reed.wattle.id.au> (author)
Notes:
svn path=/head/; revision=255332
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
import of new ipfilter vendor sources by flattening them.
To keep the tags consistent with dist, the tags are also flattened.
Approved by: glebius (Mentor)
Notes:
svn path=/vendor/ipfilter/dist/; revision=253467
|
| | |
| |
| |
| | |
Notes:
svn path=/vendor/ipfilter/dist/; revision=161351
|
| | |
| |
| |
| | |
Notes:
svn path=/vendor/ipfilter/dist/; revision=153877
|
| | |
| |
| |
| |
| |
| |
| | |
MFC after: 1 weeks
Notes:
svn path=/head/; revision=161357
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=153881
|
| | |
| |
| |
| |
| |
| |
| |
| | |
that fixed in them....
* Keep unnecessary files out of the non-vendor part of this CVS repository.
Notes:
svn path=/head/; revision=145519
|
| |\|
| |
| |
| |
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=145511
|
| | |
| |
| |
| | |
Notes:
svn path=/vendor/ipfilter/dist/; revision=145510
|
| |\|
| |
| |
| |
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=80487
|
| | |
| |
| |
| | |
Notes:
svn path=/vendor/ipfilter/dist/; revision=80486
|
| |/
|
|
| |
Notes:
svn path=/head/; revision=57110
|
| |
|
|
|
|
|
| |
More to come in the next days.
Notes:
svn path=/vendor/ipfilter/dist/; revision=53024
|
| |
|
|
|
|
|
| |
Obtained from: Darren Reed via http://cheops.anu.edu.au/~avalon/
Notes:
svn path=/vendor/ipfilter/dist/; revision=37074
|
| |
|
|
| |
Notes:
svn path=/vendor/ipfilter/dist/; revision=31183
|
| |
|
|
|
| |
Notes:
svn path=/vendor/ipfilter/dist/; revision=24583
svn path=/vendor/ipfilter/3.2a4/; revision=24585; tag=vendor/ipfilter/3.2a4
|
|
|
Notes:
svn path=/vendor/ipfilter/dist/; revision=22514
svn path=/vendor/ipfilter/3.1.7/; revision=22516; tag=vendor/ipfilter/3.1.7
|