shishi-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS shishi/lib


From: shishi-commit
Subject: CVS shishi/lib
Date: Tue, 09 Nov 2004 20:53:28 +0100

Update of /home/cvs/shishi/lib
In directory dopio:/tmp/cvs-serv5310/lib

Modified Files:
        ap.c as.c crypto.c keys.c 
Log Message:
Doc fix.

--- /home/cvs/shishi/lib/ap.c   2004/11/09 19:39:20     1.72
+++ /home/cvs/shishi/lib/ap.c   2004/11/09 19:53:28     1.73
@@ -570,7 +570,7 @@
 }
 
 /**
- * shishi_ap_authenticatorcksumdata:
+ * shishi_ap_authenticator_cksumdata:
  * @ap: structure that holds information about AP exchange
  * @out: output array that holds authenticator checksum data.
  * @len: on input, maximum length of output array that holds
@@ -643,7 +643,7 @@
 }
 
 /**
- * shishi_ap_authenticatorcksumtype:
+ * shishi_ap_authenticator_cksumtype:
  * @ap: structure that holds information about AP exchange
  *
  * Get the Authenticator Checksum Type in the AP exchange.
--- /home/cvs/shishi/lib/as.c   2004/11/09 19:39:20     1.44
+++ /home/cvs/shishi/lib/as.c   2004/11/09 19:53:28     1.45
@@ -114,7 +114,7 @@
    arrays. */
 
 /**
- * shishi_as_asreq:
+ * shishi_as_req:
  * @as: structure that holds information about AS exchange
  *
  * Get ASN.1 AS-REQ structure from AS exchange.
@@ -441,7 +441,7 @@
 }
 
 /**
- * shishi_as_get_krberror:
+ * shishi_as_krberror:
  * @as: structure that holds information about AS exchange
  *
  * Get ASN.1 KRB-ERROR structure from AS exchange.
@@ -494,7 +494,7 @@
 }
 
 /**
- * shishi_as_get_tkt:
+ * shishi_as_tkt:
  * @as: structure that holds information about AS exchange
  *
  * Get Ticket in AS exchange.
--- /home/cvs/shishi/lib/crypto.c       2004/11/09 19:39:20     1.104
+++ /home/cvs/shishi/lib/crypto.c       2004/11/09 19:53:28     1.105
@@ -685,6 +685,8 @@
  * shishi_cipher_parse:
  * @cipher: name of encryption type, e.g. "des3-cbc-sha1-kd".
  *
+ * Get cipher number by parsing string.
+ *
  * Return value: Return encryption type corresponding to a string.
  **/
 int
--- /home/cvs/shishi/lib/keys.c 2004/11/09 19:39:20     1.9
+++ /home/cvs/shishi/lib/keys.c 2004/11/09 19:53:28     1.10
@@ -105,7 +105,7 @@
 }
 
 /**
- * shishi_keys_for_localservice_in_file
+ * shishi_keys_for_localservicerealm_in_file:
  * @handle: Shishi library handle create by shishi_init().
  * @filename: file to read keys from.
  * @service: service to get key for.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]