Greenbone Security Assistant
|
Headers/structs used generally in GSA. More...
Go to the source code of this file.
Functions | |
int | gsad_base_init () |
Base init. More... | |
int | gsad_base_cleanup () |
Base init. More... | |
void | set_chroot_state (int) |
Sets the chroot state. More... | |
void | set_http_only (int) |
Sets the http_only state. More... | |
char * | ctime_r_strip_newline (time_t *, char *) |
Return string from ctime_r with newline replaces with terminator. More... | |
Headers/structs used generally in GSA.
char* ctime_r_strip_newline | ( | time_t * | time, |
char * | string | ||
) |
Return string from ctime_r with newline replaces with terminator.
[in] | time | Time. |
[out] | string | Time string. |
int gsad_base_cleanup | ( | ) |
Base init.
int gsad_base_init | ( | ) |
Base init.
void set_chroot_state | ( | int | state | ) |
Sets the chroot state.
[in] | state | The new chroot state. |
void set_http_only | ( | int | state | ) |
Sets the http_only state.
[in] | state | The new http_only state. |