RT RT/krbdev.mit.edu: Ticket #2743 CITI RPC patches for NFSv4 Signed in as guest.
[Logout]

[Home] [Search] [Configuration]

[Display] [History] [Basics] [Dates] [People] [Links] [Jumbo]

 
 

 The Basics  
Id
2743
Status
resolved
Worked
0 min
Priority
0/0
Queue
krb5
 

 Keyword Selections  
Component
  • krb5-libs
Version_reported
Version_Fixed
  • 1.4
Target_Version
  • 1.4
Tags
 

 Relationships  
Depends on:
Depended on by:
  • 1349: (tlyu) rpcsec_gss compliant rpc replacement [resolved]
Parents:
Children:

Refers to:
Referred to by:
 
 Dates  
Created: Fri Oct 15 17:36:43 2004
Starts: Not set
Started: Not set
Last Contact: Fri Oct 15 17:54:46 2004
Due: Not set
Updated: Mon Nov 15 22:22:26 2004 by tlyu
 

 People  
Owner
 tlyu
Requestors
 tlyu@mit.edu
Cc
 kwc@citi.umich.edu
AdminCc
 
 

 More about Tom Yu  
Comments about this user:
No comment entered about this user
This user's 25 highest priority tickets:
 

History   Display mode: [Brief headers] [Full headers]
      Fri Oct 15 17:36:45 2004  tlyu - Ticket created    
     
Subject: CITI RPC patches for NFSv4
Cc: kwc@citi.umich.edu

 

     
Putting this into RT for tracking purposes...

Date: Mon, 27 Sep 2004 14:22:14 -0400
From: Kevin Coffman <kwc@citi.umich.edu>

Hi Tom,
I'm attaching a patch against today's anoncvs.  These changes do
several things:

- Get rid of mechanism oid checking in the rpc code.  It
  doesn't belong here.
- Add more elements to the rpc_gss_sec structure to allow
  passing options through to the gss_init_sec_context()
- add routine authgss_get_private_data() which allows us to
  get the private data we need to pass down to the kernel
  w/o knowledge of the internal structure format
- remove some dead code (#if 0)
- change kadmin's invocation to use the new elements of
  rpc_gss_sec
- change the print_rpc_gss_sec routine to format oid differently

Let me know what you think about these changes.

I was able to verify our gssd code with these changes.  The only other
issue is the requirement of a kerberos source tree to get the rpc
header files.

K.C.

Download (untitled) 955b
     
 
Download krb5.diffs 7.8k
      Fri Oct 15 17:54:44 2004  hartmans - Correspondence added    
     
To: rt@krbdev.mit.edu
Cc: 
Subject: Re: [krbdev.mit.edu #2743] CITI RPC patches for NFSv4
From: Sam Hartman <hartmans@mit.edu>
Date: Fri, 15 Oct 2004 17:54:38 -0400
RT-Send-Cc: 


The current plan is to install the RPC headers, right?



Download (untitled) 57b
      Fri Oct 15 17:58:25 2004  tlyu - Comments added    
     
To: rt-comment@krbdev.mit.edu
Subject: Re: [krbdev.mit.edu #2743] CITI RPC patches for NFSv4
From: Tom Yu <tlyu@mit.edu>
Date: Fri, 15 Oct 2004 17:58:23 -0400
RT-Send-Cc: 

Yeah, was also going to check in changes to install the headers.


Download (untitled) 65b
      Mon Oct 18 17:01:06 2004  tlyu - Correspondence added    
     
From: tlyu@mit.edu
Subject: CVS Commit

	* Makefile.in (install-unix): Install headers.


To generate a diff of this commit:



	cvs diff -r1.117 -r1.118 krb5/src/lib/rpc/ChangeLog
	cvs diff -r1.37 -r1.38 krb5/src/lib/rpc/Makefile.in


Download (untitled) 194b
      Sun Oct 24 18:27:35 2004  tlyu - Target_Version 1.4 added    
      Mon Oct 25 20:14:57 2004  tlyu - Status changed from open to resolved    
      Mon Oct 25 20:14:57 2004  tlyu - Correspondence added    
     
From: tlyu@mit.edu
Subject: CVS Commit

Kevin Coffman's patches to support passing gss context state to kernel.


To generate a diff of this commit:



	cvs diff -r1.56 -r1.57 krb5/src/lib/kadm5/clnt/ChangeLog
	cvs diff -r1.27 -r1.28 krb5/src/lib/kadm5/clnt/client_init.c
	cvs diff -r1.118 -r1.119 krb5/src/lib/rpc/ChangeLog
	cvs diff -r1.3 -r1.4 krb5/src/lib/rpc/auth_gss.c
	cvs diff -r1.4 -r1.5 krb5/src/lib/rpc/auth_gss.h
	cvs diff -r1.5 -r1.6 krb5/src/lib/rpc/libgssrpc.exports
	cvs diff -r1.4 -r1.5 krb5/src/lib/rpc/rename.h


Download (untitled) 490b
      Mon Nov 15 22:22:26 2004  tlyu - Version_Fixed 1.4 added