diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/History.txt b/History.txt old mode 100644 new mode 100755 diff --git a/README.rdoc b/README.rdoc old mode 100644 new mode 100755 index fae7b42..be31de5 --- a/README.rdoc +++ b/README.rdoc @@ -28,7 +28,7 @@ http://github.com/pjdavis/radiustar == DESCRIPTION: -Ruby Radius Library +Ruby Radius Library == FEATURES diff --git a/Rakefile b/Rakefile old mode 100644 new mode 100755 diff --git a/lib/radiustar.rb b/lib/radiustar.rb old mode 100644 new mode 100755 diff --git a/lib/radiustar/dictionary.rb b/lib/radiustar/dictionary.rb old mode 100644 new mode 100755 diff --git a/lib/radiustar/dictionary/attributes.rb b/lib/radiustar/dictionary/attributes.rb old mode 100644 new mode 100755 diff --git a/lib/radiustar/dictionary/values.rb b/lib/radiustar/dictionary/values.rb old mode 100644 new mode 100755 diff --git a/lib/radiustar/packet.rb b/lib/radiustar/packet.rb old mode 100644 new mode 100755 index db03797..ecbc39b --- a/lib/radiustar/packet.rb +++ b/lib/radiustar/packet.rb @@ -144,6 +144,7 @@ def inet_ntoa(iaddr) def xor_str(str1, str2) i = 0 newstr = "" + str2 = str2.bytes.to_a str1.each_byte do |c1| c2 = str2[i] newstr = newstr << (c1 ^ c2) diff --git a/lib/radiustar/radiustar.rb b/lib/radiustar/radiustar.rb old mode 100644 new mode 100755 diff --git a/lib/radiustar/request.rb b/lib/radiustar/request.rb old mode 100644 new mode 100755 diff --git a/lib/radiustar/vendor.rb b/lib/radiustar/vendor.rb old mode 100644 new mode 100755 diff --git a/radiustar.gemspec b/radiustar.gemspec old mode 100644 new mode 100755 diff --git a/spec/radiustar_spec.rb b/spec/radiustar_spec.rb old mode 100644 new mode 100755 diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb old mode 100644 new mode 100755 diff --git a/templates/default.txt b/templates/default.txt old mode 100644 new mode 100755 diff --git a/templates/dictionary.digium b/templates/dictionary.digium old mode 100644 new mode 100755 diff --git a/templates/gandalf.dictionary b/templates/gandalf.dictionary old mode 100644 new mode 100755 diff --git a/test/test_radiustar.rb b/test/test_radiustar.rb old mode 100644 new mode 100755 diff --git a/version.txt b/version.txt old mode 100644 new mode 100755