add add_fd and remove_fd, remove wait_loop_output and wait_time changed debug macros |
|
More...
|
over 26 years ago
|
add %P and %B formats, fixed %I change to using add_fd, remove_fd and eliminate wait_loop_output, wait_time change sprintf -> slprintf don't set euid = user's UID on reopening the device because we have changed the permissions by then write log messages to stderr if not detached and not using default device |
|
More...
|
over 26 years ago
|
make default asyncmap 0 change syslog -> notice/error etc., trimmed debug change sprintf -> slprintf |
|
More...
|
over 26 years ago
|
use strlcpy, strlcat, slprintf everywhere add privgroup option don't allow devname, connector etc. set in privileged place to be overridden by non-privileged user use error, warn, etc. functions instead of syslog fix problem where signals were blocked for too long |
|
More...
|
over 26 years ago
|
Corrected the comment about the device name option being privileged. |
|
More...
|
over 26 years ago
|
fix compile problems on OSF/1 |
|
More...
|
over 26 years ago
|
minor changes so it compiles with pre-ansi compiler; move hangup_modem back into main.c |
|
More...
|
over 26 years ago
|
make it compile for sunos |
|
More...
|
over 26 years ago
|
Put in a have_route_to cobbled up from stuff sent by Sowmini. |
|
More...
|
over 26 years ago
|
fix silly mistakes |
|
More...
|
over 26 years ago
|
move have_route_to check from ip_addr_check to auth_ip_addr |
|
More...
|
over 26 years ago
|
Change from printing `ppp 2.3 patch level 6' to `ppp 2.3.6' |
|
More...
|
over 26 years ago
|
Ignore routes through our own interface in have_route_to so demand mode works properly. |
|
More...
|
over 26 years ago
|
Add dummy have_route_to functions. |
|
More...
|
over 26 years ago
|
leave the real user ID as the user's now |
|
More...
|
over 26 years ago
|
explain about behaviour when opening the device |
|
More...
|
over 26 years ago
|
open the device as the user unless the device name came from a privileged source |
|
More...
|
over 26 years ago
|
does better without the includes |
|
More...
|
over 26 years ago
|
update version number |
|
More...
|
over 26 years ago
|
usepeerdns stuff from Nick Walker |
|
More...
|
over 26 years ago
|
limit printing of excess data in log to 32 bytes |
|
More...
|
over 26 years ago
|
usepeerdns option from Nick Walker |
|
More...
|
over 26 years ago
|
bug fix from Johan Widen |
|
More...
|
over 26 years ago
|
update the version number |
|
More...
|
over 26 years ago
|
Make auth be the default if we don't have the noauth option and we have a default route. |
|
More...
|
over 26 years ago
|
update: hide-password, behaviour of auth/noauth |
|
More...
|
over 26 years ago
|
added hide-password option |
|
More...
|
over 26 years ago
|
don't need auth and usehostname by default any more |
|
More...
|
over 26 years ago
|
update for 2.3.6 release |
|
More...
|
over 26 years ago
|
export readable() from options.c so auth.c can use it |
|
More...
|
over 26 years ago
|