Apply patch from Geoffrey D. Bennett to fix handle RADIUS Class attribute.
[l2tpns.git] / cluster.c
2011-09-11 Brendan O'DeaApply patch from Geoffrey D. Bennett to fix handle...
2011-01-27 Brendan O'DeaImport to git from cvs. Remove keywords.
2009-12-08 Brendan O'DeaApply MLPPP patch from Muhammad Tayseer Alquoatli,...
2006-12-04 Brendan O'DeaSecurity: Rhys Kidd identified a vulnerability in the...
2006-07-17 Brendan O'Deafix log message
2006-06-11 Brendan O'Deaadd session/idle timeouts
2006-04-27 Brendan O'Deaadd Multilink support from Khaled Al Hamwi
2006-04-05 Brendan O'Deaset source address for DAE responses
2005-12-05 Brendan O'Deaunused: sessiont.{ns,nr}
2005-12-05 Brendan O'Deafix CTUNNEL decompress error message
2005-11-04 Brendan O'Dea- Reset restart counters correctly.
2005-09-02 Brendan O'Deaadd cluster_mcast_ttl option
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-27 Brendan O'Deaclear cluster_master on election so that slaves will...
2005-06-14 Brendan O'DeaPing new master when we get C_MASTER and delay next...
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-05-26 Brendan O'Deamerge cluster fixes from release_2_0 branch
2005-05-24 Brendan O'Deaback out C_LASTSEEN change (to be replaced by different...
2005-05-08 Brendan O'Deasession structure has changed: bump heartbeat version...
2005-05-07 Brendan O'DeaDon't process C_LASTSEEN unless we're a master (otherwi...
2005-05-05 Brendan O'DeaAdd interim accounting support from Vladislav Bjelic
2005-05-02 Brendan O'DeaUpdate .last_packet in cluster_handle_bytes only when...
2005-04-01 Brendan O'Deamissed merge from stable branch
2005-04-01 Brendan O'Deareset .die on master takeover
2005-02-14 Brendan O'Deamerge back 2.0 branch changes
2005-02-09 Brendan O'Deause constant
2005-01-13 Brendan O'Dearename sess_count to sess_local, fiddle with packet_lim...
2004-12-22 Brendan O'Deatypo
2004-12-20 Brendan O'Deasanity check that cluster_send_session is not called...
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'Deatypo
2004-12-15 Brendan O'Deaskip where our table version is greater (rather than...
2004-12-13 Brendan O'Deamake cluster_sockfd non-blocking
2004-12-09 Brendan O'Deatypo in log message
2004-12-03 Brendan O'Deabetter cluster master collision resolution
2004-11-29 Brendan O'Deamake "established" a different tcp flag match
2004-11-16 Brendan O'Dea- Ignore gateway address in Framed-Route (from Jonathan...
2004-11-09 Brendan O'Deahandle routing properly in lone-master case
2004-11-05 Brendan O'Deause LOG for logging macro
2004-11-02 Brendan O'Dea- Use 2 seperate u16 values for throttle rate in/out
2004-10-30 Brendan O'Deaslaves get new tbf indexes on becoming master anyway
2004-10-29 Brendan O'Deasync changes
2004-09-21 David Parrishfoo
2004-09-02 David ParrishCleanups and sync
2004-08-02 David ParrishAllow cli session changes to happen if the session...
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-05 Brendan O'Dearoll in Michael's "limp along" fix for when a slave...
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-03-05 David Parrish* Fri Mar 5 2004 David Parrish <david@dparrish.com...
2003-12-16 David ParrishInitial revision