<feed xmlns='http://www.w3.org/2005/Atom'>
<title>accel-ppp.git/accel-pppd/radius/CMakeLists.txt, branch stable</title>
<subtitle>High performance PPTP/L2TP/SSTP/PPPoE/IPoE server for Linux (mirror of https://github.com/accel-ppp/accel-ppp.git)
</subtitle>
<id>https://git.amelek.net/accel-ppp/accel-ppp.git/atom?h=stable</id>
<link rel='self' href='https://git.amelek.net/accel-ppp/accel-ppp.git/atom?h=stable'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/'/>
<updated>2017-12-07T11:38:41+00:00</updated>
<entry>
<title>cmake: set INSTALL_RPATH for radius module</title>
<updated>2017-12-07T11:38:41+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2017-12-07T11:38:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=28cafaac477170d9dabf970d33da0b45bafebe49'/>
<id>urn:sha1:28cafaac477170d9dabf970d33da0b45bafebe49</id>
<content type='text'>
</content>
</entry>
<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/accel-ppp/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>cmake: use CMAKE_FIND_ROOT_PATH and LIB_SUFFIX</title>
<updated>2013-01-24T20:15:23+00:00</updated>
<author>
<name>Kozlov Dmitry</name>
<email>xeb@mail.ru</email>
</author>
<published>2012-12-25T22:15:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=bea22e396766ff09ca43e6ddc143b0f1dd6c08bd'/>
<id>urn:sha1:bea22e396766ff09ca43e6ddc143b0f1dd6c08bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>initial session backup implementation</title>
<updated>2012-07-10T14:58:53+00:00</updated>
<author>
<name>Kozlov Dmitry</name>
<email>xeb@mail.ru</email>
</author>
<published>2012-07-10T14:58:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=80c32d237e01b1c05663ccfa34003d2f49aa7eee'/>
<id>urn:sha1:80c32d237e01b1c05663ccfa34003d2f49aa7eee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>temp</title>
<updated>2011-06-22T06:25:53+00:00</updated>
<author>
<name>Kozlov Dmitry</name>
<email>dima@server</email>
</author>
<published>2011-06-22T06:25:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=852f842d6521c5c260d24cf23a0e5a317cf25a0b'/>
<id>urn:sha1:852f842d6521c5c260d24cf23a0e5a317cf25a0b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>radius: extended statistics calculation</title>
<updated>2011-01-27T05:27:39+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2011-01-27T05:27:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=673bea74d2beb8d4260355f928499230c7ff9b17'/>
<id>urn:sha1:673bea74d2beb8d4260355f928499230c7ff9b17</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/accel-ppp/accel-ppp.git/commit/?id=f28cb1b0a926f1ea98700b7871537ad1793511fd'/>
<id>urn:sha1:f28cb1b0a926f1ea98700b7871537ad1793511fd</id>
<content type='text'>
</content>
</entry>
</feed>
