pull up r18863 from trunk
authorTom Yu <tlyu@mit.edu>
Tue, 28 Nov 2006 23:05:18 +0000 (23:05 +0000)
committerTom Yu <tlyu@mit.edu>
Tue, 28 Nov 2006 23:05:18 +0000 (23:05 +0000)
commitc42319eaca3de53b34740db99f4375e56f9a9641
tree06358978714daa1d3d767d36424bed3f60ac4c79
parentda6649ead5f536390682bfaa908208ba9468c8ee
pull up r18863 from trunk

 r18863@cathode-dark-space:  jaltman | 2006-11-22 13:11:16 -0500
 ticket: new
 subject: KFW 3.1 commits for Final Release
 tags: pullup

    KfW 3.1 final (NetIDMgr 1.1.8.0)

    nidmgr32.dll (1.1.8.0)

    - When detecting IP address changes, wait for things to settle down
      before setting of the IP address change notification.

    krb5cred.dll (1.1.8.0)

    - Fixed the Kerberos 5 configuration dialog which didn't handle
      setting the default realm properly.  Setting the default realm now
      sets the correct string in krb5.ini.

    - Changing the default realm now marks the relevant configuration node
      as dirty, and enabled the 'Apply' button.

    - Changing the 'renewable', 'forwardable' and 'addressless' checkboxes
      in the identity configuration panels now mark the relevant
      configuration nodes as dirty, and enables the 'Apply' button.

    - The location of the Kerberos 5 configuration file is now read-only
      in the Kerberos 5 configuration dialog.

    - Set the maximum number of characters for the edit controls in the
      configuration dialog.

    krb4cred.dll (1.1.8.0)

    - The location of the Kerberos 4 configuration files are now read-only
      in the Kerberos 4 configuration dialog.

    - Handles setting the ticket string.

    - Changing the ticket string now marks the relevant configuration node
      as dirty, and enables the 'Apply' button.

    - Fixed the plug-in initialization code to perform the initial ticket
      listing at the end of the initializaton process.

ticket: 4861

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-6@18869 dc483132-0cff-0310-8789-dd5450dbe970
14 files changed:
src/windows/identity/config/Makefile.w2k
src/windows/identity/config/Makefile.w32
src/windows/identity/plugins/krb4/krb4configdlg.c
src/windows/identity/plugins/krb4/krb4funcs.c
src/windows/identity/plugins/krb4/krb4funcs.h
src/windows/identity/plugins/krb4/krb4plugin.c
src/windows/identity/plugins/krb4/krbconfig.csv
src/windows/identity/plugins/krb4/lang/en_us/langres.rc
src/windows/identity/plugins/krb5/krb5configdlg.c
src/windows/identity/plugins/krb5/krb5configid.c
src/windows/identity/plugins/krb5/krb5funcs.c
src/windows/identity/plugins/krb5/lang/en_us/langres.rc
src/windows/identity/plugins/krb5/langres.h
src/windows/identity/ui/addrchange.c