diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | auth-passwd.c | 2 | ||||
-rw-r--r-- | auth.c | 2 | ||||
-rw-r--r-- | session.c | 2 |
4 files changed, 8 insertions, 4 deletions
@@ -4,6 +4,10 @@ | |||
4 | [auth-passwd.c auth.c session.c] | 4 | [auth-passwd.c auth.c session.c] |
5 | unifdef HAVE_LOGIN_CAP; ok deraadt@ millert@ | 5 | unifdef HAVE_LOGIN_CAP; ok deraadt@ millert@ |
6 | NB. RCS ID sync only for portable | 6 | NB. RCS ID sync only for portable |
7 | - djm@cvs.openbsd.org 2007/08/23 02:55:51 | ||
8 | [auth-passwd.c auth.c session.c] | ||
9 | missed include bits from last commit | ||
10 | NB. RCS ID sync only for portable | ||
7 | 11 | ||
8 | 20070914 | 12 | 20070914 |
9 | - (dtucker) [openbsd-compat/bsd-asprintf.c] Plug mem leak in error path. | 13 | - (dtucker) [openbsd-compat/bsd-asprintf.c] Plug mem leak in error path. |
@@ -3201,4 +3205,4 @@ | |||
3201 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 3205 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
3202 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 3206 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
3203 | 3207 | ||
3204 | $Id: ChangeLog,v 1.4743 2007/09/17 01:52:59 djm Exp $ | 3208 | $Id: ChangeLog,v 1.4744 2007/09/17 01:54:24 djm Exp $ |
diff --git a/auth-passwd.c b/auth-passwd.c index 33364363a..6b67a131b 100644 --- a/auth-passwd.c +++ b/auth-passwd.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: auth-passwd.c,v 1.41 2007/08/23 02:49:43 djm Exp $ */ | 1 | /* $OpenBSD: auth-passwd.c,v 1.42 2007/08/23 02:55:51 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: auth.c,v 1.76 2007/08/23 02:49:43 djm Exp $ */ | 1 | /* $OpenBSD: auth.c,v 1.77 2007/08/23 02:55:51 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2000 Markus Friedl. All rights reserved. | 3 | * Copyright (c) 2000 Markus Friedl. All rights reserved. |
4 | * | 4 | * |
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: session.c,v 1.222 2007/08/23 02:49:43 djm Exp $ */ | 1 | /* $OpenBSD: session.c,v 1.223 2007/08/23 02:55:51 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 3 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
4 | * All rights reserved | 4 | * All rights reserved |