(file) Return to LocalAuth.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Executor

Diff for /pegasus/src/Executor/LocalAuth.h between version 1.2 and 1.3

version 1.2, 2007/05/25 18:35:07 version 1.3, 2007/06/06 19:51:52
Line 37 
Line 37 
 #include "Defines.h" #include "Defines.h"
  
 EXECUTOR_LINKAGE EXECUTOR_LINKAGE
   int CreateLocalAuthFile(
       const char* path,
       int uid,
       int gid);
   
   EXECUTOR_LINKAGE
   int CheckLocalAuthToken(
       const char* path,
       const char* token);
   
   EXECUTOR_LINKAGE
 int StartLocalAuthentication( int StartLocalAuthentication(
     const char* user,     const char* user,
     char challenge[EXECUTOR_BUFFER_SIZE]);     char challenge[EXECUTOR_BUFFER_SIZE]);


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2