Skip to content
Snippets Groups Projects
  1. Feb 15, 2016
  2. Sep 05, 2013
  3. Jul 05, 2013
  4. Jul 04, 2013
  5. Jul 03, 2013
  6. Jul 02, 2013
    • Adam Harvey's avatar
      Move salting back into radlib. · 976408fe
      Adam Harvey authored
      My main motivation for putting it in radius.c was to avoid TSRMLS_FETCH(),
      which is kind of ugly and slow, but realistically it belongs here. I was also
      concerned about the dependency on PHP code, but the MPPE demangling code
      already depended on PHP's internal MD5 implementation, so we're no worse off
      there.
      976408fe
    • Adam Harvey's avatar
      Refactor tagging into an options parameter in radlib. · e58e2365
      Adam Harvey authored
      When I implemented tagging, I should really have taken a step back and figured
      out the best way to do it rather than just hacking it in. There wasn't really a
      need to implement parallel radlib functions for this: it kind of works if tags
      are the only attribute option, but with salting coming in as well, it just
      didn't make sense.
      
      On the bright side, this actually results in a net loss of code with the test
      suite still passing just fine. That's the sign of a good commit. I hope.
      e58e2365
    • Adam Harvey's avatar
      Fix indentation issues. · 8841e0ea
      Adam Harvey authored
      8841e0ea
  7. Jun 28, 2013
  8. Jun 27, 2013
Loading