Fix the strange bundles' members looping use.
[l2tpns.git] / cli.c
2011-09-19 Benjamin CamaMerge branch 'use-netlink' into fdn-mods
2011-09-19 Benjamin CamaSet hostname /after/ having read the config file.
2011-08-21 Benjamin CamaBetter error handling on CLI initialization.
2011-08-20 Benjamin CamaMerge branch 'use-netlink' into fdn-mods
2011-08-20 Benjamin CamaMerge branch 'use-netlink' into fdn-mods
2011-08-17 Benjamin CamaMerge branch 'use-netlink' into fdn-mods
2011-08-07 Benjamin CamaMerge branch 'rfc4760' into fdn-mods
2011-07-29 Benjamin CamaMerge branch 'rfc4760' into fdn-mods
2011-07-29 Benjamin CamaAdd a cli_bind_address configuration option.
2011-07-29 Benjamin CamaAdd an option to set source address for a BGP session.
2011-07-29 Benjamin CamaDisplay session's remainging time in CLI.
2011-07-07 Benjamin CamaMerge remote-tracking branch 'upstream-repo/master... upstream/2.2.1
2011-07-07 Benjamin CamaImported Upstream version 2.1.21 upstream/2.1.21
2006-12-18 bodeaadd "shutdown" and "reload" CLI commands (Daryl Tester)
2006-08-02 bodeacleanup clash between timeout and session_timout
2006-06-11 bodeaadd session/idle timeouts
2006-05-05 bodeano magic
2006-04-27 bodeaadd Multilink support from Khaled Al Hamwi
2005-12-06 bodearemove parsemac
2005-12-06 bodearemove unused MAC config type
2005-12-05 bodeaunused: sessiont.{ns,nr}
2005-11-14 bodeaaccess-list rule counters are unsigned
2005-11-14 bodeaexclude counter when comparing filter rules
2005-09-01 bodeabug fix
2005-08-10 bodeacosmetic
2005-07-31 bodea- Replace flags used for LCP/IPCP with state machine.
2005-06-28 bodeaadd DAE support (PoD/CoA) from Vladislav Bjelic
2005-06-07 bodeashow 0 for opened/idle on unopened sessions
2005-06-04 bodeaInclude endpoint address in accounting dump files.
2005-06-02 bodeamerge in changes from 2.0 branch; fix byte counters...
2005-06-02 bodeashow session open time in "show session"/"show user...
2005-05-16 bodeaadd new radius state
2005-05-09 bodea"show running-config" output contains clear-text shared...
2005-05-05 bodeaAdd interim accounting support from Vladislav Bjelic
2005-05-02 bodeause cli_error() for error messages and help
2005-04-18 bodearemove dead session fields
2005-02-08 bodeamake some functions static
2005-01-25 bodeafinish incorporating ipv6 patches
2005-01-13 bodeause ctime rather than duration
2005-01-13 bodeamove duration to before cmd_show_counters
2005-01-13 bodealog CLI connections at 4 from localhost; show last...
2005-01-12 bodeafix show counters alignment
2005-01-10 bodeafix "clear counters"
2005-01-10 bodeamore DoS prevention: add packet_limit option to apply...
2005-01-07 bodeafix format strings; add call_random_data to counters
2004-12-18 bodeastart merging Jonathan's IPv6 patches (01-defines,...
2004-12-17 bodeacount select_called, multi_read_used and multi_read_exc... release_2_0_13
2004-12-16 bodeaadd counters for select_called, select_ready and select...
2004-12-16 bodeause standard uintN_t types for portability
2004-12-15 bodeaallow compilation with BGP unset
2004-12-03 bodeaskip newlines in ringbuffer messages
2004-12-01 bodeacosmetic
2004-11-29 bodeatypo
2004-11-29 bodeadisallow "fragments" on rules with layer 4 matches
2004-11-29 bodeaoops
2004-11-29 bodeamake "established" a different tcp flag match
2004-11-28 bodeaadd filtering
2004-11-28 bodeaupdate filter refcounts
2004-11-27 bodeafilters
2004-11-27 bodeaallow - in filter names; include in "show session"...
2004-11-27 bodea- Revise CCP, send ConfigReq once only.
2004-11-16 bodea- Ignore gateway address in Framed-Route (from Jonathan...
2004-11-11 bodea*** empty log message *** release_2_0_6
2004-11-11 bodeanew libcli required
2004-11-11 bodeamake BGP keepalive/hold time configurable, revise confi...
2004-11-05 bodeause LOG for logging macro
2004-11-05 bodeaadd peer_address config option
2004-11-04 bodeavalues not set yet
2004-11-02 bodeafix output format for TBFs
2004-11-02 bodea- Use 2 seperate u16 values for throttle rate in/out
2004-10-30 bodeamerge
2004-10-28 bodeaunfsck 4->8 indenting change
2004-09-21 fred_nerkAdd mac address config option handling
2004-09-19 fred_nerkAdd configurable hostname
2004-09-02 fred_nerkCleanups and sync
2004-08-26 fred_nerkMake throttle without a username not crash
2004-08-26 fred_nerkPer-user upload and download throttle rates - Yuri
2004-08-26 fred_nerkShow full radius id in show radius
2004-08-13 fred_nerkAdd renegotiation patch from Yuri (ppp-aug10-patch)
2004-07-11 bodea- TerminateAck fix from Yuri
2004-07-08 bodea- s/tap/tun/
2004-07-07 bodea- set hostname in CLI prompt
2004-07-02 bodeafold back in changes from production
2004-06-28 fred_nerk* Update cli callbacks to work with libcli 1.6.
2004-06-23 fred_nerk* Wed Jun 23 2004 David Parrish <david@dparrish.com...
2004-05-24 fred_nerkAdd username parameter to "show users" command
2004-03-05 fred_nerkDon't use configure it's a waste of time
2004-03-05 fred_nerk* Fri Mar 5 2004 David Parrish <david@dparrish.com...
2003-12-16 fred_nerkInitial revision