Skip Menu |
 

From: tlyu@mit.edu
Subject: SVN Commit
Download (untitled) / with headers
text/plain 1.6KiB
r18922@cathode-dark-space: coffman | 2006-12-04 18:30:15 -0500
First cut at making the get_init_creds_opt structure extendable
and adding library functions to set options for preauthentication
plugins.

This does *not* include a compatibility function to work like
Heimdal's krb5_get_init_creds_opt_set_pkinit() function.

Hopefully, the test code that doesn't belong in kinit.c is
obvious.


r18929@cathode-dark-space: coffman | 2006-12-07 10:01:20 -0500
Remove extra "user_id" parameter.

Add function which duplicates the Heimdal interface (if we can agree on
what the matching attribute names should be).

r18934@cathode-dark-space: coffman | 2006-12-08 15:28:03 -0500
Update to use the simplified interface for krb5_get_init_creds_opt_set_pa()

Add code in kinit to process "-X" options as preauth options and pass
them along.



r18936@cathode-dark-space: coffman | 2006-12-11 12:04:26 -0500
Move prototypes for get_init_creds_opt_get_pa() and
krb5_get_init_creds_opt_free_pa() into the
preauth_plugin.h header rather than krb5.hin.




Commit By: tlyu



Revision: 19127
Changed Files:
_U trunk/
U trunk/src/clients/kinit/kinit.c
U trunk/src/clients/kpasswd/kpasswd.c
U trunk/src/clients/kpasswd/ksetpwd.c
U trunk/src/include/k5-int.h
U trunk/src/include/krb5/krb5.hin
U trunk/src/include/krb5/preauth_plugin.h
U trunk/src/lib/krb5/krb/get_in_tkt.c
U trunk/src/lib/krb5/krb/gic_keytab.c
U trunk/src/lib/krb5/krb/gic_opt.c
U trunk/src/lib/krb5/krb/gic_pwd.c
U trunk/src/lib/krb5/krb/preauth2.c
U trunk/src/lib/krb5/libkrb5.exports
U trunk/src/lib/krb5_32.def
U trunk/src/plugins/preauth/cksum_body/cksum_body_main.c
U trunk/src/plugins/preauth/wpse/wpse_main.c
From: tlyu@mit.edu
Subject: SVN Commit
update def-check to look at preauth_plugin.h


Commit By: tlyu



Revision: 19128
Changed Files:
_U trunk/
U trunk/src/include/Makefile.in
From: tlyu@mit.edu
Subject: SVN Commit
remove krb5_get_init_creds_opt_set_pkinit() for now


Commit By: tlyu



Revision: 19130
Changed Files:
_U trunk/
U trunk/src/clients/kinit/kinit.c
U trunk/src/lib/krb5/krb/gic_opt.c
U trunk/src/lib/krb5/libkrb5.exports
From: tlyu@mit.edu
Subject: SVN Commit
Fix merge botches:

restore krb5_get_init_creds_opt_set_change_password_prompt()

undo accidental reversion of preauth_tryagain change to
krb5_get_init_creds()


Commit By: tlyu



Revision: 19131
Changed Files:
_U trunk/
U trunk/src/lib/krb5/krb/get_in_tkt.c
U trunk/src/lib/krb5/krb/gic_opt.c
From: tlyu@mit.edu
Subject: SVN Commit
pull up r19127 from trunk

r19127@cathode-dark-space: tlyu | 2007-01-30 16:38:47 -0500
ticket: new
status: open
subject: get_init_creds_opt extensibility
component: krb5-libs

r18922@cathode-dark-space: coffman | 2006-12-04 18:30:15 -0500
First cut at making the get_init_creds_opt structure extendable
and adding library functions to set options for preauthentication
plugins.

This does *not* include a compatibility function to work like
Heimdal's krb5_get_init_creds_opt_set_pkinit() function.

Hopefully, the test code that doesn't belong in kinit.c is
obvious.


r18929@cathode-dark-space: coffman | 2006-12-07 10:01:20 -0500
Remove extra "user_id" parameter.

Add function which duplicates the Heimdal interface (if we can agree on
what the matching attribute names should be).

