summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/vars.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-09-04 00:38:22 +0000
committerbrian <brian@FreeBSD.org>1997-09-04 00:38:22 +0000
commit01052674bd9cd2de028c4c476a70fa10439f5e6a (patch)
tree053c5b0cbcff9693f61532dc918acb018a8ceebf /usr.sbin/ppp/vars.h
parenta69830cd9ab89aec27c439dd58e7f6af6ff655f1 (diff)
downloadFreeBSD-src-01052674bd9cd2de028c4c476a70fa10439f5e6a.zip
FreeBSD-src-01052674bd9cd2de028c4c476a70fa10439f5e6a.tar.gz
Install as group ``network''
Insist that uid == 0 for client ppp Disallow client sockets if no password is specified Don't exit on failure to open client socket for listening Allow specification of null local password Use reasonable size (smaller) ``vector''s in auth.c Fix "passwd ..." usage message Insist on "all" as arg to "quit" (if any) Drop client socket connection before Cleanup() when "quit all"
Diffstat (limited to 'usr.sbin/ppp/vars.h')
-rw-r--r--usr.sbin/ppp/vars.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/vars.h b/usr.sbin/ppp/vars.h
index 687e92a..9ee7870 100644
--- a/usr.sbin/ppp/vars.h
+++ b/usr.sbin/ppp/vars.h
@@ -15,7 +15,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: vars.h,v 1.24 1997/08/21 16:21:39 brian Exp $
+ * $Id: vars.h,v 1.25 1997/08/25 00:29:31 brian Exp $
*
* TODO:
*/
@@ -74,6 +74,7 @@ struct pppvars {
int open_mode; /* LCP open mode */
#define LOCAL_AUTH 0x01
#define LOCAL_NO_AUTH 0x02
+#define LOCAL_DENY 0x03
u_char lauth; /* Local Authorized status */
FILE *termfp; /* The terminal */
#define DIALUP_REQ 0x01
OpenPOWER on IntegriCloud