shishi-commit
[Top][All Lists]
Advanced

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

[SCM] GNU shishi branch, master, updated. shishi-0-0-42-3-g01defe0


From: Simon Josefsson
Subject: [SCM] GNU shishi branch, master, updated. shishi-0-0-42-3-g01defe0
Date: Mon, 15 Mar 2010 15:58:15 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU shishi".

http://git.savannah.gnu.org/cgit/shishi.git/commit/?id=01defe0b01e8d16fa0dad353476058e5fb499e2f

The branch, master has been updated
       via  01defe0b01e8d16fa0dad353476058e5fb499e2f (commit)
      from  9654b8843c8f819449f9939fd90175a5d0c6c97d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 01defe0b01e8d16fa0dad353476058e5fb499e2f
Author: Simon Josefsson <address@hidden>
Date:   Mon Mar 15 16:58:08 2010 +0100

    Fix lintian typos.

-----------------------------------------------------------------------

Summary of changes:
 lib/as.c            |    4 ++--
 lib/cfg.c           |    2 +-
 lib/encapreppart.c  |    2 +-
 lib/enckdcreppart.c |   18 +++++++++---------
 lib/encticketpart.c |   12 ++++++------
 lib/keys.c          |    2 +-
 lib/tgs.c           |    4 ++--
 lib/tkt.c           |    6 +++---
 lib/tkts.c          |   18 +++++++++---------
 9 files changed, 34 insertions(+), 34 deletions(-)

diff --git a/lib/as.c b/lib/as.c
index 48fb819..46be7e2 100644
--- a/lib/as.c
+++ b/lib/as.c
@@ -1,5 +1,5 @@
 /* as.c --- High level client AS functions
- * Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008  Simon Josefsson
+ * Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008, 2010  Simon Josefsson
  *
  * This file is part of Shishi.
  *
@@ -494,7 +494,7 @@ shishi_as_krberror_set (Shishi_as * as, Shishi_asn1 
krberror)
  *
  * Get Ticket in AS exchange.
  *
- * Return value: Returns the newly aquired tkt from the AS
+ * Return value: Returns the newly acquired tkt from the AS
  *               exchange, or NULL if not yet set or an error occured.
  **/
 Shishi_tkt *
diff --git a/lib/cfg.c b/lib/cfg.c
index b2992a4..2e691e4 100644
--- a/lib/cfg.c
+++ b/lib/cfg.c
@@ -360,7 +360,7 @@ shishi_cfg (Shishi * handle, const char *option)
  *
  * Configure shishi library using configuration file.
  *
- * Return Value: Returns SHISHI_OK iff succesful.
+ * Return Value: Returns %SHISHI_OK iff successful.
  **/
 int
 shishi_cfg_from_file (Shishi * handle, const char *cfg)
