Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
LSH
lsh
Commits
0cb35838
Commit
0cb35838
authored
Sep 15, 2003
by
Pontus Freyhult
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(make_userauth_none): Declaration, removed
static userauth_none. Rev: src/server_userauth.h:1.22
parent
439bee73
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
src/server_userauth.h
src/server_userauth.h
+8
-2
No files found.
src/server_userauth.h
View file @
0cb35838
...
...
@@ -49,6 +49,9 @@
"struct lsh_string *name" "int free")))
*/
#define CURRENT_USER unix_current_user
struct
lsh_string
*
unix_current_user
(
void
);
#define USER_LOOKUP(db, n, f) ((db)->lookup((db), (n), (f)))
struct
user_db
*
...
...
@@ -93,8 +96,6 @@ format_userauth_success(void);
/* authentication methods */
extern
struct
userauth
server_userauth_none
;
struct
userauth
*
make_userauth_password
(
struct
user_db
*
db
);
...
...
@@ -102,6 +103,10 @@ struct userauth *
make_userauth_publickey
(
struct
user_db
*
db
,
struct
alist
*
verifiers
);
struct
userauth
*
make_userauth_none
(
int
ignore_user
,
struct
lsh_user
*
user
);
struct
command
*
make_userauth_service
(
struct
int_list
*
advertised_methods
,
struct
alist
*
methods
,
...
...
@@ -114,4 +119,5 @@ make_exc_userauth_handler(struct ssh_connection *connection,
struct
exception_handler
*
parent
,
const
char
*
context
);
#endif
/* LSH_SERVER_USERAUTH_H_INCLUDED */
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