]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/pppd/auth.c
This commit was generated by cvs2svn to compensate for changes in r90792,
[FreeBSD/FreeBSD.git] / usr.sbin / pppd / auth.c
1 /*
2  * auth.c - PPP authentication and phase control.
3  *
4  * Copyright (c) 1993 The Australian National University.
5  * All rights reserved.
6  *
7  * Redistribution and use in source and binary forms are permitted
8  * provided that the above copyright notice and this paragraph are
9  * duplicated in all such forms and that any documentation,
10  * advertising materials, and other materials related to such
11  * distribution and use acknowledge that the software was developed
12  * by the Australian National University.  The name of the University
13  * may not be used to endorse or promote products derived from this
14  * software without specific prior written permission.
15  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
16  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
17  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
18  *
19  * Copyright (c) 1989 Carnegie Mellon University.
20  * All rights reserved.
21  *
22  * Redistribution and use in source and binary forms are permitted
23  * provided that the above copyright notice and this paragraph are
24  * duplicated in all such forms and that any documentation,
25  * advertising materials, and other materials related to such
26  * distribution and use acknowledge that the software was developed
27  * by Carnegie Mellon University.  The name of the
28  * University may not be used to endorse or promote products derived
29  * from this software without specific prior written permission.
30  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
31  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
32  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
33  */
34
35 #ifndef lint
36 static char rcsid[] = "$FreeBSD$";
37 #endif
38
39 #include <stdio.h>
40 #include <stddef.h>
41 #include <stdlib.h>
42 #include <unistd.h>
43 #include <syslog.h>
44 #include <paths.h>
45 #include <pwd.h>
46 #include <string.h>
47 #include <sys/types.h>
48 #include <sys/stat.h>
49 #include <sys/socket.h>
50 #include <utmp.h>
51 #include <fcntl.h>
52 #if defined(_PATH_LASTLOG) && defined(_linux_)
53 #include <lastlog.h>
54 #endif
55
56 #include <netdb.h>
57 #include <netinet/in.h>
58 #include <arpa/inet.h>
59 #include <sys/time.h>
60 #include <utmp.h>
61
62 #ifdef USE_PAM
63 #include <security/pam_appl.h>
64 #endif
65
66 #ifdef HAS_SHADOW
67 #include <shadow.h>
68 #ifndef PW_PPP
69 #define PW_PPP PW_LOGIN
70 #endif
71 #endif
72
73 #include "pppd.h"
74 #include "fsm.h"
75 #include "lcp.h"
76 #include "ipcp.h"
77 #include "upap.h"
78 #include "chap.h"
79 #ifdef CBCP_SUPPORT
80 #include "cbcp.h"
81 #endif
82 #include "pathnames.h"
83
84 /* Used for storing a sequence of words.  Usually malloced. */
85 struct wordlist {
86     struct wordlist     *next;
87     char                word[1];
88 };
89
90 /* Bits in scan_authfile return value */
91 #define NONWILD_SERVER  1
92 #define NONWILD_CLIENT  2
93
94 #define ISWILD(word)    (word[0] == '*' && word[1] == 0)
95
96 #define FALSE   0
97 #define TRUE    1
98
99 /* The name by which the peer authenticated itself to us. */
100 char peer_authname[MAXNAMELEN];
101
102 /* Records which authentication operations haven't completed yet. */
103 static int auth_pending[NUM_PPP];
104
105 /* Set if we have successfully called plogin() */
106 static int logged_in;
107
108 /* Set if not wild or blank */
109 static int non_wildclient;
110
111 /* Set if we have run the /etc/ppp/auth-up script. */
112 static int did_authup;
113
114 /* List of addresses which the peer may use. */
115 static struct wordlist *addresses[NUM_PPP];
116
117 /* Number of network protocols which we have opened. */
118 static int num_np_open;
119
120 /* Number of network protocols which have come up. */
121 static int num_np_up;
122
123 /* Set if we got the contents of passwd[] from the pap-secrets file. */
124 static int passwd_from_file;
125
126 /* Bits in auth_pending[] */
127 #define PAP_WITHPEER    1
128 #define PAP_PEER        2
129 #define CHAP_WITHPEER   4
130 #define CHAP_PEER       8
131
132 extern char *crypt __P((const char *, const char *));
133
134 /* Prototypes for procedures local to this file. */
135
136 static void network_phase __P((int));
137 static void check_idle __P((void *));
138 static void connect_time_expired __P((void *));
139 static int  plogin __P((char *, char *, char **, int *));
140 static void plogout __P((void));
141 static int  null_login __P((int));
142 static int  get_pap_passwd __P((char *));
143 static int  have_pap_secret __P((void));
144 static int  have_chap_secret __P((char *, char *, u_int32_t));
145 static int  ip_addr_check __P((u_int32_t, struct wordlist *));
146 static int  scan_authfile __P((FILE *, char *, char *, u_int32_t, char *,
147                                struct wordlist **, char *));
148 static void free_wordlist __P((struct wordlist *));
149 static void auth_set_ip_addr __P((int));
150 static void auth_script __P((char *));
151 static void set_allowed_addrs __P((int, struct wordlist *));
152
153 /*
154  * An Open on LCP has requested a change from Dead to Establish phase.
155  * Do what's necessary to bring the physical layer up.
156  */
157 void
158 link_required(unit)
159     int unit;
160 {
161 }
162
163 /*
164  * LCP has terminated the link; go to the Dead phase and take the
165  * physical layer down.
166  */
167 void
168 link_terminated(unit)
169     int unit;
170 {
171     extern      time_t  etime, stime;
172     extern      int     minutes;
173
174     if (phase == PHASE_DEAD)
175         return;
176     if (logged_in)
177         plogout();
178     phase = PHASE_DEAD;
179     etime = time((time_t *) NULL);
180     minutes = (etime-stime)/60;
181     syslog(LOG_NOTICE, "Connection terminated, connected for %d minutes\n",
182         minutes > 1 ? minutes : 1);
183 }
184
185 /*
186  * LCP has gone down; it will either die or try to re-establish.
187  */
188 void
189 link_down(unit)
190     int unit;
191 {
192     int i;
193     struct protent *protp;
194
195     if (did_authup) {
196         auth_script(_PATH_AUTHDOWN);
197         did_authup = 0;
198     }
199     for (i = 0; (protp = protocols[i]) != NULL; ++i) {
200         if (!protp->enabled_flag)
201             continue;
202         if (protp->protocol != PPP_LCP && protp->lowerdown != NULL)
203             (*protp->lowerdown)(unit);
204         if (protp->protocol < 0xC000 && protp->close != NULL)
205             (*protp->close)(unit, "LCP down");
206     }
207     num_np_open = 0;
208     num_np_up = 0;
209     if (phase != PHASE_DEAD)
210         phase = PHASE_TERMINATE;
211 }
212
213 /*
214  * The link is established.
215  * Proceed to the Dead, Authenticate or Network phase as appropriate.
216  */
217 void
218 link_established(unit)
219     int unit;
220 {
221     int auth;
222     lcp_options *wo = &lcp_wantoptions[unit];
223     lcp_options *go = &lcp_gotoptions[unit];
224     lcp_options *ho = &lcp_hisoptions[unit];
225     int i;
226     struct protent *protp;
227
228     /*
229      * Tell higher-level protocols that LCP is up.
230      */
231     for (i = 0; (protp = protocols[i]) != NULL; ++i)
232         if (protp->protocol != PPP_LCP && protp->enabled_flag
233             && protp->lowerup != NULL)
234             (*protp->lowerup)(unit);
235
236     if (auth_required && !(go->neg_chap || go->neg_upap)) {
237         /*
238          * We wanted the peer to authenticate itself, and it refused:
239          * treat it as though it authenticated with PAP using a username
240          * of "" and a password of "".  If that's not OK, boot it out.
241          */
242         if (!wo->neg_upap || !null_login(unit)) {
243             syslog(LOG_WARNING, "peer refused to authenticate");
244             lcp_close(unit, "peer refused to authenticate");
245             return;
246         }
247     }
248
249     phase = PHASE_AUTHENTICATE;
250     auth = 0;
251     if (go->neg_chap) {
252         ChapAuthPeer(unit, our_name, go->chap_mdtype);
253         auth |= CHAP_PEER;
254     } else if (go->neg_upap) {
255         upap_authpeer(unit);
256         auth |= PAP_PEER;
257     }
258     if (ho->neg_chap) {
259         ChapAuthWithPeer(unit, user, ho->chap_mdtype);
260         auth |= CHAP_WITHPEER;
261     } else if (ho->neg_upap) {
262         if (passwd[0] == 0) {
263             passwd_from_file = 1;
264             if (!get_pap_passwd(passwd))
265                 syslog(LOG_ERR, "No secret found for PAP login");
266         }
267         upap_authwithpeer(unit, user, passwd);
268         auth |= PAP_WITHPEER;
269     }
270     auth_pending[unit] = auth;
271
272     if (!auth)
273         network_phase(unit);
274 }
275
276 /*
277  * Proceed to the network phase.
278  */
279 static void
280 network_phase(unit)
281     int unit;
282 {
283     int i;
284     struct protent *protp;
285     lcp_options *go = &lcp_gotoptions[unit];
286
287     /*
288      * If the peer had to authenticate, run the auth-up script now.
289      */
290     if ((go->neg_chap || go->neg_upap) && !did_authup) {
291         auth_script(_PATH_AUTHUP);
292         did_authup = 1;
293     }
294
295 #ifdef CBCP_SUPPORT
296     /*
297      * If we negotiated callback, do it now.
298      */
299     if (go->neg_cbcp) {
300         phase = PHASE_CALLBACK;
301         (*cbcp_protent.open)(unit);
302         return;
303     }
304 #endif
305
306     phase = PHASE_NETWORK;
307 #if 0
308     if (!demand)
309         set_filters(&pass_filter, &active_filter);
310 #endif
311     for (i = 0; (protp = protocols[i]) != NULL; ++i)
312         if (protp->protocol < 0xC000 && protp->enabled_flag
313             && protp->open != NULL) {
314             (*protp->open)(unit);
315             if (protp->protocol != PPP_CCP)
316                 ++num_np_open;
317         }
318
319     if (num_np_open == 0)
320         /* nothing to do */
321         lcp_close(0, "No network protocols running");
322 }
323
324 /*
325  * The peer has failed to authenticate himself using `protocol'.
326  */
327 void
328 auth_peer_fail(unit, protocol)
329     int unit, protocol;
330 {
331     /*
332      * Authentication failure: take the link down
333      */
334     lcp_close(unit, "Authentication failed");
335 }
336
337 /*
338  * The peer has been successfully authenticated using `protocol'.
339  */
340 void
341 auth_peer_success(unit, protocol, name, namelen)
342     int unit, protocol;
343     char *name;
344     int namelen;
345 {
346     int bit;
347
348     switch (protocol) {
349     case PPP_CHAP:
350         bit = CHAP_PEER;
351         break;
352     case PPP_PAP:
353         bit = PAP_PEER;
354         break;
355     default:
356         syslog(LOG_WARNING, "auth_peer_success: unknown protocol %x",
357                protocol);
358         return;
359     }
360
361     /*
362      * Save the authenticated name of the peer for later.
363      */
364     if (namelen > sizeof(peer_authname) - 1)
365         namelen = sizeof(peer_authname) - 1;
366     BCOPY(name, peer_authname, namelen);
367     peer_authname[namelen] = 0;
368
369     /*
370      * If we have overridden addresses based on auth info
371      * then set that information now before continuing.
372      */
373     auth_set_ip_addr(unit);
374
375     script_setenv("PEERNAME", peer_authname);
376
377     /*
378      * If there is no more authentication still to be done,
379      * proceed to the network (or callback) phase.
380      */
381     if ((auth_pending[unit] &= ~bit) == 0)
382         network_phase(unit);
383 }
384
385 /*
386  * We have failed to authenticate ourselves to the peer using `protocol'.
387  */
388 void
389 auth_withpeer_fail(unit, protocol)
390     int unit, protocol;
391 {
392     if (passwd_from_file)
393         BZERO(passwd, MAXSECRETLEN);
394     /*
395      * We've failed to authenticate ourselves to our peer.
396      * He'll probably take the link down, and there's not much
397      * we can do except wait for that.
398      */
399 }
400
401 /*
402  * We have successfully authenticated ourselves with the peer using `protocol'.
403  */
404 void
405 auth_withpeer_success(unit, protocol)
406     int unit, protocol;
407 {
408     int bit;
409
410     switch (protocol) {
411     case PPP_CHAP:
412         bit = CHAP_WITHPEER;
413         break;
414     case PPP_PAP:
415         if (passwd_from_file)
416             BZERO(passwd, MAXSECRETLEN);
417         bit = PAP_WITHPEER;
418         break;
419     default:
420         syslog(LOG_WARNING, "auth_peer_success: unknown protocol %x",
421                protocol);
422         bit = 0;
423     }
424
425     /*
426      * If we have overridden addresses based on auth info
427      * then set that information now before continuing.
428      */
429     auth_set_ip_addr(unit);
430
431     /*
432      * If there is no more authentication still being done,
433      * proceed to the network (or callback) phase.
434      */
435     if ((auth_pending[unit] &= ~bit) == 0)
436         network_phase(unit);
437 }
438
439
440 /*
441  * np_up - a network protocol has come up.
442  */
443 void
444 np_up(unit, proto)
445     int unit, proto;
446 {
447     if (num_np_up == 0) {
448         /*
449          * At this point we consider that the link has come up successfully.
450          */
451         need_holdoff = 0;
452
453         if (idle_time_limit > 0)
454             TIMEOUT(check_idle, NULL, idle_time_limit);
455
456         /*
457          * Set a timeout to close the connection once the maximum
458          * connect time has expired.
459          */
460         if (maxconnect > 0)
461             TIMEOUT(connect_time_expired, 0, maxconnect);
462
463         /*
464          * Detach now, if the updetach option was given.
465          */
466         if (nodetach == -1)
467             detach();
468     }
469     ++num_np_up;
470 }
471
472 /*
473  * np_down - a network protocol has gone down.
474  */
475 void
476 np_down(unit, proto)
477     int unit, proto;
478 {
479     if (--num_np_up == 0 && idle_time_limit > 0) {
480         UNTIMEOUT(check_idle, NULL);
481     }
482 }
483
484 /*
485  * np_finished - a network protocol has finished using the link.
486  */
487 void
488 np_finished(unit, proto)
489     int unit, proto;
490 {
491     if (--num_np_open <= 0) {
492         /* no further use for the link: shut up shop. */
493         lcp_close(0, "No network protocols running");
494     }
495 }
496
497 /*
498  * check_idle - check whether the link has been idle for long
499  * enough that we can shut it down.
500  */
501 static void
502 check_idle(arg)
503      void *arg;
504 {
505     struct ppp_idle idle;
506     time_t itime;
507
508     if (!get_idle_time(0, &idle))
509         return;
510     itime = MIN(idle.xmit_idle, idle.recv_idle);
511     if (itime >= idle_time_limit) {
512         /* link is idle: shut it down. */
513         syslog(LOG_INFO, "Terminating connection due to lack of activity.");
514         lcp_close(0, "Link inactive");
515     } else {
516         TIMEOUT(check_idle, NULL, idle_time_limit - itime);
517     }
518 }
519
520 /*
521  * connect_time_expired - log a message and close the connection.
522  */
523 static void
524 connect_time_expired(arg)
525     void *arg;
526 {
527     syslog(LOG_INFO, "Connect time expired");
528     lcp_close(0, "Connect time expired");       /* Close connection */
529 }
530
531 /*
532  * auth_check_options - called to check authentication options.
533  */
534 void
535 auth_check_options()
536 {
537     lcp_options *wo = &lcp_wantoptions[0];
538     int can_auth;
539     ipcp_options *ipwo = &ipcp_wantoptions[0];
540     u_int32_t remote;
541
542     /* Default our_name to hostname, and user to our_name */
543     if (our_name[0] == 0 || usehostname)
544         strcpy(our_name, hostname);
545     if (user[0] == 0)
546         strcpy(user, our_name);
547
548     /* If authentication is required, ask peer for CHAP or PAP. */
549     if (auth_required && !wo->neg_chap && !wo->neg_upap) {
550         wo->neg_chap = 1;
551         wo->neg_upap = 1;
552     }
553
554     /*
555      * Check whether we have appropriate secrets to use
556      * to authenticate the peer.
557      */
558     can_auth = wo->neg_upap && (uselogin || have_pap_secret());
559     if (!can_auth && wo->neg_chap) {
560         remote = ipwo->accept_remote? 0: ipwo->hisaddr;
561         can_auth = have_chap_secret(remote_name, our_name, remote);
562     }
563
564     if (auth_required && !can_auth) {
565         option_error("peer authentication required but no suitable secret(s) found\n");
566         if (remote_name[0] == 0)
567             option_error("for authenticating any peer to us (%s)\n", our_name);
568         else
569             option_error("for authenticating peer %s to us (%s)\n",
570                          remote_name, our_name);
571         exit(1);
572     }
573
574     /*
575      * Check whether the user tried to override certain values
576      * set by root.
577      */
578     if (!auth_required && auth_req_info.priv > 0) {
579         if (!default_device && devnam_info.priv == 0) {
580             option_error("can't override device name when noauth option used");
581             exit(1);
582         }
583         if ((connector != NULL && connector_info.priv == 0)
584             || (disconnector != NULL && disconnector_info.priv == 0)
585             || (welcomer != NULL && welcomer_info.priv == 0)) {
586             option_error("can't override connect, disconnect or welcome");
587             option_error("option values when noauth option used");
588             exit(1);
589         }
590     }
591 }
592
593 /*
594  * auth_reset - called when LCP is starting negotiations to recheck
595  * authentication options, i.e. whether we have appropriate secrets
596  * to use for authenticating ourselves and/or the peer.
597  */
598 void
599 auth_reset(unit)
600     int unit;
601 {
602     lcp_options *go = &lcp_gotoptions[unit];
603     lcp_options *ao = &lcp_allowoptions[0];
604     ipcp_options *ipwo = &ipcp_wantoptions[0];
605     u_int32_t remote;
606
607     ao->neg_upap = !refuse_pap && (passwd[0] != 0 || get_pap_passwd(NULL));
608     ao->neg_chap = !refuse_chap
609         && have_chap_secret(user, remote_name, (u_int32_t)0);
610
611     if (go->neg_upap && !uselogin && !have_pap_secret())
612         go->neg_upap = 0;
613     if (go->neg_chap) {
614         remote = ipwo->accept_remote? 0: ipwo->hisaddr;
615         if (!have_chap_secret(remote_name, our_name, remote))
616             go->neg_chap = 0;
617     }
618 }
619
620
621 /*
622  * check_passwd - Check the user name and passwd against the PAP secrets
623  * file.  If requested, also check against the system password database,
624  * and login the user if OK.
625  *
626  * returns:
627  *      UPAP_AUTHNAK: Authentication failed.
628  *      UPAP_AUTHACK: Authentication succeeded.
629  * In either case, msg points to an appropriate message.
630  */
631 int
632 check_passwd(unit, auser, userlen, apasswd, passwdlen, msg, msglen)
633     int unit;
634     char *auser;
635     int userlen;
636     char *apasswd;
637     int passwdlen;
638     char **msg;
639     int *msglen;
640 {
641     int ret;
642     char *filename;
643     FILE *f;
644     struct wordlist *addrs;
645     u_int32_t remote;
646     ipcp_options *ipwo = &ipcp_wantoptions[unit];
647     char passwd[256], user[256];
648     char secret[MAXWORDLEN];
649     static int attempts = 0;
650     int len;
651
652     /*
653      * Make copies of apasswd and auser, then null-terminate them.
654      */
655     len = MIN(passwdlen, sizeof(passwd) - 1);
656     BCOPY(apasswd, passwd, len);
657     passwd[len] = '\0';
658     len = MIN(userlen, sizeof(user) - 1);
659     BCOPY(auser, user, len);
660     user[len] = '\0';
661     *msg = (char *) 0;
662
663     /*
664      * Open the file of pap secrets and scan for a suitable secret
665      * for authenticating this user.
666      */
667     filename = _PATH_UPAPFILE;
668     addrs = NULL;
669     ret = UPAP_AUTHACK;
670     f = fopen(filename, "r");
671     if (f == NULL) {
672         syslog(LOG_ERR, "Can't open PAP password file %s: %m", filename);
673         ret = UPAP_AUTHNAK;
674
675     } else {
676         check_access(f, filename);
677         remote = ipwo->accept_remote? 0: ipwo->hisaddr;
678         if (scan_authfile(f, user, our_name, remote,
679                           secret, &addrs, filename) < 0
680             || (secret[0] != 0 && (cryptpap || strcmp(passwd, secret) != 0)
681                 && strcmp(crypt(passwd, secret), secret) != 0)) {
682             syslog(LOG_WARNING, "PAP authentication failure for %s", user);
683             ret = UPAP_AUTHNAK;
684         }
685         fclose(f);
686     }
687
688     if (uselogin && ret == UPAP_AUTHACK) {
689         ret = plogin(user, passwd, msg, msglen);
690         if (ret == UPAP_AUTHNAK) {
691             syslog(LOG_WARNING, "PAP login failure for %s", user);
692         }
693     }
694
695     if (ret == UPAP_AUTHNAK) {
696         if (*msg == (char *) 0)
697             *msg = "Login incorrect";
698         *msglen = strlen(*msg);
699         /*
700          * Frustrate passwd stealer programs.
701          * Allow 10 tries, but start backing off after 3 (stolen from login).
702          * On 10'th, drop the connection.
703          */
704         if (attempts++ >= 10) {
705             syslog(LOG_WARNING, "%d LOGIN FAILURES ON %s, %s",
706                    attempts, devnam, user);
707             quit();
708         }
709         if (attempts > 3)
710             sleep((u_int) (attempts - 3) * 5);
711         if (addrs != NULL)
712             free_wordlist(addrs);
713
714     } else {
715         attempts = 0;                   /* Reset count */
716         if (*msg == (char *) 0)
717             *msg = "Login ok";
718         *msglen = strlen(*msg);
719         set_allowed_addrs(unit, addrs);
720     }
721
722     BZERO(passwd, sizeof(passwd));
723     BZERO(secret, sizeof(secret));
724
725     return ret;
726 }
727
728 /*
729  * Check if an "entry" is in the file "fname" - used by ppplogin.
730  * Taken from libexec/ftpd/ftpd.c
731  * Returns: 0 if not found, 1 if found, 2 if file can't be opened for reading.
732  */
733 static int
734 checkfile(fname, name)
735         char *fname;
736         char *name;
737 {
738         FILE *fd;
739         int found = 0;
740         char *p, line[BUFSIZ];
741
742         if ((fd = fopen(fname, "r")) != NULL) {
743                 while (fgets(line, sizeof(line), fd) != NULL)
744                         if ((p = strchr(line, '\n')) != NULL) {
745                                 *p = '\0';
746                                 if (line[0] == '#')
747                                         continue;
748                                 if (strcmp(line, name) == 0) {
749                                         found = 1;
750                                         break;
751                                 }
752                         }
753                 (void) fclose(fd);
754         } else {
755                 return(2);
756         }
757         return (found);
758 }
759
760 /*
761  * This function is needed for PAM.
762  */
763
764 #ifdef USE_PAM
765 static char *PAM_username = "";
766 static char *PAM_password = "";
767
768 #ifdef PAM_ESTABLISH_CRED       /* new PAM defines :(^ */
769 #define MY_PAM_STRERROR(err_code)  (char *) pam_strerror(pamh,err_code)
770 #else
771 #define MY_PAM_STRERROR(err_code)  (char *) pam_strerror(err_code)
772 #endif
773
774 static int pam_conv (int num_msg,
775                      const struct pam_message **msg,
776                      struct pam_response **resp,
777                      void *appdata_ptr)
778 {
779     int count = 0, replies = 0;
780     struct pam_response *reply = NULL;
781     int size = 0;
782
783     for (count = 0; count < num_msg; count++)
784       {
785         size += sizeof (struct pam_response);
786         reply = realloc (reply, size); /* ANSI: is malloc() if reply==NULL */
787         if (!reply)
788             return PAM_CONV_ERR;
789
790         switch (msg[count]->msg_style)
791           {
792         case PAM_PROMPT_ECHO_ON:
793             reply[replies].resp_retcode = PAM_SUCCESS;
794             reply[replies++].resp = strdup(PAM_username); /* never NULL */
795             break;
796
797         case PAM_PROMPT_ECHO_OFF:
798             reply[replies].resp_retcode = PAM_SUCCESS;
799             reply[replies++].resp = strdup(PAM_password); /* never NULL */
800             break;
801
802         case PAM_TEXT_INFO:
803             reply[replies].resp_retcode = PAM_SUCCESS;
804             reply[replies++].resp = NULL;
805             break;
806
807         case PAM_ERROR_MSG:
808         default:
809             free (reply);
810             return PAM_CONV_ERR;
811           }
812       }
813
814     if (resp)
815         *resp = reply;
816     else
817         free (reply);
818
819     return PAM_SUCCESS;
820 }
821 #endif
822
823 /*
824  * plogin - Check the user name and password against the system
825  * password database, and login the user if OK.
826  *
827  * returns:
828  *      UPAP_AUTHNAK: Login failed.
829  *      UPAP_AUTHACK: Login succeeded.
830  * In either case, msg points to an appropriate message.
831  *
832  * UPAP_AUTHACK should only be returned *after* wtmp and utmp are updated.
833  */
834
835 static int
836 plogin(user, passwd, msg, msglen)
837     char *user;
838     char *passwd;
839     char **msg;
840     int *msglen;
841 {
842
843 #ifdef USE_PAM
844
845     struct pam_conv pam_conversation;
846     pam_handle_t *pamh;
847     int pam_error;
848 /*
849  * Fill the pam_conversion structure
850  */
851     memset (&pam_conversation, '\0', sizeof (struct pam_conv));
852     pam_conversation.conv = &pam_conv;
853
854     pam_error = pam_start ("ppp", user, &pam_conversation, &pamh);
855
856     if (pam_error != PAM_SUCCESS) {
857         *msg = MY_PAM_STRERROR (pam_error);
858         return UPAP_AUTHNAK;
859     }
860 /*
861  * Define the fields for the credintial validation
862  */
863     (void) pam_set_item (pamh, PAM_TTY, devnam);
864     PAM_username = user;
865     PAM_password = passwd;
866 /*
867  * Validate the user
868  */
869     pam_error = pam_authenticate (pamh, PAM_SILENT);
870     if (pam_error == PAM_SUCCESS) {
871         pam_error = pam_acct_mgmt (pamh, PAM_SILENT);
872
873         /* start a session for this user. Session closed when link ends. */
874         if (pam_error == PAM_SUCCESS)
875            (void) pam_open_session (pamh, PAM_SILENT);
876     }
877
878     *msg = MY_PAM_STRERROR (pam_error);
879
880     PAM_username =
881     PAM_password = "";
882 /*
883  * Clean up the mess
884  */
885     (void) pam_end (pamh, pam_error);
886
887     if (pam_error != PAM_SUCCESS)
888         return UPAP_AUTHNAK;
889 /*
890  * Use the non-PAM methods directly
891  */
892 #else /* #ifdef USE_PAM */
893
894     struct passwd *pw;
895     struct utmp utmp;
896     struct timeval tp;
897     char *tty;
898
899 #ifdef HAS_SHADOW
900     struct spwd *spwd;
901     struct spwd *getspnam();
902 #endif
903
904     pw = getpwnam(user);
905     endpwent();
906     if (pw == NULL) {
907         return (UPAP_AUTHNAK);
908     }
909 /*
910  * Check that the user is not listed in /etc/ppp/ppp.deny
911  * and that the user's shell is listed in /etc/ppp/ppp.shells
912  * if /etc/ppp/ppp.shells exists.
913  */
914
915     if (checkfile(_PATH_PPPDENY, user) == 1) {
916                 syslog(LOG_WARNING, "upap user %s: login denied in %s",
917                         user, _PATH_PPPDENY);
918                 return (UPAP_AUTHNAK);
919     }
920
921     if (checkfile(_PATH_PPPSHELLS, pw->pw_shell) == 0) {
922                 syslog(LOG_WARNING, "upap user %s: shell %s not in %s",
923                         user, pw->pw_shell, _PATH_PPPSHELLS);
924                 return (UPAP_AUTHNAK);
925     }
926
927 #ifdef HAS_SHADOW
928     spwd = getspnam(user);
929     endspent();
930     if (spwd) {
931         /* check the age of the password entry */
932         long now = time(NULL) / 86400L;
933
934         if ((spwd->sp_expire > 0 && now >= spwd->sp_expire)
935             || ((spwd->sp_max >= 0 && spwd->sp_max < 10000)
936                 && spwd->sp_lstchg >= 0
937                 && now >= spwd->sp_lstchg + spwd->sp_max)) {
938             syslog(LOG_WARNING, "Password for %s has expired", user);
939             return (UPAP_AUTHNAK);
940         }
941         pw->pw_passwd = spwd->sp_pwdp;
942     }
943 #endif
944
945     /*
946      * If no passwd, don't let them login.
947      */
948     if (pw->pw_passwd == NULL || *pw->pw_passwd == '\0'
949         || strcmp(crypt(passwd, pw->pw_passwd), pw->pw_passwd) != 0)
950         return (UPAP_AUTHNAK);
951
952     if (pw->pw_expire) {
953         (void)gettimeofday(&tp, (struct timezone *)NULL);
954         if (tp.tv_sec >= pw->pw_expire) {
955             syslog(LOG_INFO, "pap user %s account expired", user);
956             return (UPAP_AUTHNAK);
957         }
958     }
959
960     /* These functions are not enabled for PAM. The reason for this is that */
961     /* there is not necessarily a "passwd" entry for this user. That is     */
962     /* real purpose of 'PAM' -- to virtualize the account data from the     */
963     /* application. If you want to do the same thing, write the entry in    */
964     /* the 'session' hook.                                                  */
965
966     /* Log in wtmp and utmp using login() */
967
968     tty = devnam;
969     if (strncmp(tty, _PATH_DEV, sizeof _PATH_DEV - 1) == 0)
970         tty += 5;
971
972     if (logout(tty))            /* Already entered (by login?) */
973         logwtmp(tty, "", "");
974
975 #if defined(_PATH_LASTLOG)
976     {
977             struct lastlog ll;
978             int fd;
979
980             if ((fd = open(_PATH_LASTLOG, O_RDWR, 0)) >= 0) {
981                 (void)lseek(fd, (off_t)(pw->pw_uid * sizeof(ll)), SEEK_SET);
982                 memset((void *)&ll, 0, sizeof(ll));
983                 (void)time(&ll.ll_time);
984                 (void)strncpy(ll.ll_line, tty, sizeof(ll.ll_line));
985                 (void)write(fd, (char *)&ll, sizeof(ll));
986                 (void)close(fd);
987             }
988     }
989 #endif
990
991     memset((void *)&utmp, 0, sizeof(utmp));
992     (void)time(&utmp.ut_time);
993     (void)strncpy(utmp.ut_name, user, sizeof(utmp.ut_name));
994     (void)strncpy(utmp.ut_host, ":PPP", sizeof(utmp.ut_host));
995     (void)strncpy(utmp.ut_line, tty, sizeof(utmp.ut_line));
996     login(&utmp);               /* This logs us in wtmp too */
997
998 #endif /* #ifdef USE_PAM */
999
1000     syslog(LOG_INFO, "user %s logged in", user);
1001     logged_in = TRUE;
1002
1003     return (UPAP_AUTHACK);
1004 }
1005
1006 /*
1007  * plogout - Logout the user.
1008  */
1009 static void
1010 plogout()
1011 {
1012 #ifdef USE_PAM
1013     struct pam_conv pam_conversation;
1014     pam_handle_t *pamh;
1015     int pam_error;
1016 /*
1017  * Fill the pam_conversion structure. The PAM specification states that the
1018  * session must be able to be closed by a totally different handle from which
1019  * it was created. Hold the PAM group to their own specification!
1020  */
1021     memset (&pam_conversation, '\0', sizeof (struct pam_conv));
1022     pam_conversation.conv = &pam_conv;
1023
1024     pam_error = pam_start ("ppp", user, &pam_conversation, &pamh);
1025     if (pam_error == PAM_SUCCESS) {
1026         (void) pam_set_item (pamh, PAM_TTY, devnam);
1027         (void) pam_close_session (pamh, PAM_SILENT);
1028         (void) pam_end (pamh, PAM_SUCCESS);
1029     }
1030
1031 #else
1032     char *tty;
1033
1034     tty = devnam;
1035     if (strncmp(tty, _PATH_DEV, sizeof _PATH_DEV - 1) == 0)
1036         tty += 5;
1037     logwtmp(tty, "", "");               /* Wipe out wtmp logout entry */
1038     logout(tty);                        /* Wipe out utmp */
1039 #endif
1040
1041     logged_in = FALSE;
1042 }
1043
1044
1045 /*
1046  * null_login - Check if a username of "" and a password of "" are
1047  * acceptable, and iff so, set the list of acceptable IP addresses
1048  * and return 1.
1049  */
1050 static int
1051 null_login(unit)
1052     int unit;
1053 {
1054     char *filename;
1055     FILE *f;
1056     int i, ret;
1057     struct wordlist *addrs;
1058     char secret[MAXWORDLEN];
1059
1060     /*
1061      * Open the file of pap secrets and scan for a suitable secret.
1062      * We don't accept a wildcard client.
1063      */
1064     filename = _PATH_UPAPFILE;
1065     addrs = NULL;
1066     f = fopen(filename, "r");
1067     if (f == NULL)
1068         return 0;
1069     check_access(f, filename);
1070
1071     i = scan_authfile(f, "", our_name, (u_int32_t)0, secret, &addrs, filename);
1072     ret = i >= 0 && (i & NONWILD_CLIENT) != 0 && secret[0] == 0;
1073     BZERO(secret, sizeof(secret));
1074
1075     if (ret)
1076         set_allowed_addrs(unit, addrs);
1077     else
1078         free_wordlist(addrs);
1079
1080     fclose(f);
1081     return ret;
1082 }
1083
1084
1085 /*
1086  * get_pap_passwd - get a password for authenticating ourselves with
1087  * our peer using PAP.  Returns 1 on success, 0 if no suitable password
1088  * could be found.
1089  */
1090 static int
1091 get_pap_passwd(passwd)
1092     char *passwd;
1093 {
1094     char *filename;
1095     FILE *f;
1096     int ret;
1097     struct wordlist *addrs;
1098     char secret[MAXWORDLEN];
1099
1100     filename = _PATH_UPAPFILE;
1101     addrs = NULL;
1102     f = fopen(filename, "r");
1103     if (f == NULL)
1104         return 0;
1105     check_access(f, filename);
1106     ret = scan_authfile(f, user,
1107                         remote_name[0]? remote_name: NULL,
1108                         (u_int32_t)0, secret, NULL, filename);
1109     fclose(f);
1110     if (ret < 0)
1111         return 0;
1112     if (passwd != NULL) {
1113         strncpy(passwd, secret, MAXSECRETLEN);
1114         passwd[MAXSECRETLEN-1] = 0;
1115     }
1116     BZERO(secret, sizeof(secret));
1117     return 1;
1118 }
1119
1120
1121 /*
1122  * have_pap_secret - check whether we have a PAP file with any
1123  * secrets that we could possibly use for authenticating the peer.
1124  */
1125 static int
1126 have_pap_secret()
1127 {
1128     FILE *f;
1129     int ret;
1130     char *filename;
1131     ipcp_options *ipwo = &ipcp_wantoptions[0];
1132     u_int32_t remote;
1133
1134     filename = _PATH_UPAPFILE;
1135     f = fopen(filename, "r");
1136     if (f == NULL)
1137         return 0;
1138
1139     remote = ipwo->accept_remote? 0: ipwo->hisaddr;
1140     ret = scan_authfile(f, NULL, our_name, remote, NULL, NULL, filename);
1141     fclose(f);
1142     if (ret < 0)
1143         return 0;
1144
1145     return 1;
1146 }
1147
1148
1149 /*
1150  * have_chap_secret - check whether we have a CHAP file with a
1151  * secret that we could possibly use for authenticating `client'
1152  * on `server'.  Either can be the null string, meaning we don't
1153  * know the identity yet.
1154  */
1155 static int
1156 have_chap_secret(client, server, remote)
1157     char *client;
1158     char *server;
1159     u_int32_t remote;
1160 {
1161     FILE *f;
1162     int ret;
1163     char *filename;
1164
1165     filename = _PATH_CHAPFILE;
1166     f = fopen(filename, "r");
1167     if (f == NULL)
1168         return 0;
1169
1170     if (client[0] == 0)
1171         client = NULL;
1172     else if (server[0] == 0)
1173         server = NULL;
1174
1175     ret = scan_authfile(f, client, server, remote, NULL, NULL, filename);
1176     fclose(f);
1177     if (ret < 0)
1178         return 0;
1179
1180     return 1;
1181 }
1182
1183
1184 /*
1185  * get_secret - open the CHAP secret file and return the secret
1186  * for authenticating the given client on the given server.
1187  * (We could be either client or server).
1188  */
1189 int
1190 get_secret(unit, client, server, secret, secret_len, save_addrs)
1191     int unit;
1192     char *client;
1193     char *server;
1194     char *secret;
1195     int *secret_len;
1196     int save_addrs;
1197 {
1198     FILE *f;
1199     int ret, len;
1200     char *filename;
1201     struct wordlist *addrs;
1202     char secbuf[MAXWORDLEN];
1203
1204     filename = _PATH_CHAPFILE;
1205     addrs = NULL;
1206     secbuf[0] = 0;
1207
1208     f = fopen(filename, "r");
1209     if (f == NULL) {
1210         syslog(LOG_ERR, "Can't open chap secret file %s: %m", filename);
1211         return 0;
1212     }
1213     check_access(f, filename);
1214
1215     ret = scan_authfile(f, client, server, (u_int32_t)0,
1216                         secbuf, &addrs, filename);
1217     fclose(f);
1218     if (ret < 0)
1219         return 0;
1220
1221     if (save_addrs)
1222         set_allowed_addrs(unit, addrs);
1223
1224     len = strlen(secbuf);
1225     if (len > MAXSECRETLEN) {
1226         syslog(LOG_ERR, "Secret for %s on %s is too long", client, server);
1227         len = MAXSECRETLEN;
1228     }
1229     BCOPY(secbuf, secret, len);
1230     BZERO(secbuf, sizeof(secbuf));
1231     *secret_len = len;
1232
1233     return 1;
1234 }
1235
1236 /*
1237  * set_allowed_addrs() - set the list of allowed addresses.
1238  */
1239 static void
1240 set_allowed_addrs(unit, addrs)
1241     int unit;
1242     struct wordlist *addrs;
1243 {
1244     if (addresses[unit] != NULL)
1245         free_wordlist(addresses[unit]);
1246     addresses[unit] = addrs;
1247
1248     /*
1249      * If there's only one authorized address we might as well
1250      * ask our peer for that one right away
1251      */
1252     if (addrs != NULL && addrs->next == NULL) {
1253         char *p = addrs->word;
1254         struct ipcp_options *wo = &ipcp_wantoptions[unit];
1255         u_int32_t a;
1256         struct hostent *hp;
1257
1258         if (*p != '!' && *p != '-' && strchr(p, '/') == NULL) {
1259             hp = gethostbyname(p);
1260             if (hp != NULL && hp->h_addrtype == AF_INET)
1261                 a = *(u_int32_t *)hp->h_addr;
1262             else
1263                 a = inet_addr(p);
1264             if (a != (u_int32_t) -1)
1265                 wo->hisaddr = a;
1266         }
1267     }
1268 }
1269
1270 static void
1271 auth_set_ip_addr(unit)
1272     int unit;
1273 {
1274     struct wordlist *addrs;
1275
1276     if (non_wildclient && (addrs = addresses[unit]) != NULL) {
1277         for (; addrs != NULL; addrs = addrs->next) {
1278             /* Look for address overrides, and set them if we have any */
1279             if (strchr(addrs->word, ':') != NULL) {
1280                 if (setipaddr(addrs->word))
1281                     break;
1282             }
1283         }
1284     }
1285 }
1286
1287 /*
1288  * auth_ip_addr - check whether the peer is authorized to use
1289  * a given IP address.  Returns 1 if authorized, 0 otherwise.
1290  */
1291 int
1292 auth_ip_addr(unit, addr)
1293     int unit;
1294     u_int32_t addr;
1295 {
1296     return ip_addr_check(addr, addresses[unit]);
1297 }
1298
1299 static int
1300 ip_addr_check(addr, addrs)
1301     u_int32_t addr;
1302     struct wordlist *addrs;
1303 {
1304     int x, y;
1305     u_int32_t a, mask, ah;
1306     int accept;
1307     char *ptr_word, *ptr_mask;
1308     struct hostent *hp;
1309     struct netent *np;
1310
1311     /* don't allow loopback or multicast address */
1312     if (bad_ip_adrs(addr))
1313         return 0;
1314
1315     if (addrs == NULL)
1316         return !auth_required;          /* no addresses authorized */
1317
1318     x = y = 0;
1319     for (; addrs != NULL; addrs = addrs->next) {
1320         y++;
1321         /* "-" means no addresses authorized, "*" means any address allowed */
1322         ptr_word = addrs->word;
1323         if (strcmp(ptr_word, "-") == 0)
1324             break;
1325         if (strcmp(ptr_word, "*") == 0)
1326             return 1;
1327
1328         /*
1329          * A colon in the string means that we wish to force a specific
1330          * local:remote address, but we ignore these for now.
1331          */
1332         if (strchr(addrs->word, ':') != NULL)
1333             x++;
1334         else {
1335
1336         accept = 1;
1337         if (*ptr_word == '!') {
1338             accept = 0;
1339             ++ptr_word;
1340         }
1341
1342         mask = ~ (u_int32_t) 0;
1343         ptr_mask = strchr (ptr_word, '/');
1344         if (ptr_mask != NULL) {
1345             int bit_count;
1346
1347             bit_count = (int) strtol (ptr_mask+1, (char **) 0, 10);
1348             if (bit_count <= 0 || bit_count > 32) {
1349                 syslog (LOG_WARNING,
1350                         "invalid address length %s in auth. address list",
1351                         ptr_mask);
1352                 continue;
1353             }
1354             *ptr_mask = '\0';
1355             mask <<= 32 - bit_count;
1356         }
1357
1358         hp = gethostbyname(ptr_word);
1359         if (hp != NULL && hp->h_addrtype == AF_INET) {
1360             a = *(u_int32_t *)hp->h_addr;
1361         } else {
1362             np = getnetbyname (ptr_word);
1363             if (np != NULL && np->n_addrtype == AF_INET) {
1364                 a = htonl (*(u_int32_t *)np->n_net);
1365                 if (ptr_mask == NULL) {
1366                     /* calculate appropriate mask for net */
1367                     ah = ntohl(a);
1368                     if (IN_CLASSA(ah))
1369                         mask = IN_CLASSA_NET;
1370                     else if (IN_CLASSB(ah))
1371                         mask = IN_CLASSB_NET;
1372                     else if (IN_CLASSC(ah))
1373                         mask = IN_CLASSC_NET;
1374                 }
1375             } else {
1376                 a = inet_addr (ptr_word);
1377             }
1378         }
1379
1380         if (ptr_mask != NULL)
1381             *ptr_mask = '/';
1382
1383         if (a == (u_int32_t)-1L)
1384             syslog (LOG_WARNING,
1385                     "unknown host %s in auth. address list",
1386                     addrs->word);
1387         else
1388             /* Here a and addr are in network byte order,
1389                and mask is in host order. */
1390             if (((addr ^ a) & htonl(mask)) == 0)
1391                 return accept;
1392     }   /* else */
1393     }
1394     return x == y;                      /* not in list => can't have it */
1395 }
1396
1397 /*
1398  * bad_ip_adrs - return 1 if the IP address is one we don't want
1399  * to use, such as an address in the loopback net or a multicast address.
1400  * addr is in network byte order.
1401  */
1402 int
1403 bad_ip_adrs(addr)
1404     u_int32_t addr;
1405 {
1406     addr = ntohl(addr);
1407     return (addr >> IN_CLASSA_NSHIFT) == IN_LOOPBACKNET
1408         || IN_MULTICAST(addr) || IN_BADCLASS(addr);
1409 }
1410
1411 /*
1412  * check_access - complain if a secret file has too-liberal permissions.
1413  */
1414 void
1415 check_access(f, filename)
1416     FILE *f;
1417     char *filename;
1418 {
1419     struct stat sbuf;
1420
1421     if (fstat(fileno(f), &sbuf) < 0) {
1422         syslog(LOG_WARNING, "cannot stat secret file %s: %m", filename);
1423     } else if ((sbuf.st_mode & (S_IRWXG | S_IRWXO)) != 0) {
1424         syslog(LOG_WARNING, "Warning - secret file %s has world and/or group access", filename);
1425     }
1426 }
1427
1428
1429 /*
1430  * scan_authfile - Scan an authorization file for a secret suitable
1431  * for authenticating `client' on `server'.  The return value is -1
1432  * if no secret is found, otherwise >= 0.  The return value has
1433  * NONWILD_CLIENT set if the secret didn't have "*" for the client, and
1434  * NONWILD_SERVER set if the secret didn't have "*" for the server.
1435  * Any following words on the line (i.e. address authorization
1436  * info) are placed in a wordlist and returned in *addrs.  
1437  */
1438 static int
1439 scan_authfile(f, client, server, ipaddr, secret, addrs, filename)
1440     FILE *f;
1441     char *client;
1442     char *server;
1443     u_int32_t ipaddr;
1444     char *secret;
1445     struct wordlist **addrs;
1446     char *filename;
1447 {
1448     int newline, xxx;
1449     int got_flag, best_flag;
1450     FILE *sf;
1451     struct wordlist *ap, *addr_list, *alist, *alast;
1452     char word[MAXWORDLEN];
1453     char atfile[MAXWORDLEN];
1454     char lsecret[MAXWORDLEN];
1455
1456     if (addrs != NULL)
1457         *addrs = NULL;
1458     addr_list = NULL;
1459     if (!getword(f, word, &newline, filename))
1460         return -1;              /* file is empty??? */
1461     newline = 1;
1462     best_flag = -1;
1463     for (;;) {
1464         /*
1465          * Skip until we find a word at the start of a line.
1466          */
1467         while (!newline && getword(f, word, &newline, filename))
1468             ;
1469         if (!newline)
1470             break;              /* got to end of file */
1471
1472         /*
1473          * Got a client - check if it's a match or a wildcard.
1474          */
1475         got_flag = 0;
1476         if (client != NULL && strcmp(word, client) != 0 && !ISWILD(word)) {
1477             newline = 0;
1478             continue;
1479         }
1480         if (!ISWILD(word))
1481             got_flag = NONWILD_CLIENT;
1482
1483         /*
1484          * Now get a server and check if it matches.
1485          */
1486         if (!getword(f, word, &newline, filename))
1487             break;
1488         if (newline)
1489             continue;
1490         if (server != NULL && strcmp(word, server) != 0 && !ISWILD(word))
1491             continue;
1492         if (!ISWILD(word))
1493             got_flag |= NONWILD_SERVER;
1494
1495         /*
1496          * Got some sort of a match - see if it's better than what
1497          * we have already.
1498          */
1499         if (got_flag <= best_flag)
1500             continue;
1501
1502         /*
1503          * Get the secret.
1504          */
1505         if (!getword(f, word, &newline, filename))
1506             break;
1507         if (newline)
1508             continue;
1509
1510         /*
1511          * Special syntax: @filename means read secret from file.
1512          */
1513         if (word[0] == '@') {
1514             strcpy(atfile, word+1);
1515             if ((sf = fopen(atfile, "r")) == NULL) {
1516                 syslog(LOG_WARNING, "can't open indirect secret file %s",
1517                        atfile);
1518                 continue;
1519             }
1520             check_access(sf, atfile);
1521             if (!getword(sf, word, &xxx, atfile)) {
1522                 syslog(LOG_WARNING, "no secret in indirect secret file %s",
1523                        atfile);
1524                 fclose(sf);
1525                 continue;
1526             }
1527             fclose(sf);
1528         }
1529         if (secret != NULL)
1530             strcpy(lsecret, word);
1531
1532         /*
1533          * Now read address authorization info and make a wordlist.
1534          */
1535         alist = alast = NULL;
1536         for (;;) {
1537             if (!getword(f, word, &newline, filename) || newline)
1538                 break;
1539             ap = (struct wordlist *) malloc(sizeof(struct wordlist)
1540                                             + strlen(word));
1541             if (ap == NULL)
1542                 novm("authorized addresses");
1543             ap->next = NULL;
1544             strcpy(ap->word, word);
1545             if (alist == NULL)
1546                 alist = ap;
1547             else
1548                 alast->next = ap;
1549             alast = ap;
1550         }
1551
1552         /*
1553          * Check if the given IP address is allowed by the wordlist.
1554          */
1555         if (ipaddr != 0 && !ip_addr_check(ipaddr, alist)) {
1556             free_wordlist(alist);
1557             continue;
1558         }
1559
1560         /*
1561          * This is the best so far; remember it.
1562          */
1563         best_flag = got_flag;
1564         if (addr_list)
1565             free_wordlist(addr_list);
1566         addr_list = alist;
1567         if (secret != NULL)
1568             strcpy(secret, lsecret);
1569
1570         if (!newline)
1571             break;
1572     }
1573
1574     if (addrs != NULL)
1575         *addrs = addr_list;
1576     else if (addr_list != NULL)
1577         free_wordlist(addr_list);
1578
1579     non_wildclient = (best_flag & NONWILD_CLIENT) && client != NULL &&
1580       *client != '\0';
1581     return best_flag;
1582 }
1583
1584 /*
1585  * free_wordlist - release memory allocated for a wordlist.
1586  */
1587 static void
1588 free_wordlist(wp)
1589     struct wordlist *wp;
1590 {
1591     struct wordlist *next;
1592
1593     while (wp != NULL) {
1594         next = wp->next;
1595         free(wp);
1596         wp = next;
1597     }
1598 }
1599
1600 /*
1601  * auth_script - execute a script with arguments
1602  * interface-name peer-name real-user tty speed
1603  */
1604 static void
1605 auth_script(script)
1606     char *script;
1607 {
1608     char strspeed[32];
1609     struct passwd *pw;
1610     char struid[32];
1611     char *user_name;
1612     char *argv[8];
1613
1614     if ((pw = getpwuid(getuid())) != NULL && pw->pw_name != NULL)
1615         user_name = pw->pw_name;
1616     else {
1617         sprintf(struid, "%d", getuid());
1618         user_name = struid;
1619     }
1620     sprintf(strspeed, "%d", baud_rate);
1621
1622     argv[0] = script;
1623     argv[1] = ifname;
1624     argv[2] = peer_authname;
1625     argv[3] = user_name;
1626     argv[4] = devnam;
1627     argv[5] = strspeed;
1628     argv[6] = NULL;
1629
1630     run_program(script, argv, 0);
1631 }