Searched refs:outBufferLength (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/CommonKClient/mac_kclient3/Headers/KClientDeprecated/
H A DKClientDeprecated.h158 /* * KClient 1.9 deprecated API * * $Header: /Volumes/backup/dsmigrate/Dumps/../CVS/passwordserver_sasl/cyrus_sasl/mac/CommonKClient/mac_kclient3/Headers/KClientDeprecated/KClientDeprecated.h,v 1.4 2005/01/10 19:17:30 snsimon Exp $ */ #ifndef __KCLIENTDEPRECATED__ #define __KCLIENTDEPRECATED__ #if PRAGMA_ONCE #pragma once #endif /* PRAGMA_ONCE */ #include <KerberosSupport/KerberosSupport.h> #include <Kerberos4/Kerberos4.h> #include <KClient/KClientTypes.h> #ifdef __cplusplus extern "C" { #endif /* * Important! * * The following functions are deprecated. They will be removed from the library * and the header files in the future. See documentation for moving to KClient * 3.0 API to see how you can update your code. */ OSStatus KClientCacheInitialTicketDeprecated ( KClientSession* inSession, char* inService); OSStatus KClientGetLocalRealmDeprecated ( char* outRealm); OSStatus KClientSetLocalRealmDeprecated ( const char* inRealm); OSStatus KClientGetRealmDeprecated ( const char* inHost, char* outRealm); OSStatus KClientAddRealmMapDeprecated ( char* inHost, char* inRealm); OSStatus KClientDeleteRealmMapDeprecated ( char* inHost); OSStatus KClientGetNthRealmMapDeprecated ( SInt32 inIndex, char* outHost, char* outRealm); OSStatus KClientGetNthServerDeprecated ( SInt32 inIndex, char* outHost, char* inRealm, Boolean inAdmin); OSStatus KClientAddServerMapDeprecated ( char* inHost, char* inRealm, Boolean inAdmin); OSStatus KClientDeleteServerMapDeprecated ( char* inHost, char* inRealm); OSStatus KClientGetNthServerMapDeprecated ( SInt32 inIndex, char* outHost, char* outRealm, Boolean* outAdmin); OSStatus KClientGetNthServerPortDeprecated ( SInt32 inIndex, UInt16* outPort); OSStatus KClientSetNthServerPortDeprecated ( SInt32 inIndex, UInt16 inPort); OSStatus KClientGetNumSessionsDeprecated ( SInt32* outSessions); OSStatus KClientGetNthSessionDeprecated ( SInt32 inIndex, char* outName, char* outInstance, char* outRealm); OSStatus KClientDeleteSessionDeprecated ( char* inName, char* inInstance, char* inRealm); OSStatus KClientGetCredentialsDeprecated ( char* inName, char* inInstance, char* inRealm, CREDENTIALS* outCred); OSStatus KClientAddCredentialsDeprecated ( char* inName, char* inInstance, char* inRealm, CREDENTIALS* inCred); OSStatus KClientDeleteCredentialsDeprecated ( char* inName, char* inInstance, char* inRealm, char* inSname, char* inSinstance, char* inSrealm); OSStatus KClientGetNumCredentialsDeprecated ( SInt32* outNumCredentials, char* inName, char* inInstance, char* inRealm); OSStatus KClientGetNthCredentialDeprecated ( SInt32 inIndex, char* inName, char* inInstance, char* inRealm, char* inSname, char* inSinstance, char* inSrealm); OSStatus KClientGetUserNameDeprecated ( char* outUserName); void KClientGetErrorTextDeprecated ( OSErr inError, char* outBuffer); /* * Warning! * * The following are K5Client calls. Not only are they deprecated, but they should * never have existed in the first place. They are here so that KClient can swallow * K5Client (Yummmmmm) */ OSStatus K5ClientGetTicketForServiceDeprecated ( char* inService, void* outBuffer, UInt32* outBufferLength); OSStatus K5ClientGetAuthenticatorForServiceDeprecated ( char* inService, char* inApplicationVersion, void* outBuffer, UInt32* outBufferLength); #ifdef __cplusplus } #endif #endif /* __KCLIENTDEPRECATED__ *
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/CommonKClient/mac_kclient3/Headers/KClientCompat/
H A DKClientCompat.h68 /* * KClient 1.9 deprecated API * * $Header: /Volumes/backup/dsmigrate/Dumps/../CVS/passwordserver_sasl/cyrus_sasl/mac/CommonKClient/mac_kclient3/Headers/KClientCompat/KClientCompat.h,v 1.4 2005/01/10 19:17:31 snsimon Exp $ */ #ifndef __KCLIENTCOMPAT__ #define __KCLIENTCOMPAT__ /* Constants */ /* Error codes, only listing the ones actually returned by the library */ enum { cKrbMapDoesntExist = -1020, /* tried to access a map that doesn't exist (index too large, or criteria doesn't match anything) */ cKrbSessDoesntExist = -1019, /* tried to access a session that doesn't exist */ cKrbCredsDontExist = -1018, /* tried to access credentials that don't exist */ cKrbUserCancelled = -1016, /* user cancelled a log in operation */ cKrbConfigurationErr = -1015, /* Kerberos Preference file is not configured properly */ cKrbServerRejected = -1014, /* A server rejected our ticket */ cKrbServerImposter = -1013, /* Server appears to be a phoney */ cKrbServerRespIncomplete = -1012, /* Server response is not complete */ cKrbNotLoggedIn = -1011, /* Returned by cKrbGetUserName if user is not logged in */ cKrbAppInBkgnd = -1008, /* driver won't put up password dialog when in background */ cKrbInvalidSession = -1007, /* invalid structure passed to KClient/KServer routine */ cKrbKerberosErrBlock = -20000 /* start of block of 256 kerberos error numbers */ }; #ifndef rez #if PRAGMA_ONCE #pragma once #endif /* PRAGMA_ONCE */ #include <Kerberos4/Kerberos4.h> #include <KClient/KClientTypes.h> #ifdef __cplusplus extern "C" { #endif typedef KClientSession KClientSessionInfo; enum { KClientLoggedIn, KClientNotLoggedIn }; OSErr KClientVersionCompat ( SInt16* outMajorVersion, SInt16* outMinorVersion, char* outVersionString); OSErr KClientNewSessionCompat ( KClientSessionInfo* inSession, UInt32 inLocalAddress, UInt16 inLocalPort, UInt32 inRemoteAddress, UInt16 inRemotePort); OSErr KClientDisposeSessionCompat ( KClientSessionInfo* inSession); OSErr KClientGetTicketForServiceCompat ( KClientSessionInfo* inSession, char* inService, void* inBuffer, UInt32* outBufferLength); OSErr KClientGetTicketForServiceWithChecksumCompat ( KClientSessionInfo* inSession, UInt32 inChecksum, char* inService, void* inBuffer, UInt32* outBufferLength); OSErr KClientLoginCompat ( KClientSessionInfo* inSession, KClientKey* outPrivateKey); (…)
/macosx-10.9.5/MITKerberosShim-62.1/
H A DKrb4DeprecatedAPIs.c649 OSStatus K5ClientGetTicketForServiceDeprecated (char *inService, void *outBuffer, UInt32 *outBufferLength) argument
655 void *outBuffer, UInt32 *outBufferLength)
685 void *inBuffer, UInt32 *outBufferLength)
692 char *inService, void *inBuffer, UInt32 *outBufferLength)
654 K5ClientGetAuthenticatorForServiceDeprecated(char *inService, char *inApplicationVersion, void *outBuffer, UInt32 *outBufferLength) argument
684 KClientGetTicketForServiceCompat(KClientSessionInfo *inSession, char *inService, void *inBuffer, UInt32 *outBufferLength) argument
691 KClientGetTicketForServiceWithChecksumCompat(KClientSessionInfo *inSession, UInt32 inChecksum, char *inService, void *inBuffer, UInt32 *outBufferLength) argument

Completed in 110 milliseconds