1999-03-22 |
Paul Mackerras | handle M_FLUSH and M_IOCTL messages in lrput routine.
|
commit | commitdiff | tree |
1999-03-22 |
Paul Mackerras | Add pty, notty and record options.
|
commit | commitdiff | tree |
1999-03-19 |
Paul Mackerras | remove a couple of ansi-C-isms.
|
commit | commitdiff | tree |
1999-03-19 |
Paul Mackerras | changed order of args to strlcpy/strlcat.
|
commit | commitdiff | tree |
1999-03-19 |
Paul Mackerras | removed some functions made static and other unused...
|
commit | commitdiff | tree |
1999-03-19 |
Paul Mackerras | made some more functions static.
|
commit | commitdiff | tree |
1999-03-19 |
Paul Mackerras | added log_to_fd to specify which fd log output should...
|
commit | commitdiff | tree |
1999-03-19 |
Paul Mackerras | added receive-all option.
|
commit | commitdiff | tree |
1999-03-19 |
Paul Mackerras | made some functions static.
|
commit | commitdiff | tree |
1999-03-19 |
Paul Mackerras | made loop_frame static
|
commit | commitdiff | tree |
1999-03-19 |
Paul Mackerras | if remote name was explicitly specified with remotename...
|
commit | commitdiff | tree |
1999-03-19 |
Paul Mackerras | Ignore extra unrecognized options in Nak.
|
commit | commitdiff | tree |
1999-03-19 |
Paul Mackerras | don't run auth-up/down script while one is already...
|
commit | commitdiff | tree |
1999-03-16 |
Paul Mackerras | add data_name to struct protent
|
commit | commitdiff | tree |
1999-03-16 |
Paul Mackerras | make establish_ppp and open_ppp_loopback return the...
|
commit | commitdiff | tree |
1999-03-16 |
Paul Mackerras | add question about auth in 2.3.6
|
commit | commitdiff | tree |
1999-03-16 |
Paul Mackerras | don't call np_down unless np_up has been called
|
commit | commitdiff | tree |
1999-03-16 |
Paul Mackerras | fix silly mistake
|
commit | commitdiff | tree |
1999-03-16 |
Paul Mackerras | syslog -> notice/error/etc.
|
commit | commitdiff | tree |
1999-03-16 |
Paul Mackerras | don't print debug msgs to stderr unless debug is set
|
commit | commitdiff | tree |
1999-03-16 |
Paul Mackerras | fix for usepeerdns stuff
|
commit | commitdiff | tree |
1999-03-16 |
Paul Mackerras | minor compilation fixes
|
commit | commitdiff | tree |
1999-03-16 |
Paul Mackerras | added add_fd, remove_fd, removed wait_loop_output,...
|
commit | commitdiff | tree |
1999-03-16 |
Paul Mackerras | don't die on EIO on setting asyncmap
|
commit | commitdiff | tree |
1999-03-16 |
Paul Mackerras | add add_fd and remove_fd, remove wait_loop_output and...
|
commit | commitdiff | tree |
1999-03-16 |
Paul Mackerras | add %P and %B formats, fixed %I
|
commit | commitdiff | tree |
1999-03-16 |
Paul Mackerras | make default asyncmap 0
|
commit | commitdiff | tree |
1999-03-12 |
Paul Mackerras | use strlcpy, strlcat, slprintf everywhere
|
commit | commitdiff | tree |
1999-03-10 |
Paul Mackerras | Corrected the comment about the device name option...
|
commit | commitdiff | tree |
1999-03-10 |
Paul Mackerras | fix compile problems on OSF/1
|
commit | commitdiff | tree |
1999-03-08 |
Paul Mackerras | minor changes so it compiles with pre-ansi compiler;
|
commit | commitdiff | tree |
1999-03-08 |
Paul Mackerras | make it compile for sunos
|
commit | commitdiff | tree |
1999-03-08 |
Paul Mackerras | Put in a have_route_to cobbled up from stuff sent by...
|
commit | commitdiff | tree |
1999-03-08 |
Paul Mackerras | fix silly mistakes
|
commit | commitdiff | tree |
1999-03-08 |
Paul Mackerras | move have_route_to check from ip_addr_check to auth_ip_addr
|
commit | commitdiff | tree |
1999-03-08 |
Paul Mackerras | Change from printing `ppp 2.3 patch level 6' to `ppp...
|
commit | commitdiff | tree |
1999-03-08 |
Paul Mackerras | Ignore routes through our own interface in have_route_to
|
commit | commitdiff | tree |
1999-03-08 |
Paul Mackerras | Add dummy have_route_to functions.
|
commit | commitdiff | tree |
1999-03-06 |
Paul Mackerras | leave the real user ID as the user's now
|
commit | commitdiff | tree |
1999-03-03 |
Paul Mackerras | explain about behaviour when opening the device
|
commit | commitdiff | tree |
1999-03-02 |
Paul Mackerras | open the device as the user unless the device name...
|
commit | commitdiff | tree |
1999-03-02 |
Paul Mackerras | does better without the includes
|
commit | commitdiff | tree |
1999-03-02 |
Paul Mackerras | update version number
|
commit | commitdiff | tree |
1999-03-02 |
Paul Mackerras | usepeerdns stuff from Nick Walker
|
commit | commitdiff | tree |
1999-03-02 |
Paul Mackerras | limit printing of excess data in log to 32 bytes
|
commit | commitdiff | tree |
1999-03-02 |
Paul Mackerras | usepeerdns option from Nick Walker
|
commit | commitdiff | tree |
1999-03-02 |
Paul Mackerras | bug fix from Johan Widen
|
commit | commitdiff | tree |
1999-03-02 |
Paul Mackerras | update the version number
|
commit | commitdiff | tree |
1999-03-02 |
Paul Mackerras | Make auth be the default if we don't have the noauth...
|
commit | commitdiff | tree |
1999-03-02 |
Paul Mackerras | update: hide-password, behaviour of auth/noauth
|
commit | commitdiff | tree |
1999-03-02 |
Paul Mackerras | added hide-password option
|
commit | commitdiff | tree |
1999-03-02 |
Paul Mackerras | don't need auth and usehostname by default any more
|
commit | commitdiff | tree |
1999-03-02 |
Paul Mackerras | update for 2.3.6 release
|
commit | commitdiff | tree |
1999-02-26 |
Paul Mackerras | export readable() from options.c so auth.c can use it
|
commit | commitdiff | tree |
1999-02-26 |
Paul Mackerras | fix MT stuff; add DEBUG to compile command line for now
|
commit | commitdiff | tree |
1999-02-26 |
Paul Mackerras | update
|
commit | commitdiff | tree |
1999-02-26 |
Paul Mackerras | fix up the multithread stuff (hopefully?)
|
commit | commitdiff | tree |
1999-02-26 |
Paul Mackerras | minor fixes, update man page
|
commit | commitdiff | tree |
1999-02-26 |
Paul Mackerras | add a have_route_to
|
commit | commitdiff | tree |
1999-02-26 |
Paul Mackerras | allow chars 0x20 - 0x3f to be escaped
|
commit | commitdiff | tree |
1999-02-26 |
Paul Mackerras | revert it to 2.3.6 for now
|
commit | commitdiff | tree |
1999-02-26 |
Paul Mackerras | Fix it for 2.0.x kernels;
|
commit | commitdiff | tree |
1999-02-26 |
Paul Mackerras | Don't bother about stub files in /usr/include/net any...
|
commit | commitdiff | tree |
1999-01-20 |
Paul Mackerras | kludge for pseudo-glibc on linux/ppc
|
commit | commitdiff | tree |
1999-01-20 |
Paul Mackerras | remove typo, get ethernet hw address using arp request
|
commit | commitdiff | tree |
1999-01-20 |
Paul Mackerras | don't die on write errors to the link
|
commit | commitdiff | tree |
1999-01-20 |
Paul Mackerras | remove unneeded devnam_info
|
commit | commitdiff | tree |
1999-01-20 |
Paul Mackerras | If device name given, complain if not privileged
|
commit | commitdiff | tree |
1999-01-19 |
Paul Mackerras | use fchmod rather than chmod to restore device permissions
|
commit | commitdiff | tree |
1999-01-19 |
Paul Mackerras | take out superfluous check
|
commit | commitdiff | tree |
1999-01-19 |
Paul Mackerras | fix accounting
|
commit | commitdiff | tree |
1999-01-19 |
Paul Mackerras | move PPP_VERSION to ppp.c; don't use dev->tbusy as...
|
commit | commitdiff | tree |
1998-11-07 |
Paul Mackerras | Update to new pppd with new option parsing stuff
|
commit | commitdiff | tree |
1998-11-02 |
Paul Mackerras | don't try to look up * as a hostname
|
commit | commitdiff | tree |
1998-09-13 |
Paul Mackerras | Change UID to ORIG_UID because bash defines UID.
|
commit | commitdiff | tree |
1998-09-13 |
Paul Mackerras | Some systems define `u' as a macro.
|
commit | commitdiff | tree |
1998-07-07 |
Paul Mackerras | Major restructuring of the ppp driver, leading towards
|
commit | commitdiff | tree |
1998-07-07 |
Paul Mackerras | fix incorrect compression ratio printout on linux
|
commit | commitdiff | tree |
1998-05-13 |
Paul Mackerras | Fix some minor bugs - idle timer getting reset on control
|
commit | commitdiff | tree |
1998-05-13 |
Paul Mackerras | Fix it so it compiles under RedHat 5.0 linux with glibc...
|
commit | commitdiff | tree |
1998-05-05 |
Paul Mackerras | Trap recursive bad_signal calls; idea from Richard...
|
commit | commitdiff | tree |
1998-05-04 |
Paul Mackerras | Change to make it compile on glibc 2 systems
|
commit | commitdiff | tree |
1998-05-04 |
Paul Mackerras | update for 2.3.5
|
commit | commitdiff | tree |
1998-05-04 |
Paul Mackerras | put SC_ENABLE_IP back for isdn stuff; update for 2.3.5
|
commit | commitdiff | tree |
1998-05-04 |
Paul Mackerras | work around se driver bug
|
commit | commitdiff | tree |
1998-05-04 |
Paul Mackerras | use uint instead of ulong, in case longs are 8 bytes
|
commit | commitdiff | tree |
1998-05-04 |
Paul Mackerras | update for 2.3.5; fix kernel version checking for linux
|
commit | commitdiff | tree |
1998-05-04 |
Paul Mackerras | net/ -> include/net/
|
commit | commitdiff | tree |
1998-05-04 |
Paul Mackerras | mods from Christos; net/ -> include/net/
|
commit | commitdiff | tree |
1998-05-04 |
Paul Mackerras | mods from Sowmini
|
commit | commitdiff | tree |
1998-04-28 |
Paul Mackerras | Fix up ms-wins codes
|
commit | commitdiff | tree |
1998-04-28 |
Paul Mackerras | mods for DUNIX
|
commit | commitdiff | tree |
1998-04-28 |
Paul Mackerras | Make packet printing stuff use vfmtmsg
|
commit | commitdiff | tree |
1998-04-02 |
Paul Mackerras | mention it works under 2.6
|
commit | commitdiff | tree |
1998-04-02 |
Paul Mackerras | remove message about solaris 2.6
|
commit | commitdiff | tree |
1998-04-02 |
Paul Mackerras | Fixes for freebsd
|
commit | commitdiff | tree |
1998-04-01 |
Paul Mackerras | define HAVE_CRYPT_H if we have a /usr/include/crypt.h
|
commit | commitdiff | tree |
1998-04-01 |
Paul Mackerras | remove references to /home/paulus
|
commit | commitdiff | tree |
1998-04-01 |
Paul Mackerras | we don't actually need crypt.h, under linux at least.
|
commit | commitdiff | tree |
1998-03-31 |
Paul Mackerras | Fix a compilation problem under SunOS
|
commit | commitdiff | tree |