Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Nov 2001 08:46:24 -0800 (PST)
From:      Hajimu UMEMOTO <ume@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netkey key.c key_debug.c key_debug.h key_var.h keysock.c
Message-ID:  <200111051646.fA5GkO453695@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ume         2001/11/05 08:46:24 PST

  Modified files:
    sys/netkey           key.c key_debug.c key_debug.h key_var.h 
                         keysock.c 
  Log:
  - net.inet.ipsec.esp_auth hasn't been there
  - nuke all debug printfs, which are unneeded by now.
  - get rid of #ifdef IPSEC_DEBUG in headers
  - now that key_debug_level is always defined, there's no need for
    #ifdef IPSEC_DEBUG around sysctl MIB code (net.key.debug).
  - switch all debug printf() to ipseclog().
  
  Obtained from:	KAME
  MFC after:	1 week
  
  Revision  Changes    Path
  1.34      +217 -459  src/sys/netkey/key.c
  1.16      +1 -5      src/sys/netkey/key_debug.c
  1.8       +5 -12     src/sys/netkey/key_debug.h
  1.5       +3 -32     src/sys/netkey/key_var.h
  1.8       +2 -23     src/sys/netkey/keysock.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111051646.fA5GkO453695>