svn rev #25238: trunk/ doc/rst_source/krb_appldev/refs/api/ doc/rst_source/krb_users/user_commands/ ...

tsitkova@MIT.EDU tsitkova at MIT.EDU
Mon Sep 26 16:23:15 EDT 2011


http://src.mit.edu/fisheye/changelog/krb5/?cs=25238
Commit By: tsitkova
Log Message:
Documentation - Updated the API list with the new interfaces. 
Added reference to the examples subdirectory in Doxygen configuration file.



Changed Files:
U   trunk/doc/rst_source/krb_appldev/refs/api/index.rst
U   trunk/doc/rst_source/krb_users/user_commands/kinit.rst
U   trunk/src/Doxyfile
Modified: trunk/doc/rst_source/krb_appldev/refs/api/index.rst
===================================================================
--- trunk/doc/rst_source/krb_appldev/refs/api/index.rst	2011-09-26 20:06:44 UTC (rev 25237)
+++ trunk/doc/rst_source/krb_appldev/refs/api/index.rst	2011-09-26 20:23:15 UTC (rev 25238)
@@ -135,21 +135,26 @@
    krb5_auth_con_setsendsubkey.rst
    krb5_auth_con_setsendsubkey_k.rst
    krb5_auth_con_setuseruserkey.rst
+   krb5_cc_cache_match.rst
    krb5_cc_copy_creds.rst
    krb5_cc_end_seq_get.rst
    krb5_cc_get_config.rst
    krb5_cc_get_flags.rst
+   krb5_cc_get_full_name.rst
    krb5_cc_last_change_time.rst
    krb5_cc_lock.rst
    krb5_cc_move.rst
    krb5_cc_next_cred.rst
    krb5_cc_remove_cred.rst
    krb5_cc_retrieve_cred.rst
+   krb5_cc_select.rst
    krb5_cc_set_config.rst
    krb5_cc_set_default_name.rst
    krb5_cc_set_flags.rst
    krb5_cc_start_seq_get.rst
    krb5_cc_store_cred.rst
+   krb5_cc_support_switch.rst
+   krb5_cc_switch.rst
    krb5_cc_unlock.rst
    krb5_cccol_cursor_free.rst
    krb5_cccol_cursor_new.rst
@@ -184,6 +189,8 @@
    krb5_free_keyblock.rst
    krb5_free_keyblock_contents.rst
    krb5_free_keytab_entry_contents.rst
+   krb5_free_octet_data.rst
+   krb5_free_string.rst
    krb5_free_ticket.rst
    krb5_free_unparsed_name.rst
    krb5_get_permitted_enctypes.rst

Modified: trunk/doc/rst_source/krb_users/user_commands/kinit.rst
===================================================================
--- trunk/doc/rst_source/krb_users/user_commands/kinit.rst	2011-09-26 20:06:44 UTC (rev 25237)
+++ trunk/doc/rst_source/krb_users/user_commands/kinit.rst	2011-09-26 20:23:15 UTC (rev 25238)
@@ -6,26 +6,26 @@
 SYNOPSIS
 ~~~~~~~~
 
-kinit      
-          [**-V**]
-          [**-l** *lifetime*]
-          [**-s** *start_time*]
-          [**-r** *renewable_life*]
-          [**-p** | -**P**] 
-          [**-f** | -**F**]
-          [**-a**]
-          [**-A**]
-          [**-C**]
-          [**-E**]
-          [**-v**]
-          [**-R**]
-          [**-k** [-**t** *keytab_file*]]
-          [**-c** *cache_name*]
-          [**-n**]
-          [**-S** *service_name*]
-          [**-T** *armor_ccache*]
-          [**-X** *attribute[=value]*]
-          [*principal*]
+**kinit**      
+    [**-V**]
+    [**-l** *lifetime*]
+    [**-s** *start_time*]
+    [**-r** *renewable_life*]
+    [**-p** | -**P**] 
+    [**-f** | -**F**]
+    [**-a**]
+    [**-A**]
+    [**-C**]
+    [**-E**]
+    [**-v**]
+    [**-R**]
+    [**-k** [-**t** *keytab_file*]]
+    [**-c** *cache_name*]
+    [**-n**]
+    [**-S** *service_name*]
+    [**-T** *armor_ccache*]
+    [**-X** *attribute[=value]*]
+    [*principal*]
 
 
 DESCRIPTION

Modified: trunk/src/Doxyfile
===================================================================
--- trunk/src/Doxyfile	2011-09-26 20:06:44 UTC (rev 25237)
+++ trunk/src/Doxyfile	2011-09-26 20:23:15 UTC (rev 25238)
@@ -651,7 +651,7 @@
 # directories that contain example code fragments that are included (see 
 # the \include command).
 
-EXAMPLE_PATH           = 
+EXAMPLE_PATH           =  ../doc/doxy_examples
 
 # If the value of the EXAMPLE_PATH tag contains directories, you can use the 
 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 




More information about the cvs-krb5 mailing list