diff options
author | Darren Tucker <dtucker@zip.com.au> | 2007-12-29 02:43:51 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2007-12-29 02:43:51 +1100 |
commit | 4abde771b73f3a54780ff3dedf59f57f94298870 (patch) | |
tree | 7973cf3fd2910dac0e8db591f690750d19fd4421 /ChangeLog | |
parent | 88b976f214e14da4ec29a7516d02c0141c8ef597 (diff) |
- dtucker@cvs.openbsd.org 2007/12/27 14:22:08
[servconf.c canohost.c misc.c channels.c sshconnect.c misc.h ssh-keyscan.c
sshd.c]
Add a small helper function to consistently handle the EAI_SYSTEM error
code of getaddrinfo. Prompted by vgiffin at apple com via bz #1417.
ok markus@ stevesk@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -4,6 +4,12 @@ | |||
4 | [sftp.c] | 4 | [sftp.c] |
5 | unbreak lls command and add a regress test that would have caught the | 5 | unbreak lls command and add a regress test that would have caught the |
6 | breakage; spotted by mouring@ | 6 | breakage; spotted by mouring@ |
7 | - dtucker@cvs.openbsd.org 2007/12/27 14:22:08 | ||
8 | [servconf.c canohost.c misc.c channels.c sshconnect.c misc.h ssh-keyscan.c | ||
9 | sshd.c] | ||
10 | Add a small helper function to consistently handle the EAI_SYSTEM error | ||
11 | code of getaddrinfo. Prompted by vgiffin at apple com via bz #1417. | ||
12 | ok markus@ stevesk@ | ||
7 | 13 | ||
8 | 20071202 | 14 | 20071202 |
9 | - (dtucker) [configure.ac] Enable -fstack-protector-all on systems where | 15 | - (dtucker) [configure.ac] Enable -fstack-protector-all on systems where |
@@ -3465,4 +3471,4 @@ | |||
3465 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 3471 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
3466 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 3472 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
3467 | 3473 | ||
3468 | $Id: ChangeLog,v 1.4807 2007/12/28 15:40:43 dtucker Exp $ | 3474 | $Id: ChangeLog,v 1.4808 2007/12/28 15:43:51 dtucker Exp $ |