Lines Matching refs:cookie
51 * @todo the cookie keyring needs to be cached globally not just
176 DBusString context; /**< Cookie scope */
177 DBusKeyring *keyring; /**< Keyring for cookie mechanism. */
178 int cookie_id; /**< ID of cookie to use */
456 DBusString cookie;
464 if (!_dbus_string_init (&cookie))
468 &cookie))
471 if (_dbus_string_get_length (&cookie) == 0)
494 if (!_dbus_string_copy (&cookie, 0,
507 _dbus_string_zero (&cookie);
508 _dbus_string_free (&cookie);
618 _dbus_verbose ("%s: Could not get a cookie ID to send to client: %s\n",
825 /* The data we get from the server should be the cookie context
826 * name, the cookie ID, and the server challenge, separated by
885 if (send_error (auth, "Server sent invalid cookie context"))
892 if (send_error (auth, "Could not parse cookie ID as an integer"))
928 if (send_error (auth, "Could not load cookie file"))
966 /* couldn't find the cookie ID or something */
967 if (send_error (auth, "Don't have the requested cookie ID"))
1302 * - DBUS_COOKIE_SHA1 uses a cookie in the home directory, like xauth or ICE