summaryrefslogtreecommitdiff
path: root/pppd/upap.c
Commit message (Expand)AuthorAgeFilesLines
* Header file reorganization and cleaning up the public API for pppd version 2....Eivind Næss2023-01-211-2/+3
* Use autoconf/automake to configure and make pppEivind Næss2021-07-201-0/+4
* Convert to ANSI CPaul Mackerras2020-12-291-64/+29
* pppd: Remove unused rcsid variablesKurt Van Dijck2019-10-021-1/+0
* Log a message when we succeed or fail in authenticating ourselvesPaul Mackerras2005-07-131-2/+1
* Update copyrights. The new CMU copyright notice is from CMU and nowPaul Mackerras2002-12-041-14/+37
* Log calling number failed authorization at warn instead of error, to beFrank Cusack2002-10-121-2/+2
* - more authentication logging uniformityFrank Cusack2002-10-121-7/+18
* Make authentication success/failure messages uniform.Frank Cusack2002-10-111-2/+11
* First large MPPE patch from Frank Cusack.David F. Skoll2002-04-021-3/+3
* New options system with priorities for option values, with optionsPaul Mackerras2001-03-081-6/+8
* make hide_password the defaultPaul Mackerras1999-11-201-2/+4
* get rid of a few compile warningsPaul Mackerras1999-11-151-4/+4
* Add plugin support plus an initial selection of hooks.Paul Mackerras1999-09-111-2/+5
* fix for junky peers from James CarlsonPaul Mackerras1999-08-241-23/+23
* Fix the rcsid's for non-ansi compilersPaul Mackerras1999-08-131-3/+3
* kill warningPaul Mackerras1999-08-121-1/+1
* don't print null received message, %.0[svq] prints nothingPaul Mackerras1999-06-241-13/+17
* fix bugletsPaul Mackerras1999-04-281-2/+2
* add data_name to struct protentPaul Mackerras1999-03-161-1/+2
* syslog -> notice/error/etc.Paul Mackerras1999-03-161-26/+15
* added hide-password optionPaul Mackerras1999-03-021-4/+11
* Update to new pppd with new option parsing stuffPaul Mackerras1998-11-071-1/+15
* caddr_t -> void *Paul Mackerras1997-04-301-11/+11
* moved protos here from upap.h; zero out passwordsPaul Mackerras1996-07-011-13/+37
* change upap to pap in debug messagesPaul Mackerras1996-05-261-16/+16
* add null entries for check_options and demand_conf in protentPaul Mackerras1996-01-011-2/+2
* extend protocol tablePaul Mackerras1995-12-181-2/+6
* Give up waiting for a PAP auth-req from the peer after 30 seconds.Paul Mackerras1995-06-121-4/+33
* N_PPP ->NUM_PPPPaul Mackerras1994-10-241-2/+2
* some extra includes (string.h and stdlib.h)Paul Mackerras1994-10-221-1/+2
* use ppp_defs.h instead of ppp.h, args.h; change some namesPaul Mackerras1994-09-211-21/+20
* added stuff to print packets in readable formPaul Mackerras1994-04-111-2/+79
* Initial revisionPaul Mackerras1993-11-111-0/+484