chiark
/
gitweb
/
~mdw
/
fwd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
d1c182e
)
Enlarge the identity buffer.
author
mdw
<mdw>
Fri, 22 Jun 2001 19:36:49 +0000
(19:36 +0000)
committer
mdw
<mdw>
Fri, 22 Jun 2001 19:36:49 +0000
(19:36 +0000)
identify.c
patch
|
blob
|
blame
|
history
diff --git
a/identify.c
b/identify.c
index 4b22043ee9346e94be6fe7296ad75429a89d43db..87ba126289fce3d9f1a07f886a04939b64ff4ea5 100644
(file)
--- a/
identify.c
+++ b/
identify.c
@@
-1,6
+1,6
@@
/* -*-c-*-
*
/* -*-c-*-
*
- * $Id: identify.c,v 1.
5 1999/10/10 16:45:34
mdw Exp $
+ * $Id: identify.c,v 1.
6 2001/06/22 19:36:49
mdw Exp $
*
* Identifies and logs the client of a connection
*
*
* Identifies and logs the client of a connection
*
@@
-29,6
+29,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: identify.c,v $
/*----- Revision history --------------------------------------------------*
*
* $Log: identify.c,v $
+ * Revision 1.6 2001/06/22 19:36:49 mdw
+ * Enlarge the identity buffer.
+ *
* Revision 1.5 1999/10/10 16:45:34 mdw
* Modified to use new mLib resolver and ident client.
*
* Revision 1.5 1999/10/10 16:45:34 mdw
* Modified to use new mLib resolver and ident client.
*
@@
-95,8
+98,8
@@
typedef struct id {
sel_timer t; /* Timeout selector */
bres_client r; /* Backgd resolver client block */
ident_request i; /* Ident client block */
sel_timer t; /* Timeout selector */
bres_client r; /* Backgd resolver client block */
ident_request i; /* Ident client block */
- char host[
64];
/* Resolved hostname */
- char user[
32
]; /* Authenticated client user */
+ char host[
128];
/* Resolved hostname */
+ char user[
64
]; /* Authenticated client user */
} id;
#define S_HOST 1u /* Read the hostname from resolver */
} id;
#define S_HOST 1u /* Read the hostname from resolver */