Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-08 | api: new carrier lock support | Ujjwal Pande | |
Adding support for carrier lock for MBIM modems using google simlock mechanism. | |||
2021-04-30 | iface-modem-3gpp: define new API to disable facility locks | Michal Mazur | |
2021-04-29 | iface-modem-3gpp-profile-manager: new interface for profile management | Aleksander Morgado | |
This interface will provide support for the profile management operations in different modem types. This initial commit introduces support for the interface and provides handlers for the methods that may be called in the interface. | |||
2019-09-25 | polkit,conf: trivial comment update regarding Signal.Setup() | Aleksander Morgado | |
2019-09-25 | polkit,conf: add missing firmware management methods | Aleksander Morgado | |
2019-09-25 | polkit,conf: add missing OMA methods | Aleksander Morgado | |
2019-09-25 | polkit,time: protect GetNetworkTime() with a new 'Time' policy rule | Aleksander Morgado | |
2019-09-25 | polkit,conf: add missing supplementary voice service methods | Aleksander Morgado | |
2019-09-25 | polkit,conf: add missing InjectAssistanceData | Aleksander Morgado | |
2019-09-25 | polkit,conf: add missing SetInitialEpsBearerSettings | Aleksander Morgado | |
2019-09-25 | polkit,conf: add missing SetEpsUeModeOperation | Aleksander Morgado | |
2019-09-25 | polkit,conf: add missing SetCurrentCapabilities | Aleksander Morgado | |
2019-09-25 | polkit,conf: add missing SetPowerState | Aleksander Morgado | |
2019-09-25 | policy,conf: use SetCurrentBands instead of SetBands | Aleksander Morgado | |
2019-09-24 | policy: Use SetCurrentModes instead of SetAllowedModes | Mohammed Sadiq | |
There is no DBus API for SetAllowedModes, but only for SetCurrentModes. | |||
2018-12-07 | policy: Call method name should be SendDtmf rather than SendTone | Bob Ham | |
The method on MMBaseCall is send_tone but the D-Bus method call is SendDtmf. Without this patch, calls return org.freedesktop.DBus.Error.AccessDenied. | |||
2017-08-12 | polkit: add missing Location interface method rules | Aleksander Morgado | |
https://bugs.freedesktop.org/show_bug.cgi?id=102182 | |||
2015-08-02 | polkit: added Voice policy rule | Aleksander Morgado | |
2015-07-15 | policy: don't prevent us from receiving signals | David Herrmann | |
By using: <deny send_destination="org.freedesktop.ModemManager1"/> ..we prevent anyone on the system from sending us signals, even if we subscribed to them. This is clearly not what this line intended. More importantly, we silently break mm-auth-provider-polkit, as we never receiver 'changed' signals via PolkitAuthority. Right now, this is not required by the implementation of PolkitAuthority, but ModemManager should not place restrictions on the implementation of external libraries. So make sure we only prevent Method-Calls to be sent to us. Any other message that we didn't expect is automatically discarded by gdbus, anyway. Without this change, debugging dbus policies constantly shows messages that Polkit couldn't send the 'changed' signal to ModemManager. This is suppressed in non-debugging mode. But it would make debugging a lot easier, if we'd avoid force-dropping those events and not clutter the debug-log. | |||
2014-07-11 | polkit: fix Location.Setup() authorization rules | Aleksander Morgado | |
2013-08-21 | api,introspection: new 'Signal' interface for extended signal quality | Aleksander Morgado | |
2012-05-23 | dbus: remove 'max_replies_per_connection' limit from D-Bus configuration | Jiří Klimeš | |
It is leftover from times when D-Bus default limit was 32. Now, it is 8192, see http://cgit.freedesktop.org/dbus/dbus/commit/?id=8d3d8ff55739eebd84d0d53a20a025329feafc3b | |||
2012-03-16 | policy: implement Sms interface rules | Aleksander Morgado | |
2012-03-16 | policy: implement Messaging interface rules | Aleksander Morgado | |
2012-03-16 | policy: implement Location interface rules | Aleksander Morgado | |
2012-03-16 | policy: implement USSD interface rules | Aleksander Morgado | |
2012-03-16 | policy: implement Bearer interface rules | Aleksander Morgado | |
2012-03-16 | policy: implement Sim interface rules | Aleksander Morgado | |
2012-03-16 | policy: implement CDMA interface rules | Aleksander Morgado | |
2012-03-16 | policy: implement 3GPP interface rules | Aleksander Morgado | |
2012-03-16 | policy: implement Simple interface rules | Aleksander Morgado | |
2012-03-16 | policy: implement Modem interface rules | Aleksander Morgado | |
2012-03-16 | policy: implement Manager interface rules | Aleksander Morgado | |
2012-03-15 | build: install DBus service and data files for the new API | Aleksander Morgado | |