]> git.ozlabs.org Git - ppp.git/history - pppd
define DO_BSD_COMPRESS
[ppp.git] / pppd /
1995-05-01 Paul Mackerrasleave tty with echo turned off if not default device
1995-04-28 Paul Mackerraswe don't have sa_len in sockaddr
1995-04-28 Paul Mackerrasdon't use sa_len from interface conf list
1995-04-28 Paul Mackerrasfix for linux compilation
1995-04-28 Paul Mackerrassome more fixes so we don't nak with addr 0.0.0.0 after...
1995-04-28 Paul Mackerrasremoved lock.o
1995-04-28 Paul Mackerrasfixed up install target
1995-04-28 Paul Mackerrasmake install depend on pppd; don't need lock.[co]
1995-04-28 Paul Mackerrasmake install depend on pppd
1995-04-28 Paul Mackerrasminor updates, added -I.. to CFLAGS
1995-04-27 Paul Mackerrasadded GetMask
1995-04-27 Paul Mackerrasadded GetMask
1995-04-27 Paul Mackerrasadded GetMask, lock and unlock
1995-04-27 Paul Mackerrasremoved GetMask (gone to sys-*.c)
1995-04-27 Paul Mackerrasremove lock.c, add MAN= line for NetBSD-current
1995-04-26 Paul Mackerrasfix BSD_{MIN,MAX}_BITS -> BSD_{MIN,MAX}_BITS
1995-04-26 Paul MackerrasReject address of 0.0.0.0, don't ACK it.
1995-04-26 Paul Mackerrasadded papcrypt option
1995-04-24 Paul MackerrasInitial revision
1995-04-24 Paul Mackerrasremoved lock.c, cleanup
1995-04-24 Paul Mackerrasadd shadow support, fix null login problem
1995-04-24 Paul Mackerrasdefs moved to ppp-comp.h
1995-04-24 Paul Mackerrasuse random number gen from magic.c, memcmp instead...
1995-04-24 Paul Mackerraslong -> u_int32_t, extra param for ip-up/down scripts
1995-04-24 Paul Mackerrasfix up naking authentication protocol
1995-04-24 Paul Mackerrasuse drand48 et al. instead of random
1995-04-24 Paul Mackerrasremove refs to s, minor fixes
1995-04-24 Paul Mackerrasuse unsigned int rather than unsigned long int for...
1995-04-24 Paul Mackerrasadded ipparam and linux idle-timeout options, long...
1995-04-24 Paul Mackerraschange 'data terminal ready' and 'carrier detect' refs
1995-04-24 Paul Mackerrasremoved s, added ipparam
1995-04-24 Paul Mackerrasnew lock/unlock code (call lib routine), minor fixes
1995-04-24 Paul Mackerrass -> sockfd
1995-04-24 Paul Mackerrassundry fixes and reformattings
1995-04-24 Paul Mackerrass -> sockfd, added lock and unlock, check pushed_ppp...
1995-04-24 Paul Mackerrass -> sockfd, added lock and unlock
1995-04-24 Paul MackerrasInitial revision
1994-12-12 Paul Mackerrassome linux mods; be careful about int vs long (for...
1994-12-12 Paul MackerrasInitial revision
1994-12-08 Paul Mackerraschanged s to sockfd and added lock() and unlock();
1994-11-29 Paul MackerrasInitial revision
1994-11-22 Paul Mackerrasupdated for 2.2
1994-11-10 Paul Mackerrasadded some extra untimeouts
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-23 Paul Mackerrasfix some compile bugs
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-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 Mackerrasuse ppp_defs.h instead of ppp.h, args.h; change some...
1994-09-21 Paul Mackerrasadd ccp.c
1994-09-21 Paul Mackerrasdon't need GIDSET_TYPE=gid_t
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-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-25 Paul Mackerrasmoved more stuff into sys-*.c
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-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...
next