cvs commit: src/usr.sbin/setkey Makefile parse.y sample.cf setkey.8 setkey.c token.l

Hajimu UMEMOTO ume at FreeBSD.org
Wed Nov 5 01:47:55 PST 2003


ume         2003/11/05 01:47:54 PST

  FreeBSD src repository

  Modified files:
    usr.sbin/setkey      Makefile parse.y sample.cf setkey.8 
                         setkey.c token.l 
  Log:
  - do hexdump on send.  set length field properly
  - check for encryption/authentication key together with algorithm.
  - warned if a deprecated encryption algorithm (that includes "simple")
    is specified.
  - changed the syntax how to define a policy of a ICMPv6 type and/or a
    code, like spdadd ::/0 ::/0 icmp6 134,0 -P out none;
  - random cleanup in parser.
  - use yyfatal, or return -1 after yyerror.
  - deal with strdup() failure.
  - permit scope notation in policy string (-P
    esp/tunnel/foo%scope-bar%scope/use)
  - simplify /prefix and [port].
  - g/c some unused symbols.
  
  Obtained from:  KAME
  
  Revision  Changes    Path
  1.11      +1 -1      src/usr.sbin/setkey/Makefile
  1.4       +847 -533  src/usr.sbin/setkey/parse.y
  1.4       +18 -18    src/usr.sbin/setkey/sample.cf
  1.28      +184 -138  src/usr.sbin/setkey/setkey.8
  1.6       +54 -73    src/usr.sbin/setkey/setkey.c
  1.9       +114 -155  src/usr.sbin/setkey/token.l


More information about the cvs-src mailing list