| /xsrc/external/mit/xauth/dist/tests/ |
| H A D | 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 lis [all...] |
| H A D | 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 [all...] |
| H A D | 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 remov [all...] |
| H A D | 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
|
| H A D | 040-xauth-source.script | 7 CMDFILE=${DATADIR:-/tmp}/xauth-cmdfile 10 xauth list
|
| H A D | 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
|
| H A D | Makefile.in | 461 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 D | xcb_disp.c | 15 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 D | Makefile.am | 23 bin_PROGRAMS = xauth program in directory:bin 32 xauth.c \ 33 xauth.h
|
| H A D | README.md | 4 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 D | configure.ac | 25 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 D | Makefile.in | 114 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 D | 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/xauth/dist/man/ |
| H A D | Makefile.am | 3 appman_PRE = xauth.man
|
| H A D | Makefile.in | 279 appman_PRE = xauth.man
|
| /xsrc/external/mit/libXau/dist/include/X11/ |
| H A D | Xauth.h | 30 /* 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 D | x86_test-base.sh | 53 xauth \
|
| /xsrc/external/mit/xinit/dist/ |
| H A D | configure.ac | 51 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 D | startx.cpp | 20 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 D | configure | 1488 --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;}
|