This is a discussion on Re: Authctxt within the OpenSSH Development forums, part of the Networking and Network Related category; Andreas Gaupmann wrote: > Hello! > > I have been reading through the OpenSSH 4.0p code. There exist two ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Andreas Gaupmann wrote:
> Hello! > > I have been reading through the OpenSSH 4.0p code. There exist two globals > called "Authctxt". One is defined in sshconnect2.c (type 1) and the other in > auth.h (type 2). Both are structs with different members. They are used consistently in client vs server code. E.g auth.c is server-only, whereas sshconnect2.c is client-only. I don't think that a struct Authctxt is used anywhere in the shared (libssh.a) code. -d _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@mindrot.org http://www.mindrot.org/mailman/listi...enssh-unix-dev |