Searched refs:xauth (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/xauth/dist/tests/
H A D020-xauth-add-local.script7 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 lis
[all...]
H A DMakefile.am5 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
[all...]
H A D010-xauth-add-inet.script6 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 remov
[all...]
H A D090-xauth-bad-usage.script9 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
H A D040-xauth-source.script7 CMDFILE=${DATADIR:-/tmp}/xauth-cmdfile
10 xauth list
H A D030-xauth-extract.script7 xauth add examplehost1/unix:0 . b90b0fd1cf6a0e7a2c74c00000000001
8 xauth add examplehost2/unix:0 . b90b0fd1cf6a0e7a2c74c00000000002
9 xauth add examplehost3/unix:0 . b90b0fd1cf6a0e7a2c74c00000000003
22 xauth list
H A DMakefile.in461 010-xauth-add-inet.script 010-xauth-add-inet.stdout \
462 020-xauth-add-local.script 020-xauth-add-local.stdout \
463 030-xauth-extract.script 030-xauth-extract.stdout \
464 040-xauth-source.script 040-xauth-source.stdout \
465 090-xauth-bad-usage.script 090-xauth
[all...]
/xsrc/external/mit/libX11/dist/src/
H A Dxcb_disp.c15 static xcb_auth_info_t xauth; variable in typeref:typename:xcb_auth_info_t
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
[all...]
/xsrc/external/mit/xauth/dist/
H A DMakefile.am23 bin_PROGRAMS = xauth program in directory:bin
32 xauth.c \
33 xauth.h
H A DREADME.md4 The xauth program is used to edit and display the authorization
26 https://gitlab.freedesktop.org/xorg/app/xauth
37 This section describes how to release a new version of xauth to the
50 To release a new version of xauth, please follow this steps:
52 * git clone ssh://git.freedesktop.org/git/xorg/app/xauth
53 * cd xauth ; ./autogen.sh ; make ; make check
H A Dconfigure.ac25 AC_INIT([xauth], package
27 [https://gitlab.freedesktop.org/xorg/app/xauth/-/issues],
28 [xauth])
29 AC_CONFIG_SRCDIR([xauth.c])
56 # was not expanded, since xauth with no address support is rather broken.
H A DMakefile.in114 bin_PROGRAMS = xauth$(EXEEXT)
131 process.$(OBJEXT) xauth.$(OBJEXT)
151 ./$(DEPDIR)/process.Po ./$(DEPDIR)/xauth.Po
388 xauth.c \
389 xauth.h
492 xauth$(EXEEXT): $(xauth_OBJECTS) $(xauth_DEPENDENCIES) $(EXTRA_xauth_DEPENDENCIES)
493 @rm -f xauth$(EXEEXT)
505 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xauth.Po@am__quote@ # am--include-marker
879 -rm -f ./$(DEPDIR)/xauth.Po
930 -rm -f ./$(DEPDIR)/xauth
[all...]
H A Dconfigure3 # 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/xauth/dist/man/
H A DMakefile.am3 appman_PRE = xauth.man
H A DMakefile.in279 appman_PRE = xauth.man
/xsrc/external/mit/libXau/dist/include/X11/
H A DXauth.h30 /* struct xauth is full of implicit padding to properly align the pointers
38 typedef struct xauth { struct
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/debian/
H A Dx86_test-base.sh53 xauth \
/xsrc/external/mit/xinit/dist/
H A Dconfigure.ac51 DEFAULT_XAUTH=xauth
85 AC_ARG_WITH(xauth, optwith
86 AS_HELP_STRING([--with-xauth=XAUTH], [Path to xauth]),
161 AC_MSG_NOTICE([startx will depend on "$MCOOKIE" to generate xauth cookies])
H A Dstartx.cpp20 xauth=XAUTH
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
H A Dconfigure1488 --with-xauth=XAUTH Path to xauth
11701 DEFAULT_XAUTH=xauth
11766 # Check whether --with-xauth was given.
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;}

Completed in 26 milliseconds