]> git.ozlabs.org Git - ppp.git/history - pppd/ipcp.c
484: make IPCP put all options in increasing numeric order in all cases.
[ppp.git] / pppd / ipcp.c
2002-09-09 James Carlson484: make IPCP put all options in increasing numeric...
2002-01-22 David F. SkollAdded RADIUS suppport.
2002-01-11 Russell CokerMade setipaddr() non-static so it can be called from...
2001-04-27 Paul Mackerrasadd some more hooks and notifiers
2001-03-08 Paul MackerrasNew options system with priorities for option values...
2001-02-22 Paul MackerrasRework options processing stuff to implement option...
2000-06-30 Paul MackerrasMove the tty-related stuff out to tty.c as far as possible.
2000-04-15 Adi MasputraSome tiny fixes (minor castings) to remove annoying...
2000-04-04 Paul MackerrasMultilink support.
1999-12-23 Paul Mackerrasadd ip_{up,down}_hook
1999-11-15 Paul Mackerrasget rid of a few compile warnings
1999-08-24 Paul MackerrasRest of IPV6 merge which got lost somehow, plus some...
1999-08-13 Paul MackerrasFix the rcsid's for non-ansi compilers
1999-08-12 Paul Mackerraskill warning
1999-07-21 Paul Mackerrasipcp_clear_addrs fix, make nodefaultip work OK with...
1999-05-13 Paul Mackerrasset env vars with link stats
1999-05-04 Paul Mackerrastake out VJ old/new-style hack
1999-04-12 Paul MackerrasMove some stuff (printing, logging, [un]locking) into...
1999-03-19 Paul Mackerrasremove a couple of ansi-C-isms.
1999-03-19 Paul MackerrasIgnore extra unrecognized options in Nak.
1999-03-16 Paul Mackerrasadd data_name to struct protent
1999-03-16 Paul Mackerrasdon't call np_down unless np_up has been called
1999-03-16 Paul Mackerrasfix for usepeerdns stuff
1999-03-12 Paul Mackerrasuse strlcpy, strlcat, slprintf everywhere
1999-03-08 Paul Mackerrasminor changes so it compiles with pre-ansi compiler;
1999-03-02 Paul Mackerrasusepeerdns option from Nick Walker
1998-11-07 Paul MackerrasUpdate to new pppd with new option parsing stuff
1998-04-28 Paul MackerrasFix up ms-wins codes
1998-03-25 Paul Mackerrasset script env vars for local and remote IP numbers
1997-07-14 Paul Mackerrasallow ipcp-accept-remote option with demand
1997-04-30 Paul Mackerrasminor fixes
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