clean up some compiler errors
[l2tpns.git] / cli.c
2011-01-27 Brendan O'DeaImport to git from cvs. Remove keywords.
2006-12-18 Brendan O'Deaadd "shutdown" and "reload" CLI commands (Daryl Tester)
2006-08-02 Brendan O'Deacleanup clash between timeout and session_timout
2006-06-11 Brendan O'Deaadd session/idle timeouts
2006-05-05 Brendan O'Deano magic
2006-04-27 Brendan O'Deaadd Multilink support from Khaled Al Hamwi
2005-12-06 Brendan O'Dearemove parsemac
2005-12-06 Brendan O'Dearemove unused MAC config type
2005-12-05 Brendan O'Deaunused: sessiont.{ns,nr}
2005-11-14 Brendan O'Deaaccess-list rule counters are unsigned
2005-11-14 Brendan O'Deaexclude counter when comparing filter rules
2005-09-01 Brendan O'Deabug fix
2005-08-10 Brendan O'Deacosmetic
2005-07-31 Brendan O'Dea- Replace flags used for LCP/IPCP with state machine.
2005-06-28 Brendan O'Deaadd DAE support (PoD/CoA) from Vladislav Bjelic
2005-06-07 Brendan O'Deashow 0 for opened/idle on unopened sessions
2005-06-04 Brendan O'DeaInclude endpoint address in accounting dump files.
2005-06-02 Brendan O'Deamerge in changes from 2.0 branch; fix byte counters...
2005-06-02 Brendan O'Deashow session open time in "show session"/"show user...
2005-05-16 Brendan O'Deaadd new radius state
2005-05-09 Brendan O'Dea"show running-config" output contains clear-text shared...
2005-05-05 Brendan O'DeaAdd interim accounting support from Vladislav Bjelic
2005-05-02 Brendan O'Deause cli_error() for error messages and help
2005-04-18 Brendan O'Dearemove dead session fields
2005-02-08 Brendan O'Deamake some functions static
2005-01-25 Brendan O'Deafinish incorporating ipv6 patches
2005-01-13 Brendan O'Deause ctime rather than duration
2005-01-13 Brendan O'Deamove duration to before cmd_show_counters
2005-01-13 Brendan O'Dealog CLI connections at 4 from localhost; show last...
2005-01-12 Brendan O'Deafix show counters alignment
2005-01-10 Brendan O'Deafix "clear counters"
2005-01-10 Brendan O'Deamore DoS prevention: add packet_limit option to apply...
2005-01-07 Brendan O'Deafix format strings; add call_random_data to counters
2004-12-18 Brendan O'Deastart merging Jonathan's IPv6 patches (01-defines,...
2004-12-17 Brendan O'Deacount select_called, multi_read_used and multi_read_exc...
2004-12-16 Brendan O'Deaadd counters for select_called, select_ready and select...
2004-12-16 Brendan O'Deause standard uintN_t types for portability
2004-12-15 Brendan O'Deaallow compilation with BGP unset
2004-12-03 Brendan O'Deaskip newlines in ringbuffer messages
2004-12-01 Brendan O'Deacosmetic
2004-11-29 Brendan O'Deatypo
2004-11-29 Brendan O'Deadisallow "fragments" on rules with layer 4 matches
2004-11-29 Brendan O'Deaoops
2004-11-29 Brendan O'Deamake "established" a different tcp flag match
2004-11-28 Brendan O'Deaadd filtering
2004-11-28 Brendan O'Deaupdate filter refcounts
2004-11-27 Brendan O'Deafilters
2004-11-27 Brendan O'Deaallow - in filter names; include in "show session"...
2004-11-27 Brendan O'Dea- Revise CCP, send ConfigReq once only.
2004-11-16 Brendan O'Dea- Ignore gateway address in Framed-Route (from Jonathan...
2004-11-11 Brendan O'Dea*** empty log message ***
2004-11-11 Brendan O'Deanew libcli required
2004-11-11 Brendan O'Deamake BGP keepalive/hold time configurable, revise confi...
2004-11-05 Brendan O'Deause LOG for logging macro
2004-11-05 Brendan O'Deaadd peer_address config option
2004-11-04 Brendan O'Deavalues not set yet
2004-11-02 Brendan O'Deafix output format for TBFs
2004-11-02 Brendan O'Dea- Use 2 seperate u16 values for throttle rate in/out
2004-10-30 Brendan O'Deamerge
2004-10-28 Brendan O'Deaunfsck 4->8 indenting change
2004-09-21 David ParrishAdd mac address config option handling
2004-09-19 David ParrishAdd configurable hostname
2004-09-02 David ParrishCleanups and sync
2004-08-26 David ParrishMake throttle without a username not crash
2004-08-26 David ParrishPer-user upload and download throttle rates - Yuri
2004-08-26 David ParrishShow full radius id in show radius
2004-08-13 David ParrishAdd renegotiation patch from Yuri (ppp-aug10-patch)
2004-07-11 Brendan O'Dea- TerminateAck fix from Yuri
2004-07-08 Brendan O'Dea- s/tap/tun/
2004-07-07 Brendan O'Dea- set hostname in CLI prompt
2004-07-02 Brendan O'Deafold back in changes from production
2004-06-28 David Parrish* Update cli callbacks to work with libcli 1.6.
2004-06-23 David Parrish* Wed Jun 23 2004 David Parrish <david@dparrish.com...
2004-05-24 David ParrishAdd username parameter to "show users" command
2004-03-05 David ParrishDon't use configure it's a waste of time
2004-03-05 David Parrish* Fri Mar 5 2004 David Parrish <david@dparrish.com...
2003-12-16 David ParrishInitial revision