summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-08dhcp: use private socket to return status if availableDan Williams7-113/+207
2013-04-08settings: remove NM_SETTINGS_ERROR_NOT_PRIVILEGEDDan Williams2-3/+2
2013-04-08agents: create correct proxy for agents connecting via a private connectionDan Williams3-9/+9
2013-04-08core: add DBus Proxy creation helperDan Williams2-0/+50
2013-04-08auth: move common nm_dbus_manager_get_caller_info() functionality into nm_aut...Dan Williams6-147/+157
2013-04-08core: remove unused argument to nm_auth_chain_new()Dan Williams6-20/+14
2013-04-08agents: don't require root agents to be part of a login sessionDan Williams1-4/+5
2013-04-08core: assume root always has a session for connection visibilityDan Williams4-30/+25
2013-04-08agents: enforce one-agent-per-identifier-per-UID restrictionDan Williams1-0/+26
2013-04-08trivial: whitespace fixesDan Williams1-14/+14
2013-04-08core: route dbus_bus_get_unix_user() through NMDBusManagerDan Williams3-8/+48
2013-04-08core: remove unused auth functionsDan Williams2-59/+0
2013-04-08core: use DBusManager caller info/auth functionsDan Williams4-51/+49
2013-04-08core: use same codepaths for root and non-root during authenticationDan Williams6-243/+225
2013-04-08core: simplify object set property filterDan Williams1-62/+30
2013-04-08core: add caller info functions to DBusManagerDan Williams2-0/+103
2013-04-08core: add a root-only private D-Bus socketDan Williams5-18/+340
2013-04-08core: add nm_dbus_g_method_invocation_get_g_connection()Dan Williams3-0/+23
2013-04-08core: use wrappers for DBus object registration/unregistrationDan Williams12-48/+73
2013-04-08core: push PolicyKit unavailable error to callers instead of logging itDan Williams1-20/+13
2013-04-08core: simplify auth chain early exitDan Williams1-11/+10
2013-04-05core: silence warning about failure to read permanent MAC address (rh #907912)Dan Williams2-2/+2
2013-04-05keyfile: fix testcase comparisonDan Williams1-5/+2
2013-04-04trivial: update .gitignoreDan Winship1-0/+1
2013-04-03core: fix build with glib < 2.34Dan Winship2-0/+20
2013-04-03build: Fix srcdir != builddirColin Walters3-2/+10
2013-04-03data: add a server.conf example fileDan Winship2-0/+59
2013-04-03dns-manager: add dns=noneDan Winship2-4/+17
2013-04-03dns-manager, config: make the dns config key single-valuedDan Winship4-66/+41
2013-04-03dns-manager: minor cleanupsDan Winship4-60/+31
2013-04-03core: add ignore-carrier config optionDan Winship7-18/+64
2013-04-03Revert :carrier-detect properties and associated codeDan Winship26-393/+40
2013-04-03man: update NetworkManager.conf.5Dan Winship1-7/+10
2013-04-03config: parse $nmconfdir/conf.d/*.confDan Winship8-111/+317
2013-04-03settings: use NMConfig directly rather than reparsing NetworkManager.confDan Winship17-223/+432
2013-04-03settings: clarify that NMDefaultWiredConnection is ethernet-onlyDan Winship3-64/+38
2013-04-03settings: don't pass config_path to NMSettings and settings pluginsDan Winship16-58/+43
2013-04-03core: remove some can't-happen checksDan Winship1-25/+7
2013-04-03core: don't pass config data to NMDHCPManager and NMDnsManagerDan Winship8-22/+27
2013-04-03config: add NMConfigDeviceDan Winship6-6/+154
2013-04-03config, man: hide connectivity-check command-line optionsDan Winship2-21/+6
2013-04-03config: fix documentation of --log-domainsDan Winship3-9/+65
2013-04-03config: move config-related command-line options into nm-config.cDan Winship5-56/+93
2013-04-03config: make NMConfig non-refcountedDan Winship2-44/+10
2013-04-03config: move NMConfig into its own subdirectory/libraryDan Winship11-20/+183
2013-04-03libnm-util: make nm_setting_vpn_remove_*() return gboolean instead of voidJiří Klimeš2-9/+15
2013-04-02dns-manager: remove an incorrect and unnecessary lineDan Winship1-1/+0
2013-04-02libnm-glib: adapt example to python 3.xPavel Šimerda1-9/+10
2013-04-02trivial: rename rand to avoid -WshadowPavel Šimerda1-4/+4
2013-04-01libnm-glib: convert DHCP option parsing to GHashTableIterDan Williams2-22/+16