auth_unix.h

00001 /*
00002 Copyright (C) 2003-2004 Douglas Thain and the University of Wisconsin
00003 Copyright (C) 2005- The University of Notre Dame
00004 This software is distributed under the GNU General Public License.
00005 See the file COPYING for details.
00006 */
00007 
00008 int auth_unix_register();
00009 
00010 void auth_unix_challenge_dir( const char *path );
00011 void auth_unix_passwd_file( const char *path );
00012 void auth_unix_timeout_set( int secs );