~ssalley/ubuntu/maverick/likewise-open/likewise-open.fix627272

« back to all changes in this revision

Viewing changes to dcerpc/ncklib/comauth.h

  • Committer: Bazaar Package Importer
  • Author(s): Gerald Carter, Michael Casadevall, Gerald Carter
  • Date: 2010-03-13 07:42:44 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100313074244-j1gy0zo19cc32xhl
Tags: 5.4.0.42111-1
[ Michael Casadevall ]
* LP: #517300
  - added debian/patches/disable_parallel_builds.diff to allow successful builds
    on non-x86 architectures caused by improperly parsing /proc/cpuinfo to
    determine the number of CPUs and set make -jX.
  - added debian/patches/correct_lwio_configure_detection.diff to correct configure
    tests for properly checking proc filesystems on non-x86 linux platforms
  - added ${misc:Depends} to Depends lines to satisfy lintian
  - Added debian/README.source to satisfy lintian 
  - Bumped standards version to 3.8.3

[ Gerald Carter ]
* New upstream release. (LP: #538616)
* likewise-open.install: Include uninstalled binaries and ncalrpc
    servers required for domainjoin-cli {join,leave}
* patches/version-in-share.diff:
  - Corrected location of VERSION file in lsassd

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
        unsigned32                          /* out */   * /*st*/
136
136
   ));
137
137
 
 
138
typedef void (*rpc_auth_inq_access_token_fn_t) _DCE_PROTOTYPE_ ((
 
139
        rpc_auth_info_p_t,
 
140
        rpc_access_token_p_t*,
 
141
        unsigned32*));
 
142
 
138
143
/***********************************************************************/
139
144
/*
140
145
 * RPC authentication service API EPV.
151
156
    rpc_auth_resolve_identity_fn_t      resolve_id;
152
157
    rpc_auth_release_identity_fn_t      release_id;
153
158
    rpc_auth_inq_sec_context_fn_t       inq_sec_context;
 
159
    rpc_auth_inq_access_token_fn_t      inq_access_token;
154
160
} rpc_auth_epv_t, *rpc_auth_epv_p_t;
155
161
 
156
162
/***********************************************************************/