Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
LSH
lsh
Commits
81b9420f
Commit
81b9420f
authored
Sep 03, 2001
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
Rev: ChangeLog:1.399 Rev: src/xauth.h:1.2
parent
a651008e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
3 deletions
+16
-3
ChangeLog
ChangeLog
+13
-0
src/xauth.h
src/xauth.h
+3
-3
No files found.
ChangeLog
View file @
81b9420f
2001-09-03 Niels Möller <nisse@cuckoo.hack.org>
* src/xauth.c (xauth_process): New function, using XauReadAuth.
(xauth_lookup): Use xauth_process instead of XauGetAuthByAddr.
* src/client_x11.c (make_client_x11_display): Initialize the fake
cookie properly.
* src/xauth.h: New file with the xauth_lookup prototype.
* src/xauth.c (xauth_lookup): Deleted address_length argument. Bug
fixes.
2001-09-03 Niels Möller <nisse@ehand.com>
* src/xauth.c: Rewrote to use libXau.
...
...
src/xauth.h
View file @
81b9420f
...
...
@@ -32,9 +32,9 @@
#include <sys/socket.h>
int
xauth_lookup
(
struct
sockaddr
*
addres
s
,
unsigned
display
_length
,
const
char
*
display
,
xauth_lookup
(
struct
sockaddr
*
s
a
,
unsigned
number
_length
,
const
char
*
number
,
struct
lsh_string
**
name
,
struct
lsh_string
**
data
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment