]> git.ozlabs.org Git - ppp.git/history - pppd/ipcp.c
prototype callback functions
[ppp.git] / pppd / ipcp.c
1997-03-04 Paul Mackerrasallow addresses to change with demand-dialling,
1996-09-26 Paul MackerrasLinux isn't special any more; SVR4 may be.
1996-08-28 Paul Mackerrasuse option_error, fix ip_active_pkt
1996-07-01 Paul Mackerrasturn off VJ when connection terminated
1996-07-01 Paul Mackerrasmoved protos here from ipcp.h; print reason on terminat...
1996-05-28 Paul Mackerrasset IP NPmode to pass
1996-04-04 Paul Mackerrasadded options checking routine; decide whether to use...
1996-01-01 Paul Mackerrasmods for demand dialling; let auth.c know when finished
1995-12-18 Paul Mackerrassupport micro$oft DNS options;
1995-08-17 Paul MackerrasAllow proxyarp and defaultroute by default.
1995-08-10 Paul MackerrasIgnore NAK'd options we don't recognize.
1995-06-01 Paul Mackerrasfix minor bug in addr nak processing
1995-05-19 Paul Mackerrasfix up VJ conn-ID compression enable
1995-04-28 Paul Mackerrassome more fixes so we don't nak with addr 0.0.0.0 after...
1995-04-26 Paul MackerrasReject address of 0.0.0.0, don't ACK it.
1995-04-24 Paul Mackerraslong -> u_int32_t, extra param for ip-up/down scripts
1994-10-24 Paul MackerrasN_PPP ->NUM_PPP
1994-10-22 Paul Mackerrassome extra includes (string.h and stdlib.h)
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-01 Paul Mackerrasdeclare option variables in pppd.h; use uint32 for...
1994-08-22 Paul Mackerrasdevname -> devnam
1994-05-26 Paul Mackerrasdon't need if.h or if_ppp.h
1994-05-24 Paul Mackerrasfixed some minor compilation warnings
1994-05-24 Paul Mackerrasremoved some unnecessary includes
1994-05-01 Paul Mackerrasfix printing of ipcp packets on little-endian machines
1994-04-11 Paul Mackerrasadded stuff to support IP up/down scripts;
1994-02-14 Paul Mackerrasmore fixes for dynamic IP address assignment.
1994-02-08 Paul Mackerrasadded accept_local and accept_remote flags to give...
1993-11-11 Paul MackerrasInitial revision