diff options
author | Darren Tucker <dtucker@zip.com.au> | 2005-01-20 22:07:29 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2005-01-20 22:07:29 +1100 |
commit | 33bc334a8bb6f20ca659f7d4f4669a04d54bd2e8 (patch) | |
tree | d0d8a5ba70293645eda0cd899b84f97045ff97a5 /ChangeLog | |
parent | d5bfa8f9d84b1abada09333994c8c889551a61fb (diff) |
- (dtucker) [loginrec.h] Bug #952: Increase size of username field to 128
bytes to prevent errors from login_init_entry() when the username is
exactly 64 bytes(!) long. From brhamon at cisco.com, ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -38,6 +38,9 @@ | |||
38 | - (dtucker) [auth-pam.c] Bug #971: Prevent leaking information about user | 38 | - (dtucker) [auth-pam.c] Bug #971: Prevent leaking information about user |
39 | existence via keyboard-interactive/pam, in conjunction with previous | 39 | existence via keyboard-interactive/pam, in conjunction with previous |
40 | auth2-chall.c change; with Colin Watson and djm. | 40 | auth2-chall.c change; with Colin Watson and djm. |
41 | - (dtucker) [loginrec.h] Bug #952: Increase size of username field to 128 | ||
42 | bytes to prevent errors from login_init_entry() when the username is | ||
43 | exactly 64 bytes(!) long. From brhamon at cisco.com, ok djm@ | ||
41 | 44 | ||
42 | 20050118 | 45 | 20050118 |
43 | - (dtucker) [INSTALL Makefile.in configure.ac survey.sh.in] Implement | 46 | - (dtucker) [INSTALL Makefile.in configure.ac survey.sh.in] Implement |
@@ -2010,4 +2013,4 @@ | |||
2010 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 2013 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
2011 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 2014 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
2012 | 2015 | ||
2013 | $Id: ChangeLog,v 1.3618 2005/01/20 02:27:56 dtucker Exp $ | 2016 | $Id: ChangeLog,v 1.3619 2005/01/20 11:07:29 dtucker Exp $ |