~ubuntu-branches/ubuntu/jaunty/heimdal/jaunty

« back to all changes in this revision

Viewing changes to lib/krb5/rd_req.c

  • Committer: Bazaar Package Importer
  • Author(s): Nick Ellery
  • Date: 2008-11-17 22:25:58 UTC
  • mfrom: (1.1.5 upstream) (2.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20081117222558-jd1aj1jth6ycdb0x
Tags: 1.2.dfsg.1-2.1ubuntu1
* Merge from debian unstable, remaining changes (LP: #299345):
  - Change libdb4.2-dev to libdb4.6-dev in build-deps
  - Add netbase to heimdal-kdc depends.
  - Set CPPFLAGS=-DLDAP_DEPRECATED to fix build with OpenLDAP 2.4 on
    64-bit architectures.
* Remove dependency on update-inetd to heimdal-servers and heimdal-kdc,
  as packages should rely on the inet-superserver to provide the
  update-inetd command.
* Drop the addition of -1 to the version of comerr-dev in build depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
#include <krb5_locl.h>
35
35
 
36
 
RCSID("$Id: rd_req.c 22235 2007-12-08 21:52:07Z lha $");
 
36
RCSID("$Id: rd_req.c 22872 2008-04-07 18:50:36Z lha $");
37
37
 
38
38
static krb5_error_code
39
39
decrypt_tkt_enc_part (krb5_context context,
133
133
check_transited(krb5_context context, Ticket *ticket, EncTicketPart *enc)
134
134
{
135
135
    char **realms;
136
 
    int num_realms;
 
136
    unsigned int num_realms;
137
137
    krb5_error_code ret;
138
138
            
139
139
    /*