api.h | api.h | |||
---|---|---|---|---|
/* api.h --- Header file for GSS-API. | /* api.h --- Header file for GSS-API. | |||
* Copyright (C) 2003, 2004, 2005, 2006, 2007 Simon Josefsson | * Copyright (C) 2003, 2004, 2005, 2006, 2007 Simon Josefsson | |||
* | * | |||
* This file is part of the Generic Security Service (GSS). | * This file is part of the Generic Security Service (GSS). | |||
* | * | |||
* GSS is free software; you can redistribute it and/or modify it | * GSS is free software; you can redistribute it and/or modify it | |||
* under the terms of the GNU General Public License as published by | * under the terms of the GNU General Public License as published by | |||
* the Free Software Foundation; either version 2 of the License, or | * the Free Software Foundation; either version 3 of the License, or | |||
* (at your option) any later version. | * (at your option) any later version. | |||
* | * | |||
* GSS is distributed in the hope that it will be useful, but WITHOUT | * GSS is distributed in the hope that it will be useful, but WITHOUT | |||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY | |||
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public | * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public | |||
* License for more details. | * License for more details. | |||
* | * | |||
* You should have received a copy of the GNU General Public License | * You should have received a copy of the GNU General Public License | |||
* along with GSS; if not, write to the Free Software Foundation, | * along with GSS; if not, see http://www.gnu.org/licenses or write to | |||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | * the Free Software Foundation, Inc., 51 Franklin Street, Fifth | |||
* Floor, Boston, MA 02110-1301, USA. | ||||
* | * | |||
*/ | */ | |||
/* | /* | |||
* This file was extracted by Simon Josefsson, for the GSS project, | * This file was extracted by Simon Josefsson, for the GSS project, | |||
* from RFC 2744, written by John Wray. RFC 2744 contains the | * from RFC 2744, written by John Wray. RFC 2744 contains the | |||
* copyright statement below. | * copyright statement below. | |||
* | * | |||
* Copyright (C) The Internet Society (2000). All Rights Reserved. | * Copyright (C) The Internet Society (2000). All Rights Reserved. | |||
* | * | |||
End of changes. 2 change blocks. | ||||
3 lines changed or deleted | 4 lines changed or added | |||
ext.h | ext.h | |||
---|---|---|---|---|
/* ext.h --- Header file for non-standard GSS-API functions. | /* ext.h --- Header file for non-standard GSS-API functions. | |||
* Copyright (C) 2003, 2004, 2005, 2006, 2007 Simon Josefsson | * Copyright (C) 2003, 2004, 2005, 2006, 2007 Simon Josefsson | |||
* | * | |||
* This file is part of the Generic Security Service (GSS). | * This file is part of the Generic Security Service (GSS). | |||
* | * | |||
* GSS is free software; you can redistribute it and/or modify it | * GSS is free software; you can redistribute it and/or modify it | |||
* under the terms of the GNU General Public License as published by | * under the terms of the GNU General Public License as published by | |||
* the Free Software Foundation; either version 2 of the License, or | * the Free Software Foundation; either version 3 of the License, or | |||
* (at your option) any later version. | * (at your option) any later version. | |||
* | * | |||
* GSS is distributed in the hope that it will be useful, but WITHOUT | * GSS is distributed in the hope that it will be useful, but WITHOUT | |||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY | |||
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public | * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public | |||
* License for more details. | * License for more details. | |||
* | * | |||
* You should have received a copy of the GNU General Public License | * You should have received a copy of the GNU General Public License | |||
* along with GSS; if not, write to the Free Software Foundation, | * along with GSS; if not, see http://www.gnu.org/licenses or write to | |||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | * the Free Software Foundation, Inc., 51 Franklin Street, Fifth | |||
* Floor, Boston, MA 02110-1301, USA. | ||||
* | * | |||
*/ | */ | |||
#ifndef GSS_EXT_H_ | #ifndef GSS_EXT_H_ | |||
#define GSS_EXT_H_ | #define GSS_EXT_H_ | |||
/* Get size_t. */ | /* Get size_t. */ | |||
#include <stddef.h> | #include <stddef.h> | |||
/* If non-NULL, call this function when memory is exhausted. */ | /* If non-NULL, call this function when memory is exhausted. */ | |||
End of changes. 2 change blocks. | ||||
3 lines changed or deleted | 4 lines changed or added | |||
gss.h | gss.h | |||
---|---|---|---|---|
/* gss.h --- Header file for GSSLib. -*- c -*- | /* gss.h --- Header file for GSSLib. -*- c -*- | |||
* Copyright (C) 2003, 2004, 2005, 2006, 2007 Simon Josefsson | * Copyright (C) 2003, 2004, 2005, 2006, 2007 Simon Josefsson | |||
* | * | |||
* This file is part of the Generic Security Service (GSS). | * This file is part of the Generic Security Service (GSS). | |||
* | * | |||
* GSS is free software; you can redistribute it and/or modify it | * GSS is free software; you can redistribute it and/or modify it | |||
* under the terms of the GNU General Public License as published by | * under the terms of the GNU General Public License as published by | |||
* the Free Software Foundation; either version 2 of the License, or | * the Free Software Foundation; either version 3 of the License, or | |||
* (at your option) any later version. | * (at your option) any later version. | |||
* | * | |||
* GSS is distributed in the hope that it will be useful, but WITHOUT | * GSS is distributed in the hope that it will be useful, but WITHOUT | |||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY | |||
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public | * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public | |||
* License for more details. | * License for more details. | |||
* | * | |||
* You should have received a copy of the GNU General Public License | * You should have received a copy of the GNU General Public License | |||
* along with GSS; if not, write to the Free Software Foundation, | * along with GSS; if not, see http://www.gnu.org/licenses or write to | |||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | * the Free Software Foundation, Inc., 51 Franklin Street, Fifth | |||
* Floor, Boston, MA 02110-1301, USA. | ||||
* | * | |||
*/ | */ | |||
#ifndef _GSS_H | #ifndef _GSS_H | |||
#define _GSS_H | #define _GSS_H | |||
#ifdef __cplusplus | #ifdef __cplusplus | |||
extern "C" { | extern "C" { | |||
#endif | #endif | |||
#define GSS_VERSION "0.0.21" | #define GSS_VERSION "0.0.22" | |||
#include <gss/api.h> | #include <gss/api.h> | |||
#include <gss/ext.h> | #include <gss/ext.h> | |||
#ifdef __cplusplus | #ifdef __cplusplus | |||
} | } | |||
#endif | #endif | |||
#endif /* _GSS_H */ | #endif /* _GSS_H */ | |||
End of changes. 3 change blocks. | ||||
4 lines changed or deleted | 5 lines changed or added | |||