]> git.ozlabs.org Git - ppp.git/history - pppd
clock32_t is clock_t (long)
[ppp.git] / pppd /
1999-04-16 Paul Mackerrasfix pid handling
1999-04-16 Paul Mackerrasmention PPPLOGNAME
1999-04-16 Paul Mackerrastry to cope gracefully with the situation where someone...
1999-04-16 Paul Mackerrasflush queue before restoring line discipline to try to
1999-04-12 Paul Mackerrasadd debugging messages about waiting for children at...
1999-04-12 Paul MackerrasMove some stuff (printing, logging, [un]locking) into...
1999-04-01 Paul Mackerrascouple more get_pty's
1999-04-01 Paul Mackerrasremove another ansi-C-ism
1999-04-01 Paul Mackerrassmall changes suggested by Seth Chaiklin
1999-04-01 Paul Mackerrascope with the case where we don't have a device name...
1999-03-31 Paul Mackerrasremove unneeded (harmful) closes in device_script
1999-03-31 Paul Mackerrasupdate version to 2.3.7
1999-03-31 Paul Mackerrasadd reopen_log(), call it after using PAM stuff
1999-03-30 Paul MackerrasApply patch for sync serial support from Paul Fulghum.
1999-03-30 Paul Mackerrasapply PAM patch
1999-03-30 Paul Mackerrasalpha -> beta
1999-03-30 Paul Mackerraschange pppd to group pppusers if possible
1999-03-30 Paul Mackerrasset the SPEED variable later so it is valid
1999-03-30 Paul Mackerrasfixes to error messages.
1999-03-30 Paul MackerrasFix the behaviour of device_script when in/out are...
1999-03-25 Paul MackerrasAdd timestamp at beginning of each section of record...
1999-03-24 Paul Mackerrasshould read the tty options file now.
1999-03-23 Paul Mackerrasdocument record option
1999-03-23 Paul MackerrasAllow record option with pty option.
1999-03-22 Paul MackerrasAdd pty, notty and record options.
1999-03-19 Paul Mackerrasremove a couple of ansi-C-isms.
1999-03-19 Paul Mackerraschanged order of args to strlcpy/strlcat.
1999-03-19 Paul Mackerrasremoved some functions made static and other unused...
1999-03-19 Paul Mackerrasmade some more functions static.
1999-03-19 Paul Mackerrasadded log_to_fd to specify which fd log output should...
1999-03-19 Paul Mackerrasadded receive-all option.
1999-03-19 Paul Mackerrasmade some functions static.
1999-03-19 Paul Mackerrasmade loop_frame static
1999-03-19 Paul Mackerrasif remote name was explicitly specified with remotename...
1999-03-19 Paul MackerrasIgnore extra unrecognized options in Nak.
1999-03-19 Paul Mackerrasdon't run auth-up/down script while one is already...
1999-03-16 Paul Mackerrasadd data_name to struct protent
1999-03-16 Paul Mackerrasmake establish_ppp and open_ppp_loopback return the...
1999-03-16 Paul Mackerrasdon't call np_down unless np_up has been called
1999-03-16 Paul Mackerrasfix silly mistake
1999-03-16 Paul Mackerrassyslog -> notice/error/etc.
1999-03-16 Paul Mackerrasdon't print debug msgs to stderr unless debug is set
1999-03-16 Paul Mackerrasfix for usepeerdns stuff
1999-03-16 Paul Mackerrasminor compilation fixes
1999-03-16 Paul Mackerrasadded add_fd, remove_fd, removed wait_loop_output,...
1999-03-16 Paul Mackerrasdon't die on EIO on setting asyncmap
1999-03-16 Paul Mackerrasadd add_fd and remove_fd, remove wait_loop_output and...
1999-03-16 Paul Mackerrasadd %P and %B formats, fixed %I
1999-03-16 Paul Mackerrasmake default asyncmap 0
1999-03-12 Paul Mackerrasuse strlcpy, strlcat, slprintf everywhere
1999-03-10 Paul Mackerrasfix compile problems on OSF/1
1999-03-08 Paul Mackerrasminor changes so it compiles with pre-ansi compiler;
1999-03-08 Paul MackerrasPut in a have_route_to cobbled up from stuff sent by...
1999-03-08 Paul Mackerrasfix silly mistakes
1999-03-08 Paul Mackerrasmove have_route_to check from ip_addr_check to auth_ip_addr
1999-03-08 Paul MackerrasChange from printing `ppp 2.3 patch level 6' to `ppp...
1999-03-08 Paul MackerrasIgnore routes through our own interface in have_route_to
1999-03-08 Paul MackerrasAdd dummy have_route_to functions.
1999-03-06 Paul Mackerrasleave the real user ID as the user's now
1999-03-03 Paul Mackerrasexplain about behaviour when opening the device
1999-03-02 Paul Mackerrasopen the device as the user unless the device name...
1999-03-02 Paul Mackerrasusepeerdns stuff from Nick Walker
1999-03-02 Paul Mackerraslimit printing of excess data in log to 32 bytes
1999-03-02 Paul Mackerrasusepeerdns option from Nick Walker
1999-03-02 Paul Mackerrasbug fix from Johan Widen
1999-03-02 Paul Mackerrasupdate the version number
1999-03-02 Paul MackerrasMake auth be the default if we don't have the noauth...
1999-03-02 Paul Mackerrasupdate: hide-password, behaviour of auth/noauth
1999-03-02 Paul Mackerrasadded hide-password option
1999-02-26 Paul Mackerrasexport readable() from options.c so auth.c can use it
1999-02-26 Paul Mackerrasminor fixes, update man page
1999-02-26 Paul Mackerrasadd a have_route_to
1999-02-26 Paul Mackerrasallow chars 0x20 - 0x3f to be escaped
1999-02-26 Paul Mackerrasrevert it to 2.3.6 for now
1999-01-20 Paul Mackerrasremove typo, get ethernet hw address using arp request
1999-01-20 Paul Mackerrasdon't die on write errors to the link
1999-01-20 Paul Mackerrasremove unneeded devnam_info
1999-01-20 Paul MackerrasIf device name given, complain if not privileged
1999-01-19 Paul Mackerrasuse fchmod rather than chmod to restore device permissions
1999-01-19 Paul Mackerrastake out superfluous check
1998-11-24 Christos ZoulasRevert the previous change. NetBSD is has the weird...
1998-11-24 Christos ZoulasMD4Update takes bytes not bits! Now the regression...
1998-11-07 Paul MackerrasUpdate to new pppd with new option parsing stuff
1998-11-02 Paul Mackerrasdon't try to look up * as a hostname
1998-09-13 Paul MackerrasChange UID to ORIG_UID because bash defines UID.
1998-09-04 Christos Zoulasadd support for CDTRCTS flow control
1998-09-04 Christos Zoulasadd include stdlib.h
1998-09-02 Christos ZoulasWhen adding a default route, make the route static...
1998-05-13 Paul MackerrasFix it so it compiles under RedHat 5.0 linux with glibc...
1998-05-05 Paul MackerrasTrap recursive bad_signal calls; idea from Richard...
1998-05-04 Paul MackerrasChange to make it compile on glibc 2 systems
1998-05-04 Paul Mackerrasupdate for 2.3.5; fix kernel version checking for linux
1998-04-28 Paul MackerrasFix up ms-wins codes
1998-04-28 Paul Mackerrasmods for DUNIX
1998-04-28 Paul MackerrasMake packet printing stuff use vfmtmsg
1998-04-02 Paul MackerrasFixes for freebsd
1998-04-01 Paul Mackerrasdefine HAVE_CRYPT_H if we have a /usr/include/crypt.h
1998-04-01 Paul Mackerraswe don't actually need crypt.h, under linux at least.
1998-03-31 Paul MackerrasFix it so it compiles with glibc 2
1998-03-31 Paul MackerrasDescribe environment variables set for scripts.
next