diff --git a/lib/encapreppart.c b/lib/encapreppart.c
index 11a03d5..ba310a7 100644
--- a/lib/encapreppart.c
+++ b/lib/encapreppart.c
@@ -269,7 +269,7 @@ shishi_encapreppart_from_file (Shishi * handle, Shishi_asn1 
* encapreppart,
  *
  * Extract the subkey from the encrypted AP-REP part.
  *
- * Return value: Returns SHISHI_OK iff succesful.
+ * Return value: Returns %SHISHI_OK iff successful.
  **/
 int
 shishi_encapreppart_get_key (Shishi * handle,
diff --git a/lib/enckdcreppart.c b/lib/enckdcreppart.c
index f5c2282..f90245d 100644
--- a/lib/enckdcreppart.c
+++ b/lib/enckdcreppart.c
@@ -79,7 +79,7 @@ shishi_encasreppart (Shishi * handle)
  * Extract the key to use with the ticket sent in the KDC-REP
  * associated with the EncKDCRepPart input variable.
  *
- * Return value: Returns SHISHI_OK iff succesful.
+ * Return value: Returns %SHISHI_OK iff successful.
  **/
 int
 shishi_enckdcreppart_get_key (Shishi * handle,
@@ -117,7 +117,7 @@ shishi_enckdcreppart_get_key (Shishi * handle,
  * Set the EncKDCRepPart.key field to key type and value of supplied
  * key.
  *
- * Return value: Returns SHISHI_OK iff succesful.
+ * Return value: Returns %SHISHI_OK iff successful.
  **/
 int
 shishi_enckdcreppart_key_set (Shishi * handle,
@@ -146,7 +146,7 @@ shishi_enckdcreppart_key_set (Shishi * handle,
  *
  * Set the EncKDCRepPart.nonce field.
  *
- * Return value: Returns SHISHI_OK iff succesful.
+ * Return value: Returns %SHISHI_OK iff successful.
  **/
 int
 shishi_enckdcreppart_nonce_set (Shishi * handle,
@@ -169,7 +169,7 @@ shishi_enckdcreppart_nonce_set (Shishi * handle,
  *
  * Set the EncKDCRepPart.flags field.
  *
- * Return value: Returns SHISHI_OK iff succesful.
+ * Return value: Returns %SHISHI_OK iff successful.
  **/
 int
 shishi_enckdcreppart_flags_set (Shishi * handle,
@@ -192,7 +192,7 @@ shishi_enckdcreppart_flags_set (Shishi * handle,
  *
  * Set the EncTicketPart.authtime to supplied value.
  *
- * Return value: Returns SHISHI_OK iff succesful.
+ * Return value: Returns %SHISHI_OK iff successful.
  **/
 int
 shishi_enckdcreppart_authtime_set (Shishi * handle,
@@ -218,7 +218,7 @@ shishi_enckdcreppart_authtime_set (Shishi * handle,
  * Set the EncTicketPart.starttime to supplied value.  Use a NULL
  * value for @starttime to remove the field.
  *
- * Return value: Returns SHISHI_OK iff succesful.
+ * Return value: Returns %SHISHI_OK iff successful.
  **/
 int
 shishi_enckdcreppart_starttime_set (Shishi * handle,
@@ -246,7 +246,7 @@ shishi_enckdcreppart_starttime_set (Shishi * handle,
  *
  * Set the EncTicketPart.endtime to supplied value.
  *
- * Return value: Returns SHISHI_OK iff succesful.
+ * Return value: Returns %SHISHI_OK iff successful.
  **/
 int
 shishi_enckdcreppart_endtime_set (Shishi * handle,
@@ -272,7 +272,7 @@ shishi_enckdcreppart_endtime_set (Shishi * handle,
  * Set the EncTicketPart.renew-till to supplied value.  Use a NULL
  * value for @renew_till to remove the field.
  *
- * Return value: Returns SHISHI_OK iff succesful.
+ * Return value: Returns %SHISHI_OK iff successful.
  **/
 int
 shishi_enckdcreppart_renew_till_set (Shishi * handle,
@@ -428,7 +428,7 @@ shishi_enckdcreppart_srealmserver_set (Shishi * handle,
  * fields of the EncKDCRepPart to the corresponding values in the
  * EncTicketPart.
  *
- * Return value: Returns SHISHI_OK iff succesful.
+ * Return value: Returns %SHISHI_OK iff successful.
  **/
 int
 shishi_enckdcreppart_populate_encticketpart (Shishi * handle,
diff --git a/lib/encticketpart.c b/lib/encticketpart.c
index 07dbb03..6b973c7 100644
--- a/lib/encticketpart.c
+++ b/lib/encticketpart.c
@@ -76,7 +76,7 @@ shishi_encticketpart (Shishi * handle)
  *
  * Extract the session key in the Ticket.
  *
- * Return value: Returns SHISHI_OK iff succesful.
+ * Return value: Returns %SHISHI_OK iff successful.
  **/
 int
 shishi_encticketpart_get_key (Shishi * handle,
@@ -114,7 +114,7 @@ shishi_encticketpart_get_key (Shishi * handle,
  * Set the EncTicketPart.key field to key type and value of supplied
  * key.
  *
- * Return value: Returns SHISHI_OK iff succesful.
+ * Return value: Returns %SHISHI_OK iff successful.
  **/
 int
 shishi_encticketpart_key_set (Shishi * handle,
@@ -145,7 +145,7 @@ shishi_encticketpart_key_set (Shishi * handle,
  *
  * Set the EncTicketPart.flags to supplied value.
  *
- * Return value: Returns SHISHI_OK iff succesful.
+ * Return value: Returns %SHISHI_OK iff successful.
  **/
 int
 shishi_encticketpart_flags_set (Shishi * handle,
@@ -246,7 +246,7 @@ shishi_encticketpart_cname_set (Shishi * handle,
  *
  * Set the EncTicketPart.transited field to supplied value.
  *
- * Return value: Returns SHISHI_OK iff succesful.
+ * Return value: Returns %SHISHI_OK iff successful.
  **/
 int
 shishi_encticketpart_transited_set (Shishi * handle,
@@ -277,7 +277,7 @@ shishi_encticketpart_transited_set (Shishi * handle,
  *
  * Set the EncTicketPart.authtime to supplied value.
  *
- * Return value: Returns SHISHI_OK iff succesful.
+ * Return value: Returns %SHISHI_OK iff successful.
  **/
 int
 shishi_encticketpart_authtime_set (Shishi * handle,
@@ -302,7 +302,7 @@ shishi_encticketpart_authtime_set (Shishi * handle,
  *
  * Set the EncTicketPart.endtime to supplied value.
  *
- * Return value: Returns SHISHI_OK iff succesful.
+ * Return value: Returns %SHISHI_OK iff successful.
  **/
 int
 shishi_encticketpart_endtime_set (Shishi * handle,
diff --git a/lib/keys.c b/lib/keys.c
index 80da544..87b49e0 100644
--- a/lib/keys.c
+++ b/lib/keys.c
@@ -143,7 +143,7 @@ shishi_keys_remove (Shishi_keys * keys, int keyno)
  * changing @key, or deallocating it, will not modify the value stored
  * in the key set.
  *
- * Return value: Returns SHISHI_OK iff succesful.
+ * Return value: Returns %SHISHI_OK iff successful.
  **/
 int
 shishi_keys_add (Shishi_keys * keys, Shishi_key * key)
diff --git a/lib/tgs.c b/lib/tgs.c
index a89405f..cc9c79c 100644
--- a/lib/tgs.c
+++ b/lib/tgs.c
@@ -1,5 +1,5 @@
 /* tgs.c --- High level client TGS functions.
- * Copyright (C) 2002, 2003, 2004, 2006, 2007  Simon Josefsson
+ * Copyright (C) 2002, 2003, 2004, 2006, 2007, 2010  Simon Josefsson
  *
  * This file is part of Shishi.
  *
@@ -542,7 +542,7 @@ shishi_tgs_krberror_set (Shishi_tgs * tgs, Shishi_asn1 
krberror)
  *
  * Get Ticket from TGS exchange.
  *
- * Return value: Returns the newly aquired ticket from the TGS
+ * Return value: Returns the newly acquired ticket from the TGS
  *               exchange, or NULL if not yet set or an error occured.
  **/
 Shishi_tkt *
diff --git a/lib/tkt.c b/lib/tkt.c
index b5bcd31..dfe4040 100644
--- a/lib/tkt.c
+++ b/lib/tkt.c
@@ -1,5 +1,5 @@
 /* tkt.c --- Ticket handling.
- * Copyright (C) 2002, 2003, 2004, 2006, 2007  Simon Josefsson
+ * Copyright (C) 2002, 2003, 2004, 2006, 2007, 2010  Simon Josefsson
  *
  * This file is part of Shishi.
  *
@@ -115,7 +115,7 @@ shishi_tkt (Shishi * handle, Shishi_tkt ** tkt)
  * shishi_tkt2:
  * @handle: shishi handle as allocated by shishi_init().
  * @ticket: input variable with ticket.
- * @enckdcreppart: input variable with auxilliary ticket information.
+ * @enckdcreppart: input variable with auxiliary ticket information.
  * @kdcrep: input variable with KDC-REP ticket information.
  *
  * Create a new ticket handle.
@@ -203,7 +203,7 @@ shishi_tkt_ticket_set (Shishi_tkt * tkt, Shishi_asn1 ticket)
  *
  * Get ASN.1 EncKDCRepPart structure from ticket.
  *
- * Return value: Returns auxilliary ticket information.
+ * Return value: Returns auxiliary ticket information.
  **/
 Shishi_asn1
 shishi_tkt_enckdcreppart (Shishi_tkt * tkt)
diff --git a/lib/tkts.c b/lib/tkts.c
index 5130603..2962f8d 100644
--- a/lib/tkts.c
+++ b/lib/tkts.c
@@ -248,7 +248,7 @@ shishi_tkts_remove (Shishi_tkts * tkts, int ticketno)
  * you modify @tkt, the ticket in the ticket set will also be
  * modified.
  *
- * Return value: Returns SHISHI_OK iff succesful.
+ * Return value: Returns %SHISHI_OK iff successful.
  **/
 int
 shishi_tkts_add (Shishi_tkts * tkts, Shishi_tkt * tkt)
@@ -279,7 +279,7 @@ shishi_tkts_add (Shishi_tkts * tkts, Shishi_tkt * tkt)
  * reference, so you must not de-allocate them before the ticket is
  * removed from the ticket set and de-allocated.
  *
- * Return value: Returns SHISHI_OK iff succesful.
+ * Return value: Returns %SHISHI_OK iff successful.
  **/
 int
 shishi_tkts_new (Shishi_tkts * tkts,
@@ -309,7 +309,7 @@ shishi_tkts_new (Shishi_tkts * tkts,
  *
  * Read tickets from file descriptor and add them to the ticket set.
  *
- * Return value: Returns SHISHI_OK iff succesful.
+ * Return value: Returns %SHISHI_OK iff successful.
  **/
 int
 shishi_tkts_read (Shishi_tkts * tkts, FILE * fh)
@@ -362,7 +362,7 @@ shishi_tkts_read (Shishi_tkts * tkts, FILE * fh)
  *
  * Read tickets from file and add them to the ticket set.
  *
- * Return value: Returns SHISHI_OK iff succesful.
+ * Return value: Returns %SHISHI_OK iff successful.
  **/
 int
 shishi_tkts_from_file (Shishi_tkts * tkts, const char *filename)
@@ -395,7 +395,7 @@ shishi_tkts_from_file (Shishi_tkts * tkts, const char 
*filename)
  *
  * Write tickets in set to file descriptor.
  *
- * Return value: Returns SHISHI_OK iff succesful.
+ * Return value: Returns %SHISHI_OK iff successful.
  **/
 int
 shishi_tkts_write (Shishi_tkts * tkts, FILE * fh)
@@ -450,7 +450,7 @@ shishi_tkts_write (Shishi_tkts * tkts, FILE * fh)
  *
  * Remove expired tickets from ticket set.
  *
- * Return value: Returns SHISHI_OK iff succesful.
+ * Return value: Returns %SHISHI_OK iff successful.
  **/
 int
 shishi_tkts_expire (Shishi_tkts * tkts)
@@ -487,7 +487,7 @@ shishi_tkts_expire (Shishi_tkts * tkts)
  *
  * Write tickets in set to file.
  *
- * Return value: Returns SHISHI_OK iff succesful.
+ * Return value: Returns %SHISHI_OK iff successful.
  **/
 int
 shishi_tkts_to_file (Shishi_tkts * tkts, const char *filename)
@@ -522,7 +522,7 @@ shishi_tkts_to_file (Shishi_tkts * tkts, const char 
*filename)
  * Print description of tickets for specified service to file
  * descriptor.  If service is NULL, all tickets are printed.
  *
- * Return value: Returns SHISHI_OK iff succesful.
+ * Return value: Returns %SHISHI_OK iff successful.
  **/
 int
 shishi_tkts_print_for_service (Shishi_tkts * tkts, FILE * fh,
@@ -582,7 +582,7 @@ shishi_tkts_print_for_service (Shishi_tkts * tkts, FILE * 
fh,
  *
  * Print description of all tickets to file descriptor.
  *
- * Return value: Returns SHISHI_OK iff succesful.
+ * Return value: Returns %SHISHI_OK iff successful.
  **/
 int
 shishi_tkts_print (Shishi_tkts * tkts, FILE * fh)


hooks/post-receive
-- 
GNU shishi




reply via email to

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