<feed xmlns='http://www.w3.org/2005/Atom'>
<title>accel-ppp.git/accel-pppd/include/events.h, branch marekm72-patch-1-printf-h</title>
<subtitle>High performance PPTP/L2TP/SSTP/PPPoE/IPoE server for Linux (mirror of https://github.com/marekm72/accel-ppp.git)
</subtitle>
<id>https://git.amelek.net/marekm72/accel-ppp.git/atom?h=marekm72-patch-1-printf-h</id>
<link rel='self' href='https://git.amelek.net/marekm72/accel-ppp.git/atom?h=marekm72-patch-1-printf-h'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/'/>
<updated>2017-10-17T20:33:44+00:00</updated>
<entry>
<title>radius: implemented lua support</title>
<updated>2017-10-17T20:33:44+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2017-10-17T20:23:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=405a4d8de0048aa77d09380b33a3f06149d16765'/>
<id>urn:sha1:405a4d8de0048aa77d09380b33a3f06149d16765</id>
<content type='text'>
to get radius object use session:module("radius") function
radius object provides flollowing functions:
radius:attrs() - returns array of attributes {"name" = NAME, "vendor" = VENDOR|nil}
radius:attr(name[,vendor]) - returns value of attribute (may return multiple results)

Example:
function ip_up(ses)
  rad = ses:module("radius")
  attrs = rad:attrs()
  if attrs then
      print("attrs:")
      for _,a in pairs(attrs) do
	  io.write("\t")
	  if a.vendor then io.write(a.vendor..":") end
	  io.write(a.name.."=")
	  print(rad:attr(a.name, a.vendor))
      end
  end
end
</content>
</entry>
<entry>
<title>radius: add Delegated-IPv6-Prefix to accounting packets</title>
<updated>2016-04-30T17:32:00+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2016-04-30T17:32:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=249dde4bbade8da12f80e64acef8826a4af0b567'/>
<id>urn:sha1:249dde4bbade8da12f80e64acef8826a4af0b567</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "altered session finishing procedure"</title>
<updated>2013-01-24T20:01:13+00:00</updated>
<author>
<name>Kozlov Dmitry</name>
<email>xeb@mail.ru</email>
</author>
<published>2013-01-24T20:01:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=5be67a04fe1a4185732bf8dd143873b1c1553df3'/>
<id>urn:sha1:5be67a04fe1a4185732bf8dd143873b1c1553df3</id>
<content type='text'>
This reverts commit 9f4f36169f03857b6910402028717210270a0339.
</content>
</entry>
<entry>
<title>altered session finishing procedure</title>
<updated>2013-01-24T19:59:35+00:00</updated>
<author>
<name>Kozlov Dmitry</name>
<email>xeb@mail.ru</email>
</author>
<published>2013-01-24T19:59:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=fd85910188c8ae59e7f3e1ce321b831913ec0744'/>
<id>urn:sha1:fd85910188c8ae59e7f3e1ce321b831913ec0744</id>
<content type='text'>
</content>
</entry>
<entry>
<title>merge upstream</title>
<updated>2013-01-24T19:51:33+00:00</updated>
<author>
<name>Kozlov Dmitry</name>
<email>dima@server</email>
</author>
<published>2012-11-15T10:21:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=45026d43f6cfbe0f6efa446b47629cb948db5a9d'/>
<id>urn:sha1:45026d43f6cfbe0f6efa446b47629cb948db5a9d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>general preparation for IPoE integration</title>
<updated>2012-06-19T15:06:06+00:00</updated>
<author>
<name>Kozlov Dmitry</name>
<email>xeb@mail.ru</email>
</author>
<published>2012-06-19T15:06:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=02b3fb2b24aacd90d535c2136a055f529d722974'/>
<id>urn:sha1:02b3fb2b24aacd90d535c2136a055f529d722974</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pppd_compat: use EV_PPP_PRE_FINISHED event to start ip-down script (fixes unexpected radattr file removal)</title>
<updated>2012-05-14T18:30:13+00:00</updated>
<author>
<name>Kozlov Dmitry</name>
<email>xeb@mail.ru</email>
</author>
<published>2012-05-14T18:22:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=64c36cc7dc0beac13c715bb5dedc697861c1badf'/>
<id>urn:sha1:64c36cc7dc0beac13c715bb5dedc697861c1badf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>radius: add support for MS-Primary-DNS-Server/MS-Secondary-DNS-Server attributes</title>
<updated>2012-03-11T07:19:54+00:00</updated>
<author>
<name>Kozlov Dmitry</name>
<email>xeb@mail.ru</email>
</author>
<published>2012-03-11T07:19:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=1e3e55bf5d13468c7272c626fd556c8f28c38d66'/>
<id>urn:sha1:1e3e55bf5d13468c7272c626fd556c8f28c38d66</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ppp,log_file: create per-user log file even if client was not successfuly authorized</title>
<updated>2011-04-29T11:32:40+00:00</updated>
<author>
<name>Kozlov Dmitry</name>
<email>dima@server</email>
</author>
<published>2011-04-29T11:31:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=c5d84b6ea2df1bde706d08065bea656a676cd290'/>
<id>urn:sha1:c5d84b6ea2df1bde706d08065bea656a676cd290</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename accel-pptp to accel-ppp</title>
<updated>2011-01-05T12:18:59+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2011-01-05T12:18:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=f28cb1b0a926f1ea98700b7871537ad1793511fd'/>
<id>urn:sha1:f28cb1b0a926f1ea98700b7871537ad1793511fd</id>
<content type='text'>
</content>
</entry>
</feed>
