~ubuntu-branches/ubuntu/karmic/openvas-server/karmic

« back to all changes in this revision

Viewing changes to openvasd/users.h

  • Committer: Bazaar Package Importer
  • Author(s): Javier Fernandez-Sanguino Pen~a
  • Date: 2009-01-02 01:38:47 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090102013847-74xy2uo1e3hovqjo
Tags: 2.0.0-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* OpenVAS
2
 
* $Id: users.h 140 2006-05-31 15:24:25Z tarik $
 
2
* $Id: users.h 1222 2008-08-25 14:40:19Z mwiegand $
3
3
* Description: users.c headerfile.
4
4
*
5
5
* Authors: - Renaud Deraison <deraison@nessus.org> (Original pre-fork develoment)
31
31
#ifndef _NESSUSD_USERS_H
32
32
#define _NESSUSD_USERS_H
33
33
#define BAD_LOGIN_ATTEMPT (struct openvas_rules*)(-1)
34
 
#define NESSUS_MAX_USERNAME_LEN 32 /* Including the ending nul byte! */
 
34
#define OPENVAS_MAX_USERNAME_LEN        32 /* Including the ending nul byte! */
35
35
 
36
36
char * user_home(struct arglist*);
37
37