OpenVAS Manager  7.0.3~git
lsc_user.h
Go to the documentation of this file.
1 /* OpenVAS Manager
2  * $Id$
3  * Description: LSC user credentials package generation.
4  *
5  * Authors:
6  * Matthew Mundell <matthew.mundell@greenbone.net>
7  * Felix Wolfsteller <felix.wolfsteller@greenbone.net>
8  *
9  * Copyright:
10  * Copyright (C) 2009 Greenbone Networks GmbH
11  *
12  * This program is free software; you can redistribute it and/or
13  * modify it under the terms of the GNU General Public License
14  * as published by the Free Software Foundation; either version 2
15  * of the License, or (at your option) any later version.
16  *
17  * This program is distributed in the hope that it will be useful,
18  * but WITHOUT ANY WARRANTY; without even the implied warranty of
19  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20  * GNU General Public License for more details.
21  *
22  * You should have received a copy of the GNU General Public License
23  * along with this program; if not, write to the Free Software
24  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
25  */
26 
27 #ifndef _OPENVASMD_LSC_USER_H
28 #define _OPENVASMD_LSC_USER_H
29 
30 #include <glib.h>
31 
32 int
33 lsc_user_keys_create (const gchar *, gchar **);
34 
35 int
36 lsc_user_rpm_recreate (const gchar *, const gchar *,
37  void **, gsize *);
38 
39 int
40 lsc_user_deb_recreate (const gchar *, const char *, gsize, void **, gsize *);
41 
42 int
43 lsc_user_exe_recreate (const gchar *, const gchar *, void **, gsize *);
44 
45 #endif /* _OPENVASMD_LSC_USER_H */
int lsc_user_deb_recreate(const gchar *, const char *, gsize, void **, gsize *)
Recreate Debian package.
Definition: lsc_user.c:602
int lsc_user_exe_recreate(const gchar *, const gchar *, void **, gsize *)
Recreate NSIS package.
Definition: lsc_user.c:883
int lsc_user_keys_create(const gchar *, gchar **)
Create local security check (LSC) keys.
Definition: lsc_user.c:177
int lsc_user_rpm_recreate(const gchar *, const gchar *, void **, gsize *)