~ubuntu-branches/debian/stretch/nfs-utils/stretch

« back to all changes in this revision

Viewing changes to utils/gssd/svcgssd_mech2file.c

  • Committer: Package Import Robot
  • Author(s): Luk Claes
  • Date: 2012-05-25 20:41:58 UTC
  • mfrom: (1.2.22)
  • Revision ID: package-import@ubuntu.com-20120525204158-fte9hh32egwbk5g3
Tags: 1:1.2.6-1
* New upstream version
  - Remove 18-dont-use-PAGE_SIZE.patch: merged upstream.
  - Update other patches.
  - Install osd_login (part of the autologin feature).
    - Add open-iscsi and watchdog to Recommends.
* Check for blank exports file (Closes: #673798).
* Add 18-osd_login-sbindir.patch to avoid FTBFS
* Add 19-iscsiadm-path.patch so osd_login works

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
 
54
54
struct mech2file m2f[] = {
55
55
        {{9, "\052\206\110\206\367\022\001\002\002"}, "krb5"},
56
 
        {{7, "\053\006\001\005\005\001\003"}, "spkm3"},
57
 
        {{7, "\053\006\001\005\005\001\009"}, "lipkey"},
58
56
        {{0,0},""},
59
57
};
60
58