]> git.ozlabs.org Git - ppp.git/shortlog
ppp.git
1994-11-29 Paul Mackerraschange ioctl no. for SIOCGPPPCSTATS
1994-11-28 Paul Mackerrasupdate to 2.2
1994-11-28 Paul Mackerrasflushed compile errors and bugs.
1994-11-28 Paul Mackerrasflushed compile errors and bugs
1994-11-22 Paul Mackerrasupdated for 2.2
1994-11-22 Paul MackerrasInitial revision
1994-11-21 Paul MackerrasInitial revision
1994-11-21 Paul MackerrasInitial revision
1994-11-21 Paul Mackerrasmods for 2.2
1994-11-21 Paul MackerrasInitial revision
1994-11-10 Paul Mackerrasadded some extra untimeouts
1994-10-24 Paul Mackerraskludge IOR for NextStep
1994-10-24 Paul Mackerras*** empty log message ***
1994-10-24 Paul MackerrasN_PPP ->NUM_PPP
1994-10-24 Paul Mackerrasuse the npmode stuff
1994-10-24 Paul Mackerrasfix bugs in counting input and output; minor changes...
1994-10-23 Paul Mackerrascompression ratio is now fixed point.
1994-10-23 Paul Mackerrasfix some compile bugs
1994-10-22 Paul Mackerrassplit stats ioctl into two
1994-10-22 Paul Mackerrassome extra includes (string.h and stdlib.h)
1994-10-22 Paul Mackerrasfix get_ether_addr
1994-10-22 Paul Mackerrasget_input only reads one message; reset terminal properly
1994-10-22 Paul Mackerrascope with EINTR from read
1994-10-21 Paul Mackerrasimplement get stats call; use PACKETPTR instead of...
1994-10-21 Paul Mackerrasuse PACKETPTR rather than PACKET *
1994-10-21 Paul Mackerrasmods to do compression/decompression at splnet;
1994-10-21 Paul Mackerrasmods to do compression/decompression at splnet
1994-10-18 Paul Mackerraschange type of bitfield from u_short to u_int
1994-10-10 Paul Mackerrasfix up NAK processing for old ADDRS option
1994-09-21 Paul Mackerrasneed an endif
1994-09-21 Paul Mackerrasuse ppp_defs.h instead of ppp.h, args.h; change some...
1994-09-21 Paul Mackerrasadd ccp.c
1994-09-21 Paul Mackerrasextra include
1994-09-21 Paul Mackerrasdon't need GIDSET_TYPE=gid_t
1994-09-21 Paul Mackerrasfix up prototypes
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
next