Skip to content
Snippets Groups Projects
  1. Jun 22, 2011
  2. Jun 10, 2011
  3. May 13, 2011
    • H. Peter Anvin's avatar
      tftpd: try to handle duplicate WRQ packets · 2864d83f
      H. Peter Anvin authored
      
      Duplicate WRQ packets can really hurt, since they end up accessing the
      same file.  This attempts to lock the file, which should work for the
      case where a correctly implemented TFTP stack uses the same session ID
      (port number) for each retry; in any other case they look like
      multiple sessions to the same file and it is a crapshoot if we end up
      with the correct one.
      
      Signed-off-by: default avatarH. Peter Anvin <hpa@zytor.com>
      2864d83f
  4. May 10, 2011
  5. May 05, 2011
  6. Sep 21, 2010
  7. Dec 12, 2009
  8. Sep 14, 2009
  9. Feb 25, 2009
  10. Feb 16, 2009
  11. Feb 02, 2009
  12. Nov 14, 2008
  13. Oct 20, 2008
  14. Aug 10, 2008
  15. Aug 01, 2008
    • Karsten Keil's avatar
      Add error messages if address types mismatch · 544abd78
      Karsten Keil authored
      
      If a user does supply a IPv4 or IPv6 address
      but force the other type with -4 or -6, give an error.
      The patch also fix the special [::ffff:127.0.1]
      address handling, it work now if you bind to this
      address but only if you not force IPv6 only, it seems
      that the kernel does not signal connections to a
      IPv6 socket listen on [::ffff:127.0.0.1], if it was bound
      IPv6 only.
      I think we can live with it and do not need a special test
      for this address.
      
      Signed-off-by: default avatarKarsten Keil <kkeil@suse.de>
      Signed-off-by: default avatarH. Peter Anvin <hpa@zytor.com>
      544abd78
  16. Jul 31, 2008
  17. Jul 30, 2008
Loading