1. 612651f Refactor AAA app in preparation for clustered operation. by Jonathan Hart · 4 years, 6 months ago
  2. 3498bc0 Move dependencies on stable version of sadis app by Matteo Scandolo · 4 years, 4 months ago
  3. adeb26e [SEBA-36] Operational Status 802.1x Session by Kartikey Dubey · 4 years, 8 months ago
  4. 4900ce6 [SEBA-624] Implementation of radius server operational status by Shubham Sharma · 5 years ago
  5. 3c8c702 [SEBA-34] Operational Status 802.1x Authenticator by Shubham Sharma · 4 years, 8 months ago
  6. cf5e503 [SEBA-883] Unit Test cases for SEBA-37 by Shubham Sharma · 4 years, 6 months ago
  7. 1e43c56 [SEBA-623] Handled TimeOut of AAA sessions by Shubham Sharma · 5 years ago
  8. 1f19358 [SEBA-35] Adding Stats for 802.1x Authentication by Shubham Sharma · 4 years, 10 months ago
  9. 58b5329 Bump ONOS to 2.2 and build with Java 11 by Carmelo Cascone · 4 years, 8 months ago
  10. 056e4cd [SEBA-805] Using the Request Authenticator value saved in State Machine to check Message Authentication for each Radius response as per rfc 2869 by Vijaykumar Kushwaha · 4 years, 9 months ago
  11. fffd3d1 [SEBA-803] Fixing Issue:Unknown server counter starts increasing for every radius message received after freeRadius pod restarts by Vijaykumar Kushwaha · 4 years, 10 months ago
  12. f72e195 Fixing ONOS AAA App restart issue. Changing annotations package to org.apache.felix.scr.annotations by Kartikey Dubey · 4 years, 11 months ago
  13. e154542 [SEBA-37] Added 11 Statistics counters for Accounting Server operations by kartikey dubey · 5 years ago
  14. cf847b8 [SEBA-593] Splitting aaa app in implementation and api bundles by Matteo Scandolo · 5 years ago[Renamed (98%) from src/main/java/org/opencord/aaa/AaaManager.java]
  15. 1cfdb19 ONOS dependency is changed from 1.13.1 to 1.13.6 by Gamze Abaka · 6 years ago
  16. e72358a Adding AT&T specific Radius packet customizer. Currently it by Saurav Das · 5 years ago
  17. 987441a Adding trace logging to emitted and received packets by Saurav Das · 6 years ago
  18. 5db4453 SEBA-75: AAA app exposes authentication state machine events. by Jonathan Hart · 6 years ago
  19. 932bedc SEBA-73: Decouple AAA auth from subscriber provisioning by Jonathan Hart · 6 years ago
  20. 2ff1a78 VOL-947 Moved the netcfg update listener and factory within activate method by Matt Jeanneret · 6 years ago
  21. 4731dd9 Upgrading app to ONOS 1.13 by Jonathan Hart · 6 years ago
  22. e0e1072 Handle packet Customization config changes by Deepa Vaddireddy · 7 years ago
  23. f739be5 VOL-458: NPE when executing ONOS aaa-users command after an disable ONU by Amit Ghosh · 7 years ago
  24. b9c24c6 CORD-1922:In the deActivate metod of service/components, listeners has to be removed by Deepa Vaddireddy · 7 years ago
  25. cf39d97 VOL-376 : Fix for Null Pointer Exception when subscriber is not provisioned by Amit Ghosh · 7 years ago
  26. c9ac1e5 VOL-149: Configure RADIUS Attributes as per subscriber information by Amit Ghosh · 7 years ago
  27. 1fe3b0e 1.Seperate radiusPort from radiusServerPort;2.changed the match string from 1812 to radiusServerPort by ke han · 7 years ago cord-3.0 null
  28. df7ff86 Change app name from onosproject to opencord by Charles Chan · 7 years ago
  29. 27afc1d moving listener add to end of activate by alshabib · 7 years ago
  30. 5dcfa52 fixed a bug in processing radius-failure message by ke han · 7 years ago
  31. 04e47f3 1. send eap failure message when access denied; by ke han · 8 years ago
  32. 6d52745 pom modications to appify aaa renaming package by alshabib · 8 years ago[Renamed (99%) from src/main/java/org/onosproject/aaa/AaaManager.java]
  33. 6af9f43 Enable SO_REUSEADDR option for radius server Datagram Sockets. by A.R Karthick · 8 years ago
  34. 508cec5 Break dependency between AAA app and demo XOS integration app by Ray Milkey · 8 years ago
  35. fe4fe56 Attempt to fix ONOS-3460 by Ray Milkey · 8 years ago
  36. b34b496 Remove unneccesary exception handler by Ray Milkey · 8 years ago
  37. c9e8dcc Fixed a comment cut and paste typo by Ray Milkey · 8 years ago
  38. b55a1ac Fix bugs for AaaManger and RADIUS by Qianqian Hu · 8 years ago
  39. 13c6716 Remove app registration logic from deativate method and add logs by Jian Li · 8 years ago
  40. 092dfb2 Fix naming conventions for CORD apps. by Jonathan Hart · 8 years ago[Renamed (93%) from src/main/java/org/onosproject/aaa/AAA.java]
  41. 17d6c49 Fixes for Javadoc errors by Ray Milkey · 9 years ago
  42. f3790b8 Only transition to START state on TLS start by Ray Milkey · 9 years ago
  43. 5493b51 Bug fixes for TLS authentication by Ray Milkey · 9 years ago
  44. 2a501c2 Remove UDP flow rules by Ray Milkey · 9 years ago
  45. 967776a Support RADIUS server outside of the ONOS network by Ray Milkey · 9 years ago
  46. 5d99bd1 More AAA refactoring by Ray Milkey · 9 years ago
  47. fcb623d Modify AAA app to use the network configuation service by Ray Milkey · 9 years ago
  48. 9eb293f Minor AAA refactoring by Ray Milkey · 9 years ago
  49. ea36645 Unit tests for packet processing the the AAA app by Ray Milkey · 9 years ago
  50. f51eba2 More AAA app refactoring by Ray Milkey · 9 years ago
  51. f61a24e AAA App refactoring by Ray Milkey · 9 years ago
  52. a0d6371 ONOS-2711 Replaced short to TpPort for tcp/udp ports by Hyunsun Moon · 9 years ago
  53. d9c7da0 Refactoring addProcessor() calls to use type methods by Brian O'Connor · 9 years ago
  54. feb4176 Move AAA app to OLT by Jonathan Hart · 9 years ago
  55. 32039d5 forwarding radius packets to radius by alshabib · 9 years ago
  56. d39d99e Include logic for cancelling requests for packets. by Aaron Kruglikov · 9 years ago
  57. a46dddf Cleaned up AAA app now it's in the ONOS core. by Jonathan Hart · 9 years ago
  58. 8983174 ONOS AAA app: Authentication and Authorization logic. by Ari Saha · 9 years ago