diff options
Diffstat (limited to 'proxy/src')
-rw-r--r-- | proxy/src/client/gpm_accept_sec_context.c (renamed from proxy/src/mechglue/gpm_accept_sec_context.c) | 0 | ||||
-rw-r--r-- | proxy/src/client/gpm_acquire_cred.c (renamed from proxy/src/mechglue/gpm_acquire_cred.c) | 0 | ||||
-rw-r--r-- | proxy/src/client/gpm_common.c (renamed from proxy/src/mechglue/gpm_common.c) | 0 | ||||
-rw-r--r-- | proxy/src/client/gpm_display_status.c (renamed from proxy/src/mechglue/gpm_display_status.c) | 0 | ||||
-rw-r--r-- | proxy/src/client/gpm_import_and_canon_name.c (renamed from proxy/src/mechglue/gpm_import_and_canon_name.c) | 0 | ||||
-rw-r--r-- | proxy/src/client/gpm_indicate_mechs.c (renamed from proxy/src/mechglue/gpm_indicate_mechs.c) | 0 | ||||
-rw-r--r-- | proxy/src/client/gpm_init_sec_context.c (renamed from proxy/src/mechglue/gpm_init_sec_context.c) | 0 | ||||
-rw-r--r-- | proxy/src/client/gpm_release_handle.c (renamed from proxy/src/mechglue/gpm_release_handle.c) | 0 | ||||
-rw-r--r-- | proxy/src/client/gssapi_gpm.h (renamed from proxy/src/mechglue/gssapi_gpm.h) | 0 | ||||
-rw-r--r-- | proxy/src/mechglue/README | 9 |
10 files changed, 2 insertions, 7 deletions
diff --git a/proxy/src/mechglue/gpm_accept_sec_context.c b/proxy/src/client/gpm_accept_sec_context.c index d5eeb8a..d5eeb8a 100644 --- a/proxy/src/mechglue/gpm_accept_sec_context.c +++ b/proxy/src/client/gpm_accept_sec_context.c diff --git a/proxy/src/mechglue/gpm_acquire_cred.c b/proxy/src/client/gpm_acquire_cred.c index 8e9b010..8e9b010 100644 --- a/proxy/src/mechglue/gpm_acquire_cred.c +++ b/proxy/src/client/gpm_acquire_cred.c diff --git a/proxy/src/mechglue/gpm_common.c b/proxy/src/client/gpm_common.c index 16ea7d6..16ea7d6 100644 --- a/proxy/src/mechglue/gpm_common.c +++ b/proxy/src/client/gpm_common.c diff --git a/proxy/src/mechglue/gpm_display_status.c b/proxy/src/client/gpm_display_status.c index cc5e3cc..cc5e3cc 100644 --- a/proxy/src/mechglue/gpm_display_status.c +++ b/proxy/src/client/gpm_display_status.c diff --git a/proxy/src/mechglue/gpm_import_and_canon_name.c b/proxy/src/client/gpm_import_and_canon_name.c index 5301d60..5301d60 100644 --- a/proxy/src/mechglue/gpm_import_and_canon_name.c +++ b/proxy/src/client/gpm_import_and_canon_name.c diff --git a/proxy/src/mechglue/gpm_indicate_mechs.c b/proxy/src/client/gpm_indicate_mechs.c index 693e588..693e588 100644 --- a/proxy/src/mechglue/gpm_indicate_mechs.c +++ b/proxy/src/client/gpm_indicate_mechs.c diff --git a/proxy/src/mechglue/gpm_init_sec_context.c b/proxy/src/client/gpm_init_sec_context.c index 0769363..0769363 100644 --- a/proxy/src/mechglue/gpm_init_sec_context.c +++ b/proxy/src/client/gpm_init_sec_context.c diff --git a/proxy/src/mechglue/gpm_release_handle.c b/proxy/src/client/gpm_release_handle.c index 010c148..010c148 100644 --- a/proxy/src/mechglue/gpm_release_handle.c +++ b/proxy/src/client/gpm_release_handle.c diff --git a/proxy/src/mechglue/gssapi_gpm.h b/proxy/src/client/gssapi_gpm.h index f4faf3f..f4faf3f 100644 --- a/proxy/src/mechglue/gssapi_gpm.h +++ b/proxy/src/client/gssapi_gpm.h diff --git a/proxy/src/mechglue/README b/proxy/src/mechglue/README index a97d511..9a191ef 100644 --- a/proxy/src/mechglue/README +++ b/proxy/src/mechglue/README @@ -1,7 +1,2 @@ -Eventually here we will have the mechglue to module to be loaded in various gssapi -implementations. - -At the moment we just need a conformant client in order to test the server -implementation. So will just implement a simple RFC2744 API. It will -be easy to turn this API into the mechglue SPI later on. - +This directory now contains the actual mechglue plugin, +client functions have been moved to the client directory. |