Displaying 3 results from an estimated 3 matches for "to_flag".
2006 Apr 24
2
Checkboxes - Saving a Checked record to another table
...else.  Im struggling 
with the logic to save to another table.  I know how to do it if the 
asset_id is already in the "flagged_assets" table.
# when flag_assets page is loaded
def flag_assets
   @assets = Asset.find :all
  end
# Called when Ajax form is submitted
  def get_flagged
   to_flag = params[:to_be_flagged]
     if to_flag
       to_flag.each do |asset_id, flag|
    	 @assets = FlaggedAsset.find_all_by_asset_id(asset_id)
    	   for asset in @assets
    	    if flag == "yes"
    	     asset.flag = 1
    	    else
    	     asset.flag = 0
    	    end
    	   asset.s...
2005 May 20
1
Possible PAWS security vulnerability
...list (Braden 1993/04/26).
+                * NOTE2 additional check added as a result of PAWS vulnerability
+                * documented in Cisco security notice cisco-sn-20050518-tcpts
+                * from OpenBSD patch for OpenBSD 3.6 015_tcp.patch
                 */
                if ((to.to_flags & TOF_TS) != 0 &&
                    SEQ_LEQ(th->th_seq, tp->last_ack_sent)) {
+                       if (SEQ_LEQ(tp->last_ack_sent, th->th_seq + tlen
+
+                               ((thflags & (TH_SYN|TH_FIN)) != 0)))
+                                 tp->ts_re...
2006 Apr 11
2
FreeBSD 6.0 panics - sbdrop
...len = 69
        tlen = 0
        off = 32
        drop_hdrlen = 52
        tp = (struct tcpcb *) 0xc20538fc
        thflags = 16
        so = (struct socket *) 0xc20ac9bc
        todrop = 69
        acked = 69
        ourfinisacked = 0
        needoutput = 0
        tiwin = 5840
        to = {to_flags = 1, to_tsval = 973977367, to_tsecr = 80518898, 
  to_mss = 0, to_requested_s_scale = 0 '\0', to_nsacks = 0 '\0', 
  to_sacks = 0x0}
        headlocked = 0
        rstreason = 69
        ip6 = (struct ip6_hdr *) 0x0
        isipv6 = 0
#6  0xc0740147 in ip_input (m=0xc1c09100)
    a...