glib/gio
Simon McVittie e0a0749268 gdbusauthmechanismexternal: Optionally send empty authorization identity
When using a GDBus client in a non-trivial user namespace, the result of
geteuid() can differ from the uid in the namespace where the server is
running. This would result in connection attempts being rejected, because
the identity that the client claims to have does not match the identity
that the server derives from its credentials.

RFC 4422 allows us to send an empty authorization identity, which means we
want to authenticate as whatever identity the server can derive from our
out-of-band credentials. In particular, this resolves the authentication
failure when crossing between different Linux user namespaces.

Because D-Bus does not have a way to represent an empty initial response
as distinct from the absence of an initial response, we cannot use the
initial-response optimization (RFC 4422 §4.3.a) in this case, and must
fall back to waiting for the server to send a challenge.

Unfortunately, GDBus versions older than glib!2826 did not implement
the server side of this protocol correctly, and would respond to the
missing initial response in a way that breaks the SASL state machine
(expecting a response without sending a challenge), causing client and
server to deadlock with each waiting for the other to respond. Until
fixed versions of GDBus are widespread, we can't rely on having a server
that can cope with this, so gate it behind a flag, which can be set for
connections that are known to cross non-trivial namespace boundaries.

Originally inspired by
<1ed4723d38>,
and based on earlier work by Giuseppe Scrivano (in which the
cross-namespace behaviour was unconditional, rather than gated by a
flag).

