]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
* Expose prototypes for the ktc_* functions. (Closes: #449432)
authorRuss Allbery <rra@debian.org>
Sat, 10 Nov 2007 03:33:55 +0000 (03:33 +0000)
committerRuss Allbery <rra@debian.org>
Sat, 10 Nov 2007 03:33:55 +0000 (03:33 +0000)
debian/changelog
debian/patches/ktc-prototypes [new file with mode: 0644]
debian/patches/series

index f150f9135171075ee9a18a6cdd1d1e2b17870e9c..978c8dba68e5b79392c133d79cc8cc88b3323f5e 100644 (file)
@@ -4,8 +4,9 @@ openafs (1.4.5.dfsg1-1) unstable; urgency=low
   * Fix signing the generated the changes file on a kernel module build.
     The module build file reorganization required an additional change to
     genchanges.  Thanks, Anders Kaseorg.  (Closes: #448449)
+  * Expose prototypes for the ktc_* functions.  (Closes: #449432)
 
- -- Russ Allbery <rra@debian.org>  Fri, 09 Nov 2007 19:09:32 -0800
+ -- Russ Allbery <rra@debian.org>  Fri, 09 Nov 2007 19:36:41 -0800
 
 openafs (1.4.5~pre2.dfsg1-1) unstable; urgency=low
 
diff --git a/debian/patches/ktc-prototypes b/debian/patches/ktc-prototypes
new file mode 100644 (file)
index 0000000..5e59a45
--- /dev/null
@@ -0,0 +1,24 @@
+Expose prototypes for the ktc_* functions on platforms other than Windows.
+Fixed upstream in a different way, but only on the 1.5 branch.
+
+Debian Bug#449432
+
+--- openafs.orig/src/auth/auth.p.h
++++ openafs/src/auth/auth.p.h
+@@ -24,7 +24,6 @@
+     char ticket[MAXKTCTICKETLEN];
+ };
+-#ifdef AFS_NT40_ENV
+ extern int ktc_SetToken(struct ktc_principal *server, struct ktc_token *token,
+                       struct ktc_principal *client, afs_int32 flags);
+@@ -38,6 +37,8 @@
+ extern int ktc_ForgetAllTokens(void);
++#ifdef AFS_NT40_ENV
++
+ /* Flags for the flag word sent along with a token */
+ #define PIOCTL_LOGON          0x1     /* invoked from integrated logon */
index 7ca93e5290403b1b4a4bd073d4da98d8bcaaecb7..1a44cd8dec4a1d7299653cd498417a6217fe97d7 100644 (file)
@@ -8,3 +8,4 @@ compiler-flags
 no-admin-reference
 ucontext-everywhere
 find-core-files
+ktc-prototypes