r18934@cathode-dark-space: coffman | 2006-12-08 15:28:03 -0500
Update to use the simplified interface for krb5_get_init_creds_opt_set_pa()

Add code in kinit to process "-X" options as preauth options and pass
them along.



r18936@cathode-dark-space: coffman | 2006-12-11 12:04:26 -0500
Move prototypes for get_init_creds_opt_get_pa() and
krb5_get_init_creds_opt_free_pa() into the
preauth_plugin.h header rather than krb5.hin.






Commit By: tlyu



Revision: 19145
Changed Files:
_U branches/krb5-1-6/
U branches/krb5-1-6/src/clients/kinit/kinit.c
U branches/krb5-1-6/src/clients/kpasswd/kpasswd.c
U branches/krb5-1-6/src/clients/kpasswd/ksetpwd.c
U branches/krb5-1-6/src/include/k5-int.h
U branches/krb5-1-6/src/include/krb5/krb5.hin
U branches/krb5-1-6/src/include/krb5/preauth_plugin.h
U branches/krb5-1-6/src/lib/krb5/krb/get_in_tkt.c
U branches/krb5-1-6/src/lib/krb5/krb/gic_keytab.c
U branches/krb5-1-6/src/lib/krb5/krb/gic_opt.c
U branches/krb5-1-6/src/lib/krb5/krb/gic_pwd.c
U branches/krb5-1-6/src/lib/krb5/krb/preauth2.c
U branches/krb5-1-6/src/lib/krb5/libkrb5.exports
U branches/krb5-1-6/src/lib/krb5_32.def
U branches/krb5-1-6/src/plugins/preauth/cksum_body/cksum_body_main.c
U branches/krb5-1-6/src/plugins/preauth/wpse/wpse_main.c
From: tlyu@mit.edu
Subject: SVN Commit
pull up r19128 from trunk

r19128@cathode-dark-space: tlyu | 2007-01-30 16:40:20 -0500
ticket: 5420
status: open

update def-check to look at preauth_plugin.h




Commit By: tlyu



Revision: 19146
Changed Files:
_U branches/krb5-1-6/
U branches/krb5-1-6/src/include/Makefile.in
From: tlyu@mit.edu
Subject: SVN Commit
pull up r19130 from trunk

r19130@cathode-dark-space: tlyu | 2007-01-30 19:52:59 -0500
ticket: 5420
status: open

remove krb5_get_init_creds_opt_set_pkinit() for now




Commit By: tlyu



Revision: 19148
Changed Files:
_U branches/krb5-1-6/
U branches/krb5-1-6/src/clients/kinit/kinit.c
U branches/krb5-1-6/src/lib/krb5/krb/gic_opt.c
From: tlyu@mit.edu
Subject: SVN Commit
pull up r19131 from trunk

r19131@cathode-dark-space: tlyu | 2007-01-30 19:53:11 -0500
ticket: 5420
status: open

Fix merge botches:

restore krb5_get_init_creds_opt_set_change_password_prompt()

undo accidental reversion of preauth_tryagain change to
krb5_get_init_creds()




Commit By: tlyu



Revision: 19149
Changed Files:
_U branches/krb5-1-6/
U branches/krb5-1-6/src/lib/krb5/krb/get_in_tkt.c
U branches/krb5-1-6/src/lib/krb5/krb/gic_opt.c
From: tlyu@mit.edu
Subject: SVN Commit
pull up r19085 from trunk

This is needed to deal with changes to the def-check run required by
the API changes.

r19085@cathode-dark-space: raeburn | 2007-01-20 07:13:15 -0500
Handle function names immediately preceded by "*", like "*strdup"
in k5-int.h+krb5.h.



Commit By: tlyu



Revision: 19150
Changed Files:
_U branches/krb5-1-6/
U branches/krb5-1-6/src/util/def-check.pl
From: tlyu@mit.edu
Subject: SVN Commit
Delete krb5_get_init_creds_opt_set_pkinit, somehow missed in merges.


Commit By: tlyu



Revision: 19151
Changed Files:
_U branches/krb5-1-6/
U branches/krb5-1-6/src/lib/krb5/libkrb5.exports