summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/chap_ms.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-09-25 00:58:20 +0000
committerbrian <brian@FreeBSD.org>1997-09-25 00:58:20 +0000
commita54a976476c558de151fb3039376fbd4e3b7e8f2 (patch)
tree2fb9395108fc428b8826d81360593f86e587a174 /usr.sbin/ppp/chap_ms.h
parent4c4910184f1f2da40f3c2c67f88b7104873af74f (diff)
downloadFreeBSD-src-a54a976476c558de151fb3039376fbd4e3b7e8f2.zip
FreeBSD-src-a54a976476c558de151fb3039376fbd4e3b7e8f2.tar.gz
Do the MSChap encryption.
Submitted by: Gabor Kincses <gabor@acm.org>
Diffstat (limited to 'usr.sbin/ppp/chap_ms.h')
-rw-r--r--usr.sbin/ppp/chap_ms.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/usr.sbin/ppp/chap_ms.h b/usr.sbin/ppp/chap_ms.h
new file mode 100644
index 0000000..2b50852
--- /dev/null
+++ b/usr.sbin/ppp/chap_ms.h
@@ -0,0 +1,33 @@
+/*
+ * chap.h - Cryptographic Handshake Authentication Protocol definitions.
+ *
+ * Copyright (c) 1995 Eric Rosenquist, Strata Software Limited.
+ * http://www.strataware.com/
+ *
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that the above copyright notice and this paragraph are
+ * duplicated in all such forms and that any documentation,
+ * advertising materials, and other materials related to such
+ * distribution and use acknowledge that the software was developed
+ * by Eric Rosenquist. The name of the author may not be used to
+ * endorse or promote products derived from this software without
+ * specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * $Id$
+ */
+
+#ifndef _CHAPMS_H_
+
+#define MAX_NT_PASSWORD 256 /* Max # of (Unicode) chars in an NT password */
+#define MS_CHAP_RESPONSE_LEN 49 /* Don't rely on sizeof(MS_ChapResponse) in case of struct padding */
+
+extern void ChapMS(char*, char*, int);
+
+#define _CHAPMS_H_
+#endif /* _CHAPMS_H_ */
OpenPOWER on IntegriCloud