summaryrefslogtreecommitdiff
path: root/src/vpn-manager
Commit message (Expand)AuthorAgeFilesLines
* build: fix up includes; prefer builddir over srcdirDan Williams2012-08-061-3/+3
* core: fix NM_IS_*_CLASS(klass) macrosJiří Klimeš2012-07-273-3/+3
* vpn: restore VpnStateChanged D-Bus signal APIDan Williams2012-06-294-6/+22
* agents: add a "user-requested" flag to secret agent requestsDan Williams2012-06-271-0/+3
* vpn: ensure secrets requests fail when exhaustedDan Williams2012-06-221-4/+12
* vpn: fix resetting parent device routing on disconnectDan Williams2012-06-151-30/+0
* core: more VPN activated/deactivated fixupsDan Williams2012-06-142-3/+5
* vpn: update VPN service object for VPN connection state change signal changesDan Williams2012-06-131-5/+6
* trivial: use constant for a signal nameDan Williams2012-06-131-1/+1
* core: move DNS change handling to the policy and optimize DNS updates (bgo #6...Dan Williams2012-06-121-26/+0
* vpn: emit both new and old states in state-changed signalDan Williams2012-06-124-11/+13
* trivial: whitespace fixups and signal name definitionDan Williams2012-06-122-9/+12
* vpn: consolidate VPN connection state handlingDan Williams2012-06-121-131/+117
* vpn-manager: handle empty IPv4/IPv6 configDan Winship2012-05-311-0/+12
* vpn: support IPv6 over VPNsDan Winship2012-05-302-99/+456
* vpn: allow connecting to an IPv6-based VPN endpointDan Winship2012-05-301-43/+102
* core: tweak nm_system_add_ip4_vpn_gateway_route() a bitDan Winship2012-05-301-8/+18
* core: unblock signals for child processes we spawn out of NM (rh #739836)Jiří Klimeš2012-05-212-1/+10
* vpn: add a new field so VPN plugins can specify multiple domainsEvan Broder2012-03-151-0/+9
* Fix names of error enum valuesDan Winship2012-03-121-4/+4
* core: use active connection dependency master instead of manually setting itDan Williams2012-03-011-0/+6
* core: use NMActiveConnection objects throughout activation pathsDan Williams2012-03-012-9/+9
* build: fix srcdir != builddir for new generated headersColin Walters2012-02-221-0/+2
* Use glib-mkenums to generate enum typesDan Winship2012-02-153-28/+3
* build: fix build breakage caused by b378c3089c3ca063e8819ae12ca39e4136b0011cDan Williams2012-02-101-1/+0
* core: make NMActiveConnection a base class for NMActRequest and NMVPNConnectionDan Williams2012-02-096-302/+37
* bonding: export path of master device property over DBUSThomas Graf2012-01-251-1/+5
* build: fix srcdir != builddirColin Walters2012-01-091-0/+1
* core: use nm_connection_get_setting_<type>() whenever possibleThomas Graf2011-12-062-12/+12
* core: kill NMDeviceInterfaceDan Williams2011-12-021-1/+0
* core: move NMDeviceInterface properties and methods to nm-device.cDan Williams2011-12-021-1/+1
* core: check the iface index correctlyGary Ching-Pang Lin2011-11-301-1/+1
* vpn: print VPN plugin states as stringsDan Williams2011-10-251-1/+24
* vpn: fix assertion when getting 'Uuid' property of an active VPN connectionJiří Klimeš2011-09-291-1/+1
* vpn: fix 'SpecificObject' path for active VPN connections on D-BusJiří Klimeš2011-09-298-8/+28
* core: storing timestamps also for VPN connections (rh #725353)Jiří Klimeš2011-09-152-7/+21
* core: move route deletion to nm-netlink-utils.cDan Williams2011-07-221-1/+2
* core: finish conversion of nm-system functions to ifindex not iface nameDan Williams2011-07-222-0/+9
* core: more conversion to ifindex instead of ifaceDan Williams2011-07-221-2/+2
* core: use interface indexes moreDan Williams2011-07-221-5/+14
* vpn: fix handling of connections with only system secretsDan Williams2011-06-151-82/+88
* core: yet more consistent usage of libnl CFLAGS and LIBSPhilip Balister2011-05-191-0/+2
* dispatcher: enhance dispatcher script environment (bgo #648382)Dan Williams2011-05-021-3/+7
* api: add "Uuid" property to ActiveConnection interfaceDan Williams2011-04-221-0/+5
* core: remove un-needed NMActRequest from VPN connection creationDan Williams2011-04-136-17/+2
* vpn: set default username from agent that provided secrets (bgo #646115)Dan Williams2011-03-311-5/+39
* settings: return username of agent providing secretsDan Williams2011-03-311-0/+2
* core: add nm-secrets-flags.h for secret agent flags typedefDan Williams2011-03-291-2/+2
* vpn: fix memory leaksDan Williams2011-03-241-20/+27
* logging: fix format string/argument disagreementDan Williams2011-03-191-2/+3