- djm@cvs.openbsd.org 2006/10/09 23:36:11
[session.c] xmalloc -> xcalloc that was missed previously, from portable (NB. Id sync only for portable, obviously)
This commit is contained in:
parent
952dce6593
commit
990b1a80b5
|
@ -9,6 +9,10 @@
|
||||||
[ssh-agent.c ssh-keyscan.c ssh.c]
|
[ssh-agent.c ssh-keyscan.c ssh.c]
|
||||||
sys/resource.h needs sys/time.h; prompted by brad@
|
sys/resource.h needs sys/time.h; prompted by brad@
|
||||||
(NB. Id sync only for portable)
|
(NB. Id sync only for portable)
|
||||||
|
- djm@cvs.openbsd.org 2006/10/09 23:36:11
|
||||||
|
[session.c]
|
||||||
|
xmalloc -> xcalloc that was missed previously, from portable
|
||||||
|
(NB. Id sync only for portable, obviously)
|
||||||
|
|
||||||
20061018
|
20061018
|
||||||
- (dtucker) OpenBSD CVS Sync
|
- (dtucker) OpenBSD CVS Sync
|
||||||
|
@ -2550,4 +2554,4 @@
|
||||||
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
||||||
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.4574 2006/10/23 17:01:16 djm Exp $
|
$Id: ChangeLog,v 1.4575 2006/10/23 17:01:56 djm Exp $
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* $OpenBSD: session.c,v 1.219 2006/08/29 10:40:19 djm Exp $ */
|
/* $OpenBSD: session.c,v 1.220 2006/10/09 23:36:11 djm Exp $ */
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
||||||
* All rights reserved
|
* All rights reserved
|
||||||
|
|
Loading…
Reference in New Issue