RT RT/krbdev.mit.edu: Ticket #4377 Preauthentication Plugin Framework Signed in as guest.
[Logout]

[Home] [Search] [Configuration]

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

 
 

 The Basics  
Id
4377
Status
open
Worked
0 min
Priority
0/0
Queue
krb5
 

 Keyword Selections  
Component
Version_reported
Version_Fixed
Target_Version
Tags
  • enhancement
 

 Relationships  
Depends on:
Depended on by:
Parents:
Children:

Refers to:
Referred to by:
 
 Dates  
Created: Tue Oct 3 15:07:30 2006
Starts: Not set
Started: Tue Oct 3 15:07:35 2006
Last Contact: Not set
Due: Not set
Updated: Mon Oct 16 15:07:30 2006 by hartmans
 

 People  
Owner
 hartmans
Requestors
 hartmans@mit.edu, nalin@redhat.com, nallin@redhat.com
Cc
 
AdminCc
 
 

 More about Sam Hartman  
Comments about this user:
No comment entered about this user
This user's 25 highest priority tickets:
 
 More about nalin@redhat.com  
Comments about this user:
No comment entered about this user
This user's 25 highest priority tickets:
 
 More about nallin@redhat.com  
Comments about this user:
No comment entered about this user
This user's 25 highest priority tickets:
 

History   Display mode: [Brief headers] [Full headers]
      Tue Oct  3 15:07:31 2006  hartmans - Ticket created    
     
From: hartmans@mit.edu
Subject: SVN Commit

Patch from Nalin Dahyabhai at Redhat to implement a preauthentication
framework based on the plugin architecture.  Currently. the API is
considered internal and the header is not installed.
See src/include/krb5/preauth_plugin.h for the interface.

Commit By: hartmans



Revision: 18641
Changed Files:
U   trunk/README
U   trunk/doc/copyright.texinfo
U   trunk/src/Makefile.in
U   trunk/src/config/pre.in
U   trunk/src/config-files/krb5.conf.M
U   trunk/src/configure.in
U   trunk/src/include/k5-int.h
U   trunk/src/include/kdb.h
U   trunk/src/include/krb5/krb5.hin
A   trunk/src/include/krb5/preauth_plugin.h
U   trunk/src/kdc/Makefile.in
U   trunk/src/kdc/dispatch.c
U   trunk/src/kdc/do_as_req.c
U   trunk/src/kdc/kdc_preauth.c
U   trunk/src/kdc/kdc_util.h
U   trunk/src/kdc/main.c
U   trunk/src/lib/krb5/error_tables/krb5_err.et
U   trunk/src/lib/krb5/krb/Makefile.in
U   trunk/src/lib/krb5/krb/get_in_tkt.c
U   trunk/src/lib/krb5/krb/init_ctx.c
U   trunk/src/lib/krb5/krb/preauth2.c
U   trunk/src/lib/krb5/os/init_os_ctx.c
A   trunk/src/plugins/preauth/
A   trunk/src/plugins/preauth/cksum_body/
A   trunk/src/plugins/preauth/cksum_body/Makefile.in
A   trunk/src/plugins/preauth/cksum_body/cksum_body.exports
A   trunk/src/plugins/preauth/cksum_body/configure.in
A   trunk/src/plugins/preauth/cksum_body/src/
A   trunk/src/plugins/preauth/cksum_body/src/cksum_body.c
A   trunk/src/plugins/preauth/wpse/
A   trunk/src/plugins/preauth/wpse/Makefile.in
A   trunk/src/plugins/preauth/wpse/configure.in
A   trunk/src/plugins/preauth/wpse/src/
A   trunk/src/plugins/preauth/wpse/src/wpse.c
A   trunk/src/plugins/preauth/wpse/wpse.exports


Download (untitled) 1.5k
      Tue Oct  3 15:07:34 2006  hartmans - Tags enhancement added    
      Tue Oct  3 15:07:35 2006  hartmans - Status changed from new to open    
      Tue Oct  3 15:07:35 2006  hartmans - Requestor hartmans@mit.edu added    
      Thu Oct  5 17:16:19 2006  hartmans - Requestor nallin@redhat.com added    
      Thu Oct  5 17:17:57 2006  hartmans - Requestor nalin@redhat.com added    
      Thu Oct  5 17:29:03 2006  hartmans - Correspondence added    
     
From: hartmans@mit.edu
Subject: SVN Commit

	* kdc_preauth.c (return_padata): Allocate a padata context if not
	already allocated.  In the preauth_required path check will not be
	called to set up the context first.


Commit By: hartmans



Revision: 18650
Changed Files:
U   trunk/src/kdc/kdc_preauth.c


Download (untitled) 260b
      Fri Oct 13 14:50:46 2006  hartmans - Correspondence added    
     
From: hartmans@mit.edu
Subject: SVN Commit

Patch to split client plugin from server plugin.


Commit By: hartmans



Revision: 18693
Changed Files:
U   trunk/src/include/krb5/preauth_plugin.h
U   trunk/src/kdc/kdc_preauth.c
U   trunk/src/lib/krb5/krb/preauth2.c
U   trunk/src/plugins/preauth/cksum_body/cksum_body.exports
U   trunk/src/plugins/preauth/cksum_body/src/cksum_body.c
U   trunk/src/plugins/preauth/wpse/src/wpse.c
U   trunk/src/plugins/preauth/wpse/wpse.exports


Download (untitled) 431b
      Fri Oct 13 15:15:21 2006  hartmans - Status changed from open to resolved    
      Fri Oct 13 15:15:21 2006  hartmans - Correspondence added    
     
From: hartmans@mit.edu
Subject: SVN Commit

	* preauth_plugin.h: Don't use an enum in a public api.


	* kdc_preauth.c (get_etype_info):  Rename get_entry_data to avoid shadowing
	(get_etype_info2): likewise
	(return_etype_info): likewise
	(return_pw_salt): likewise
	(get_entry_data): Update prototype not to use enum in a API

Commit By: hartmans



Revision: 18695
Changed Files:
U   trunk/src/include/krb5/preauth_plugin.h
U   trunk/src/kdc/kdc_preauth.c


Download (untitled) 415b
      Mon Oct 16 15:07:29 2006  hartmans - Status changed from resolved to open