diff options
| author | Mark Eichin <eichin@mit.edu> | 1994-08-18 20:48:46 +0000 |
|---|---|---|
| committer | Mark Eichin <eichin@mit.edu> | 1994-08-18 20:48:46 +0000 |
| commit | a877110220930973554defcee3d6f47ed2b5d2ae (patch) | |
| tree | 7b75d5d56d9b9752a72ccb2bd2c26e4a72b100e8 /src/isode/psap | |
| parent | e2e2b3e4b2e962a39b0d7feb2530d0cc556acd2d (diff) | |
| download | krb5-a877110220930973554defcee3d6f47ed2b5d2ae.tar.gz krb5-a877110220930973554defcee3d6f47ed2b5d2ae.tar.xz krb5-a877110220930973554defcee3d6f47ed2b5d2ae.zip | |
stamp out rcs keywords
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4186 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/isode/psap')
86 files changed, 86 insertions, 1578 deletions
diff --git a/src/isode/psap/addr2ref.c b/src/isode/psap/addr2ref.c index 76bf313777..08feeb5fa3 100644 --- a/src/isode/psap/addr2ref.c +++ b/src/isode/psap/addr2ref.c @@ -1,13 +1,7 @@ /* addr2ref.c - manage encoded session addresses */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * + * isode/psap/addr2ref.c */ /* diff --git a/src/isode/psap/bit2prim.c b/src/isode/psap/bit2prim.c index 56df40eeb3..1965122af5 100644 --- a/src/isode/psap/bit2prim.c +++ b/src/isode/psap/bit2prim.c @@ -1,24 +1,7 @@ /* bit2prim.c - bit string to presentation element */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:32:23 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:36:53 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:46:40 isode - * Release 7.0 - * - * + * isode/psap/bit2prim.c */ /* diff --git a/src/isode/psap/bit_ops.c b/src/isode/psap/bit_ops.c index c7e159db69..30c208d983 100644 --- a/src/isode/psap/bit_ops.c +++ b/src/isode/psap/bit_ops.c @@ -1,27 +1,7 @@ /* bit_opts.c - operations on bit strings */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.2 1994/06/15 20:59:53 eichin - * step 1: bzero->memset(,0,) - * - * Revision 1.1 1994/06/10 03:32:25 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:36:55 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:46:40 isode - * Release 7.0 - * - * + * isode/psap/bit_ops.c */ /* diff --git a/src/isode/psap/bitstr2strb.c b/src/isode/psap/bitstr2strb.c index a102a3c42a..4261db4afe 100644 --- a/src/isode/psap/bitstr2strb.c +++ b/src/isode/psap/bitstr2strb.c @@ -1,24 +1,7 @@ /* bitstr2strb.c - bit string to string of bits */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:32:27 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:36:56 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:46:41 isode - * Release 7.0 - * - * + * isode/psap/bitstr2strb.c */ /* diff --git a/src/isode/psap/dg2ps.c b/src/isode/psap/dg2ps.c index db91761a7e..c75bb19300 100644 --- a/src/isode/psap/dg2ps.c +++ b/src/isode/psap/dg2ps.c @@ -1,27 +1,7 @@ /* dg2ps.c - datagram-backed abstraction for PStreams */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.2 1994/06/15 23:24:29 eichin - * step 3: bcopy->memcpy or memmove (chose by hand), twiddle args - * - * Revision 1.1 1994/06/10 03:32:33 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:37:00 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:46:42 isode - * Release 7.0 - * - * + * isode/psap/dg2ps.c */ /* diff --git a/src/isode/psap/fdx2ps.c b/src/isode/psap/fdx2ps.c index f190c313be..961cd2874c 100644 --- a/src/isode/psap/fdx2ps.c +++ b/src/isode/psap/fdx2ps.c @@ -1,27 +1,7 @@ /* fdx2ps.c - full-duplex abstraction for PStreams */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.2 1994/06/15 23:24:31 eichin - * step 3: bcopy->memcpy or memmove (chose by hand), twiddle args - * - * Revision 1.1 1994/06/10 03:32:35 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:37:01 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:46:42 isode - * Release 7.0 - * - * + * isode/psap/fdx2ps.c */ /* diff --git a/src/isode/psap/flag2prim.c b/src/isode/psap/flag2prim.c index 3b14ec931f..6322615c6e 100644 --- a/src/isode/psap/flag2prim.c +++ b/src/isode/psap/flag2prim.c @@ -1,24 +1,7 @@ /* flag2prim.c - boolean to presentation element */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:32:36 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:37:03 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:46:43 isode - * Release 7.0 - * - * + * isode/psap/flag2prim.c */ /* diff --git a/src/isode/psap/gtime.c b/src/isode/psap/gtime.c index e1a0b9ee9a..ab91169f62 100644 --- a/src/isode/psap/gtime.c +++ b/src/isode/psap/gtime.c @@ -1,24 +1,7 @@ /* gtime.c - inverse gmtime */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:32:38 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:37:04 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:46:43 isode - * Release 7.0 - * - * + * isode/psap/gtime.c */ /* diff --git a/src/isode/psap/int2strb.c b/src/isode/psap/int2strb.c index 6f499c42ed..47720f7868 100644 --- a/src/isode/psap/int2strb.c +++ b/src/isode/psap/int2strb.c @@ -1,27 +1,7 @@ /* int2strb.c - integer to string of bits */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.2 1994/06/15 20:59:55 eichin - * step 1: bzero->memset(,0,) - * - * Revision 1.1 1994/06/10 03:32:42 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:37:09 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:46:44 isode - * Release 7.0 - * - * + * isode/psap/int2strb.c */ /* diff --git a/src/isode/psap/isobject.c b/src/isode/psap/isobject.c index 3460680d4c..98e6689047 100644 --- a/src/isode/psap/isobject.c +++ b/src/isode/psap/isobject.c @@ -1,24 +1,7 @@ /* isobject.c - lookup Object IDentifiers/DEscriptors */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:32:45 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:37:11 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:46:45 isode - * Release 7.0 - * - * + * isode/psap/isobject.c */ /* diff --git a/src/isode/psap/num2prim.c b/src/isode/psap/num2prim.c index 9f0d1523b7..c4461969df 100644 --- a/src/isode/psap/num2prim.c +++ b/src/isode/psap/num2prim.c @@ -1,24 +1,7 @@ /* num2prim.c - integer to presentation element */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:32:49 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:37:16 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:46:49 isode - * Release 7.0 - * - * + * isode/psap/num2prim.c */ /* diff --git a/src/isode/psap/obj2prim.c b/src/isode/psap/obj2prim.c index d3c7519657..a50108ba94 100644 --- a/src/isode/psap/obj2prim.c +++ b/src/isode/psap/obj2prim.c @@ -1,24 +1,7 @@ /* obj2prim.c - object identifier to presentation element */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:32:51 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:37:17 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:46:49 isode - * Release 7.0 - * - * + * isode/psap/obj2prim.c */ /* diff --git a/src/isode/psap/objectbyname.c b/src/isode/psap/objectbyname.c index 4b0f8bdd78..586a91560b 100644 --- a/src/isode/psap/objectbyname.c +++ b/src/isode/psap/objectbyname.c @@ -1,24 +1,7 @@ /* objectbyname.c - getisobjectbyname */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:32:52 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:37:19 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:46:50 isode - * Release 7.0 - * - * + * isode/psap/objectbyname.c */ /* diff --git a/src/isode/psap/objectbyoid.c b/src/isode/psap/objectbyoid.c index 06391edf22..0ecea1d565 100644 --- a/src/isode/psap/objectbyoid.c +++ b/src/isode/psap/objectbyoid.c @@ -1,24 +1,7 @@ /* objectbyname.c - getisobjectbyoid */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:32:54 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:37:21 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:46:50 isode - * Release 7.0 - * - * + * isode/psap/objectbyoid.c */ /* diff --git a/src/isode/psap/ode2oid.c b/src/isode/psap/ode2oid.c index 3d4ee69512..3f4ed248c4 100644 --- a/src/isode/psap/ode2oid.c +++ b/src/isode/psap/ode2oid.c @@ -1,24 +1,7 @@ /* ode2oid.c - object descriptor to object identifier */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:32:56 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:37:23 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:46:51 isode - * Release 7.0 - * - * + * isode/psap/ode2oid.c */ /* diff --git a/src/isode/psap/oid2ode.c b/src/isode/psap/oid2ode.c index 1bbde59851..13b4b7383a 100644 --- a/src/isode/psap/oid2ode.c +++ b/src/isode/psap/oid2ode.c @@ -1,24 +1,7 @@ /* oid2ode.c - object identifier to object descriptor */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:32:58 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:37:24 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:46:51 isode - * Release 7.0 - * - * + * isode/psap/oid2ode.c */ /* diff --git a/src/isode/psap/oid_cmp.c b/src/isode/psap/oid_cmp.c index 809c113481..682b10701b 100644 --- a/src/isode/psap/oid_cmp.c +++ b/src/isode/psap/oid_cmp.c @@ -1,24 +1,7 @@ /* oid_cmp.c - compare two object identifiers */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:33:00 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:37:26 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:46:52 isode - * Release 7.0 - * - * + * isode/psap/oid_cmp.c */ /* diff --git a/src/isode/psap/oid_cpy.c b/src/isode/psap/oid_cpy.c index d56bfac1e6..a050606116 100644 --- a/src/isode/psap/oid_cpy.c +++ b/src/isode/psap/oid_cpy.c @@ -1,24 +1,7 @@ /* oid_cpy.c - copy an object identifier */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:33:02 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:37:27 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:46:52 isode - * Release 7.0 - * - * + * isode/psap/oid_cpy.c */ /* diff --git a/src/isode/psap/oid_free.c b/src/isode/psap/oid_free.c index 87deb41ab8..1e41f980f1 100644 --- a/src/isode/psap/oid_free.c +++ b/src/isode/psap/oid_free.c @@ -1,24 +1,7 @@ /* oid_free.c - free an object identifier */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:33:04 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:37:29 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:46:53 isode - * Release 7.0 - * - * + * isode/psap/oid_free.c */ /* diff --git a/src/isode/psap/pe2pl.c b/src/isode/psap/pe2pl.c index 1b92587c5d..01b2213dff 100644 --- a/src/isode/psap/pe2pl.c +++ b/src/isode/psap/pe2pl.c @@ -1,24 +1,7 @@ /* pe2pl.c - presentation element to presentation list */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:33:06 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:37:31 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:46:53 isode - * Release 7.0 - * - * + * isode/psap/pe2pl.c */ /* diff --git a/src/isode/psap/pe2ps.c b/src/isode/psap/pe2ps.c index f577bc7dd8..5e6d5dff70 100644 --- a/src/isode/psap/pe2ps.c +++ b/src/isode/psap/pe2ps.c @@ -1,24 +1,7 @@ /* pe2ps.c - presentation element to presentation stream */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:33:09 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:37:33 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:46:54 isode - * Release 7.0 - * - * + * isode/psap/pe2ps.c */ /* diff --git a/src/isode/psap/pe2ssdu.c b/src/isode/psap/pe2ssdu.c index ace6670497..58e27c38b7 100644 --- a/src/isode/psap/pe2ssdu.c +++ b/src/isode/psap/pe2ssdu.c @@ -1,24 +1,7 @@ /* pe2ssdu.c - write a PE to a SSDU */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:33:13 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:37:36 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:46:55 isode - * Release 7.0 - * - * + * isode/psap/pe2ssdu.c */ /* diff --git a/src/isode/psap/pe2text.c b/src/isode/psap/pe2text.c index beff7d7bf6..5fa635700b 100644 --- a/src/isode/psap/pe2text.c +++ b/src/isode/psap/pe2text.c @@ -1,24 +1,7 @@ /* pe2text.c - write a PE thru a debug filter */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:33:16 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:37:37 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:46:55 isode - * Release 7.0 - * - * + * isode/psap/pe2text.c */ /* diff --git a/src/isode/psap/pe2uvec.c b/src/isode/psap/pe2uvec.c index a81025b02c..2725c061c3 100644 --- a/src/isode/psap/pe2uvec.c +++ b/src/isode/psap/pe2uvec.c @@ -1,24 +1,7 @@ /* pe2uvec.c - write a PE to a udvec */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:33:18 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:37:39 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:46:56 isode - * Release 7.0 - * - * + * isode/psap/pe2uvec.c */ /* diff --git a/src/isode/psap/pe_alloc.c b/src/isode/psap/pe_alloc.c index ee4471e486..fb8c33fd87 100644 --- a/src/isode/psap/pe_alloc.c +++ b/src/isode/psap/pe_alloc.c @@ -1,27 +1,7 @@ /* pe_alloc.c - allocate a presentation element */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.2 1994/06/15 20:59:56 eichin - * step 1: bzero->memset(,0,) - * - * Revision 1.1 1994/06/10 03:33:20 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:37:40 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:46:56 isode - * Release 7.0 - * - * + * isode/psap/pe_alloc.c */ /* diff --git a/src/isode/psap/pe_cmp.c b/src/isode/psap/pe_cmp.c index 4baacb7024..c9ae50f9f2 100644 --- a/src/isode/psap/pe_cmp.c +++ b/src/isode/psap/pe_cmp.c @@ -1,24 +1,7 @@ /* pe_cmp.c - compare two presentation elements */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:33:22 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:37:42 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:46:57 isode - * Release 7.0 - * - * + * isode/psap/pe_cmp.c */ /* diff --git a/src/isode/psap/pe_cpy.c b/src/isode/psap/pe_cpy.c index 6d3da84d63..6b0b04d214 100644 --- a/src/isode/psap/pe_cpy.c +++ b/src/isode/psap/pe_cpy.c @@ -1,24 +1,7 @@ /* pe_cpy.c - copy a presentation element */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:33:24 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:37:43 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:46:57 isode - * Release 7.0 - * - * + * isode/psap/pe_cpy.c */ /* diff --git a/src/isode/psap/pe_error.c b/src/isode/psap/pe_error.c index 3c74cfd318..a5f6f09ff5 100644 --- a/src/isode/psap/pe_error.c +++ b/src/isode/psap/pe_error.c @@ -1,24 +1,7 @@ /* pe_error.c - presentation element error to string */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:33:26 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:37:45 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:46:58 isode - * Release 7.0 - * - * + * isode/psap/pe_error.c */ /* diff --git a/src/isode/psap/pe_expunge.c b/src/isode/psap/pe_expunge.c index c72e9c9532..2f20a87c8c 100644 --- a/src/isode/psap/pe_expunge.c +++ b/src/isode/psap/pe_expunge.c @@ -1,24 +1,7 @@ /* pe_expunge.c - expunge a PE */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:33:28 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:37:46 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:46:58 isode - * Release 7.0 - * - * + * isode/psap/pe_expunge.c */ /* diff --git a/src/isode/psap/pe_extract.c b/src/isode/psap/pe_extract.c index 200f808097..584ed2e3a5 100644 --- a/src/isode/psap/pe_extract.c +++ b/src/isode/psap/pe_extract.c @@ -1,24 +1,7 @@ /* pe_extract.c - extract a PE */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:33:30 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:37:48 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:46:59 isode - * Release 7.0 - * - * + * isode/psap/pe_extract.c */ /* diff --git a/src/isode/psap/pe_free.c b/src/isode/psap/pe_free.c index 2f167900cc..681fa11e50 100644 --- a/src/isode/psap/pe_free.c +++ b/src/isode/psap/pe_free.c @@ -1,24 +1,7 @@ /* pe_free.c - free a presentation element */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:33:32 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:37:49 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:46:59 isode - * Release 7.0 - * - * + * isode/psap/pe_free.c */ /* diff --git a/src/isode/psap/pe_pullup.c b/src/isode/psap/pe_pullup.c index e628bdb4ed..ae983450d3 100644 --- a/src/isode/psap/pe_pullup.c +++ b/src/isode/psap/pe_pullup.c @@ -1,24 +1,7 @@ /* pe_pullup.c - "pullup" a presentation element */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:33:34 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:37:51 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:00 isode - * Release 7.0 - * - * + * isode/psap/pe_pullup.c */ /* diff --git a/src/isode/psap/pl2pe.c b/src/isode/psap/pl2pe.c index 9c503d1e6f..741fcbcbed 100644 --- a/src/isode/psap/pl2pe.c +++ b/src/isode/psap/pl2pe.c @@ -1,24 +1,7 @@ /* pl2pe.c - presentation list to presentation element */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:33:36 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:37:52 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:01 isode - * Release 7.0 - * - * + * isode/psap/pl2pe.c */ /* diff --git a/src/isode/psap/pl_tables.c b/src/isode/psap/pl_tables.c index 99656c85dd..12453bedc3 100644 --- a/src/isode/psap/pl_tables.c +++ b/src/isode/psap/pl_tables.c @@ -1,24 +1,7 @@ /* pl_tables.c - tables for presentation lists */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:33:38 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:37:54 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:01 isode - * Release 7.0 - * - * + * isode/psap/pl_tables.c */ /* diff --git a/src/isode/psap/prim2bit.c b/src/isode/psap/prim2bit.c index 851943fbb4..2829e35b1d 100644 --- a/src/isode/psap/prim2bit.c +++ b/src/isode/psap/prim2bit.c @@ -1,24 +1,7 @@ /* prim2bit.c - presentation element to bit string */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:33:40 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:37:56 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:02 isode - * Release 7.0 - * - * + * isode/psap/prim2bit.c */ /* diff --git a/src/isode/psap/prim2flag.c b/src/isode/psap/prim2flag.c index 9a531a674d..36ba73425a 100644 --- a/src/isode/psap/prim2flag.c +++ b/src/isode/psap/prim2flag.c @@ -1,24 +1,7 @@ /* prim2flag.c - presentation element to boolean */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:33:42 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:37:58 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:02 isode - * Release 7.0 - * - * + * isode/psap/prim2flag.c */ /* diff --git a/src/isode/psap/prim2num.c b/src/isode/psap/prim2num.c index 0990e58b21..99e3044969 100644 --- a/src/isode/psap/prim2num.c +++ b/src/isode/psap/prim2num.c @@ -1,24 +1,7 @@ /* prim2num.c - presentation element to integer */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:33:43 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:37:59 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:03 isode - * Release 7.0 - * - * + * isode/psap/prim2num.c */ /* diff --git a/src/isode/psap/prim2oid.c b/src/isode/psap/prim2oid.c index 14763bb7cb..37c00091eb 100644 --- a/src/isode/psap/prim2oid.c +++ b/src/isode/psap/prim2oid.c @@ -1,27 +1,7 @@ /* prim2oid.c - presentation element to object identifier */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.2 1994/06/15 20:59:57 eichin - * step 1: bzero->memset(,0,) - * - * Revision 1.1 1994/06/10 03:33:45 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:38:01 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:03 isode - * Release 7.0 - * - * + * isode/psap/prim2oid.c */ /* diff --git a/src/isode/psap/prim2qb.c b/src/isode/psap/prim2qb.c index b1e7333e47..7d7b890c05 100644 --- a/src/isode/psap/prim2qb.c +++ b/src/isode/psap/prim2qb.c @@ -1,24 +1,7 @@ /* prim2qb.c - presentation element to qbuf */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:33:48 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:38:02 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:04 isode - * Release 7.0 - * - * + * isode/psap/prim2qb.c */ /* diff --git a/src/isode/psap/prim2real.c b/src/isode/psap/prim2real.c index b30d92a052..407b37faac 100644 --- a/src/isode/psap/prim2real.c +++ b/src/isode/psap/prim2real.c @@ -1,28 +1,11 @@ /* prim2real.c - presentation element to real */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ + * isode/psap/prim2real.c * * Contributed by Julian Onions, Nottingham University. * July 1989 - this stuff is awful. If you're going to use it seriously then * write a machine specific version rather than any attempt at portability. - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:33:50 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:38:04 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:04 isode - * Release 7.0 - * - * */ /* diff --git a/src/isode/psap/prim2set.c b/src/isode/psap/prim2set.c index 6640bc9d44..b80ff8e6ee 100644 --- a/src/isode/psap/prim2set.c +++ b/src/isode/psap/prim2set.c @@ -1,24 +1,7 @@ /* prim2flag.c - presentation element to set */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:33:52 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:38:05 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:05 isode - * Release 7.0 - * - * + * isode/psap/prim2set.c */ /* diff --git a/src/isode/psap/prim2str.c b/src/isode/psap/prim2str.c index 7ae184c800..f68ef2d740 100644 --- a/src/isode/psap/prim2str.c +++ b/src/isode/psap/prim2str.c @@ -1,27 +1,7 @@ /* prim2str.c - presentation element to octet string */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.2 1994/06/15 23:24:33 eichin - * step 3: bcopy->memcpy or memmove (chose by hand), twiddle args - * - * Revision 1.1 1994/06/10 03:33:54 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:38:07 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:05 isode - * Release 7.0 - * - * + * isode/psap/prim2str.c */ /* diff --git a/src/isode/psap/prim2time.c b/src/isode/psap/prim2time.c index 6662b9e245..a1739696e1 100644 --- a/src/isode/psap/prim2time.c +++ b/src/isode/psap/prim2time.c @@ -1,27 +1,7 @@ /* prim2time.c - presentation element to time string */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.2 1994/06/15 20:59:59 eichin - * step 1: bzero->memset(,0,) - * - * Revision 1.1 1994/06/10 03:33:56 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:38:09 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:06 isode - * Release 7.0 - * - * + * isode/psap/prim2time.c */ /* diff --git a/src/isode/psap/ps2pe.c b/src/isode/psap/ps2pe.c index e7ec9d13e0..0ca8b4f2b8 100644 --- a/src/isode/psap/ps2pe.c +++ b/src/isode/psap/ps2pe.c @@ -1,24 +1,7 @@ /* ps2pe.c - presentation stream to presentation element */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:33:58 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:38:10 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:06 isode - * Release 7.0 - * - * + * isode/psap/ps2pe.c */ /* diff --git a/src/isode/psap/ps_alloc.c b/src/isode/psap/ps_alloc.c index ee40342032..4f77da7f53 100644 --- a/src/isode/psap/ps_alloc.c +++ b/src/isode/psap/ps_alloc.c @@ -1,24 +1,7 @@ /* ps_alloc.c - allocate a presentation stream */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:34:00 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:38:12 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:07 isode - * Release 7.0 - * - * + * isode/psap/ps_alloc.c */ /* diff --git a/src/isode/psap/ps_error.c b/src/isode/psap/ps_error.c index 7336fcc8eb..5ced8b82f7 100644 --- a/src/isode/psap/ps_error.c +++ b/src/isode/psap/ps_error.c @@ -1,24 +1,7 @@ /* ps_error.c - presentation stream error to string */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:34:03 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:38:13 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:08 isode - * Release 7.0 - * - * + * isode/psap/ps_error.c */ /* diff --git a/src/isode/psap/ps_flush.c b/src/isode/psap/ps_flush.c index 028272b631..078e17ec19 100644 --- a/src/isode/psap/ps_flush.c +++ b/src/isode/psap/ps_flush.c @@ -1,24 +1,7 @@ /* ps_flush.c - flush a presentation stream */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:34:05 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:38:15 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:08 isode - * Release 7.0 - * - * + * isode/psap/ps_flush.c */ /* diff --git a/src/isode/psap/ps_free.c b/src/isode/psap/ps_free.c index ed7995367c..c62dad0615 100644 --- a/src/isode/psap/ps_free.c +++ b/src/isode/psap/ps_free.c @@ -1,24 +1,7 @@ /* ps_free.c - free a presentation stream */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:34:07 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:38:16 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:09 isode - * Release 7.0 - * - * + * isode/psap/ps_free.c */ /* diff --git a/src/isode/psap/ps_get_abs.c b/src/isode/psap/ps_get_abs.c index f0ef4f2f73..7891173f38 100644 --- a/src/isode/psap/ps_get_abs.c +++ b/src/isode/psap/ps_get_abs.c @@ -1,24 +1,7 @@ /* ps_get_abs.c - get absolute length */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:34:10 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:38:18 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:09 isode - * Release 7.0 - * - * + * isode/psap/ps_get_abs.c */ /* diff --git a/src/isode/psap/ps_io.c b/src/isode/psap/ps_io.c index 617f3ebbac..deda99b119 100644 --- a/src/isode/psap/ps_io.c +++ b/src/isode/psap/ps_io.c @@ -1,24 +1,7 @@ /* ps_io.c - presentation stream I/O dispatch */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:34:12 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:38:19 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:10 isode - * Release 7.0 - * - * + * isode/psap/ps_io.c */ /* diff --git a/src/isode/psap/ps_prime.c b/src/isode/psap/ps_prime.c index 5c1f640a3b..541db6811c 100644 --- a/src/isode/psap/ps_prime.c +++ b/src/isode/psap/ps_prime.c @@ -1,24 +1,7 @@ /* ps_prime.c - prime a presentation stream */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:34:14 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:38:21 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:10 isode - * Release 7.0 - * - * + * isode/psap/ps_prime.c */ /* diff --git a/src/isode/psap/psaptest.c b/src/isode/psap/psaptest.c index 6700746817..90a3ec9a5e 100644 --- a/src/isode/psap/psaptest.c +++ b/src/isode/psap/psaptest.c @@ -1,24 +1,7 @@ /* psaptest.c - test out -lpsap */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:34:16 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:38:23 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:11 isode - * Release 7.0 - * - * + * isode/psap/psaptest.c */ /* diff --git a/src/isode/psap/qb2pe.c b/src/isode/psap/qb2pe.c index 74da7c758f..cd4c0b153c 100644 --- a/src/isode/psap/qb2pe.c +++ b/src/isode/psap/qb2pe.c @@ -1,24 +1,7 @@ /* qb2pe.c - create a variable-depth Inline CONStructor PElement */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:34:18 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:38:26 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:11 isode - * Release 7.0 - * - * + * isode/psap/qb2pe.c */ /* diff --git a/src/isode/psap/qb2prim.c b/src/isode/psap/qb2prim.c index bb0f4aeb45..d74e12e954 100644 --- a/src/isode/psap/qb2prim.c +++ b/src/isode/psap/qb2prim.c @@ -1,24 +1,7 @@ /* qb2prim.c - octet string to primitive */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:34:20 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:38:27 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:12 isode - * Release 7.0 - * - * + * isode/psap/qb2prim.c */ /* diff --git a/src/isode/psap/qb2str.c b/src/isode/psap/qb2str.c index d251c487de..c3a8cc8bf9 100644 --- a/src/isode/psap/qb2str.c +++ b/src/isode/psap/qb2str.c @@ -1,27 +1,7 @@ /* qb2str.c - qbuf to string */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.2 1994/06/15 23:24:35 eichin - * step 3: bcopy->memcpy or memmove (chose by hand), twiddle args - * - * Revision 1.1 1994/06/10 03:34:22 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:38:29 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:12 isode - * Release 7.0 - * - * + * isode/psap/qb2str.c */ /* diff --git a/src/isode/psap/qb_free.c b/src/isode/psap/qb_free.c index af0edcca26..4d2a221701 100644 --- a/src/isode/psap/qb_free.c +++ b/src/isode/psap/qb_free.c @@ -1,24 +1,7 @@ /* qb_free.c - free a list of qbufs */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:34:24 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:38:31 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:13 isode - * Release 7.0 - * - * + * isode/psap/qb_free.c */ /* diff --git a/src/isode/psap/qb_pullup.c b/src/isode/psap/qb_pullup.c index 04eb8ff470..aed47c262e 100644 --- a/src/isode/psap/qb_pullup.c +++ b/src/isode/psap/qb_pullup.c @@ -1,27 +1,7 @@ /* qb_pullup.c - "pullup" a list of qbufs */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.2 1994/06/15 23:24:36 eichin - * step 3: bcopy->memcpy or memmove (chose by hand), twiddle args - * - * Revision 1.1 1994/06/10 03:34:26 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:38:32 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:13 isode - * Release 7.0 - * - * + * isode/psap/qb_pullup.c */ /* diff --git a/src/isode/psap/qbuf2pe.c b/src/isode/psap/qbuf2pe.c index 570f292579..754c1fe4b8 100644 --- a/src/isode/psap/qbuf2pe.c +++ b/src/isode/psap/qbuf2pe.c @@ -1,24 +1,7 @@ /* qbuf2pe.c - read a PE from a SSDU */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:34:28 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:38:34 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:14 isode - * Release 7.0 - * - * + * isode/psap/qbuf2pe.c */ /* diff --git a/src/isode/psap/qbuf2pe_f.c b/src/isode/psap/qbuf2pe_f.c index bdef86d6a2..acebccfac5 100644 --- a/src/isode/psap/qbuf2pe_f.c +++ b/src/isode/psap/qbuf2pe_f.c @@ -1,27 +1,7 @@ /* qbuf2pe.c - build PE(s) from an SSDU assumed to be in qbuf(s) */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.2 1994/06/15 23:24:37 eichin - * step 3: bcopy->memcpy or memmove (chose by hand), twiddle args - * - * Revision 1.1 1994/06/10 03:34:30 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:38:35 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:14 isode - * Release 7.0 - * - * + * isode/psap/qbuf2pe_f.c */ /* diff --git a/src/isode/psap/qbuf2ps.c b/src/isode/psap/qbuf2ps.c index b42e619256..f71744a642 100644 --- a/src/isode/psap/qbuf2ps.c +++ b/src/isode/psap/qbuf2ps.c @@ -1,27 +1,7 @@ /* qbuf2ps.c - qbuf-backed abstractions for PStreams */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.2 1994/06/15 23:24:39 eichin - * step 3: bcopy->memcpy or memmove (chose by hand), twiddle args - * - * Revision 1.1 1994/06/10 03:34:32 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:38:37 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:15 isode - * Release 7.0 - * - * + * isode/psap/qbuf2ps.c */ /* diff --git a/src/isode/psap/real2prim.c b/src/isode/psap/real2prim.c index a05fbf733c..0ef5366987 100644 --- a/src/isode/psap/real2prim.c +++ b/src/isode/psap/real2prim.c @@ -1,17 +1,10 @@ /* real2prim.c - real to presentation element */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ + * isode/psap/real2prim.c * * Contributed by Julian Onions, Nottingham University. * July 1989 - this is awful stuff! - * - * $ - * */ /* diff --git a/src/isode/psap/seq_add.c b/src/isode/psap/seq_add.c index ca5f027335..a95fe442bb 100644 --- a/src/isode/psap/seq_add.c +++ b/src/isode/psap/seq_add.c @@ -1,24 +1,7 @@ /* seq_add.c - add an element to a sequence */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:34:36 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:38:40 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:16 isode - * Release 7.0 - * - * + * isode/psap/seq_add.c */ /* diff --git a/src/isode/psap/seq_addon.c b/src/isode/psap/seq_addon.c index 3b5db649d0..25ed2ae231 100644 --- a/src/isode/psap/seq_addon.c +++ b/src/isode/psap/seq_addon.c @@ -1,24 +1,7 @@ /* seq_addon.c - add a member to the end of a sequence (efficiency hack) */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:34:38 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:38:42 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:16 isode - * Release 7.0 - * - * + * isode/psap/seq_addon.c */ /* diff --git a/src/isode/psap/seq_del.c b/src/isode/psap/seq_del.c index 019e47c9cc..948e71d0a3 100644 --- a/src/isode/psap/seq_del.c +++ b/src/isode/psap/seq_del.c @@ -1,24 +1,7 @@ /* seq_del.c - delete a member from a sequence */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:34:40 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:38:43 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:17 isode - * Release 7.0 - * - * + * isode/psap/seq_del.c */ /* diff --git a/src/isode/psap/seq_find.c b/src/isode/psap/seq_find.c index c526b4b5f0..1c69fe8662 100644 --- a/src/isode/psap/seq_find.c +++ b/src/isode/psap/seq_find.c @@ -1,24 +1,7 @@ /* seq_find.c - find an element in a sequence */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:34:41 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:38:45 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:17 isode - * Release 7.0 - * - * + * isode/psap/seq_find.c */ /* diff --git a/src/isode/psap/set_add.c b/src/isode/psap/set_add.c index fafb12bf36..e2fde7c13e 100644 --- a/src/isode/psap/set_add.c +++ b/src/isode/psap/set_add.c @@ -1,24 +1,7 @@ /* set_add.c - add member to set */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:34:43 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:38:46 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:18 isode - * Release 7.0 - * - * + * isode/psap/set_add.c */ /* diff --git a/src/isode/psap/set_addon.c b/src/isode/psap/set_addon.c index dae580577b..7aa5e6295e 100644 --- a/src/isode/psap/set_addon.c +++ b/src/isode/psap/set_addon.c @@ -1,24 +1,7 @@ /* set_addon.c - add member to end of a set */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:34:45 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:38:48 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:18 isode - * Release 7.0 - * - * + * isode/psap/set_addon.c */ /* diff --git a/src/isode/psap/set_del.c b/src/isode/psap/set_del.c index b4da98239e..9acaca5712 100644 --- a/src/isode/psap/set_del.c +++ b/src/isode/psap/set_del.c @@ -1,24 +1,7 @@ /* set_del.c - remove member from set */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:34:47 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:38:49 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:19 isode - * Release 7.0 - * - * + * isode/psap/set_del.c */ /* diff --git a/src/isode/psap/set_find.c b/src/isode/psap/set_find.c index d6d87b0c0a..a75a5f5d29 100644 --- a/src/isode/psap/set_find.c +++ b/src/isode/psap/set_find.c @@ -1,24 +1,7 @@ /* set_find.c - find member of a set */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:34:49 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:38:51 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:19 isode - * Release 7.0 - * - * + * isode/psap/set_find.c */ /* diff --git a/src/isode/psap/sprintoid.c b/src/isode/psap/sprintoid.c index fb85a61471..5e8f7f1278 100644 --- a/src/isode/psap/sprintoid.c +++ b/src/isode/psap/sprintoid.c @@ -1,24 +1,7 @@ /* sprintoid.c - object identifier to string */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:34:51 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:38:53 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:21 isode - * Release 7.0 - * - * + * isode/psap/sprintoid.c */ /* diff --git a/src/isode/psap/sprintref.c b/src/isode/psap/sprintref.c index da4aa7a811..4996d4d7fb 100644 --- a/src/isode/psap/sprintref.c +++ b/src/isode/psap/sprintref.c @@ -1,24 +1,7 @@ /* sprintref.c - manage encoded session addresses */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:34:54 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:38:54 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:22 isode - * Release 7.0 - * - * + * isode/psap/sprintref.c */ /* diff --git a/src/isode/psap/ssdu2pe.c b/src/isode/psap/ssdu2pe.c index c6ea405d6b..98156fd667 100644 --- a/src/isode/psap/ssdu2pe.c +++ b/src/isode/psap/ssdu2pe.c @@ -1,24 +1,7 @@ /* ssdu2pe.c - read a PE from SSDU */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:34:56 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:38:56 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:22 isode - * Release 7.0 - * - * + * isode/psap/ssdu2pe.c */ /* diff --git a/src/isode/psap/std2ps.c b/src/isode/psap/std2ps.c index 6ccaa52ef3..f422094e65 100644 --- a/src/isode/psap/std2ps.c +++ b/src/isode/psap/std2ps.c @@ -1,24 +1,7 @@ /* std2ps.c - stdio-backed abstraction for PStreams */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:34:58 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:38:57 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:23 isode - * Release 7.0 - * - * + * isode/psap/std2ps.c */ /* diff --git a/src/isode/psap/str2oid.c b/src/isode/psap/str2oid.c index 1e4f1c1c06..85ad57c4c5 100644 --- a/src/isode/psap/str2oid.c +++ b/src/isode/psap/str2oid.c @@ -1,24 +1,7 @@ /* str2oid.c - string to object identifier */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:35:00 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:38:59 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:23 isode - * Release 7.0 - * - * + * isode/psap/str2oid.c */ /* diff --git a/src/isode/psap/str2pe.c b/src/isode/psap/str2pe.c index 6dd6717115..8f75914ccc 100644 --- a/src/isode/psap/str2pe.c +++ b/src/isode/psap/str2pe.c @@ -1,24 +1,7 @@ /* str2pe.c - create an Inline CONStructor PElement */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:35:02 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:39:00 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:24 isode - * Release 7.0 - * - * + * isode/psap/str2pe.c */ /* diff --git a/src/isode/psap/str2prim.c b/src/isode/psap/str2prim.c index 54a782d2ce..1d95f25507 100644 --- a/src/isode/psap/str2prim.c +++ b/src/isode/psap/str2prim.c @@ -1,24 +1,7 @@ /* str2prim.c - octet string to presentation element */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:35:04 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:39:02 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:24 isode - * Release 7.0 - * - * + * isode/psap/str2prim.c */ /* diff --git a/src/isode/psap/str2ps.c b/src/isode/psap/str2ps.c index 01adc7fcae..dab0891bf2 100644 --- a/src/isode/psap/str2ps.c +++ b/src/isode/psap/str2ps.c @@ -1,27 +1,7 @@ /* str2ps.c - string-backed abstraction for PStreams */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.2 1994/06/15 23:24:40 eichin - * step 3: bcopy->memcpy or memmove (chose by hand), twiddle args - * - * Revision 1.1 1994/06/10 03:35:06 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:39:03 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:25 isode - * Release 7.0 - * - * + * isode/psap/str2ps.c */ /* diff --git a/src/isode/psap/str2qb.c b/src/isode/psap/str2qb.c index cb83f64ec5..0568ef8194 100644 --- a/src/isode/psap/str2qb.c +++ b/src/isode/psap/str2qb.c @@ -1,27 +1,7 @@ /* str2qb.c - string to qbuf */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.2 1994/06/15 23:24:41 eichin - * step 3: bcopy->memcpy or memmove (chose by hand), twiddle args - * - * Revision 1.1 1994/06/10 03:35:09 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:39:05 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:25 isode - * Release 7.0 - * - * + * isode/psap/str2qb.c */ /* diff --git a/src/isode/psap/strb2bitstr.c b/src/isode/psap/strb2bitstr.c index c8d19eeb37..4ad1061b48 100644 --- a/src/isode/psap/strb2bitstr.c +++ b/src/isode/psap/strb2bitstr.c @@ -1,24 +1,7 @@ /* strb2bitstr.c - string of bits to bit string */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:35:11 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:39:07 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:26 isode - * Release 7.0 - * - * + * isode/psap/strb2bitstr.c */ /* diff --git a/src/isode/psap/strb2int.c b/src/isode/psap/strb2int.c index 18ce3f77ec..d0c2683a9e 100644 --- a/src/isode/psap/strb2int.c +++ b/src/isode/psap/strb2int.c @@ -1,24 +1,7 @@ /* converts a bit string - output of bitstr2strb() - to an integer */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:35:13 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:39:08 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:26 isode - * Release 7.0 - * - * + * isode/psap/strb2int.c */ /* diff --git a/src/isode/psap/time2prim.c b/src/isode/psap/time2prim.c index 0657b5d533..91e8e61c75 100644 --- a/src/isode/psap/time2prim.c +++ b/src/isode/psap/time2prim.c @@ -1,24 +1,7 @@ /* time2prim.c - time string to presentation element */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:35:15 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:39:10 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:27 isode - * Release 7.0 - * - * + * isode/psap/time2prim.c */ /* diff --git a/src/isode/psap/time2str.c b/src/isode/psap/time2str.c index 5717af2a1e..1bdc160e8b 100644 --- a/src/isode/psap/time2str.c +++ b/src/isode/psap/time2str.c @@ -1,24 +1,7 @@ /* time2str.c - time string to string */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:35:17 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:39:11 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:27 isode - * Release 7.0 - * - * + * isode/psap/time2str.c */ /* diff --git a/src/isode/psap/tm2ut.c b/src/isode/psap/tm2ut.c index 8b10251d9b..edd20f9574 100644 --- a/src/isode/psap/tm2ut.c +++ b/src/isode/psap/tm2ut.c @@ -1,27 +1,7 @@ /* tm2ut.c - tm to time string */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.2 1994/06/15 21:00:01 eichin - * step 1: bzero->memset(,0,) - * - * Revision 1.1 1994/06/10 03:35:19 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:39:13 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:28 isode - * Release 7.0 - * - * + * isode/psap/tm2ut.c */ /* diff --git a/src/isode/psap/ts2ps.c b/src/isode/psap/ts2ps.c index 70a7b397ea..7dbb96194d 100644 --- a/src/isode/psap/ts2ps.c +++ b/src/isode/psap/ts2ps.c @@ -1,25 +1,8 @@ /* ts2ps.c - TSDU-backed abstraction for PStreams (really just a refinement of datagram-backed PStreams) */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.1 1994/06/10 03:35:22 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:39:14 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:28 isode - * Release 7.0 - * - * + * isode/psap/ts2ps.c */ /* diff --git a/src/isode/psap/ut2tm.c b/src/isode/psap/ut2tm.c index 6220dcbea4..7383261359 100644 --- a/src/isode/psap/ut2tm.c +++ b/src/isode/psap/ut2tm.c @@ -1,27 +1,7 @@ /* ut2tm.c - time string to tm */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.2 1994/06/15 21:00:04 eichin - * step 1: bzero->memset(,0,) - * - * Revision 1.1 1994/06/10 03:35:24 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:39:16 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:29 isode - * Release 7.0 - * - * + * isode/psap/ut2tm.c */ /* diff --git a/src/isode/psap/uvec2ps.c b/src/isode/psap/uvec2ps.c index 41fa618a17..0501b0eaee 100644 --- a/src/isode/psap/uvec2ps.c +++ b/src/isode/psap/uvec2ps.c @@ -1,27 +1,7 @@ /* uvec2ps.c - uvec-backed abstraction for PStreams */ -#ifndef lint -static char *rcsid = "$Header$"; -#endif - /* - * $Header$ - * - * - * $Log$ - * Revision 1.2 1994/06/15 23:24:43 eichin - * step 3: bcopy->memcpy or memmove (chose by hand), twiddle args - * - * Revision 1.1 1994/06/10 03:35:26 eichin - * autoconfed isode for kerberos work - * - * Revision 1.1 1994/06/01 00:39:17 eichin - * add psap too - * - * Revision 8.0 91/07/17 12:47:29 isode - * Release 7.0 - * - * + * isode/psap/uvec2ps.c */ /* |
