~ubuntu-branches/ubuntu/edgy/openssh/edgy

« back to all changes in this revision

Viewing changes to auth-shadow.c

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2005-10-31 07:46:44 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20051031074644-poik7e4un4723tr4
Tags: 1:4.2p1-5ubuntu1
Resynchronise with Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 */
24
24
 
25
25
#include "includes.h"
26
 
RCSID("$Id: auth-shadow.c,v 1.6 2005/02/16 03:20:06 dtucker Exp $");
 
26
RCSID("$Id: auth-shadow.c,v 1.7 2005/07/17 07:04:47 djm Exp $");
27
27
 
28
28
#if defined(USE_SHADOW) && defined(HAS_SHADOW_EXPIRE)
29
29
#include <shadow.h>
101
101
#if defined(__hpux) && !defined(HAVE_SECUREWARE)
102
102
        if (iscomsec()) {
103
103
                struct pr_passwd *pr;
104
 
                       
 
104
 
105
105
                pr = getprpwnam((char *)user);
106
106
 
107
107
                /* Test for Trusted Mode expiry disabled */