index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libcharon
/
plugins
/
eap_radius
/
eap_radius_accounting.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
eap-radius: Optionally send Class attributes in RADIUS accounting messages
Tobias Brunner
2017-11-02
1
-2
/
+46
*
Fixed some typos, courtesy of codespell
Tobias Brunner
2017-08-07
1
-1
/
+1
*
Use standard unsigned integer types
Andreas Steffen
2016-03-24
1
-14
/
+14
*
eap-radius: Use Framed-IPv6-Address attributes to send IPv6 VIPs in accountin...
Tobias Brunner
2015-08-17
1
-4
/
+2
*
eap-radius: Don't send RADIUS Accounting Start messages twice
Tobias Brunner
2015-08-06
1
-0
/
+5
*
eap-radius: Change trigger for Accounting Start messages for IKEv1
Tobias Brunner
2015-08-06
1
-5
/
+12
*
eap-radius: Keep track of stats for SAs migrated during IKEv1 reauthentication
Tobias Brunner
2015-05-21
1
-88
/
+229
*
eap-radius: Remove cache entries for expired SAs during ike/child_rekey
Tobias Brunner
2015-05-21
1
-0
/
+53
*
eap-radius: Add cache for usage stats of expired/rekeyed SAs
Tobias Brunner
2015-05-21
1
-6
/
+102
*
eap-radius: Increase Acct-Session-ID string buffer
Martin Willi
2015-03-13
1
-1
/
+1
*
eap-radius: Add option to set interval for interim accounting updates
Tobias Brunner
2014-10-10
1
-0
/
+10
*
eap-radius: Increase buffer for accounting attributes to maximum attribute size
Martin Willi
2014-06-25
1
-1
/
+1
*
eap-radius: Add option to not close IKE_SAs on timeouts during interim accout...
Tobias Brunner
2014-03-31
1
-1
/
+6
*
libcharon: Use lib->ns instead of charon->name
Tobias Brunner
2014-02-12
1
-3
/
+3
*
eap-radius: Increase buffer for attributes sent in RADIUS accounting messages
Tobias Brunner
2013-09-27
1
-1
/
+1
*
eap-radius: add an option to disable accounting for tunnels without virtual IP
Martin Willi
2013-05-06
1
-0
/
+30
*
eap-radius: Add an option to exclude ports from Called/Calling-Station-Id
Martin Willi
2013-04-10
1
-7
/
+21
*
Removed unused variable 'id'
Tobias Brunner
2013-03-19
1
-2
/
+1
*
Don't create interim update entries if RADIUS accounting is disabled
Martin Willi
2013-03-14
1
-1
/
+7
*
Add support for RADIUS Interim accounting updates
Martin Willi
2013-03-14
1
-32
/
+250
*
Add an option to delete any established IKE_SA if RADIUS server is not respon...
Martin Willi
2013-03-14
1
-5
/
+8
*
Send Acct-Terminate-Cause based on some alerts catched on the bus
Martin Willi
2013-03-14
1
-0
/
+62
*
Send NAS-Port, NAS-IP and Calling/Called-Station-ID in Accounting-Requests
Martin Willi
2013-03-14
1
-4
/
+33
*
Support RADIUS accounting of sent/received packets
Martin Willi
2013-03-14
1
-13
/
+23
*
child_sa_t.get_usestats() can additionally return the number of processed pac...
Martin Willi
2013-03-14
1
-2
/
+2
*
Migrate RADIUS accounting state while IKE_SA unique id changes during rekey
Martin Willi
2012-12-11
1
-0
/
+23
*
Moved data structures to new collections subfolder
Tobias Brunner
2012-10-24
1
-1
/
+1
*
Avoid memory leak when sending RADIUS accounting start message failed
Tobias Brunner
2012-09-28
1
-1
/
+1
*
Support RADIUS accounting when using IKEv1 with xauth-eap and eap-radius
Martin Willi
2012-09-11
1
-2
/
+10
*
Fix leak while enumerating RADIUS Framed-IPs from IKE_SA
Martin Willi
2012-09-11
1
-0
/
+1
*
Support multiple virtual IPs on peer_cfg and ike_sa classes
Martin Willi
2012-08-30
1
-10
/
+19
*
Merge branch 'ikev1-clean' into ikev1-master
Martin Willi
2012-03-20
1
-2
/
+2
*
Moved generic RADIUS protocol support to a dedicated libradius
Martin Willi
2012-03-05
1
-3
/
+4
*
Removed libcharon dependencies from generic RADIUS protocol support
Martin Willi
2012-03-05
1
-0
/
+4
*
Rename RADIUS message constructors to handle both, requests and responses
Martin Willi
2012-03-05
1
-2
/
+2
*
Encode IPv6 virtual IPs in a Framed-IPv6-Prefix attribute
Martin Willi
2012-02-24
1
-1
/
+9
*
Refactored construction of RADIUS accounting messages
Martin Willi
2012-02-24
1
-23
/
+21
*
Include port numbers in Calling-Station-Id, too
Martin Willi
2012-02-24
1
-2
/
+2
*
Use large enough buffers for IPv6 addresses in Calling-Station-Id
Martin Willi
2012-02-24
1
-2
/
+2
*
Send client external address as Calling-Station-Id in RADIUS accounting
Martin Willi
2012-02-24
1
-6
/
+11
*
Update usage for all children in RADIUS accounting just before sending Stop
Martin Willi
2012-02-06
1
-1
/
+12
*
Support RADIUS accounting messages containing Framed-IP and Inbound/Outbound-...
Martin Willi
2012-01-30
1
-0
/
+312