cctools
|
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 int auth_ticket_register(void); 00008 00009 /* Clear all tickets stored for server authentication. */ 00010 void auth_ticket_clear(void); 00011 00012 /* Add a digest/ticket pair for server authentication. */ 00013 void auth_ticket_add(const char *digest, const char *ticket); 00014 00015 /* Add tickets to client side tickets to try or, if NULL, load 00016 * tickets from current working directory. 00017 */ 00018 void auth_ticket_load(const char *tickets);