]> andersk Git - gssapi-openssh.git/commit - openssh/monitor.c
merged Simon's openssh-3.4p1-gssapi-20020627.diff patch to the trunk:
authorjbasney <jbasney>
Tue, 2 Jul 2002 04:36:42 +0000 (04:36 +0000)
committerjbasney <jbasney>
Tue, 2 Jul 2002 04:36:42 +0000 (04:36 +0000)
commitb59afbfe605a32990f0e6011138db13322f70f9c
tree14537b2ae6f391426a856befa94e6eb80d0d06b8
parent276b07a3f1573cd5a3ea923262f7878c7e0f4e64
merged Simon's openssh-3.4p1-gssapi-20020627.diff patch to the trunk:
It adds support for GSSAPI in privilege separation mode.
I needed to re-do the empty username support by adding mapping functions
to the monitor, since the unprivileged child can't access the grid-mapfile
or any of the authentication context.
I also grabbed some fixes from Doug Engert to make GSSAPI work over SSH1
with privilege separation.
15 files changed:
openssh/Makefile.in
openssh/auth1.c
openssh/auth2-gss.c [new file with mode: 0644]
openssh/auth2.c
openssh/gss-genr.c
openssh/gss-serv.c
openssh/kexgss.c
openssh/log.c
openssh/monitor.c
openssh/monitor.h
openssh/monitor_wrap.c
openssh/monitor_wrap.h
openssh/ssh-gss.h
openssh/sshconnect2.c
openssh/sshd.c
This page took 0.085351 seconds and 5 git commands to generate.