]> git.ozlabs.org Git - ppp.git/history - pppd/sys-svr4.c
pppoe plugin stuff - Michal Ostrowski's version, lightly hacked
[ppp.git] / pppd / sys-svr4.c
2001-05-23 Paul Mackerrasadd dump_packet, don't log lcp echo request/reply messa...
2000-04-06 Adi MasputraAdded the following:
2000-02-11 Adi MasputraOn synchronous links, typically the following options...
2000-01-28 Adi MasputraWhen 'sync' option is present, the ppp_ahdl module...
2000-01-25 Adi MasputraFixed many bugs related to synchronous links under...
1999-11-13 Adi MasputraFixed bug related to mux_dev_name being used before...
1999-10-29 Adi MasputraAdded additional high baud rates for newer serial ports...
1999-10-08 Adi MasputraAdded support for dynamic STREAMS re-plumbing in Solaris
1999-09-30 Adi MasputraAdded plumbing code (plus interface configuration)...
1999-09-08 Adi MasputraAdd IF_UNITSEL ioctl to set ppa since driver is DLPI...
1999-08-13 Paul MackerrasFix the rcsid's for non-ansi compilers
1999-08-12 Paul Mackerrassync support
1999-06-24 Paul Mackerrasdisable the have_route_to stuff on non-solaris systems
1999-04-12 Paul MackerrasMove some stuff (printing, logging, [un]locking) into...
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-16 Paul Mackerrasmake establish_ppp and open_ppp_loopback return the...
1999-03-16 Paul Mackerrasadded add_fd, remove_fd, removed wait_loop_output,...
1999-03-12 Paul Mackerrasuse strlcpy, strlcat, slprintf everywhere
1999-03-08 Paul Mackerrasminor changes so it compiles with pre-ansi compiler;
1999-03-08 Paul Mackerrasfix silly mistakes
1999-03-08 Paul MackerrasIgnore routes through our own interface in have_route_to
1999-02-26 Paul Mackerrasadd a have_route_to
1999-01-20 Paul Mackerrasremove typo, get ethernet hw address using arp request
1998-11-07 Paul MackerrasUpdate to new pppd with new option parsing stuff
1998-03-25 Paul Mackerrasadded get_host_seed
1997-04-30 Paul Mackerrasadd log level arg for log_packet; set IP mtu in ppp_sen...
1997-03-04 Paul Mackerrassifdefaultroute now gets both local and remote addresses
1996-09-26 Paul MackerrasUSLC as well as SNI
1996-09-14 Paul Mackerrasdeclare alloca for SINIX
1996-08-28 Paul Mackerrasmore debug; don't set accm, etc. if no lower stream
1996-05-27 Paul Mackerrassyslog stuff back to main.c; removed set_filters
1996-04-04 Paul Mackerrasadd packet filtering support; set netmask before interf...
1996-01-01 Paul Mackerrasadded demand-dial support, fd arg to various functions
1995-12-11 Paul Mackerrasold DLPI doesn't have dl_sap_length
1995-10-27 Paul MackerrasAdd prototypes; implement sys_cleanup; ccp_test provide...
1995-08-16 Paul MackerrasImplemented logwtmp(), lock() and unlock().
1995-08-11 Paul Mackerrassave and restore window size settings
1995-08-10 Paul MackerrasSend a HUP to the terminal's controlling process if...
1995-06-23 Paul MackerrasLink the unit under IP immediately after creating it...
1995-06-01 Paul Mackerrassupport defaultroute and proxyarp; sundry fixes
1995-05-19 Paul MackerrasInitial revision