1. f3b6d57 shill: OpenVPNDriver: Accept OpenVPN.ExtraCertPEM by Paul Stewart · 11 years ago
  2. 7080441 shill: OpenVPNDriver: Add service documentation by Paul Stewart · 11 years ago
  3. 0f9c930 shill: OpenVPNDriver: Use an array for CA cert PEM by Paul Stewart · 11 years ago
  4. 9da0777 shill: support 3G dongles with PPP interface by mukesh agrawal · 11 years ago
  5. ae30e9e shill: create external_task abstraction by mukesh agrawal · 11 years ago
  6. 4698c1a shill: OpenVPNDriver: Work around netmask in remote by Paul Stewart · 11 years ago
  7. 4e02ba2 shill: vpn: Remove support for obsolete Service.Provider.Name. by Darin Petkov · 11 years ago
  8. 1c049c7 shill: openvpn: Detect and flag DNS resolution errors. by Darin Petkov · 11 years ago
  9. e8e71da shill: metrics: Ignore empty strings in VPN metrics by Paul Stewart · 11 years ago
  10. 5baebb7 shill: Support raw PEM data for CA Certificates by Paul Stewart · 11 years ago
  11. 0e1cdea shill: Implement Service.Remove & delete DHCP leases by Albert Chaulk · 12 years ago
  12. 84a9553 shill: openvpn: Improve openvpn shutdown and resource cleanup. by Darin Petkov · 11 years ago
  13. aba8932 shill: openvpn: Expose server-provided authentication failure reasons. by Darin Petkov · 11 years ago
  14. 91a43cb shill: VPNDriver: Emit UMA metrics for VPN Authentication by Paul Stewart · 12 years ago
  15. 68710d7 shill: vpn: Don't leak file descriptors after VPN is disconnected. by Darin Petkov · 12 years ago
  16. 0cd0d1e shill: openvpn: Use different reconnect timeouts for tls-error and offline. by Darin Petkov · 12 years ago
  17. a42afe3 shill: openvpn: Allow automatic reconnect when underlying connection reconnects. by Darin Petkov · 12 years ago
  18. 4cbff5b shill: vpn: Auto-connect at most one service at a time, only when online. by Darin Petkov · 12 years ago
  19. 457728b shill: Log service's unique name rather than friendly name. by Darin Petkov · 12 years ago
  20. 728faa9 shill: openvpn: Use shill's openvpn-scipt. by Darin Petkov · 12 years ago
  21. c418b4b shill: openvpn: Use default CAs certs through --ca rather than --capath. by Darin Petkov · 12 years ago
  22. 3189a47 shill: openvpn: Reselect service and reuse IP config on restart. by Darin Petkov · 12 years ago
  23. 4e1b3f8 shill: openvpn: Assume user/pass client auth if no cert set or username is set. by Darin Petkov · 12 years ago
  24. ca8a0e6 shill: openvpn: Point to default CAs when no CA is specified. by Darin Petkov · 12 years ago
  25. 4b94484 shill: openvpn: Support "name:port" format for the VPN remote host. by Darin Petkov · 12 years ago
  26. b691efd shill: Rename SMLOG to SLOG by Christopher Wiley · 12 years ago
  27. a5e07ef shill: openvpn: Hold connect/reconnect until a new service is online. by Darin Petkov · 12 years ago
  28. e8587e3 shill: openvpn: Reuse IP parameters on restart/reconnect. by Darin Petkov · 12 years ago
  29. 0223655 shill: vpn: Don't include VPN passwords when reading service properties. by Darin Petkov · 12 years ago
  30. 5dbd261 shill: Use a const WeakPtr<DeviceInfo> reference instead of pass-by-value. by Darin Petkov · 12 years ago
  31. 5a85047 shill: vpn: Implement a ProcessKiller singleton. by Darin Petkov · 12 years ago
  32. 602303f shill: vpn: Signal service failure on connect/reconnect timeout. by Darin Petkov · 12 years ago
  33. 5eb0542 shill: vpn: Disconnect VPN service when underlying connection disconnects. by Darin Petkov · 12 years ago
  34. 1a462de shill: vpn: Add IV_PLAT and IV_PLAT_REL to openvpn's environment. by Darin Petkov · 12 years ago
  35. b536a74 shill: vpn: Support {Password|PSK}Required VPN provider properties. by Darin Petkov · 12 years ago
  36. cb71529 shill: vpn: Save credentials based on the SaveCredentials property. by Darin Petkov · 12 years ago
  37. e93b038 shill: Connection: UnPin routes on destruction by Paul Stewart · 12 years ago
  38. 55771b7 shill: vpn: Enable openvpn logging with VPN scoped logging. by Darin Petkov · 12 years ago
  39. 0e9735d shill: vpn: Parse L2TP/IPSec IP config and pin host route. by Darin Petkov · 12 years ago
  40. d432539 shill: vpn: Register L2TP/IPSec properties. by Darin Petkov · 12 years ago
  41. b451d6e shill: vpn: Refactor property-related code into the VPNDriver base class. by Darin Petkov · 12 years ago
  42. 209e629 shill: vpn: Implement L2TPIPSecDriver::Connect and GetSec callback. by Darin Petkov · 12 years ago
  43. fad4a0b shill: Replace VLOG with SLOG. by Ben Chan · 12 years ago
  44. 029d353 shill: vpn: Disconnect the VPN device to reset the connection on Cleanup. by Darin Petkov · 12 years ago
  45. 1847d79 shill: vpn: Accept OpenVPN's OTP and Pkcs11.ID properties. by Darin Petkov · 12 years ago
  46. 451aa7f shill: vpn: Properly export provider properties by Paul Stewart · 12 years ago
  47. 2280799 shill: vpn: Provide OpenVPN.Mgmt.Enable and VPN.Domain by Paul Stewart · 12 years ago
  48. 39964fa shill: vpn: Return service from VPNProvider's service_ list by Paul Stewart · 12 years ago
  49. e0d5dd1 shill: vpn: Add PKCS#11 to OpenVPN. by Darin Petkov · 12 years ago
  50. 3c5e4dc shill: vpn: Implement NSS database interface class. by Darin Petkov · 12 years ago
  51. 1fa8194 shill: vpn: Add support for the OpenVPN.TLSAuthContents property. by Darin Petkov · 12 years ago
  52. 4646302 shill: vpn: Setup OpenVPN management channel options and open/close channel. by Darin Petkov · 12 years ago
  53. 271fe52 shill: vpn: Parse INFO and STATE management interface messages. by Darin Petkov · 12 years ago
  54. 78f6326 shill: vpn: OpenVPN management interface support. by Darin Petkov · 12 years ago
  55. ebd3856 shill: vpn: Use Mapped custom accessor for properties by Paul Stewart · 12 years ago
  56. 141983b shill: openvpn: Load should be exclusive by Paul Stewart · 12 years ago
  57. 9a24553 Make Enable/Disable work using new callbacks for async support. by Eric Shienbrood · 12 years ago
  58. f3c71d7 shill: vpn: Load and save OpenVPN service properties. by Darin Petkov · 12 years ago
  59. 3f9131c shill: vpn: Cleanup VPN service disconnect and destruction process. by Darin Petkov · 12 years ago
  60. 48100b0 shill: rtnl: Handle setting of peer address by Paul Stewart · 12 years ago
  61. ce4ec19 shill: vpn: Pin route on default connection by Paul Stewart · 12 years ago
  62. 291a473 shill: vpn: Use LIBDIR passed down from ebuild by Paul Stewart · 12 years ago
  63. 7f06033 shill: vpn: Set the friendly VPN service name. by Darin Petkov · 12 years ago
  64. 6aa2187 shill: Implement VPN service disconnect. by Darin Petkov · 12 years ago
  65. 79d74c9 shill: vpn: Associate VPN device with service and update IP configuration. by Darin Petkov · 12 years ago
  66. 36a3ace shill: vpn: Spawn the OpenVPN process when tunnel index becomes available. by Darin Petkov · 12 years ago
  67. 6059674 shill: vpn: Parse route options through openvpn notify callback. by Darin Petkov · 12 years ago
  68. f20994f shill: vpn: Create a VPN device when the tunnel index is available. by Darin Petkov · 12 years ago
  69. 14c29ec shill: vpn: Parse openvpn IP configuration options. by Darin Petkov · 13 years ago
  70. ca6abd4 shill: vpn: Claim interface from DeviceInfo by Paul Stewart · 13 years ago
  71. a9b1fed shill: Setup .Task RPC service for incoming VPN communication. by Darin Petkov · 13 years ago
  72. fe6a937 shill: openvpn option initialization. by Darin Petkov · 13 years ago
  73. 33af05c shill: Basic VPN service framework. by Darin Petkov · 13 years ago