- 8516e63 2413020 ippool does not allow setting hash/tree with -a by Darren Reed · 16 years ago
- c2ee9dc remove unused variable by Darren Reed · 16 years ago
- f3d6e68 make it possible to set and print the fr_comment field by Darren Reed · 16 years ago
- dad62b2 zero'ing out the structure to start with makes looking at it in the kernel not quite so bizarre by Darren Reed · 16 years ago
- c58323c linked list manipulation was playing with the wrong pointers by Darren Reed · 16 years ago
- 9d98d38 close memory leak for duplicate log entries by Darren Reed · 16 years ago
- 98a4f34 2424604 adding random MD5 data causes panic by Darren Reed · 16 years ago
- 0b638e6 2408739 ntomask needs to take AF_* by Darren Reed · 16 years ago
- 3862093 IPFILTER_M_IPFILTER needs to be defined on more occassions than it is by Darren Reed · 16 years ago
- 301e9b5 some extra blank lines need to go by Darren Reed · 16 years ago
- 933d1b5 remove #ifdef's that introduce compile errors by Darren Reed · 16 years ago
- 86a215b make forming a tcp connection an individual function by Darren Reed · 16 years ago
- fc1f86e reorder include to fix compile problems by Darren Reed · 16 years ago
- 346f7c8 remove duplicated structures by Darren Reed · 16 years ago
- 9dc6920 2411000 log record header needs to say what protocol by Darren Reed · 16 years ago
- 24f1782 fix some other compile issues i introduced at the last minute, after testing by Darren Reed · 16 years ago
- 6b3dec3 return without a value to return... bad me by Darren Reed · 16 years ago
- 1607e63 2304528 assertion in ipf_mutex_clean() fails by Darren Reed · 16 years ago
- 4d8ad6f 2304435 Ineffecient lock usage in logging by Darren Reed · 16 years ago
- 315aa72 * as well as printing out if a state entry is an orphan, include the word by Darren Reed · 16 years ago
- 773581e change the output format of ni6 from text to hex by Darren Reed · 16 years ago
- 2032fd0 can be malloc'd, so check that it is >= FR_GROUPLEN before adding that NULL by Darren Reed · 16 years ago
- 58087b6 was accessing memory aftre it was freed by Darren Reed · 16 years ago
- 6a8062f ipfr_inited not being set to 1 stops cleanup from working by Darren Reed · 16 years ago
- 59e7fa8 2216500 fin_state serves no purpose 2216491 fin_nat serves little purpose by Darren Reed · 16 years ago
- 1f94039 correct getting stderr from CC by Darren Reed · 16 years ago
- 93e7c0e 2214658 ipf mostly ignores locking in NetBSD by Darren Reed · 16 years ago
- bbd11b2 1859718 IPF 4.1.28 repeated kernel panic Solaris 9 32bit by Darren Reed · 16 years ago
- c07b1cc Drop trailing spaces and tab. by Martti Kuparinen · 16 years ago
- e390125 2063742 4.1.30 breaks builds on Solaris 8 by Darren Reed · 16 years ago
- 93fa6be without COPYDATA, this function cannot work by Darren Reed · 16 years ago
- e71b55b move stats counting inside ipf_state_insert() so that they get all inserts/adds and are better protected by locks by Darren Reed · 16 years ago
- b6935a2 sendtrap_v1 and _v2 are now committed by Darren Reed · 16 years ago
- 21508a2 Add in the missing files, v1trap.c and v2trap.c by Darren Reed · 16 years ago
- e8acef0 by David Stes · 16 years ago
- 1f5a66f by David Stes · 16 years ago
- 5b1d2be add delivery of SNMPv1 and SNMPv2 traps to ipmon via ipmon.conf by Darren Reed · 16 years ago
- 26e39a0 now that ipf is global-variable-less, the radix tree it uses must also be the same by Darren Reed · 16 years ago
- 7ca617b destroy for ipf_nat_pending was missing. also break out switch on nat_dir to all the values rather than just _INBOUND/_OUTBOUND, making it more obvious what is going on by Darren Reed · 16 years ago
- d344efe ipftest should call _unload_all() before exiting so we can then check all locks init'd were destroyed properly by Darren Reed · 16 years ago
- 623b776 empty function needs proto too cause it is not in ipf.h by Darren Reed · 16 years ago
- 10f4e9b add counting of init vs destroy and a _clean function to call when this count should be 0 to assert it is 0 by Darren Reed · 16 years ago
- df1ca21 missing mutex_destroy for ipf_state_pending and bundle the one for ipf_stinsert with the others by Darren Reed · 16 years ago
- db45578 _main_load/_main_unload should only be called once for the rpcbind proxy by Darren Reed · 16 years ago
- 0e19653 calling ipf_pfil_unhook is missing from modunload sequence by Darren Reed · 16 years ago
- f126ef1 2098400 timeout functions are not getting softc pointer by Darren Reed · 16 years ago
- df81fdc remove FR_DIVERT (gone to NAT) by Darren Reed · 16 years ago
- 67931f4 include IPF_HZ_MULT and IPF_HZ_DIVIDE in timeout calculation for solaris by Darren Reed · 16 years ago
- 5a3cfd3 bump to 5.0.4 by Darren Reed · 16 years ago
- 6deda89 oops someone got forgotten by Darren Reed · 16 years ago
- 572ce83 qif_t is not used with pfhooks code by Darren Reed · 16 years ago
- b38fca8 do not allow inbound packets to match NAT_DIVERTUDP nat_t's that are delivering by Darren Reed · 16 years ago
- b53dbbc Solaris: by Darren Reed · 16 years ago
- 6cdce71 ifp is not a pointer with pfhooks by Darren Reed · 16 years ago
- 6d5f36c remove printf by Darren Reed · 16 years ago
- 9c3f854 rather than look for LOG_SECURITY and expect that to be 13<<3, use whatever by Darren Reed · 16 years ago
- a97a33f the wrong size was being calculated for free'ing the nat hash table bucket lengths by Darren Reed · 16 years ago
- 97c3322 for now ignore divert packets that match on inbound by Darren Reed · 16 years ago
- efd05c5 ipf_inject is not called with the correct m variable by Darren Reed · 16 years ago
- d202cd7 2057064 nat_dir can be values other than NAT_INBOUND/NAT_OUTBOUND by Darren Reed · 16 years ago
- 3cd212a a NAT'd packet that is to be delivered locally needs to have fin_out set to in by Darren Reed · 16 years ago
- feeb54e 2056579 use of ipf_prependmbt leads to crashes by Darren Reed · 16 years ago
- 47b8c16 2056570 hook functions do not update data after ipf_check returns by Darren Reed · 16 years ago
- 6c91dce nat_hv is now the hash, not the bucket, so print it correctly by Darren Reed · 16 years ago
- a91434e ALLOC_MB_T has args around the wrong way for Solaris by Darren Reed · 16 years ago
- 6642ec4 2055872 COPYIFNAME now needs to get the version by Darren Reed · 16 years ago
- a19acc8 2055792 new port numbers are reset to 0 with divert-udp rules by Darren Reed · 16 years ago
- e574344 2055786 ipnat doesn't print its statistics correctly by Darren Reed · 16 years ago
- 7948610 2055626 divert should deliver things locally when appropriate by Darren Reed · 16 years ago
- 42f2b42 2055626 divert should deliver things locally when appropriate by Darren Reed · 16 years ago
- e1efe61 softc is available to us easily... no need for loops by Darren Reed · 16 years ago
- 533e871 add by Darren Reed · 16 years ago
- e4e073c ipfboot does not need to worry about pfil if it is not required on solaris by Darren Reed · 16 years ago
- 4bde48f make it possible to turn interception of loopback traffic on/off on solaris by Darren Reed · 16 years ago
- f7324dc bump to 5.0.3 by Darren Reed · 16 years ago
- c8a8b05 2044746 Provide IP instance support for Solaris 10u4 and later by Darren Reed · 16 years ago
- 1b44c34 2044746 Provide IP instance support for Solaris 10u4 and later by Darren Reed · 16 years ago
- c58029b 2042949 Excessive locking when creating nat_t by Darren Reed · 16 years ago
- b261700 remove unused variable by Darren Reed · 16 years ago
- d42b259 clean some code style issues by Darren Reed · 16 years ago
- d4b4b24 2042949 Excessive locking when creating nat_t by Darren Reed · 16 years ago
- 053d119 [ 1979488 ] Memory leak in user utilities - token never freed (head br) by JohnO · 16 years ago
- 3aeedbe [ 1979488 ] Memory leak in user utilities - token never freed (head br) by JohnO · 16 years ago
- cc3d909 the scope of csump can be narrowed somewhat and its use confined by Darren Reed · 16 years ago
- f270fa6 2035610 nat_update does not need to get locks by Darren Reed · 16 years ago
- 83c3034 2024389 Entries added with SIOCSTPUT - but no rules - do not work by Darren Reed · 16 years ago
- 6e03004 add port randomisation and an option for sequential port number assignment by Darren Reed · 16 years ago
- 1dc3e6c 2020447 IPFilter's NAT can undo name server random port selection by Darren Reed · 16 years ago
- 11674d9 2022104 solaris's driver.conf cannot set timeout values by Darren Reed · 16 years ago
- 954de2f add multicast sync daemon by Darren Reed · 16 years ago
- 84a5cfe fill in the missing pieces for node_deref by Darren Reed · 16 years ago
- 08e762e ippool_y.h does not always get built like it should by Darren Reed · 16 years ago
- ae1125f encap tests need to use proto 4, not 98 by Darren Reed · 16 years ago
- 0341c81 do ipencap packets by Darren Reed · 16 years ago
- d4560ee juggle the placement of ipfselwait around to put it only where needed by Darren Reed · 16 years ago
- 32ebfbb the encap code in NAT is really IPinIP, not ENCAP, so change to the right IPPROTO_ by Darren Reed · 16 years ago
- b0b45cd all of the ipfilter tunables should start with ipf_ now, not fr_ by Darren Reed · 16 years ago
- 94e62d6 net_ifnames[] is only [2], so doing [2] and [3] is bad bad bad. by Darren Reed · 16 years ago
- 930c6c1 the OSF Makefile needs some additions so it can build ipfilter by Darren Reed · 16 years ago
- e386a8e not all versions of solaris have POLLOUTNORM by Darren Reed · 16 years ago