Annotation of mstools/h/rpcsec.h, revision 1.1.1.1

1.1       root        1: /*********************************************************/
                      2: /**               Microsoft LAN Manager                 **/
                      3: /**      Copyright(c) Microsoft Corp., 1991            **/
                      4: /**                                                    **/
                      5: /**           Security Include file for NT             **/
                      6: /**                                                    **/
                      7: /*********************************************************/
                      8: 
                      9: #ifndef __RPCSEC_H__
                     10: #define __RPCSEC_H__
                     11: 
                     12: //
                     13: // Rpc Interface Specific Access Rights.
                     14: //
                     15: 
                     16: #define RPC_INTERFACE_BIND (0x0001)
                     17: #define RPC_INTERFACE_ALL_ACCESS (STANDARD_RIGHTS_REQUIRED |\
                     18:                                   RPC_INTERFACE_BIND)
                     19: #define RPC_INTERFACE_READ (STANDARD_RIGHTS_READ)
                     20: #define RPC_INTERFACE_WRITE (STANDARD_RIGHTS_WRITE)
                     21: #define RPC_INTERFACE_EXECUTE (STANDARD_RIGHTS_EXECUTE |\
                     22:                                RPC_INTERFACE_BIND)
                     23: 
                     24: #endif // __RPCSEC_H__

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.