~ubuntu-branches/ubuntu/feisty/openafs/feisty

« back to all changes in this revision

Viewing changes to src/rxkad/private_data.h

  • Committer: Package Import Robot
  • Author(s): Russ Allbery
  • Date: 2007-03-26 18:56:55 UTC
  • Revision ID: package-import@ubuntu.com-20070326185655-osce8n0y0dptgurh
* New upstream release.  (Closes: #415699)
  - Support newer Linux kernels.  (Closes: #409797, #410120)
  - Add aklog fallbacks for null realms to support the referral
    capability in MIT Kerberos 1.6 and later.  (Closes: #410314)
* Apply patch from Thomas Sesselmann to support setting options to pass
  to bosserver in /etc/default/openafs-fileserver.  (Closes: #409357)
* Remove the rx_Init calls in the PAM module.  The internal counters
  that had to be initialized that way have been removed.
* Now that we're running regen.sh as part of the build process, only
  patch the Autoconf source files and not the generated output to make
  the diff easier to audit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
    rxkad_type type;            /* always client */
57
57
    rxkad_level level;          /* minimum security level of client */
58
58
    afs_int32 kvno;             /* key version of ticket */
59
 
    afs_int16 ticketLen;        /* length of ticket */
 
59
    afs_int32 ticketLen;        /* length of ticket */
60
60
    fc_KeySchedule keysched;    /* the session key */
61
61
    fc_InitializationVector ivec;       /* initialization vector for cbc */
62
62
    char ticket[MAXKTCTICKETLEN];       /* the ticket for the server */