Co-authored-by: Giuseppe Scrivano <giuseppe@scrivano.org>
Signed-off-by: Simon McVittie <smcv@collabora.com>
2022-07-24 13:46:26 +01:00
..
completion completion: Declare variables as local in gio completion script 2021-01-05 16:14:16 +00:00
gdbus-2.0/codegen codegen: Reformat parser.py according to black 2022-02-18 01:45:10 +00:00
inotify Port internal uses to use g_source_set_static_name() 2021-07-26 11:01:07 +01:00
kqueue kqueue: Fix unlocked access to shared variable 2020-11-20 14:40:19 +00:00
tests Merge branch 'more-atomic-ops' into 'main' 2022-07-23 11:35:08 +00:00
win32 Fix signedness warning in gio/win32/gwinhttpfile.c 2021-10-19 18:44:38 +02:00
xdgmime xdgmime: fix double free 2022-06-17 08:49:03 -05:00
data-to-c.py data-to-c.py: generate new-line at the end of the file 2021-07-02 14:42:54 +02:00
dbus-daemon.xml
gaction.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gaction.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gactiongroup.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gactiongroup.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gactiongroupexporter.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gactiongroupexporter.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gactionmap.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gactionmap.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gappinfo.c GAppInfo: Make g_app_info_launch_default_for_uri_async fully async 2022-06-22 20:07:30 +02:00
gappinfo.h GAppInfo: Add async API to get default Application for URI scheme 2022-06-22 20:07:30 +02:00
gappinfoprivate.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gapplication-tool.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gapplication.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gapplication.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gapplicationcommandline.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gapplicationcommandline.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gapplicationimpl-dbus.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gapplicationimpl.h gio: Add some missing license and copyright headers 2022-07-05 12:30:46 +01:00
gasynchelper.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gasynchelper.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gasyncinitable.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gasyncinitable.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gasyncresult.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gasyncresult.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gbufferedinputstream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gbufferedinputstream.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gbufferedoutputstream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gbufferedoutputstream.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gbytesicon.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gbytesicon.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gcancellable.c Merge branch 'more-atomic-ops' into 'main' 2022-07-23 11:35:08 +00:00
gcancellable.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gcharsetconverter.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gcharsetconverter.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gcocoanotificationbackend.m Add SPDX license headers for LGPL-2.1-or-later to various files 2022-06-01 12:44:23 +01:00
gcontenttype-win32.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gcontenttype.c gcontenttype: Clarify some ownership transfers 2022-06-30 14:21:37 +01:00
gcontenttype.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gcontenttypeprivate.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gcontextspecificgroup.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gcontextspecificgroup.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gconverter.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gconverter.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gconverterinputstream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gconverterinputstream.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gconverteroutputstream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gconverteroutputstream.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gcredentials.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gcredentials.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gcredentialsprivate.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdatagrambased.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdatagrambased.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdatainputstream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdatainputstream.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdataoutputstream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdataoutputstream.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbus-tool.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusactiongroup-private.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusactiongroup.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusactiongroup.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusaddress.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusaddress.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusauth.c gdbusauthmechanismexternal: Optionally send empty authorization identity 2022-07-24 13:46:26 +01:00
gdbusauth.h gdbusauthmechanismexternal: Optionally send empty authorization identity 2022-07-24 13:46:26 +01:00
gdbusauthmechanism.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusauthmechanism.h gdbusauthmechanismexternal: Optionally send empty authorization identity 2022-07-24 13:46:26 +01:00
gdbusauthmechanismanon.c gdbusauthmechanismexternal: Optionally send empty authorization identity 2022-07-24 13:46:26 +01:00
gdbusauthmechanismanon.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusauthmechanismexternal.c gdbusauthmechanismexternal: Optionally send empty authorization identity 2022-07-24 13:46:26 +01:00
gdbusauthmechanismexternal.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusauthmechanismsha1.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusauthmechanismsha1.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusauthobserver.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusauthobserver.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusconnection.c gdbusauthmechanismexternal: Optionally send empty authorization identity 2022-07-24 13:46:26 +01:00
gdbusconnection.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusdaemon.c gio: Add some missing license and copyright headers 2022-07-05 12:30:46 +01:00
gdbusdaemon.h gio: Add some missing license and copyright headers 2022-07-05 12:30:46 +01:00
gdbuserror.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbuserror.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusinterface.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusinterface.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusinterfaceskeleton.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusinterfaceskeleton.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusintrospection.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusintrospection.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusmenumodel.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusmenumodel.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusmessage.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusmessage.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusmethodinvocation.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusmethodinvocation.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusnameowning.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusnameowning.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusnamewatching.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusnamewatching.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusobject.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusobject.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusobjectmanager.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusobjectmanager.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusobjectmanagerclient.c gsignal: Add G_CONNECT_DEFAULT 2022-06-23 10:46:45 +01:00
gdbusobjectmanagerclient.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusobjectmanagerserver.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusobjectmanagerserver.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusobjectproxy.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusobjectproxy.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusobjectskeleton.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusobjectskeleton.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusprivate.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusprivate.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusproxy.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusproxy.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusserver.c gsignal: Add G_CONNECT_DEFAULT 2022-06-23 10:46:45 +01:00
gdbusserver.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusutils.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusutils.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdebugcontroller.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdebugcontroller.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdebugcontrollerdbus.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdebugcontrollerdbus.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdelayedsettingsbackend.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdelayedsettingsbackend.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdesktopappinfo.c GDesktopAppInfo: Ignore flushing the session bus when there's not 2022-06-22 20:07:30 +02:00
gdesktopappinfo.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdocumentportal.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdocumentportal.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdrive.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdrive.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdtlsclientconnection.c gioenums: Add G_TLS_CERTIFICATE_FLAGS_NONE 2022-06-23 10:47:05 +01:00
gdtlsclientconnection.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdtlsconnection.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdtlsconnection.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdtlsserverconnection.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdtlsserverconnection.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdummyfile.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdummyfile.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdummyproxyresolver.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdummyproxyresolver.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdummytlsbackend.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdummytlsbackend.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gemblem.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gemblem.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gemblemedicon.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gemblemedicon.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gfdonotificationbackend.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gfile.c gfile: Make g_query_default_handler_async really Async 2022-06-22 20:07:30 +02:00
gfile.h gfile: Add Async API to create a temporary directory and return as GFile 2022-06-22 20:07:30 +02:00
gfileattribute-priv.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gfileattribute.c gfileattribute: Do atomic addition before checking the old value on ref 2022-06-23 20:01:12 +02:00
gfileattribute.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gfiledescriptorbased.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gfiledescriptorbased.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gfileenumerator.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gfileenumerator.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gfileicon.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gfileicon.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gfileinfo-priv.h Add functionality to preserve nanosecond timestamps 2022-05-27 17:03:35 +01:00
gfileinfo.c Add functionality to preserve nanosecond timestamps 2022-05-27 17:03:35 +01:00
gfileinfo.h Add functionality to preserve nanosecond timestamps 2022-05-27 17:03:35 +01:00
gfileinputstream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gfileinputstream.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gfileiostream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gfileiostream.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gfilemonitor.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gfilemonitor.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gfilenamecompleter.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gfilenamecompleter.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gfileoutputstream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gfileoutputstream.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gfilterinputstream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gfilterinputstream.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gfilteroutputstream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gfilteroutputstream.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
ggtknotificationbackend.c
ghttpproxy.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
ghttpproxy.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gicon.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gicon.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
ginetaddress.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
ginetaddress.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
ginetaddressmask.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
ginetaddressmask.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
ginetsocketaddress.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
ginetsocketaddress.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
ginitable.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
ginitable.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
ginputstream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
ginputstream.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gio_probes.d
gio_trace.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gio-autocleanups.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gio-querymodules.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gio-tool-cat.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gio-tool-copy.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gio-tool-info.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gio-tool-launch.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gio-tool-list.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gio-tool-mime.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gio-tool-mkdir.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gio-tool-monitor.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gio-tool-mount.c gio-tool-mount: Exit with error in case we can't read from stdin 2022-07-06 16:05:33 +02:00
gio-tool-move.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gio-tool-open.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gio-tool-remove.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gio-tool-rename.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gio-tool-save.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gio-tool-set.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gio-tool-trash.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gio-tool-tree.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gio-tool.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gio-tool.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gio.h Merge branch 'win32-fd' into 'main' 2022-05-18 14:01:43 +00:00
gio.rc.in
gio.stp.in
gioenums.h gdbusauthmechanismexternal: Optionally send empty authorization identity 2022-07-24 13:46:26 +01:00
gioenumtypes.c.template gio: Add some missing license and copyright headers 2022-07-05 12:30:46 +01:00
gioenumtypes.h.template gio: Add some missing license and copyright headers 2022-07-05 12:30:46 +01:00
gioerror.c gioerror: Rely on GFileError to compute GIOErrorEnum from errno 2022-06-22 20:07:30 +02:00
gioerror.h gerror: Add an utility function to get the GIO Error from GFileError 2022-06-22 20:07:25 +02:00
giomodule-priv.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
giomodule-priv.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
giomodule.c giomodule: Use g_once_init_enter/leave to register extensions and load dirs 2022-07-13 00:47:31 +02:00
giomodule.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gioprivate.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gioscheduler.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gioscheduler.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
giostream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
giostream.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
giotypes.h Rename user data parameters to user_data 2022-05-22 01:06:37 +00:00
giounix-private.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
giounix-private.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
giowin32-afunix.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
giowin32-priv.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
giowin32-private.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gkeyfilesettingsbackend.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
glib-compile-resources.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
glib-compile-schemas.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
glistmodel.c listmodel: Recommend implementing properties 2022-06-09 17:08:42 +02:00
glistmodel.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gliststore.c liststore: Add "n-items" property 2022-06-09 17:08:42 +02:00
gliststore.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gloadableicon.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gloadableicon.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
glocalfile.c Add functionality to preserve nanosecond timestamps 2022-05-27 17:03:35 +01:00
glocalfile.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
glocalfileenumerator.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
glocalfileenumerator.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
glocalfileinfo.c Add functionality to preserve nanosecond timestamps 2022-05-27 17:03:35 +01:00
glocalfileinfo.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
glocalfileinputstream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
glocalfileinputstream.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
glocalfileiostream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
glocalfileiostream.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
glocalfilemonitor.c gsignal: Add G_CONNECT_DEFAULT 2022-06-23 10:46:45 +01:00
glocalfilemonitor.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
glocalfileoutputstream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
glocalfileoutputstream.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
glocalvfs.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
glocalvfs.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gmarshal-internal.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gmarshal-internal.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gmarshal-internal.list gio: remove use of generic marshaller from GIO objects 2019-06-17 16:29:09 -07:00
gmemoryinputstream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gmemoryinputstream.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gmemorymonitor.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gmemorymonitor.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gmemorymonitordbus.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gmemorymonitordbus.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gmemorymonitorportal.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gmemorymonitorportal.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gmemorymonitorwin32.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gmemoryoutputstream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gmemoryoutputstream.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gmemorysettingsbackend.c Add missing extension point register for for GMemorySettingsBackend 2022-07-15 21:36:03 +02:00
gmenu.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gmenu.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gmenuexporter.c Add SPDX license headers for LGPL-2.1-or-later to various files 2022-06-01 12:44:23 +01:00
gmenuexporter.h Add SPDX license headers for LGPL-2.1-or-later to various files 2022-06-01 12:44:23 +01:00
gmenumodel.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gmenumodel.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gmount.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gmount.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gmountoperation.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gmountoperation.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gmountprivate.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gnativesocketaddress.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gnativesocketaddress.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gnativevolumemonitor.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gnativevolumemonitor.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gnetworkaddress.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gnetworkaddress.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gnetworking.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gnetworking.h.in Add SPDX license headers for LGPL-2.1-or-later to various files 2022-06-01 12:44:23 +01:00
gnetworkingprivate.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gnetworkmonitor.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gnetworkmonitor.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gnetworkmonitorbase.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gnetworkmonitorbase.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gnetworkmonitornetlink.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gnetworkmonitornetlink.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gnetworkmonitornm.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gnetworkmonitornm.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gnetworkmonitorportal.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gnetworkmonitorportal.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gnetworkservice.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gnetworkservice.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gnextstepsettingsbackend.m gio: Ensure extension points are registered when creating Settings backends 2022-07-15 21:36:09 +02:00
gnotification-private.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gnotification.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gnotification.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gnotificationbackend.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gnotificationbackend.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gnullsettingsbackend.c gio: Ensure extension points are registered when creating Settings backends 2022-07-15 21:36:09 +02:00
gopenuriportal.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gopenuriportal.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gosxappinfo.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gosxappinfo.m Merge branch 'more-spdx' into 'main' 2022-07-05 11:06:49 +00:00
gosxcontenttype.m gcontenttype: Add no-op versions of {get,set}_mime_dirs() on win32/macOS 2019-07-24 14:50:53 +01:00
goutputstream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
goutputstream.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gpermission.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gpermission.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gpollableinputstream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gpollableinputstream.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gpollableoutputstream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gpollableoutputstream.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gpollableutils.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gpollableutils.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gpollfilemonitor.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gpollfilemonitor.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gportalnotificationbackend.c Add SPDX license headers for LGPL-2.1-or-later to various files 2022-06-01 12:44:23 +01:00
gportalsupport.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gportalsupport.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gpowerprofilemonitor.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gpowerprofilemonitor.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gpowerprofilemonitordbus.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gpowerprofilemonitordbus.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gpowerprofilemonitorportal.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gpowerprofilemonitorportal.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gpropertyaction.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gpropertyaction.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gproxy.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gproxy.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gproxyaddress.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gproxyaddress.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gproxyaddressenumerator.c proxyaddressenumerator: set error parameter more thoughtfully 2022-06-27 15:10:05 -05:00
gproxyaddressenumerator.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gproxyresolver.c gproxyresolver: add asserts to ensure error is set 2022-06-27 15:10:25 -05:00
gproxyresolver.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gproxyresolverportal.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gproxyresolverportal.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gregistrysettingsbackend.c gio: Ensure extension points are registered when creating Settings backends 2022-07-15 21:36:09 +02:00
gregistrysettingsbackend.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gremoteactiongroup.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gremoteactiongroup.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gresolver.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gresolver.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gresource-tool.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gresource.c gresource: Use atomic pointer exchange operations to nullify and check 2022-06-23 20:01:12 +02:00
gresource.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gresourcefile.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gresourcefile.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gschema.dtd gschema.dtd: Add target attribute to alias 2019-05-06 16:26:53 +02:00
gschema.its
gschema.loc
gseekable.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gseekable.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsettings-mapping.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsettings-mapping.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsettings-tool.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsettings.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsettings.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsettingsbackend.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsettingsbackend.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsettingsbackendinternal.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsettingsschema-internal.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsettingsschema.c gregex: Add G_REGEX_DEFAULT, G_REGEX_MATCH_DEFAULT 2022-06-23 10:47:39 +01:00
gsettingsschema.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsimpleaction.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsimpleaction.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsimpleactiongroup.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsimpleactiongroup.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsimpleasyncresult.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsimpleasyncresult.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsimpleiostream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsimpleiostream.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsimplepermission.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsimplepermission.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsimpleproxyresolver.c gsimpleproxyresolver: ensure default proxy is valid 2022-06-27 14:23:51 -05:00
gsimpleproxyresolver.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsocket.c credentials: macos: check for existence of LOCAL_PEERPID 2022-05-31 17:08:08 -04:00
gsocket.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsocketaddress.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsocketaddress.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsocketaddressenumerator.c gsocketaddressenumerator: add nullable annotation to the result of next 2022-05-31 11:34:02 +02:00
gsocketaddressenumerator.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsocketclient.c gsocketclient: Fix passing NULL to g_task_get_cancellable() 2022-07-12 16:07:23 +01:00
gsocketclient.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsocketconnectable.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsocketconnectable.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsocketconnection.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsocketconnection.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsocketcontrolmessage.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsocketcontrolmessage.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsocketinputstream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsocketinputstream.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsocketlistener.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsocketlistener.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsocketoutputstream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsocketoutputstream.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsocketservice.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsocketservice.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsocks4aproxy.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsocks4aproxy.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsocks4proxy.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsocks4proxy.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsocks5proxy.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsocks5proxy.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsrvtarget.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsrvtarget.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsubprocess.c gsignal: Add G_CONNECT_DEFAULT 2022-06-23 10:46:45 +01:00
gsubprocess.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsubprocesslauncher-private.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsubprocesslauncher.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsubprocesslauncher.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gtask.c gsignal: Add G_CONNECT_DEFAULT 2022-06-23 10:46:45 +01:00
gtask.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gtcpconnection.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gtcpconnection.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gtcpwrapperconnection.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gtcpwrapperconnection.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gtestdbus.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gtestdbus.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gthemedicon.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gthemedicon.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gthreadedresolver.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gthreadedresolver.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gthreadedsocketservice.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gthreadedsocketservice.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gtlsbackend.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gtlsbackend.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gtlscertificate.c gioenums: Add G_TLS_CERTIFICATE_FLAGS_NONE 2022-06-23 10:47:05 +01:00
gtlscertificate.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gtlsclientconnection.c gioenums: Add G_TLS_CERTIFICATE_FLAGS_NONE 2022-06-23 10:47:05 +01:00
gtlsclientconnection.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gtlsconnection.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gtlsconnection.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gtlsdatabase.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gtlsdatabase.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gtlsfiledatabase.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gtlsfiledatabase.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gtlsinteraction.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gtlsinteraction.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gtlspassword.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gtlspassword.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gtlsserverconnection.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gtlsserverconnection.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gtrashportal.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gtrashportal.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gunionvolumemonitor.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gunionvolumemonitor.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gunixconnection.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gunixconnection.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gunixcredentialsmessage.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gunixcredentialsmessage.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gunixfdlist.c Merge branch 'win32-fd' into 'main' 2022-05-18 14:01:43 +00:00
gunixfdlist.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gunixfdmessage.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gunixfdmessage.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gunixinputstream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gunixinputstream.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gunixmount.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gunixmount.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gunixmounts.c Merge branch 'getfsent_lock' into 'main' 2022-06-27 11:20:49 +00:00
gunixmounts.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gunixoutputstream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gunixoutputstream.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gunixsocketaddress.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gunixsocketaddress.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gunixvolume.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gunixvolume.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gunixvolumemonitor.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gunixvolumemonitor.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gvfs.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gvfs.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gvolume.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gvolume.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gvolumemonitor.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gvolumemonitor.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gwin32api-application-activation-manager.h gio: Add some missing license and copyright headers 2022-07-05 12:30:46 +01:00
gwin32api-iterator.h gio: Add some missing license and copyright headers 2022-07-05 12:30:46 +01:00
gwin32api-misc.h gio: Add some missing license and copyright headers 2022-07-05 12:30:46 +01:00
gwin32api-package.h gio: Add some missing license and copyright headers 2022-07-05 12:30:46 +01:00
gwin32api-storage.h gio: Add some missing license and copyright headers 2022-07-05 12:30:46 +01:00
gwin32appinfo.c Merge branch 'nacho/uwp-warnings' into 'main' 2022-05-26 14:29:11 +00:00
gwin32appinfo.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gwin32file-sync-stream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gwin32file-sync-stream.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gwin32inputstream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gwin32inputstream.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gwin32mount.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gwin32mount.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gwin32networkmonitor.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gwin32networkmonitor.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gwin32notificationbackend.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gwin32outputstream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gwin32outputstream.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gwin32packageparser.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gwin32packageparser.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gwin32registrykey.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gwin32registrykey.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gwin32sid.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gwin32sid.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gwin32volumemonitor.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gwin32volumemonitor.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gzlibcompressor.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gzlibcompressor.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gzlibdecompressor.c Add functionality to preserve nanosecond timestamps 2022-05-27 17:03:35 +01:00
gzlibdecompressor.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
meson.build gio: Don't bundle gtrace in static builds 2022-06-20 16:09:51 -04:00
org.freedesktop.portal.Documents.xml tree: Fix various typos and outdated terminology 2020-06-12 15:01:08 +01:00
org.freedesktop.portal.OpenURI.xml gio: update dbus interfaces from xdg-desktop-portal tree 2019-12-17 20:48:22 +08:00
org.freedesktop.portal.ProxyResolver.xml gio: update dbus interfaces from xdg-desktop-portal tree 2019-12-17 20:48:22 +08:00
org.freedesktop.portal.Trash.xml Support the trash portal 2019-01-31 19:00:19 -05:00
strinfo.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
thumbnail-verify.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
thumbnail-verify.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00