2003-05-01 |
Paul Mackerras | tty_recv_config doesn't return a value any more. |
blob | commitdiff | raw |
2003-04-07 |
Paul Mackerras | Revert the previous change that required channel send_c... |
blob | commitdiff | raw | diff to current |
2003-03-03 |
Paul Mackerras | A bunch of fixes mostly aimed at fixing the problems... |
blob | commitdiff | raw | diff to current |
2003-02-24 |
Frank Cusack | Don't leak ppp_fd to scripts. Bug reported by Alexande... |
blob | commitdiff | raw | diff to current |
2002-12-06 |
Paul Mackerras | Make sure we don't do FD_SET(fd, set) with fd >= FD_SET... |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Paul Mackerras | Update copyrights. The new CMU copyright notice is... |
blob | commitdiff | raw | diff to current |
2002-11-24 |
Russell Coker | Added a fix for a situation where pppd would hang indef... |
blob | commitdiff | raw | diff to current |
2002-09-14 |
Russell Coker | Added Linux support for the ipv6cp-use-persistent option. |
blob | commitdiff | raw | diff to current |
2002-09-12 |
Paul Mackerras | add missing parameter to a warn call |
blob | commitdiff | raw | diff to current |
2002-04-02 |
David F. Skoll | First large MPPE patch from Frank Cusack. |
blob | commitdiff | raw | diff to current |
2002-02-12 |
David F. Skoll | Added new hooks: |
blob | commitdiff | raw | diff to current |
2002-01-22 |
David F. Skoll | Made proxyarp search for the best matching interface... |
blob | commitdiff | raw | diff to current |
2001-12-14 |
Michal Ostrowski | Correct utmp handling - Robert Davidson <puttputt@iacce... |
blob | commitdiff | raw | diff to current |
2001-05-23 |
Paul Mackerras | add dump_packet, don't log lcp echo request/reply messa... |
blob | commitdiff | raw | diff to current |
2001-05-23 |
Paul Mackerras | export generic_{dis,}establish_ppp for pppoe stuff |
blob | commitdiff | raw | diff to current |
2001-04-27 |
Paul Mackerras | minor bugfixes, now 2.4.2b1, add pkts_in/out to pppd_stats, |
blob | commitdiff | raw | diff to current |
2001-03-13 |
Paul Mackerras | better message for the case when /dev/ppp doesn't exist |
blob | commitdiff | raw | diff to current |
2001-03-12 |
Paul Mackerras | make establish/disestablish_ppp members of the channel... |
blob | commitdiff | raw | diff to current |
2001-03-10 |
Paul Mackerras | fix a couple of bugs reported on the linux-ppp list: |
blob | commitdiff | raw | diff to current |
2001-03-09 |
Paul Mackerras | move the option printing stuff a little earlier, take out |
blob | commitdiff | raw | diff to current |
2001-03-08 |
Paul Mackerras | Separate out the setting of the interface MTU from... |
blob | commitdiff | raw | diff to current |
2001-01-01 |
Paul Mackerras | fix silly mistake in setting up pty |
blob | commitdiff | raw | diff to current |
2000-12-27 |
Paul Mackerras | Add 76800 and 921600 baud rates |
blob | commitdiff | raw | diff to current |
2000-08-01 |
Paul Mackerras | add stuff for packet filtering |
blob | commitdiff | raw | diff to current |
2000-07-24 |
Paul Mackerras | fix allow-ip option, allow @login for secret meaning... |
blob | commitdiff | raw | diff to current |
2000-06-30 |
Paul Mackerras | Move the tty-related stuff out to tty.c as far as possible. |
blob | commitdiff | raw | diff to current |
2000-04-15 |
Paul Mackerras | fix the bug in non-demand mode that I inadvertently... |
blob | commitdiff | raw | diff to current |
2000-04-15 |
Paul Mackerras | fixes for demand mode and multilink |
blob | commitdiff | raw | diff to current |
2000-04-13 |
Paul Mackerras | Multilink cleanups and fixes. |
blob | commitdiff | raw | diff to current |
2000-04-04 |
Paul Mackerras | Multilink support. |
blob | commitdiff | raw | diff to current |
2000-03-27 |
Paul Mackerras | changes to linux interface for new kernel driver, |
blob | commitdiff | raw | diff to current |
2000-03-13 |
Paul Mackerras | fix demand-dialling bug with new driver |
blob | commitdiff | raw | diff to current |
1999-12-23 |
Paul Mackerras | cope with /proc not being in mtab |
blob | commitdiff | raw | diff to current |
1999-11-17 |
Paul Mackerras | sync ppp update for new driver |
blob | commitdiff | raw | diff to current |
1999-11-15 |
Paul Mackerras | don't try to open /dev/ppp unless the kernel is >=... |
blob | commitdiff | raw | diff to current |
1999-09-11 |
Paul Mackerras | Add plugin support plus an initial selection of hooks. |
blob | commitdiff | raw | diff to current |
1999-08-25 |
Paul Mackerras | IPV6 update from Tommi Komulainen |
blob | commitdiff | raw | diff to current |
1999-08-24 |
Paul Mackerras | Rest of IPV6 merge which got lost somehow, plus some... |
blob | commitdiff | raw | diff to current |
1999-08-13 |
Paul Mackerras | make /dev/ppp if necessary |
blob | commitdiff | raw | diff to current |
1999-08-12 |
Paul Mackerras | misc fixes |
blob | commitdiff | raw | diff to current |
1999-07-23 |
Paul Mackerras | use new generic kernel driver (/dev/ppp) if available |
blob | commitdiff | raw | diff to current |
1999-07-21 |
Paul Mackerras | fix strtok loop |
blob | commitdiff | raw | diff to current |
1999-06-24 |
Paul Mackerras | add stuff to use /dev/ptmx etc. |
blob | commitdiff | raw | diff to current |
1999-06-01 |
Paul Mackerras | buglet fixes |
blob | commitdiff | raw | diff to current |
1999-05-14 |
Paul Mackerras | don't turn on IP if we can't do IPX |
blob | commitdiff | raw | diff to current |
1999-05-13 |
Paul Mackerras | just do tcflush once, should be enough |
blob | commitdiff | raw | diff to current |
1999-05-04 |
Paul Mackerras | improve ppp not available message |
blob | commitdiff | raw | diff to current |
1999-04-28 |
Paul Mackerras | try harder to flush the tty output buffer in disestabli... |
blob | commitdiff | raw | diff to current |
1999-04-16 |
Paul Mackerras | flush queue before restoring line discipline to try to |
blob | commitdiff | raw | diff to current |
1999-04-12 |
Paul Mackerras | Move some stuff (printing, logging, [un]locking) into... |
blob | commitdiff | raw | diff to current |
1999-04-01 |
Paul Mackerras | cope with the case where we don't have a device name... |
blob | commitdiff | raw | diff to current |
1999-03-31 |
Paul Mackerras | update version to 2.3.7 |
blob | commitdiff | raw | diff to current |
1999-03-30 |
Paul Mackerras | Apply patch for sync serial support from Paul Fulghum. |
blob | commitdiff | raw | diff to current |
1999-03-30 |
Paul Mackerras | fixes to error messages. |
blob | commitdiff | raw | diff to current |
1999-03-23 |
Paul Mackerras | Allow record option with pty option. |
blob | commitdiff | raw | diff to current |
1999-03-22 |
Paul Mackerras | Add pty, notty and record options. |
blob | commitdiff | raw | diff to current |
1999-03-19 |
Paul Mackerras | remove a couple of ansi-C-isms. |
blob | commitdiff | raw | diff to current |
1999-03-19 |
Paul Mackerras | changed order of args to strlcpy/strlcat. |
blob | commitdiff | raw | diff to current |
1999-03-16 |
Paul Mackerras | make establish_ppp and open_ppp_loopback return the... |
blob | commitdiff | raw | diff to current |
1999-03-16 |
Paul Mackerras | fix silly mistake |
blob | commitdiff | raw | diff to current |
1999-03-16 |
Paul Mackerras | don't die on EIO on setting asyncmap |
blob | commitdiff | raw | diff to current |
1999-03-12 |
Paul Mackerras | use strlcpy, strlcat, slprintf everywhere |
blob | commitdiff | raw | diff to current |
1999-03-08 |
Paul Mackerras | minor changes so it compiles with pre-ansi compiler; |
blob | commitdiff | raw | diff to current |
1999-03-08 |
Paul Mackerras | fix silly mistakes |
blob | commitdiff | raw | diff to current |
1999-03-08 |
Paul Mackerras | Ignore routes through our own interface in have_route_to |
blob | commitdiff | raw | diff to current |
1999-03-02 |
Paul Mackerras | update the version number |
blob | commitdiff | raw | diff to current |
1999-01-20 |
Paul Mackerras | don't die on write errors to the link |
blob | commitdiff | raw | diff to current |
1998-11-07 |
Paul Mackerras | Update to new pppd with new option parsing stuff |
blob | commitdiff | raw | diff to current |
1998-05-13 |
Paul Mackerras | Fix it so it compiles under RedHat 5.0 linux with glibc... |
blob | commitdiff | raw | diff to current |
1998-05-04 |
Paul Mackerras | Change to make it compile on glibc 2 systems |
blob | commitdiff | raw | diff to current |
1998-05-04 |
Paul Mackerras | update for 2.3.5; fix kernel version checking for linux |
blob | commitdiff | raw | diff to current |
1998-03-31 |
Paul Mackerras | Fix it so it compiles with glibc 2 |
blob | commitdiff | raw | diff to current |
1998-03-25 |
Paul Mackerras | Mods from Al Longyear; added get_host_seed |
blob | commitdiff | raw | diff to current |
1998-02-04 |
Paul Mackerras | update for 2.3.3; changes so it will compile with glibc |
blob | commitdiff | raw | diff to current |
1997-11-27 |
Paul Mackerras | cope with different kernel versions at run time not... |
blob | commitdiff | raw | diff to current |
1997-07-14 |
Paul Mackerras | allow use with 2.2 driver |
blob | commitdiff | raw | diff to current |
1997-04-30 |
Paul Mackerras | add log level arg for log_packet; removed call to openp... |
blob | commitdiff | raw | diff to current |
1997-03-04 |
Paul Mackerras | sifdefaultroute now gets both local and remote addresses; |
blob | commitdiff | raw | diff to current |
1996-09-26 |
Paul Mackerras | mods for new demand-dial structure |
blob | commitdiff | raw | diff to current |
1996-09-14 |
Paul Mackerras | fixed compilation problem |
blob | commitdiff | raw | diff to current |
1996-08-28 |
Paul Mackerras | fix link problem |
blob | commitdiff | raw | diff to current |
1996-07-01 |
Paul Mackerras | mods from Al |
blob | commitdiff | raw | diff to current |
1996-05-27 |
Paul Mackerras | syslog stuff back to main.c; |
blob | commitdiff | raw | diff to current |
1996-04-04 |
Paul Mackerras | remove interface route on exit |
blob | commitdiff | raw | diff to current |
1996-01-01 |
Paul Mackerras | change fd -> ttyfd, fd arg to various functions |
blob | commitdiff | raw | diff to current |
1995-12-11 |
Paul Mackerras | merge in changes from Al's version |
blob | commitdiff | raw | diff to current |
1995-10-27 |
Paul Mackerras | Add prototypes; implement sys_cleanup; ccp_test provide... |
blob | commitdiff | raw | diff to current |
1995-08-10 |
Paul Mackerras | Updates from Al Longyear. |
blob | commitdiff | raw | diff to current |
1995-07-11 |
Paul Mackerras | Updates from Al Longyear |
blob | commitdiff | raw | diff to current |
1995-06-30 |
Paul Mackerras | Mods to Linux code from Al Longyear: use ppp_idle inste... |
blob | commitdiff | raw | diff to current |
1995-06-12 |
Paul Mackerras | Mods from Al Longyear, including improvements to option... |
blob | commitdiff | raw | diff to current |
1995-05-01 |
Paul Mackerras | leave tty with echo turned off if not default device |
blob | commitdiff | raw | diff to current |
1995-04-28 |
Paul Mackerras | we don't have sa_len in sockaddr |
blob | commitdiff | raw | diff to current |
1995-04-27 |
Paul Mackerras | added GetMask |
blob | commitdiff | raw | diff to current |
1995-04-24 |
Paul Mackerras | sundry fixes and reformattings |
blob | commitdiff | raw | diff to current |
1994-12-08 |
Paul Mackerras | changed s to sockfd and added lock() and unlock(); |
blob | commitdiff | raw | diff to current |
1994-10-24 |
Paul Mackerras | N_PPP ->NUM_PPP |
blob | commitdiff | raw | diff to current |
1994-09-21 |
Paul Mackerras | use ppp_defs.h instead of ppp.h, args.h; change some... |
blob | commitdiff | raw | diff to current |
1994-09-01 |
Paul Mackerras | stuff moved here from main.c; use uint32 for IP addresses; |
blob | commitdiff | raw | diff to current |
1994-06-09 |
Paul Mackerras | patch for proxy arp stuff |
blob | commitdiff | raw | diff to current |
next |