]> git.ozlabs.org Git - ppp.git/shortlog
ppp.git
1994-09-21 Paul Mackerrasprotect against multiple inclusion; add more protocols
1994-09-21 Paul MackerrasInitial revision
1994-09-21 Paul Mackerrasremoved stuff to ppp_defs.h
1994-09-19 Paul Mackerrasadded comp_stat and decomp_stat
1994-09-19 Paul Mackerrasstats now in a structure
1994-09-19 Paul Mackerrasuse ppp_defs.h; stats now in a structure
1994-09-19 Paul Mackerrasremoved stuff that's now in ppp_defs.h
1994-09-19 Paul MackerrasInitial revision
1994-09-19 Paul Mackerrasdon't need kvm lib any more
1994-09-19 Paul Mackerrasdon't need to be group kmem any more
1994-09-19 Paul Mackerrasdon't need kvm stuff any more
1994-09-19 Paul Mackerrasuse SIOCGPPPSTATS ioctl on a socket instead of poking...
1994-09-16 Paul MackerrasInitial revision
1994-09-16 Paul Mackerrasonly clear CRTSCTS if -crtscts option given
1994-09-16 Paul Mackerras-crtscts and xonxoff now distinct.
1994-09-16 Paul Mackerrasupdated: bsdcomp, modem, crtscts, signal discussions.
1994-09-16 Paul Mackerrasadded ccp_fatal_error
1994-09-16 Paul Mackerrasadded ccp_late_error; use PPPIOCSNPMODE ioctl; moved...
1994-09-16 Paul Mackerrasallow two numbers for bsdcomp option
1994-09-16 Paul Mackerrasset receive characteristics when we send an ack
1994-09-16 Paul Mackerrasupdate to V1 of BSD Compress; only take CCP down for
1994-09-16 Paul Mackerrasupdate to V1 BSD Compress, avoid patent problems
1994-09-16 Paul Mackerrasuse u_int32_t, fixed some ioctls
1994-09-16 Paul Mackerrasadded patent nonsense.
1994-09-16 Paul Mackerrasupdated compression and demand-dial stuff
1994-09-01 Paul Mackerrasadded stuff for demand dialling and compression
1994-09-01 Paul Mackerrasadded -DHAVE_PATHS_H
1994-09-01 Paul Mackerrasadded ccp and -DGIDSET_TYPE=int
1994-09-01 Paul Mackerrasadded ccp stuff and -DHAVE_PATHS_H
1994-09-01 Paul Mackerrasstuff moved here from main.c; use uint32 for IP addresses;
1994-09-01 Paul Mackerrasstuff moved here from main.c; use uint32 for IP addresses;
1994-09-01 Paul Mackerrasstuff moved here from main.c; use uint32 for IP addresses
1994-09-01 Paul MackerrasDeclare option variables here; define uint32
1994-09-01 Paul MackerrasUse paths.h if it is available.
1994-09-01 Paul MackerrasUse _PATH_VARRUN from pathnames.h instead of _PATH_PIDFILE
1994-09-01 Paul Mackerrasmade SIGUSR1 toggle debug and SIGUSR2 open CCP (patent...
1994-09-01 Paul Mackerrasuse uint32 instead of u_long
1994-09-01 Paul Mackerrasuse uint32 for ACCM and other 32-bit quantities
1994-09-01 Paul Mackerrasuse unit32 for ACCM and other 32-bit quantities;
1994-09-01 Paul Mackerrasuse uint32 for IP addresses
1994-09-01 Paul Mackerrasdeclare option variables in pppd.h; use uint32 for...
1994-09-01 Paul Mackerrasadded copyright notice;
1994-09-01 Paul Mackerrasfix bug with sending retransmission with id=-1 after...
1994-09-01 Paul Mackerrasdeclare option variables in pppd.h; use uint32 for...
1994-09-01 Paul Mackerrasdeclare option variables in pppd.h; use uint32 for...
1994-08-31 Paul Mackerrasadded RCS id
1994-08-31 Paul MackerrasInitial revision
1994-08-31 Paul Mackerrasadded stuff for compression and demand dialling;
1994-08-31 Paul Mackerrasfix null deref and packet length check (off by 1)
1994-08-25 Paul Mackerrasmoved more stuff into sys-*.c
1994-08-22 Paul MackerrasInitial revision
1994-08-22 Paul Mackerraspush compress module, added ccp_test
1994-08-22 Paul Mackerrasadd ccp_test
1994-08-22 Paul Mackerrasdevname -> devnam
1994-08-22 Paul Mackerrasuse ccp_test, open in silent mode if we don't want...
1994-08-21 Paul Mackerrasadded ccp
1994-08-11 Paul MackerrasInitial revision
1994-08-09 Paul Mackerrasadd support for CCP, use select/poll instead of signals.
1994-08-09 Paul Mackerras*** empty log message ***
1994-08-09 Paul Mackerrasadd support for CCP and BSD-Compress
1994-08-09 Paul MackerrasUse select/poll instead of signals.
1994-08-09 Paul Mackerrascall lcp_close not lcp_lowerdown when no echo received
1994-08-09 Paul MackerrasInitial revision
1994-06-14 Paul Mackerrasupgrade looped-back message from debug statement to...
1994-06-09 Paul Mackerraspatch for proxy arp stuff
1994-06-09 Paul Mackerraspatch to proxyarp stuff from Michael Callahan
1994-06-09 Paul Mackerras*** empty log message ***
1994-06-09 Paul Mackerrasmention use of facility local2 when compiled with debug...
1994-06-08 Paul Mackerrasdon't include if_ppp.h on suns
1994-05-30 Paul Mackerrasmention /etc/ppp/options.<ttyname>
1994-05-30 Paul Mackerraschange default route operations to use a routing socket;
1994-05-30 Paul Mackerrasfix from Al Longyear
1994-05-30 Paul Mackerrasfixes from Al Longyear
1994-05-30 Paul Mackerrasuse receive asyncmap of 0 if not negotiated for compati...
1994-05-30 Paul Mackerrasrestored id keyword
1994-05-30 Paul Mackerrasfixes from Al Longyear
1994-05-27 Paul Mackerrasadd ioctl for SIGIO to establish_ppp
1994-05-27 Paul Mackerrasput linux ioctls in sys-linux.c
1994-05-27 Paul Mackerrasextra includes for linux
1994-05-27 Paul Mackerrasuse ext_accm instead of unsigned long [8]
1994-05-27 Paul Mackerrasadded ext_accm
1994-05-27 Paul MackerrasInitial revision
1994-05-27 Paul Mackerrascheck permissions on file specified for +ua option
1994-05-27 Paul Mackerrasadded in definitions from if_ppp.h so we don't need...
1994-05-26 Paul Mackerraswill compile under non-ANSI compiler; removed varargs...
1994-05-26 Paul Mackerrasnow have man page
1994-05-26 Paul Mackerrasadd casts to eliminate compiler warnings
1994-05-26 Paul Mackerrasdon't need if.h or if_ppp.h
1994-05-26 Paul Mackerrasdon't need if_ppp.h
1994-05-26 Paul Mackerrasadded ext_accm defn so we don't need if_ppp.h
1994-05-25 Paul Mackerras*** empty log message ***
1994-05-25 Paul Mackerrasfixed compilation errors
1994-05-25 Paul Mackerrasfixed compilation errors and warnings
1994-05-25 Paul Mackerrasformatting, fixed compiler warnings, added -vjccomp...
1994-05-25 Paul Mackerrasremove commented-out code
1994-05-24 Paul Mackerrasremoved logwtmp
1994-05-24 Paul MackerrasInitial revision
1994-05-24 Paul Mackerrasincorporate logwtmp in here
1994-05-24 Paul Mackerrasfix some minor compilation warnings
1994-05-24 Paul Mackerrasdocument xonxoff/-crtscts and lcp-echo-* options
next