prefix digest commands with digest-

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19319 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-12-12 12:23:00 +00:00
parent f91432b111
commit 5cb68077c7

View File

@@ -33,7 +33,7 @@
/* $Id$ */ /* $Id$ */
command = { command = {
name = "server-init" name = "digest-server-init"
option = { option = {
long = "type" long = "type"
type = "string" type = "string"
@@ -78,7 +78,7 @@ command = {
help = "Sets up a digest context and return initial parameters" help = "Sets up a digest context and return initial parameters"
} }
command = { command = {
name = "server-request" name = "digest-server-request"
option = { option = {
long = "type" long = "type"
type = "string" type = "string"
@@ -166,7 +166,7 @@ command = {
help = "Completes digest negotiation and return final parameters" help = "Completes digest negotiation and return final parameters"
} }
command = { command = {
name = "client-request" name = "digest-client-request"
option = { option = {
long = "type" long = "type"
type = "string" type = "string"