~vcs-imports/nfs-utils/main

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: neilbrown
  • Date: 2006-03-28 00:48:27 UTC
  • Revision ID: Arch-1:nfs-utils@products.ubuntu.com%nfs-utils--MAIN--0--patch-569
        Update krb5 code to use glue routine lucid context functions



        The gssd code should not know about the glue layer's context structure.
        A previous patch added gss_export_lucid_sec_context() and
        gss_free_lucid_sec_context() functions to the gssapi glue layer.
        Use these functions rather than calling directly to the Kerberos
        gssapi code (which requires the Kerberos context handle rather
        than the glue's context handle).

        (really this time)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
2006-03-28 kwc@citi.umich.edu
 
2
        Update krb5 code to use glue routine lucid context functions
 
3
        
 
4
        
 
5
        
 
6
        The gssd code should not know about the glue layer's context structure.
 
7
        A previous patch added gss_export_lucid_sec_context() and
 
8
        gss_free_lucid_sec_context() functions to the gssapi glue layer.
 
9
        Use these functions rather than calling directly to the Kerberos
 
10
        gssapi code (which requires the Kerberos context handle rather
 
11
        than the glue's context handle).
 
12
        
 
13
        (really this time)
 
14
        
 
15
2006-03-28 kwc@citi.umich.edu
2
16
        
3
17
        Separate out context handling code for MIT Kerberos and SPKM3
4
18
        into their own file.