~ubuntu-branches/ubuntu/jaunty/heimdal/jaunty

« back to all changes in this revision

Viewing changes to lib/krb5/add_et_list.c

  • Committer: Bazaar Package Importer
  • Author(s): Nick Ellery
  • Date: 2008-11-17 22:25:58 UTC
  • mfrom: (1.1.5 upstream) (2.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20081117222558-jd1aj1jth6ycdb0x
Tags: 1.2.dfsg.1-2.1ubuntu1
* Merge from debian unstable, remaining changes (LP: #299345):
  - Change libdb4.2-dev to libdb4.6-dev in build-deps
  - Add netbase to heimdal-kdc depends.
  - Set CPPFLAGS=-DLDAP_DEPRECATED to fix build with OpenLDAP 2.4 on
    64-bit architectures.
* Remove dependency on update-inetd to heimdal-servers and heimdal-kdc,
  as packages should rely on the inet-superserver to provide the
  update-inetd command.
* Drop the addition of -1 to the version of comerr-dev in build depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
#include "krb5_locl.h"
35
35
 
36
 
RCSID("$Id: add_et_list.c 13713 2004-04-13 14:33:45Z lha $");
 
36
RCSID("$Id: add_et_list.c 22603 2008-02-21 18:44:57Z lha $");
37
37
 
38
 
/*
 
38
/**
39
39
 * Add a specified list of error messages to the et list in context.
40
40
 * Call func (probably a comerr-generated function) with a pointer to
41
41
 * the current et_list.
 
42
 *
 
43
 * @param context A kerberos context.
 
44
 * @param func The generated com_err et function.
 
45
 *
 
46
 * @return Returns 0 to indicate success.  Otherwise an kerberos et
 
47
 * error code is returned, see krb5_get_error_message().
 
48
 *
 
49
 * @ingroup krb5
42
50
 */
43
51
 
44
52
krb5_error_code KRB5_LIB_FUNCTION