cvs commit: src/usr.sbin/setkey parse.y setkey.8 token.l src/lib/libipsec ipsec_dump_policy.c pfkey.c pfkey_dump.c policy_token.l

Bruce M Simpson bms at FreeBSD.org
Tue Feb 10 20:34:35 PST 2004


bms         2004/02/10 20:34:34 PST

  FreeBSD src repository

  Modified files:
    usr.sbin/setkey      parse.y token.l setkey.8 
    lib/libipsec         ipsec_dump_policy.c pfkey.c pfkey_dump.c 
                         policy_token.l 
  Log:
  Initial import of RFC 2385 (TCP-MD5) digest support.
  
  This is the second of two commits; bring in the userland support to finish.
  
  Teach libipsec and setkey about the tcp-md5 class of security associations,
  thus allowing administrators to add per-host keys to the SADB for use by
  the tcpsignature_compute() function.
  
  Document that a single SPI must be used until such time as the code which
  adds support to the SPD to specify flows for tcp-md5 treatment is suitable
  for production.
  
  Sponsored by:   sentex.net
  
  Revision  Changes    Path
  1.8       +2 -0      src/lib/libipsec/ipsec_dump_policy.c
  1.8       +14 -1     src/lib/libipsec/pfkey.c
  1.15      +3 -0      src/lib/libipsec/pfkey_dump.c
  1.8       +1 -0      src/lib/libipsec/policy_token.l
  1.5       +13 -4     src/usr.sbin/setkey/parse.y
  1.30      +7 -0      src/usr.sbin/setkey/setkey.8
  1.10      +2 -0      src/usr.sbin/setkey/token.l


More information about the cvs-src mailing list