~ubuntu-branches/ubuntu/maverick/krb5/maverick

« back to all changes in this revision

Viewing changes to src/lib/crypto/dk/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman
  • Date: 2009-05-07 16:16:34 UTC
  • mfrom: (13.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20090507161634-xqyk0s9na0le4flj
Tags: 1.7dfsg~beta1-4
When  decrypting the TGS response fails with the subkey, try with the
session key to work around Heimdal bug, Closes: #527353 

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
STLIBOBJS=\
18
18
        checksum.o      \
 
19
        dk_aead.o       \
19
20
        dk_decrypt.o    \
20
21
        dk_encrypt.o    \
21
22
        derive.o        \
24
25
 
25
26
OBJS=\
26
27
        $(OUTPRE)checksum.$(OBJEXT)     \
 
28
        $(OUTPRE)dk_aead.$(OBJEXT)      \
27
29
        $(OUTPRE)dk_decrypt.$(OBJEXT)   \
28
30
        $(OUTPRE)dk_encrypt.$(OBJEXT)   \
29
31
        $(OUTPRE)derive.$(OBJEXT)       \
32
34
 
33
35
SRCS=\
34
36
        $(srcdir)/checksum.c    \
 
37
        $(srcdir)/dk_aead.c     \
35
38
        $(srcdir)/dk_decrypt.c  \
36
39
        $(srcdir)/dk_encrypt.c  \
37
40
        $(srcdir)/dk_prf.c \
50
53
 
51
54
@libobj_frag@
52
55
 
53
 
# +++ Dependency line eater +++
54
 
55
 
# Makefile dependencies follow.  This must be the last section in
56
 
# the Makefile.in file
57
 
#
58
 
checksum.so checksum.po $(OUTPRE)checksum.$(OBJEXT): \
59
 
  $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \
60
 
  $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
61
 
  $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int-pkinit.h \
62
 
  $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \
63
 
  $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
64
 
  $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate_plugin.h \
65
 
  $(SRCTOP)/include/krb5/preauth_plugin.h $(SRCTOP)/include/port-sockets.h \
66
 
  $(SRCTOP)/include/socket-utils.h $(srcdir)/../etypes.h \
67
 
  checksum.c dk.h
68
 
dk_decrypt.so dk_decrypt.po $(OUTPRE)dk_decrypt.$(OBJEXT): \
69
 
  $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \
70
 
  $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
71
 
  $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int-pkinit.h \
72
 
  $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \
73
 
  $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
74
 
  $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate_plugin.h \
75
 
  $(SRCTOP)/include/krb5/preauth_plugin.h $(SRCTOP)/include/port-sockets.h \
76
 
  $(SRCTOP)/include/socket-utils.h dk.h dk_decrypt.c
77
 
dk_encrypt.so dk_encrypt.po $(OUTPRE)dk_encrypt.$(OBJEXT): \
78
 
  $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \
79
 
  $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
80
 
  $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int-pkinit.h \
81
 
  $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \
82
 
  $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
83
 
  $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate_plugin.h \
84
 
  $(SRCTOP)/include/krb5/preauth_plugin.h $(SRCTOP)/include/port-sockets.h \
85
 
  $(SRCTOP)/include/socket-utils.h dk.h dk_encrypt.c
86
 
dk_prf.so dk_prf.po $(OUTPRE)dk_prf.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
87
 
  $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/osconf.h \
88
 
  $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
89
 
  $(SRCTOP)/include/k5-int-pkinit.h $(SRCTOP)/include/k5-int.h \
90
 
  $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
91
 
  $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/krb5.h \
92
 
  $(SRCTOP)/include/krb5/locate_plugin.h $(SRCTOP)/include/krb5/preauth_plugin.h \
93
 
  $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
94
 
  dk.h dk_prf.c
95
 
derive.so derive.po $(OUTPRE)derive.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
96
 
  $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/osconf.h \
97
 
  $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
98
 
  $(SRCTOP)/include/k5-int-pkinit.h $(SRCTOP)/include/k5-int.h \
99
 
  $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
100
 
  $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/krb5.h \
101
 
  $(SRCTOP)/include/krb5/locate_plugin.h $(SRCTOP)/include/krb5/preauth_plugin.h \
102
 
  $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
103
 
  derive.c dk.h
104
 
stringtokey.so stringtokey.po $(OUTPRE)stringtokey.$(OBJEXT): \
105
 
  $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \
106
 
  $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
107
 
  $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int-pkinit.h \
108
 
  $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \
109
 
  $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
110
 
  $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate_plugin.h \
111
 
  $(SRCTOP)/include/krb5/preauth_plugin.h $(SRCTOP)/include/port-sockets.h \
112
 
  $(SRCTOP)/include/socket-utils.h dk.h stringtokey.c