mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-11-24 02:02:10 +08:00
- 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
This commit is contained in:
parent
6fd5b391f0
commit
36f8dd3ed6
@ -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 $
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user