HomeSort by: relevance | last modified time | path
    Searched refs:xauth (Results 1 - 14 of 14) sorted by relevancy

  /xsrc/external/mit/xauth/dist/tests/
020-xauth-add-local.script 7 xauth add unix:0 . b90b0fd1cf6a0e7a2c74c00000000004
8 xauth add 127.0.0.1:1 . b90b0fd1cf6a0e7a2c74c00000000005
9 xauth add :2 . b90b0fd1cf6a0e7a2c74c00000000006
10 xauth add :3.5 . b90b0fd1cf6a0e7a2c74c00000000007
11 xauth add :4 . b90b0fd1cf6a0e7a2c74c00000000004
14 xauth list | wc -l | xargs echo
17 xauth list unix:0 | awk '{print $3}'
18 xauth list 127.0.0.1:1 | awk '{print $3}'
19 xauth list 127.0.0.1:2 | awk '{print $3}'
20 xauth list 127.0.0.1:3.6 | awk '{print $3}
    [all...]
010-xauth-add-inet.script 6 xauth add examplehost1/unix:0 MIT-MAGIC-COOKIE-1 b90b0fd1cf6a0e7a2c74c00000000001
7 xauth add examplehost2/unix:0 . b90b0fd1cf6a0e7a2c74c00000000002
8 xauth add examplehost3/unix:0 . b90b0fd1cf6a0e7a2c74c00000000003
10 xauth list
11 xauth nlist
12 xauth list examplehost1/unix:0
13 xauth nlist examplehost2/unix:0
15 xauth remove examplehost1/unix:0
16 xauth list
17 xauth remove examplehost2/unix:
    [all...]
setup-sourced 14 xauth()
16 echo "> xauth" "$@"
17 ../xauth "$@"
23 echo "> xauth" "some silent commands which should not be logged..."
24 ../xauth "$@"
Makefile.am 5 010-xauth-add-inet.script 010-xauth-add-inet.stdout \
6 020-xauth-add-local.script 020-xauth-add-local.stdout \
7 030-xauth-extract.script 030-xauth-extract.stdout \
8 040-xauth-source.script 040-xauth-source.stdout \
9 090-xauth-bad-usage.script 090-xauth-bad-usage.stderr 090-xauth-bad-usage.stdou
    [all...]
090-xauth-bad-usage.script 9 xauth add bad4/unix:0 . b90b0fd1cf6a0e7a2c74c0000000002
10 xauth add bad4/unix:0 . ThisIsNotHex0e7a2c74c00000000011
11 xauth add bad4/unxi:0 . b90b0fd1cf6a0e7a2c74c00000000021
12 xauth add bad5/unix: . b90b0fd1cf6a0e7a2c74c00000000022
13 xauth add bad6/something/unix:0 . b90b0fd1cf6a0e7a2c74c00000000023
14 xauth add bad7/unix . b90b0fd1cf6a0e7a2c74c00000000024
15 xauth add bad8 . b90b0fd1cf6a0e7a2c74c00000000025
16 xauth add 127.0.0.:0 . b90b0fd1cf6a0e7a2c74c00000000026
040-xauth-source.script 7 CMDFILE=${DATADIR:-/tmp}/xauth-cmdfile
10 xauth list
030-xauth-extract.script 7 xauth add examplehost1/unix:0 . b90b0fd1cf6a0e7a2c74c00000000001
8 xauth add examplehost2/unix:0 . b90b0fd1cf6a0e7a2c74c00000000002
9 xauth add examplehost3/unix:0 . b90b0fd1cf6a0e7a2c74c00000000003
22 xauth list
  /xsrc/external/mit/libX11/dist/src/
xcb_disp.c 15 static xcb_auth_info_t xauth; variable
36 Xfree(xauth.name);
37 Xfree(xauth.data);
41 xauth.name = alloc_copy(name, &xauth.namelen, namelen);
42 xauth.data = alloc_copy(data, &xauth.datalen, datalen);
45 if((namelen > 0 && !xauth.name) || (datalen > 0 && !xauth.data))
47 Xfree(xauth.name)
    [all...]
  /xsrc/external/mit/xauth/dist/
Makefile.am 23 bin_PROGRAMS = xauth
32 xauth.c \
33 xauth.h
configure 3 # Generated by GNU Autoconf 2.72 for xauth 1.1.4.
5 # Report bugs to <https://gitlab.freedesktop.org/xorg/app/xauth/-/issues>.
274 $0: https://gitlab.freedesktop.org/xorg/app/xauth/-/issues
606 PACKAGE_NAME='xauth'
607 PACKAGE_TARNAME='xauth'
609 PACKAGE_STRING='xauth 1.1.4'
610 PACKAGE_BUGREPORT='https://gitlab.freedesktop.org/xorg/app/xauth/-/issues'
613 ac_unique_file="xauth.c"
1354 'configure' configures xauth 1.1.4 to adapt to many kinds of systems.
1403 --docdir=DIR documentation root [DATAROOTDIR/doc/xauth]
    [all...]
  /xsrc/external/mit/libXau/dist/include/X11/
Xauth.h 30 /* struct xauth is full of implicit padding to properly align the pointers
38 typedef struct xauth { struct
48 } Xauth;
94 Xauth* /* auth */
98 Xauth *XauReadAuth(
118 Xauth* /* auth */
124 Xauth *XauGetAuthByAddr(
151 Xauth *XauGetBestAuthByAddr(
  /xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/debian/
x86_test-base.sh 53 xauth \
  /xsrc/external/mit/xinit/dist/
startx.cpp 20 xauth=XAUTH
265 XCOMM set up default Xauth info for this machine
287 xauth -q -f "$xserverauthfile" << EOF
305 authcookie=$(xauth list "$displayname" @@
308 $xauth -q << EOF
314 $xauth -q -f "$xserverauthfile" << EOF
333 $xauth remove $removelist
configure 659 XAUTH
1488 --with-xauth=XAUTH Path to xauth
11701 DEFAULT_XAUTH=xauth
11766 # Check whether --with-xauth was given.
11769 withval=$with_xauth; XAUTH="$withval"
11771 XAUTH="$DEFAULT_XAUTH"
12147 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: startx will depend on \"$MCOOKIE\" to generate xauth cookies" >&5
12148 printf "%s\n" "$as_me: startx will depend on \"$MCOOKIE\" to generate xauth cookies" >&6;
    [all...]

Completed in 27 milliseconds