#ifndef AUTH_H #define AUTH_H /* ========================================================================== ** * * auth.h * * Copyright: * Copyright (C) 2004 by Christopher R. Hertel * * Email: * crh@ubiqx.mn.org * * $Id: auth.h,v 0.1 2004/05/30 02:31:08 crh Exp $ * * -------------------------------------------------------------------------- ** * * Description: * This is the global header file for the libcifs authentication subsystem. * * -------------------------------------------------------------------------- ** * * License: * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * -------------------------------------------------------------------------- ** * * Notes: * The purpose of this file is to offer one-stop shopping. Simply include * this file and all of the headers for the auth subsystem will be included * for you. There is no run-time penalty for including everything. * * ========================================================================== ** */ #include "DES.h" #include "MD4.h" #include "MD5.h" #include "LMhash.h" /* ========================================================================== */ #endif /* AUTH_H */