[channels.h]
     crank c->path to 256 so they can hold a full hostname; dwd@bell-labs.com
This commit is contained in:
Damien Miller 2001-11-12 11:04:54 +11:00
parent 6fd5b391f0
commit 36f8dd3ed6
2 changed files with 6 additions and 3 deletions

View File

@ -39,6 +39,9 @@
- markus@cvs.openbsd.org 2001/11/07 22:41:51
[auth2.c auth-rh-rsa.c]
unused includes
- markus@cvs.openbsd.org 2001/11/07 22:53:21
[channels.h]
crank c->path to 256 so they can hold a full hostname; dwd@bell-labs.com
20011109
- (stevesk) auth-pam.c: use do_pam_authenticate(PAM_DISALLOW_NULL_AUTHTOK)
@ -6848,4 +6851,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
$Id: ChangeLog,v 1.1646 2001/11/12 00:04:28 djm Exp $
$Id: ChangeLog,v 1.1647 2001/11/12 00:04:54 djm Exp $

View File

@ -32,7 +32,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
/* RCSID("$OpenBSD: channels.h,v 1.50 2001/10/10 22:18:47 markus Exp $"); */
/* RCSID("$OpenBSD: channels.h,v 1.51 2001/11/07 22:53:21 markus Exp $"); */
#ifndef CHANNEL_H
#define CHANNEL_H
@ -56,7 +56,7 @@
#define SSH_CHANNEL_ZOMBIE 14 /* Almost dead. */
#define SSH_CHANNEL_MAX_TYPE 15
#define SSH_CHANNEL_PATH_LEN 30
#define SSH_CHANNEL_PATH_LEN 256
struct Channel;
typedef struct Channel Channel;