<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to tickets</title><link>https://sourceforge.net/p/radiusdesk/tickets/</link><description>Recent changes to tickets</description><atom:link href="https://sourceforge.net/p/radiusdesk/tickets/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 15 Jun 2016 05:50:18 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/radiusdesk/tickets/feed.rss" rel="self" type="application/rss+xml"/><item><title>Database "loses" passwords after upgrades, when db get bigger than X MB</title><link>https://sourceforge.net/p/radiusdesk/tickets/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Not sure where these related threads are&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Petra van der Walt</dc:creator><pubDate>Wed, 15 Jun 2016 05:50:18 -0000</pubDate><guid>https://sourceforge.netdc01caac4e7e2478e7ea06c6c8e4d07b43f8c8c5</guid></item><item><title>MAC Address already used</title><link>https://sourceforge.net/p/radiusdesk/tickets/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;a href="https://sourceforge.net/p/radiusdesk/discussion/general/thread/e2191c6d/"&gt;https://sourceforge.net/p/radiusdesk/discussion/general/thread/e2191c6d/&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Petra van der Walt</dc:creator><pubDate>Wed, 15 Jun 2016 05:44:09 -0000</pubDate><guid>https://sourceforge.net632ea19f9343d62641c7dedd09f3db2f9dd72c52</guid></item><item><title>#3 o </title><link>https://sourceforge.net/p/radiusdesk/tickets/3/?limit=25#d010</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;FYI:&lt;/p&gt;
&lt;p&gt;system@ubuntu:/var/www/cake2/rd_cake/Setup/Radius$ svn commit -m "Apply counter patch from Atomic - Many thanks"&lt;br /&gt;
Password: &lt;br /&gt;
Sending        Radius/raddb_rd.tar.gz&lt;br /&gt;
Transmitting file data .&lt;br /&gt;
Committed revision 1252.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dirk van der Walt</dc:creator><pubDate>Wed, 28 Jan 2015 10:18:50 -0000</pubDate><guid>https://sourceforge.netbda271f53b3156cfd994989f8fd26871b96b4fdb</guid></item><item><title>#3 o </title><link>https://sourceforge.net/p/radiusdesk/tickets/3/?limit=25#12eb</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Great!&lt;/p&gt;
&lt;p&gt;I'm going to apply that patch as soon as there is some spare time. &lt;/p&gt;
&lt;p&gt;Many many thanks :-)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dirk van der Walt</dc:creator><pubDate>Tue, 27 Jan 2015 06:40:32 -0000</pubDate><guid>https://sourceforge.neta622419f941d6d9dcbdc81a896b9bfc9379167b6</guid></item><item><title>#1 Single field login for vouchers</title><link>https://sourceforge.net/p/radiusdesk/tickets/1/?limit=25#4b3a</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dirk van der Walt</dc:creator><pubDate>Tue, 27 Jan 2015 06:38:45 -0000</pubDate><guid>https://sourceforge.net269df84cca73c708b3fbac54d4d1e6081166f836</guid></item><item><title>#1 Single field login for vouchers</title><link>https://sourceforge.net/p/radiusdesk/tickets/1/?limit=25#bc87</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Feature added recently. &lt;/p&gt;
&lt;p&gt;Many thanks for all who made suggestions, and donated some code! Much appreciated!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dirk van der Walt</dc:creator><pubDate>Tue, 27 Jan 2015 06:38:14 -0000</pubDate><guid>https://sourceforge.net9f118eeab90666520a1d1f9ae2836d5586d2d944</guid></item><item><title>#3 o </title><link>https://sourceforge.net/p/radiusdesk/tickets/3/?limit=25#8d66</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Fix for this bug:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="gd"&gt;--- policy.conf.orig    2015-01-12 06:53:16.000000000 +0200&lt;/span&gt;
&lt;span class="gi"&gt;+++ policy.conf 2015-01-22 15:51:58.991066903 +0200&lt;/span&gt;
&lt;span class="gu"&gt;@@ -136,21 +136,21 @@&lt;/span&gt;
                 # we can now use it in a query
                 if("%{control:Rd-Tmp-Avail-Time}"){ #This indicates it it a device!
                     update control {
&lt;span class="gd"&gt;-                        Rd-Used-Time := "%{sql:SELECT IFNULL(SUM(acctsessiontime - GREATEST((%{control:Rd-Start-Time} - UNIX_TIMESTAMP(acctstarttime)), 0)) FROM radacct WHERE callingstationid='%{request:User-Name}' AND UNIX_TIMESTAMP(acctstarttime) + acctsessiontime &amp;gt; '%{control:Rd-Start-Time}'}"&lt;/span&gt;
&lt;span class="gi"&gt;+                        Rd-Used-Time := "%{sql:SELECT IFNULL(SUM(acctsessiontime - GREATEST((%{control:Rd-Start-Time} - UNIX_TIMESTAMP(acctstarttime)), 0)),0) FROM radacct WHERE callingstationid='%{request:User-Name}' AND UNIX_TIMESTAMP(acctstarttime) + acctsessiontime &amp;gt; '%{control:Rd-Start-Time}'}"&lt;/span&gt;
                     }
                 }
                 else{
                     #Here we need to see if the counter is to be applied on the device level and there is a device present in the request
                     if((control:Rd-Mac-Counter-Time)&amp;amp;&amp;amp;(request:Calling-Station-Id)){
                         update control {
&lt;span class="gd"&gt;-                            Rd-Used-Time := "%{sql:SELECT IFNULL(SUM(acctsessiontime - GREATEST((%{control:Rd-Start-Time} - UNIX_TIMESTAMP(acctstarttime)), 0))\&lt;/span&gt;
&lt;span class="gi"&gt;+                            Rd-Used-Time := "%{sql:SELECT IFNULL(SUM(acctsessiontime - GREATEST((%{control:Rd-Start-Time} - UNIX_TIMESTAMP(acctstarttime)), 0)),0)\&lt;/span&gt;
                             FROM radacct WHERE username='%{request:User-Name}' AND callingstationid='%{request:Calling-Station-Id}' \
                             AND UNIX_TIMESTAMP(acctstarttime) + acctsessiontime &amp;gt; '%{control:Rd-Start-Time}'}"
                         }
                     }
                     else{
                         update control {
&lt;span class="gd"&gt;-                            Rd-Used-Time := "%{sql:SELECT IFNULL(SUM(acctsessiontime - GREATEST((%{control:Rd-Start-Time} - UNIX_TIMESTAMP(acctstarttime)), 0))\&lt;/span&gt;
&lt;span class="gi"&gt;+                            Rd-Used-Time := "%{sql:SELECT IFNULL(SUM(acctsessiontime - GREATEST((%{control:Rd-Start-Time} - UNIX_TIMESTAMP(acctstarttime)), 0)),0)\&lt;/span&gt;
                             FROM radacct WHERE username='%{request:User-Name}' AND UNIX_TIMESTAMP(acctstarttime) + acctsessiontime &amp;gt; '%{control:Rd-Start-Time}'}"
                         }
                     }
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Atomic</dc:creator><pubDate>Fri, 23 Jan 2015 12:43:25 -0000</pubDate><guid>https://sourceforge.netb14abbe824cd69d3b48801df15a7097c5e4d3d07</guid></item><item><title>#3 o </title><link>https://sourceforge.net/p/radiusdesk/tickets/3/?limit=25#3cda</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi Dirk&lt;/p&gt;
&lt;p&gt;Below I have uploaded my Virtual Machine with Radiusdesk 1064 version of "Mediafire"&lt;br /&gt;
Clean install with OS 6 and Debian Apache2, Php5, Mysql, Radiusdesk.&lt;br /&gt;
Same operation was also performed on the operating system Ubuntu.&lt;br /&gt;
I also have performed a clean install with Radiusdesk and Nginx, but the bug in FreeRADIUS is always present.&lt;br /&gt;
The freeradius bug is also present on your virtual machine that you have attached the website "Radiusdesk."&lt;/p&gt;
&lt;p&gt;Link my VM (Radiusdesk with Apache2):- &lt;a href="http://www.mediafire.com/download/kzb71250w269i7m/RadiusDesk_rv_1064_Apache.ova" rel="nofollow"&gt;http://www.mediafire.com/download/kzb71250w269i7m/RadiusDesk_rv_1064_Apache.ova&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Tests were performed with virtual machines and real machines.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bruno D'Ambrosio</dc:creator><pubDate>Tue, 23 Sep 2014 02:48:03 -0000</pubDate><guid>https://sourceforge.netfa539c3953c009834ac0b280319bf93407191090</guid></item><item><title>#3 o </title><link>https://sourceforge.net/p/radiusdesk/tickets/3/?limit=25#d55b</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have use your example:&lt;/p&gt;
&lt;p&gt;I create Profile:&lt;/p&gt;
&lt;p&gt;Rd-Total-Time  /Check      /120&lt;br /&gt;
Rd-Reset-Type-Time  /Check  /daily &lt;br /&gt;
Rd-Cap-Type-Time /Check   /hard&lt;br /&gt;
Fall-Through /Reply       /Yes&lt;/p&gt;
&lt;p&gt;I change only 3600 ------&amp;gt;120&lt;/p&gt;
&lt;p&gt;This not function, Freeradius to error look image:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.mediafire.com/convkey/9901/dira3t7ncs1j33rfg.jpg?size_id=6" rel="nofollow"&gt;http://www.mediafire.com/convkey/9901/dira3t7ncs1j33rfg.jpg?size_id=6&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Why  ? &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bruno D'Ambrosio</dc:creator><pubDate>Thu, 18 Sep 2014 09:58:52 -0000</pubDate><guid>https://sourceforge.neta129aab2c83e27e8395fe57b2212aa622e2f2cd3</guid></item><item><title>#3 o </title><link>https://sourceforge.net/p/radiusdesk/tickets/3/?limit=25#5d3b</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi mate&lt;br /&gt;
I have already reported this error in the forum.&lt;br /&gt;
When you create "Profiles in time" and the user connects via the "login page" FreeRADIUS from this error.&lt;/p&gt;
&lt;p&gt;Link Image: &lt;a href="http://www.mediafire.com/convkey/f50b/7db22xnnv99osbvfg.jpg?size_id=6" rel="nofollow"&gt;http://www.mediafire.com/convkey/f50b/7db22xnnv99osbvfg.jpg?size_id=6&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bruno D'Ambrosio</dc:creator><pubDate>Thu, 18 Sep 2014 09:52:12 -0000</pubDate><guid>https://sourceforge.net46c0f644ca9c0350861ed366a14ad747814787e1</guid></item></channel></rss>