auth_ticket.h

00001 /*
00002 Copyright (C) 2010- The University of Notre Dame
00003 This software is distributed under the GNU General Public License.
00004 See the file COPYING for details.
00005 */
00006 
00007 #include "hash_table.h"
00008 
00009 int auth_ticket_register(void);
00010 
00011 /* Generates a hash table full of <public key digest, private key>
00012  * pairs to be stored in the auth hash table (with key "ticket").
00013  *
00014  * The tickets argument is a comma separated list of (private key)
00015  * ticket files. Whitespace is not ignored.
00016  *
00017  * All value strings normally must be freed when authentication finishes.
00018  */
00019 //struct *hash_table auth_ticket_gather (const char *tickets);

Generated on Mon Apr 11 10:37:25 2011 for cctools by  doxygen 1.4.7