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

« back to all changes in this revision

Viewing changes to utils/gssd/gss_util.h

  • Committer: Stéphane Graber
  • Author(s): Luk Claes
  • Date: 2013-05-10 19:27:47 UTC
  • mfrom: (1.2.23)
  • Revision ID: stgraber@ubuntu.com-20130510192747-cmt3wre21m3aje04
Tags: 1:1.2.8-1
* New upstream version (Closes: #707258).
  - Only amend extra-options on a successful vers=4 mount
    (Closes: #690181).
  - Use default domain (Closes: #657188).
  - Fix is-subdirectory to understand '/' (Closes: #685306).
  - Drop 18-osd_login-sbindir: incorporated upstream.
  - Avoid DNS reverse lookups on server names (Closes: #707401).
  - auth_unix_ip should downcall on error (Closes: #682709).
  - Refresh 11-532048-reduce-verbosity.
* Use rpcbind's rpcinfo everywhere (Closes: #707589).
* Add nfsdcltrack to nfs-kernel-server.
* Add libsqlite3-dev build dependency for nfsdcltrack.
* Do not try to install dropped ChangeLog.
* Adjust version of replaces due to manpage move.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
        const gss_OID mech);
43
43
int gssd_check_mechs(void);
44
44
 
 
45
#ifndef HAVE_LIBGSSGLUE
 
46
#include <gssapi/gssapi_krb5.h>
 
47
#define gss_free_lucid_sec_context(min, ctx, ret) \
 
48
                gss_krb5_free_lucid_sec_context(min, ret)
 
49
 
 
50
#define gss_export_lucid_sec_context gss_krb5_export_lucid_sec_context
 
51
#define gss_set_allowable_enctypes(min, cred, oid, num, types) \
 
52
                gss_krb5_set_allowable_enctypes(min, cred, num, types)
 
53
#endif
 
54
 
 
55
extern int avoid_dns;
 
56
 
45
57
#endif /* _GSS_UTIL_H_ */