Skip to content
forked from kaduk/osxsnc

Shim SNC adapter for using a native OS X 16-bit aligned libgssapi_krb5.dylib with SAP

Notifications You must be signed in to change notification settings

GANDJUBASHKA/osxsnc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains code to build a shim SNC adapter that
bridges between the SAP-expected ABI (with default alignment) and
the 16-bit aligned GSS-API libraries which are common on OS X.

Build the library with:
cc sncgss.c -c -Wall
cc -dynamiclib -o sncgss.dyld sncgss.o  -dynamic -Wl,-search_paths_first -framework GSS

About

Shim SNC adapter for using a native OS X 16-bit aligned libgssapi_krb5.dylib with SAP

Resources

Stars

Watchers

Forks

Packages

No packages published