summaryrefslogtreecommitdiff
path: root/src/vpn-manager
AgeCommit message (Expand)AuthorFilesLines
2012-09-24core: VPN autoconnect feature (bgo #560471) (rh #483120)Jiří Klimeš1-2/+3
2012-09-11core: add dispatcher callbacks and simplify dispatcher function prototypesDan Williams1-12/+16
2012-09-11core: split dispatcher into its own fileDan Williams1-0/+1
2012-08-06build: fix up includes; prefer builddir over srcdirDan Williams1-3/+3
2012-07-27core: fix NM_IS_*_CLASS(klass) macrosJiří Klimeš3-3/+3
2012-06-29vpn: restore VpnStateChanged D-Bus signal APIDan Williams4-6/+22
2012-06-27agents: add a "user-requested" flag to secret agent requestsDan Williams1-0/+3
2012-06-22vpn: ensure secrets requests fail when exhaustedDan Williams1-4/+12
2012-06-15vpn: fix resetting parent device routing on disconnectDan Williams1-30/+0
2012-06-14core: more VPN activated/deactivated fixupsDan Williams2-3/+5
2012-06-13vpn: update VPN service object for VPN connection state change signal changesDan Williams1-5/+6
2012-06-13trivial: use constant for a signal nameDan Williams1-1/+1
2012-06-12core: move DNS change handling to the policy and optimize DNS updates (bgo #6...Dan Williams1-26/+0
2012-06-12vpn: emit both new and old states in state-changed signalDan Williams4-11/+13
2012-06-12trivial: whitespace fixups and signal name definitionDan Williams2-9/+12
2012-06-12vpn: consolidate VPN connection state handlingDan Williams1-131/+117
2012-05-31vpn-manager: handle empty IPv4/IPv6 configDan Winship1-0/+12
2012-05-30vpn: support IPv6 over VPNsDan Winship2-99/+456
2012-05-30vpn: allow connecting to an IPv6-based VPN endpointDan Winship1-43/+102
2012-05-30core: tweak nm_system_add_ip4_vpn_gateway_route() a bitDan Winship1-8/+18
2012-05-21core: unblock signals for child processes we spawn out of NM (rh #739836)Jiří Klimeš2-1/+10
2012-03-15vpn: add a new field so VPN plugins can specify multiple domainsEvan Broder1-0/+9
2012-03-12Fix names of error enum valuesDan Winship1-4/+4
2012-03-01core: use active connection dependency master instead of manually setting itDan Williams1-0/+6
2012-03-01core: use NMActiveConnection objects throughout activation pathsDan Williams2-9/+9
2012-02-22build: fix srcdir != builddir for new generated headersColin Walters1-0/+2
2012-02-15Use glib-mkenums to generate enum typesDan Winship3-28/+3
2012-02-10build: fix build breakage caused by b378c3089c3ca063e8819ae12ca39e4136b0011cDan Williams1-1/+0
2012-02-09core: make NMActiveConnection a base class for NMActRequest and NMVPNConnectionDan Williams6-302/+37
2012-01-25bonding: export path of master device property over DBUSThomas Graf1-1/+5
2012-01-09build: fix srcdir != builddirColin Walters1-0/+1
2011-12-06core: use nm_connection_get_setting_<type>() whenever possibleThomas Graf2-12/+12
2011-12-02core: kill NMDeviceInterfaceDan Williams1-1/+0
2011-12-02core: move NMDeviceInterface properties and methods to nm-device.cDan Williams1-1/+1
2011-11-30core: check the iface index correctlyGary Ching-Pang Lin1-1/+1
2011-10-25vpn: print VPN plugin states as stringsDan Williams1-1/+24
2011-09-29vpn: fix assertion when getting 'Uuid' property of an active VPN connectionJiří Klimeš1-1/+1
2011-09-29vpn: fix 'SpecificObject' path for active VPN connections on D-BusJiří Klimeš8-8/+28
2011-09-15core: storing timestamps also for VPN connections (rh #725353)Jiří Klimeš2-7/+21
2011-07-22core: move route deletion to nm-netlink-utils.cDan Williams1-1/+2
2011-07-22core: finish conversion of nm-system functions to ifindex not iface nameDan Williams2-0/+9
2011-07-22core: more conversion to ifindex instead of ifaceDan Williams1-2/+2
2011-07-22core: use interface indexes moreDan Williams1-5/+14
2011-06-15vpn: fix handling of connections with only system secretsDan Williams1-82/+88
2011-05-19core: yet more consistent usage of libnl CFLAGS and LIBSPhilip Balister1-0/+2
2011-05-02dispatcher: enhance dispatcher script environment (bgo #648382)Dan Williams1-3/+7
2011-04-22api: add "Uuid" property to ActiveConnection interfaceDan Williams1-0/+5
2011-04-13core: remove un-needed NMActRequest from VPN connection creationDan Williams6-17/+2
2011-03-31vpn: set default username from agent that provided secrets (bgo #646115)Dan Williams1-5/+39
2011-03-31settings: return username of agent providing secretsDan Williams1-0/+2