]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Remove the old new token interface
authorSimon Wilkinson <sxw@your-file-system.com>
Sat, 6 Feb 2010 13:20:34 +0000 (14:20 +0100)
committerDerrick Brashear <shadow@dementia.org>
Tue, 16 Feb 2010 01:40:32 +0000 (17:40 -0800)
commit06f6dc8dc70c0c9cdd875896eadf158b88a429ac
tree84ecc95b4ef620cf04a4b68e2838ecbcd38375c1
parent79ad82ccde98391ba59dc1234c10def78520b680
Remove the old new token interface

ktc.c has had for a long, long time a 'new' token interface, which
was only enabled if KERNEL_KTC_COMPAT is set. However, this is never
defined in our tree, relies on a syscall that just won't work on
platforms such as Linux, and won't support any of the new token
formats we're planning. So, just remove this interface from our
code - it's in version control should we want to revisit it in the
future.

Change-Id: Iab3dd04498799f061449a50bdac39c6407a9fdd7
Reviewed-on: http://gerrit.openafs.org/1318
Reviewed-by: Marc Dionne <marc.c.dionne@gmail.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/auth/ktc.c