summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp
AgeCommit message (Expand)Author
1999-02-04Change the timer routines so that they interrupt when the nextbrian
1999-02-02Don't allow root to specify non-existent labels onbrian
1999-02-02Reimplement the previous fix (no response to PAP requests)brian
1999-02-01If we receive no answer from the server when sending PAPbrian
1999-01-31Mention the error when we fail to connect().brian
1999-01-25Don't SEGV when ``set proctitle'' is used in the defaultbrian
1999-01-20Recurse when we've switched state via LoginDone(). If we'vebrian
1999-01-19Change the maximum number of filters from 20 to 40.brian
1999-01-19Suggest that ``set proctitle'' is used in ppp.linkup whenbrian
1999-01-19Send the peer-decided PSTN address with the CBCP Ack,brian
1999-01-13If we've configured CBCP *and* another not-so-importantbrian
1999-01-11Correct some formatting errors (one is a groff bug)brian
1999-01-10Only call isatty() when we open our descriptor, and rememberbrian
1999-01-10If we can't open alias.log, don't try to write to thebrian
1999-01-08Don't use the next phone number after the ``|'' if thebrian
1999-01-06Typo: The idle timer is ignored in -ddial and -dedicatedbrian
1999-01-06Don't warn when ``add xxxx HISADDR'' fails because HISADDRbrian
1998-12-17Don't return stack-based data. This may have causedbrian
1998-12-16Typo policebrian
1998-12-15Fix a potentially bad latency problem.brian
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netAaron Campbell
1998-12-14Allow a variable as the first arg to ``set proctitle''.brian
1998-12-14Mention the cosmetic necessity to ``iface clear'' in ppp.linkdown.brian
1998-12-10Boy, this was tricky to find:brian
1998-12-10When using ``set device !someprogram'', when ``someprogram''brian
1998-11-10Don't forget to initialise dbuff when debugging.brian
1998-11-08Explain what the command line switches do and what thebrian
1998-11-08Fix a few typosbrian
1998-11-05Don't delete the primary interface address whenbrian
1998-10-31If the CBCP callee offsers no callback, send our configuredbrian
1998-10-31Allow multiple systems (config labels) on the commandbrian
1998-10-29Don't call PacketAliasIn() when we turn around packets destinedbrian
1998-10-29Catch up with the latest ppp updates/fixes:brian
1998-09-18Order SEE ALSO correctly.brian
1998-09-17Depolute Makefiles.brian
1998-09-17Alphabeticalize SEE ALSO section.brian
1998-09-15Correct ua_ntohs.brian
1998-09-09Reflect realitybrian
1998-09-09Initialise lcp::his_mru to the ``set mtu'' value if it's lessbrian
1998-09-04Add a missing #includebrian
1998-09-04Don't cast potentially unaligned addresses to pointers tobrian
1998-08-31Move libalias sources into the ppp directory.brian
1998-08-31mostly fix build problemsTheo de Raadt
1998-08-31Upgrade ppp to version 2.0brian
1998-08-17Don't lose an allocated pointer if realloc() fails.brian
1998-06-28Don't assume sizeof(long) == 4brian
1998-06-27More u_long -> u_int32_tbrian
1998-06-27Fix ``sizeof(u_long) == 4'' errors.brian
1998-06-26Don't depend on sizeof(u_long) == 4.brian
1998-06-26convert DLT_LOOP header to network-order u_int32_tTheo de Raadt