HomeSort by relevance Sort by last modified time
    Searched full:xauth (Results 1 - 25 of 37) sorted by null

1 2

  /external/ipsec-tools/src/racoon/
isakmp_xauth.h 37 /* ISAKMP mode config attribute types specific to the Xauth vendor ID */
59 /* For phase 1 Xauth status */
80 /* For rmconf Xauth data */
82 vchar_t *login; /* xauth login */
83 vchar_t *pass; /* xauth password */
isakmp_xauth.c 128 struct xauth_state *xst = &iph1->mode_cfg->xauth;
134 "Xauth request while phase 1 is not completed\n");
140 "Xauth request whith Xauth state %d\n", xst->status);
144 plog(LLV_INFO, LOCATION, NULL, "Sending Xauth request\n");
194 struct xauth_state *xst = &iph1->mode_cfg->xauth;
198 "Xauth reply but peer did not declare "
199 "itself as Xauth capable\n");
205 "Xauth reply while Xauth state is %d\n", xst->status)
    [all...]
admin.c 442 if (xauth_rmconf_used(&rmconf->xauth) == -1)
445 if (rmconf->xauth->login != NULL) {
446 vfree(rmconf->xauth->login);
447 rmconf->xauth->login = NULL;
449 if (rmconf->xauth->pass != NULL) {
450 vfree(rmconf->xauth->pass);
451 rmconf->xauth->pass = NULL;
454 rmconf->xauth->login = id;
455 rmconf->xauth->pass = key;
isakmp_cfg.h 163 struct xauth_state xauth; /* Xauth state, if revelant */ member in struct:isakmp_cfg_state
169 #define ISAKMP_CFG_VENDORID_XAUTH 0x01 /* Supports Xauth */
oakley.h 79 /* Plain Xauth */
229 (((iph1)->rmconf->xauth && \
233 (((iph1)->rmconf->xauth && \
isakmp_unity.h 35 /* Sent during xauth if the user types his password too slowly */
racoonctl.8 116 and these credentials will be used in the Xauth exchange.
149 Delete all SA established on behalf of the Xauth user
racoon.conf.5 170 .It The file containing the Xauth banner
946 The group keyword allows an XAuth group membership check to be performed
952 the XAuth user is verified to be a member of the specified group
    [all...]
admin.h 83 #define ADMIN_LOGOUT_USER 0x0205 /* Delete SA for a given Xauth user */
remoteconf.c 221 new->xauth = NULL;
302 if (rmconf->xauth)
303 xauth_rmconf_delete(&rmconf->xauth);
remoteconf.h 127 struct xauth_rmconf *xauth; member in struct:remoteconf
strnames.c 724 { OAKLEY_ATTR_AUTH_METHOD_XAUTH_PSKEY_I, "XAuth pskey client", NULL },
725 { OAKLEY_ATTR_AUTH_METHOD_XAUTH_PSKEY_R, "XAuth pskey server", NULL },
726 { OAKLEY_ATTR_AUTH_METHOD_XAUTH_RSASIG_I, "XAuth RSASIG client", NULL },
727 { OAKLEY_ATTR_AUTH_METHOD_XAUTH_RSASIG_R, "XAuth RSASIG server", NULL },
isakmp_agg.c 182 /* Do we need Xauth VID? */
193 "Xauth vendor ID generation failed\n");
663 !iph1->rmconf->xauth &&
1272 plog (LLV_INFO, LOCATION, NULL, "Adding xauth VID payload.\n");
1275 "Cannot create Xauth vendor ID\n");
    [all...]
isakmp_base.c 156 /* Do we need Xauth VID? */
167 "Xauth vendor ID generation failed\n");
1020 plog (LLV_INFO, LOCATION, NULL, "Adding xauth VID payload.\n");
1023 "Cannot create Xauth vendor ID\n");
    [all...]
vendorid.c 73 { VENDORID_XAUTH , "draft-ietf-ipsra-isakmp-xauth-06.txt" },
isakmp_cfg.c 786 * Don't give an address to a peer that did not succeed Xauth
790 "Attempt to start phase config whereas Xauth failed\n");
1317 xauth_rmstate(&state->xauth);
    [all...]
isakmp_ident.c 157 /* Do we need Xauth VID? */
168 "Xauth vendor ID generation failed\n");
1056 plog (LLV_INFO, LOCATION, NULL, "Adding xauth VID payload.\n");
1059 "Cannot create Xauth vendor ID\n");
    [all...]
cfparse.y 1365 yyerror("failed to set sainfo xauth group.\n");
    [all...]
algorithm.c 229 * In case of asymetric modes (hybrid xauth), what's racoon mode of
  /external/ipsec-tools/
NEWS 22 o do not set default gss id if xauth is used
36 o Xauth with pre-shared key PSK
37 o Xauth with certificates
47 o Native LDAP support for Xauth and modecfg
48 o Group membership checks for Xauth and sainfo selection
59 o Xauth can use shadow passwords
61 o PAM support for Xauth
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
security.h 33 #include <X11/Xauth.h>
74 Xauth *XSecurityAllocXauth(void);
76 void XSecurityFreeXauth(Xauth *auth);
88 Xauth *XSecurityGenerateAuthorization(
90 Xauth *auth_in,
  /external/dropbear/
svr-x11fwd.c 127 /* This is called after switching to the user, and sets up the xauth
149 /* create the xauth string */
options.h 191 /* The command to invoke for xauth when using X11 forwarding.
194 #define XAUTH_COMMAND "/usr/X11R6/bin/xauth -q"
CHANGES 478 - X11 forwarding fixed for OSX, path for xauth changed to /usr/X11R6/bin/xauth
  /external/ipsec-tools/src/racoon/doc/
FAQ 55 Xauth as well. Note that plain Xauth (without hybrid auth)

Completed in 345 milliseconds

1 2