Adam Green / EthernetInterface
Committer:
AdamGreen
Date:
Sat Sep 07 21:38:42 2013 +0000
Revision:
0:3b00827bb0b7
Sync to latest network stack source from github.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
AdamGreen 0:3b00827bb0b7 1 /*****************************************************************************
AdamGreen 0:3b00827bb0b7 2 * auth.h - PPP Authentication and phase control header file.
AdamGreen 0:3b00827bb0b7 3 *
AdamGreen 0:3b00827bb0b7 4 * Copyright (c) 2003 by Marc Boucher, Services Informatiques (MBSI) inc.
AdamGreen 0:3b00827bb0b7 5 * portions Copyright (c) 1998 Global Election Systems Inc.
AdamGreen 0:3b00827bb0b7 6 *
AdamGreen 0:3b00827bb0b7 7 * The authors hereby grant permission to use, copy, modify, distribute,
AdamGreen 0:3b00827bb0b7 8 * and license this software and its documentation for any purpose, provided
AdamGreen 0:3b00827bb0b7 9 * that existing copyright notices are retained in all copies and that this
AdamGreen 0:3b00827bb0b7 10 * notice and the following disclaimer are included verbatim in any
AdamGreen 0:3b00827bb0b7 11 * distributions. No written agreement, license, or royalty fee is required
AdamGreen 0:3b00827bb0b7 12 * for any of the authorized uses.
AdamGreen 0:3b00827bb0b7 13 *
AdamGreen 0:3b00827bb0b7 14 * THIS SOFTWARE IS PROVIDED BY THE CONTRIBUTORS *AS IS* AND ANY EXPRESS OR
AdamGreen 0:3b00827bb0b7 15 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
AdamGreen 0:3b00827bb0b7 16 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
AdamGreen 0:3b00827bb0b7 17 * IN NO EVENT SHALL THE CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
AdamGreen 0:3b00827bb0b7 18 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
AdamGreen 0:3b00827bb0b7 19 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
AdamGreen 0:3b00827bb0b7 20 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
AdamGreen 0:3b00827bb0b7 21 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
AdamGreen 0:3b00827bb0b7 22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
AdamGreen 0:3b00827bb0b7 23 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
AdamGreen 0:3b00827bb0b7 24 *
AdamGreen 0:3b00827bb0b7 25 ******************************************************************************
AdamGreen 0:3b00827bb0b7 26 * REVISION HISTORY
AdamGreen 0:3b00827bb0b7 27 *
AdamGreen 0:3b00827bb0b7 28 * 03-01-01 Marc Boucher <marc@mbsi.ca>
AdamGreen 0:3b00827bb0b7 29 * Ported to lwIP.
AdamGreen 0:3b00827bb0b7 30 * 97-12-04 Guy Lancaster <lancasterg@acm.org>, Global Election Systems Inc.
AdamGreen 0:3b00827bb0b7 31 * Original derived from BSD pppd.h.
AdamGreen 0:3b00827bb0b7 32 *****************************************************************************/
AdamGreen 0:3b00827bb0b7 33 /*
AdamGreen 0:3b00827bb0b7 34 * pppd.h - PPP daemon global declarations.
AdamGreen 0:3b00827bb0b7 35 *
AdamGreen 0:3b00827bb0b7 36 * Copyright (c) 1989 Carnegie Mellon University.
AdamGreen 0:3b00827bb0b7 37 * All rights reserved.
AdamGreen 0:3b00827bb0b7 38 *
AdamGreen 0:3b00827bb0b7 39 * Redistribution and use in source and binary forms are permitted
AdamGreen 0:3b00827bb0b7 40 * provided that the above copyright notice and this paragraph are
AdamGreen 0:3b00827bb0b7 41 * duplicated in all such forms and that any documentation,
AdamGreen 0:3b00827bb0b7 42 * advertising materials, and other materials related to such
AdamGreen 0:3b00827bb0b7 43 * distribution and use acknowledge that the software was developed
AdamGreen 0:3b00827bb0b7 44 * by Carnegie Mellon University. The name of the
AdamGreen 0:3b00827bb0b7 45 * University may not be used to endorse or promote products derived
AdamGreen 0:3b00827bb0b7 46 * from this software without specific prior written permission.
AdamGreen 0:3b00827bb0b7 47 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
AdamGreen 0:3b00827bb0b7 48 * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
AdamGreen 0:3b00827bb0b7 49 * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
AdamGreen 0:3b00827bb0b7 50 *
AdamGreen 0:3b00827bb0b7 51 */
AdamGreen 0:3b00827bb0b7 52
AdamGreen 0:3b00827bb0b7 53 #ifndef AUTH_H
AdamGreen 0:3b00827bb0b7 54 #define AUTH_H
AdamGreen 0:3b00827bb0b7 55
AdamGreen 0:3b00827bb0b7 56 /***********************
AdamGreen 0:3b00827bb0b7 57 *** PUBLIC FUNCTIONS ***
AdamGreen 0:3b00827bb0b7 58 ***********************/
AdamGreen 0:3b00827bb0b7 59
AdamGreen 0:3b00827bb0b7 60 /* we are starting to use the link */
AdamGreen 0:3b00827bb0b7 61 void link_required (int);
AdamGreen 0:3b00827bb0b7 62
AdamGreen 0:3b00827bb0b7 63 /* we are finished with the link */
AdamGreen 0:3b00827bb0b7 64 void link_terminated (int);
AdamGreen 0:3b00827bb0b7 65
AdamGreen 0:3b00827bb0b7 66 /* the LCP layer has left the Opened state */
AdamGreen 0:3b00827bb0b7 67 void link_down (int);
AdamGreen 0:3b00827bb0b7 68
AdamGreen 0:3b00827bb0b7 69 /* the link is up; authenticate now */
AdamGreen 0:3b00827bb0b7 70 void link_established (int);
AdamGreen 0:3b00827bb0b7 71
AdamGreen 0:3b00827bb0b7 72 /* a network protocol has come up */
AdamGreen 0:3b00827bb0b7 73 void np_up (int, u16_t);
AdamGreen 0:3b00827bb0b7 74
AdamGreen 0:3b00827bb0b7 75 /* a network protocol has gone down */
AdamGreen 0:3b00827bb0b7 76 void np_down (int, u16_t);
AdamGreen 0:3b00827bb0b7 77
AdamGreen 0:3b00827bb0b7 78 /* a network protocol no longer needs link */
AdamGreen 0:3b00827bb0b7 79 void np_finished (int, u16_t);
AdamGreen 0:3b00827bb0b7 80
AdamGreen 0:3b00827bb0b7 81 /* peer failed to authenticate itself */
AdamGreen 0:3b00827bb0b7 82 void auth_peer_fail (int, u16_t);
AdamGreen 0:3b00827bb0b7 83
AdamGreen 0:3b00827bb0b7 84 /* peer successfully authenticated itself */
AdamGreen 0:3b00827bb0b7 85 void auth_peer_success (int, u16_t, char *, int);
AdamGreen 0:3b00827bb0b7 86
AdamGreen 0:3b00827bb0b7 87 /* we failed to authenticate ourselves */
AdamGreen 0:3b00827bb0b7 88 void auth_withpeer_fail (int, u16_t);
AdamGreen 0:3b00827bb0b7 89
AdamGreen 0:3b00827bb0b7 90 /* we successfully authenticated ourselves */
AdamGreen 0:3b00827bb0b7 91 void auth_withpeer_success (int, u16_t);
AdamGreen 0:3b00827bb0b7 92
AdamGreen 0:3b00827bb0b7 93 /* check authentication options supplied */
AdamGreen 0:3b00827bb0b7 94 void auth_check_options (void);
AdamGreen 0:3b00827bb0b7 95
AdamGreen 0:3b00827bb0b7 96 /* check what secrets we have */
AdamGreen 0:3b00827bb0b7 97 void auth_reset (int);
AdamGreen 0:3b00827bb0b7 98
AdamGreen 0:3b00827bb0b7 99 /* Check peer-supplied username/password */
AdamGreen 0:3b00827bb0b7 100 u_char check_passwd (int, char *, int, char *, int, char **, int *);
AdamGreen 0:3b00827bb0b7 101
AdamGreen 0:3b00827bb0b7 102 /* get "secret" for chap */
AdamGreen 0:3b00827bb0b7 103 int get_secret (int, char *, char *, char *, int *, int);
AdamGreen 0:3b00827bb0b7 104
AdamGreen 0:3b00827bb0b7 105 /* check if IP address is authorized */
AdamGreen 0:3b00827bb0b7 106 int auth_ip_addr (int, u32_t);
AdamGreen 0:3b00827bb0b7 107
AdamGreen 0:3b00827bb0b7 108 /* check if IP address is unreasonable */
AdamGreen 0:3b00827bb0b7 109 int bad_ip_adrs (u32_t);
AdamGreen 0:3b00827bb0b7 110
AdamGreen 0:3b00827bb0b7 111 #endif /* AUTH_H */