drop krbv4 support
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24512 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -453,20 +453,6 @@ togdebug()
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(KRB4) && defined(HAVE_KRB_DISABLE_DEBUG)
|
|
||||||
#include <krb.h>
|
|
||||||
|
|
||||||
static int
|
|
||||||
togkrbdebug(void)
|
|
||||||
{
|
|
||||||
if(krb_debug)
|
|
||||||
krb_enable_debug();
|
|
||||||
else
|
|
||||||
krb_disable_debug();
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
static int
|
static int
|
||||||
togcrlf()
|
togcrlf()
|
||||||
{
|
{
|
||||||
@@ -688,13 +674,6 @@ static struct togglelist Togglelist[] = {
|
|||||||
togdebug,
|
togdebug,
|
||||||
&debug,
|
&debug,
|
||||||
"turn on socket level debugging" },
|
"turn on socket level debugging" },
|
||||||
#if defined(KRB4) && defined(HAVE_KRB_DISABLE_DEBUG)
|
|
||||||
{ "krb_debug",
|
|
||||||
"kerberos 4 debugging",
|
|
||||||
togkrbdebug,
|
|
||||||
&krb_debug,
|
|
||||||
"turn on kerberos 4 debugging" },
|
|
||||||
#endif
|
|
||||||
{ "netdata",
|
{ "netdata",
|
||||||
"printing of hexadecimal network data (debugging)",
|
"printing of hexadecimal network data (debugging)",
|
||||||
0,
|
0,
|
||||||
|
Reference in New Issue
Block a user