The include file security.hΒΆ

This file contains manifest constant definitions for use with the server security system:

  1. Permissions flags (prefix SEC_ACCESS_)

    These flags, are used, singly or in combination, to specify permissions to be granted to users for accessing and executing resources on a server. See Permissions.

  2. Return values from the login_server() function (prefix SEC_LOGIN_ ).

  3. Since Sculptor version 6.1.0 a set of password hash types has been added (prefix HAD_):

    HAD_SHA0_SC

    0

    Sculptor custom SHA0 (old version)

    HAD_SHA0

    1

    20 bytes (160 bits)

    HAD_SHA1

    2

    20 bytes (160 bits)

    HAD_SHA224

    3

    28 bytes (224 bits)

    HAD_SHA256

    4

    32 bytes (256 bits)

    HAD_SHA384

    5

    48 bytes (384 bits)

    HAD_SHA512

    6

    64 bytes (512 bits)

See Server security features for full details of the security system.


RELATED TOPICS

Servers