~ubuntu-branches/ubuntu/jaunty/freeradius/jaunty-proposed

« back to all changes in this revision

Viewing changes to src/modules/rlm_krb5/rlm_krb5.c

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2008-09-22 08:42:02 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20080922084202-eyjprg3z55481ha5
Tags: 2.1.0+dfsg-0ubuntu1
* New upstream release.
* Fixes FTBFS issue with new libtool.
* Fixes listen on random port. (LP: #261809)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * rlm_krb5.c   module to authenticate against krb5
3
3
 *
4
 
 * Version:     $Id: rlm_krb5.c,v 1.29 2007/04/05 10:52:32 aland Exp $
 
4
 * Version:     $Id$
5
5
 *
6
6
 *   This program is free software; you can redistribute it and/or modify
7
7
 *   it under the terms of the GNU General Public License as published by
23
23
 */
24
24
 
25
25
#include        <freeradius-devel/ident.h>
26
 
RCSID("$Id: rlm_krb5.c,v 1.29 2007/04/05 10:52:32 aland Exp $")
 
26
RCSID("$Id$")
27
27
 
28
28
#include        <freeradius-devel/radiusd.h>
29
29
#include        <freeradius-devel/modules.h>