1. 19 May, 2005 1 commit
    • Steve Grubb's avatar
      AUDIT: Clean up logging of untrusted strings · 168b7173
      Steve Grubb authored
      * If vsnprintf returns -1, it will mess up the sk buffer space accounting. 
      This is fixed by not calling skb_put with bogus len values.
      
      * audit_log_hex was a loop that called audit_log_vformat with %02X for each 
      character. This is very inefficient since conversion from unsigned character 
      to Ascii representation is essentially masking, shifting, and byte lookups. 
      Also, the length of the converted string is well known - it's twice the 
      original. Fixed by rewriting the function.
      
      * audit_log_untrustedstring had no comments. This makes it hard for 
      someone to understand what the string format will be.
      
      * audit_log_d_path was never fixed to use untrustedstring. This could mess
      up user space parsers. This was fixed to make a temp buffer, call d_path, 
      and log temp buffer using untrustedstring. 
      
      From: Steve Grubb <sgrubb@redhat.com>
      Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
      168b7173
  2. 18 May, 2005 1 commit
  3. 17 May, 2005 6 commits
  4. 16 May, 2005 7 commits
  5. 13 May, 2005 4 commits
  6. 12 May, 2005 4 commits
  7. 11 May, 2005 5 commits
  8. 10 May, 2005 9 commits
  9. 09 May, 2005 2 commits
  10. 08 May, 2005 1 commit
    • Pierre Ossman's avatar
      [PATCH] MMC: wbsd update · 85bcc130
      Pierre Ossman authored
      Updates to the wbsd driver.
                                                                                      
      * Fix to handle DAT3 card detection.
      * Fixed bug which could cause large writes to stall in FIFO mode.
      * Plug 'n Play support. In most cases you need ACPI PNP for this to work.
      * Uses generic DMA API (ISA dependency removed).
      85bcc130