mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-04 16:33:40 +02:00
Bug 628904 – Add credential support for FreeBSD and fix a socket issue
Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
committed by
David Zeuthen
parent
ee945d8f62
commit
964eb62343
@@ -1188,6 +1188,7 @@ typedef enum
|
||||
* GCredentialsType:
|
||||
* @G_CREDENTIALS_TYPE_INVALID: Indicates an invalid native credential type.
|
||||
* @G_CREDENTIALS_TYPE_LINUX_UCRED: The native credentials type is a <type>struct ucred</type>.
|
||||
* @G_CREDENTIALS_TYPE_FREEBSD_CMSGCRED: The native credentials type is a <type>struct cmsgcred</type>.
|
||||
*
|
||||
* Enumeration describing different kinds of native credential types.
|
||||
*
|
||||
@@ -1196,7 +1197,8 @@ typedef enum
|
||||
typedef enum
|
||||
{
|
||||
G_CREDENTIALS_TYPE_INVALID,
|
||||
G_CREDENTIALS_TYPE_LINUX_UCRED
|
||||
G_CREDENTIALS_TYPE_LINUX_UCRED,
|
||||
G_CREDENTIALS_TYPE_FREEBSD_CMSGCRED
|
||||
} GCredentialsType;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user