Skip Menu |
 

Download (untitled) / with headers
text/plain 2.6KiB
From mgerdts@aur.alcatel.com Mon Jun 18 13:06:44 2001
Received: from pacific-carrier-annex.mit.edu (PACIFIC-CARRIER-ANNEX.MIT.EDU [18.7.21.83])
by rt-11.mit.edu (8.9.3/8.9.3) with ESMTP id NAA24095
for <bugs@RT-11.mit.edu>; Mon, 18 Jun 2001 13:06:44 -0400 (EDT)
Received: from aurms0.aur.alcatel.com (hostr41.alcatel.com [143.209.4.1])
by pacific-carrier-annex.mit.edu (8.9.2/8.9.2) with ESMTP id NAA13418
for <krb5-bugs@mit.edu>; Mon, 18 Jun 2001 13:06:43 -0400 (EDT)
Received: from aursea.aur.alcatel.com (aursea [143.209.6.105])
by aurms0.aur.alcatel.com (8.11.3/8.11.3) with ESMTP id f5IH6CU04982
for <krb5-bugs@mit.edu>; Mon, 18 Jun 2001 13:06:12 -0400 (EDT)
Received: (from mgerdts@localhost)
by aursea.aur.alcatel.com (8.9.3+Sun/8.9.3) id NAA19608
for krb5-bugs@mit.edu; Mon, 18 Jun 2001 13:06:11 -0400 (EDT)
Message-Id: <20010618130611.A19589@aur.alcatel.com>
Date: Mon, 18 Jun 2001 13:06:11 -0400
From: Michael Gerdts <Michael.Gerdts@usa.alcatel.com>
To: krb5-bugs@mit.edu
Subject: PATCH doc/api/ccache.tex

Show quoted text
>Number: 970
>Category: krb5-doc
>Synopsis: PATCH doc/api/ccache.tex
>Confidential: yes
>Severity: serious
>Priority: medium
>Responsible: raeburn
>State: feedback
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Mon Jun 18 13:07:01 EDT 2001
>Last-Modified: Sat Jun 23 01:02:19 EDT 2001
>Originator: Michael Gerdts <Michael.Gerdts@usa.alcatel.com>
>Organization:
>Release:
>Environment:
>Description:
>How-To-Repeat:
>Fix:
>Audit-Trail:

Responsible-Changed-From-To: gnats-admin->raeburn
Responsible-Changed-By: raeburn
Responsible-Changed-When: Fri Jun 22 23:14:24 2001
Responsible-Changed-Why:
I'll take it.

State-Changed-From-To: open-feedback
State-Changed-By: raeburn
State-Changed-When: Fri Jun 22 23:14:32 2001
State-Changed-Why:
Applied.

Show quoted text
>Unformatted:
--KsGdsel6WgEHnImy
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

This appears to make the documentation consistent and it seems to agree
with krb5.h.

Mike

--KsGdsel6WgEHnImy
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="ccache.tex.patch"

*** ccache.tex.orig Mon Jun 18 13:08:01 2001
--- ccache.tex Mon Jun 18 13:08:45 2001
***************
*** 63,69 ****
\end{funcdecl}

Equivalent to
! \funcnamenoparens{krb5_cc_resolve}(\funcname{krb5_cc_default_name},
\funcparam{ccache}).

\begin{funcdecl}{krb5_cc_initialize}{krb5_error_code}{\funcinout}
--- 63,70 ----
\end{funcdecl}

Equivalent to
! \funcnamenoparens{krb5_cc_resolve}(\funcparam{context},
! \funcname{krb5_cc_default_name},
\funcparam{ccache}).

\begin{funcdecl}{krb5_cc_initialize}{krb5_error_code}{\funcinout}

--KsGdsel6WgEHnImy--