From: John Kohl Date: Tue, 5 Jun 1990 10:01:40 +0000 (+0000) Subject: add rest of osconf.c variables X-Git-Tag: krb5-1.0-alpha2~411 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5e0137c4846b97831b516a5faaca6b4d2c96c707;p=krb5.git add rest of osconf.c variables git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1000 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/doc/api/libos.tex b/doc/api/libos.tex index 751f4a3da..461d217dd 100644 --- a/doc/api/libos.tex +++ b/doc/api/libos.tex @@ -7,9 +7,26 @@ The following global symbols are provided in \libname{libos.a}. If you wish to substitute for any of them, you must substitute for all of them (they are all declared and initialized in the same object file): \begin{itemize} -\item extern char *\globalname{krb5_default_pwd_prompt1} -\item extern char *\globalname{krb5_default_pwd_prompt2} -\item more to come... +% These come from src/lib/osconfig.c +\item extern char *\globalname{krb5_config_file}: name of configuration file +\item extern char *\globalname{krb5_trans_file}: name of hostname/realm +name translation file +\item extern char *\globalname{krb5_defkeyname}: default name of key +table file +\item extern char *\globalname{krb5_lname_file}: name of aname/lname +translation database +\item extern int \globalname{krb5_max_dgram_size}: maximum allowable +datagram size +\item extern int \globalname{krb5_max_skdc_timeout}: maximum +per-message KDC reply timeout +\item extern int \globalname{krb5_skdc_timeout_shift}: shift factor +(bits) to exponentially back-off the KDC timeouts +\item extern int \globalname{krb5_skdc_timeout_1}: initial KDC timeout +\item extern char *\globalname{krb5_kdc_udp_portname}: name of KDC UDP port +\item extern char *\globalname{krb5_default_pwd_prompt1}: first prompt +for password reading. +\item extern char *\globalname{krb5_default_pwd_prompt2}: second prompt + \end{itemize} \begin{funcdecl}{krb5_read_password}{krb5_error_code}{\funcin} diff --git a/doc/implement/libos-i.tex b/doc/implement/libos-i.tex index 751f4a3da..461d217dd 100644 --- a/doc/implement/libos-i.tex +++ b/doc/implement/libos-i.tex @@ -7,9 +7,26 @@ The following global symbols are provided in \libname{libos.a}. If you wish to substitute for any of them, you must substitute for all of them (they are all declared and initialized in the same object file): \begin{itemize} -\item extern char *\globalname{krb5_default_pwd_prompt1} -\item extern char *\globalname{krb5_default_pwd_prompt2} -\item more to come... +% These come from src/lib/osconfig.c +\item extern char *\globalname{krb5_config_file}: name of configuration file +\item extern char *\globalname{krb5_trans_file}: name of hostname/realm +name translation file +\item extern char *\globalname{krb5_defkeyname}: default name of key +table file +\item extern char *\globalname{krb5_lname_file}: name of aname/lname +translation database +\item extern int \globalname{krb5_max_dgram_size}: maximum allowable +datagram size +\item extern int \globalname{krb5_max_skdc_timeout}: maximum +per-message KDC reply timeout +\item extern int \globalname{krb5_skdc_timeout_shift}: shift factor +(bits) to exponentially back-off the KDC timeouts +\item extern int \globalname{krb5_skdc_timeout_1}: initial KDC timeout +\item extern char *\globalname{krb5_kdc_udp_portname}: name of KDC UDP port +\item extern char *\globalname{krb5_default_pwd_prompt1}: first prompt +for password reading. +\item extern char *\globalname{krb5_default_pwd_prompt2}: second prompt + \end{itemize} \begin{funcdecl}{krb5_read_password}{krb5_error_code}{\funcin}