Author: nhosoi
Update of /cvs/dirsec/adminutil/include/libadmsslutil
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18818/include/libadmsslutil
Modified Files:
SECerrs.h SSLerrs.h admsslutil.h certmgt.h psetcssl.h
srvutilssl.h sslpset.h
Log Message:
[172166] Admin Util RPM
1) admin util library name has been updated from libadminutil10.so to
libadminutil.so.1.0 with symbolic links libadminutil.so and libadminutil.so.1
2) dropped static library
Index: SECerrs.h
===================================================================
RCS file: /cvs/dirsec/adminutil/include/libadmsslutil/SECerrs.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- SECerrs.h 20 Jul 2005 22:51:31 -0000 1.1.1.1
+++ SECerrs.h 6 Dec 2005 18:38:36 -0000 1.2
@@ -17,9 +17,12 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* END COPYRIGHT BLOCK **/
-/* General security error codes */
/* Caller must #include "secerr.h" */
-
+/*
+ * SECerrs.h - General security error codes
+ *
+ * $Id$
+ */
ER3(SEC_ERROR_IO, SEC_ERROR_BASE + 0,
"An I/O error occurred during security authorization.")
Index: SSLerrs.h
===================================================================
RCS file: /cvs/dirsec/adminutil/include/libadmsslutil/SSLerrs.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- SSLerrs.h 20 Jul 2005 22:51:31 -0000 1.1.1.1
+++ SSLerrs.h 6 Dec 2005 18:38:36 -0000 1.2
@@ -17,8 +17,12 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* END COPYRIGHT BLOCK **/
-/* SSL-specific security error codes */
/* caller must include "sslerr.h" */
+/*
+ * SSLerrs.h - SSL-specific security error codes
+ *
+ * $Id$
+ */
ER3(SSL_ERROR_EXPORT_ONLY_SERVER, SSL_ERROR_BASE + 0,
"Unable to communicate securely. Peer does not support high-grade encryption.")
Index: admsslutil.h
===================================================================
RCS file: /cvs/dirsec/adminutil/include/libadmsslutil/admsslutil.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- admsslutil.h 20 Jul 2005 22:51:31 -0000 1.1.1.1
+++ admsslutil.h 6 Dec 2005 18:38:36 -0000 1.2
@@ -17,6 +17,11 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* END COPYRIGHT BLOCK **/
+/*
+ * admsslutil.h
+ *
+ * $Id$
+ */
#ifndef __ADMSSLUTIL_H__
#define __ADMSSLUTIL_H__
Index: certmgt.h
===================================================================
RCS file: /cvs/dirsec/adminutil/include/libadmsslutil/certmgt.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- certmgt.h 20 Jul 2005 22:51:31 -0000 1.1.1.1
+++ certmgt.h 6 Dec 2005 18:38:36 -0000 1.2
@@ -17,6 +17,11 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* END COPYRIGHT BLOCK **/
+/*
+ * certmgt.h
+ *
+ * $Id$
+ */
#ifndef __certmgt_h
#define __certmgt_h
Index: psetcssl.h
===================================================================
RCS file: /cvs/dirsec/adminutil/include/libadmsslutil/psetcssl.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- psetcssl.h 20 Jul 2005 22:51:31 -0000 1.1.1.1
+++ psetcssl.h 6 Dec 2005 18:38:37 -0000 1.2
@@ -17,6 +17,11 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* END COPYRIGHT BLOCK **/
+/*
+ * psetcssl.h
+ *
+ * $Id$
+ */
#ifndef __PSETCSSL_H__
#define __PSETCSSL_H__
Index: srvutilssl.h
===================================================================
RCS file: /cvs/dirsec/adminutil/include/libadmsslutil/srvutilssl.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- srvutilssl.h 20 Jul 2005 22:51:31 -0000 1.1.1.1
+++ srvutilssl.h 6 Dec 2005 18:38:37 -0000 1.2
@@ -17,6 +17,11 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* END COPYRIGHT BLOCK **/
+/*
+ * srvutilssl.h
+ *
+ * $Id$
+ */
#ifndef __SRVUTILSSL_H__
#define __SRVUTILSSL_H__
Index: sslpset.h
===================================================================
RCS file: /cvs/dirsec/adminutil/include/libadmsslutil/sslpset.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- sslpset.h 20 Jul 2005 22:51:31 -0000 1.1.1.1
+++ sslpset.h 6 Dec 2005 18:38:37 -0000 1.2
@@ -34,6 +34,7 @@
* -------
* Wed Apr 7 00:45:16 1999 - Created
*
+ * $Id$
*/
#ifndef SSLPSET_H
#define SSLPSET_H