summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* systemd: require CAP_AUDIT_WRITE for NetworkManager servicebg/audit-bgo749364Beniamino Galvani2015-07-241-1/+1
* fixup! core: add audit supportBeniamino Galvani2015-07-242-4/+3
* fixup! core: add audit supportBeniamino Galvani2015-07-242-13/+9
* fixup! core: add audit supportThomas Haller2015-07-241-3/+3
* fixup! core: add audit supportThomas Haller2015-07-241-24/+24
* fixup! core: add audit supportThomas Haller2015-07-241-0/+2
* fixup! core: add audit supportThomas Haller2015-07-241-0/+5
* fixup! core: add audit supportThomas Haller2015-07-241-2/+8
* fixup! core: add audit supportBeniamino Galvani2015-07-211-1/+1
* settings: add audit supportBeniamino Galvani2015-07-203-4/+12
* manager: add audit supportBeniamino Galvani2015-07-201-6/+79
* settings-connection: add audit supportBeniamino Galvani2015-07-201-20/+58
* device: add audit supportBeniamino Galvani2015-07-204-2/+16
* auth-utils: add nm_auth_chain_get_subject()Beniamino Galvani2015-07-202-0/+10
* core: add audit supportBeniamino Galvani2015-07-208-1/+522
* logging: add AUDIT domainBeniamino Galvani2015-07-203-1/+4
* libnm-core: add _nm_utils_strv_equal()Beniamino Galvani2015-07-202-0/+25
* build: remove SELinux AM_CONDITIONAL from configure.acBeniamino Galvani2015-07-202-6/+2
* build: remove unneeded AC_SUBST macros after PKG_CHECK_MODULESBeniamino Galvani2015-07-201-28/+0
* libnm: fix nm_access_point_get_last_seen() code doc after 1e85c358Dan Williams2015-07-171-1/+1
* libnm-core: fix GOI annotations after 019943bbDan Williams2015-07-171-3/+3
* cli: fix verifying flag-based properties (rh #1244048)Jiří Klimeš2015-07-171-3/+63
* docs: fix a copy/paste error in description of VLAN flagsJiří Klimeš2015-07-171-1/+1
* merge: vpn: delay quitting when a new secrets request comes in (bgo #752237)Dan Williams2015-07-162-110/+76
|\
| * libnm/libnm-glib: don't quit in the middle of asking for secrets (bgo #752237)Dan Williams2015-07-162-6/+34
| * libnm/libnm-glib: clean up VPN plugin timeoutsDan Williams2015-07-162-112/+50
|/
* connectivity: log warning when using https:// URIThomas Haller2015-07-161-1/+6
* connectivity: explicitly check for 511/Network Authentication Required (RFC65...Dan Williams2015-07-161-15/+21
* config/rpm: use plain HTTP URI for connectivity checkingThomas Haller2015-07-161-1/+1
* libnm: handle illegal characters in nm_utils_ssid_to_utf8() (rh #1243078)David Shea2015-07-162-0/+30
* cli: fix a crash adding a slave connection with 'nmcli -a con add'Jiří Klimeš2015-07-151-2/+4
* cli: fix formating of "nmcli con add help" outputJiří Klimeš2015-07-151-2/+2
* cli: add 'slave-type' parameter for "nmcli con add" to bash completionJiří Klimeš2015-07-151-3/+9
* settings: call dispatcher when setting hostname with systemdJiří Klimeš2015-07-151-0/+2
* build: fix comment for NM_MORE_LOGGINGLubomir Rintel2015-07-151-1/+1
* contrib/rpm: WEXT depends on enabled wifiDan Horák2015-07-141-5/+5
* logging: merge branch 'th/logging-sd-journal-bgo752136'Thomas Haller2015-07-1412-80/+334
|\
| * logging: refactor level conversion from switch() to @level_desc lookup-arrayThomas Haller2015-07-141-59/+29
| * logging: add compile time default for logging.backend configurationThomas Haller2015-07-143-6/+28
| * logging: add "journal-syslog-style" logging backend to log the old formatThomas Haller2015-07-142-8/+22
| * logging: make use of journal configurableThomas Haller2015-07-147-6/+40
| * logging: add native systemd-journald support to nm-loggingThomas Haller2015-07-142-16/+170
| * build: detect systemd-journald supportThomas Haller2015-07-141-0/+25
| * logging: factor our construction of logging message in _nm_log_impl()Thomas Haller2015-07-141-9/+17
| * logging: refactor @syslog_opened variable to @log_backendThomas Haller2015-07-141-5/+12
| * logging: allow calling nm_logging_syslog_openlog() only onceThomas Haller2015-07-141-8/+8
| * logging: remove nm_logging_syslog_closelog()Thomas Haller2015-07-144-11/+0
| * config: move debug command line option to NMConfigThomas Haller2015-07-143-4/+13
| * config: add nm_config_data_get_value_cached() functionThomas Haller2015-07-142-0/+22
|/
* route-manager: merge branch 'th/route-full-sync'Thomas Haller2015-07-1419-165/+362
|\