- djm@cvs.openbsd.org 2007/08/23 02:55:51

[auth-passwd.c auth.c session.c]
     missed include bits from last commit
     NB. RCS ID sync only for portable
This commit is contained in:
Damien Miller 2007-09-17 11:54:24 +10:00
parent 6572db28fd
commit 6ef50134c2
4 changed files with 8 additions and 4 deletions

View File

@ -4,6 +4,10 @@
[auth-passwd.c auth.c session.c]
unifdef HAVE_LOGIN_CAP; ok deraadt@ millert@
NB. RCS ID sync only for portable
- djm@cvs.openbsd.org 2007/08/23 02:55:51
[auth-passwd.c auth.c session.c]
missed include bits from last commit
NB. RCS ID sync only for portable
20070914
- (dtucker) [openbsd-compat/bsd-asprintf.c] Plug mem leak in error path.
@ -3201,4 +3205,4 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@
$Id: ChangeLog,v 1.4743 2007/09/17 01:52:59 djm Exp $
$Id: ChangeLog,v 1.4744 2007/09/17 01:54:24 djm Exp $

View File

@ -1,4 +1,4 @@
/* $OpenBSD: auth-passwd.c,v 1.41 2007/08/23 02:49:43 djm Exp $ */
/* $OpenBSD: auth-passwd.c,v 1.42 2007/08/23 02:55:51 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland

2
auth.c
View File

@ -1,4 +1,4 @@
/* $OpenBSD: auth.c,v 1.76 2007/08/23 02:49:43 djm Exp $ */
/* $OpenBSD: auth.c,v 1.77 2007/08/23 02:55:51 djm Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
*

View File

@ -1,4 +1,4 @@
/* $OpenBSD: session.c,v 1.222 2007/08/23 02:49:43 djm Exp $ */
/* $OpenBSD: session.c,v 1.223 2007/08/23 02:55:51 djm Exp $ */
/*
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
* All rights reserved