diff options
author | Niels Provos <provos@cvs.openbsd.org> | 2000-12-15 02:50:41 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 2000-12-15 02:50:41 +0000 |
commit | f73310a89a8937983aae944d12b4da43cf51fac9 (patch) | |
tree | 8089214b98dd96785ebdd0c67f3849283e51095c /sbin | |
parent | 2432aed3ddeab374356a9cb597da027b9676a281 (diff) |
update email address in copyright.
Diffstat (limited to 'sbin')
56 files changed, 106 insertions, 106 deletions
diff --git a/sbin/photurisd/api.c b/sbin/photurisd/api.c index 6ebd67e2b1f..3a0dc87adb7 100644 --- a/sbin/photurisd/api.c +++ b/sbin/photurisd/api.c @@ -1,5 +1,5 @@ /* - * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Parts derived from code by Angelos D. Keromytis, kermit@forthnet.gr @@ -37,7 +37,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: api.c,v 1.3 2000/12/11 21:21:17 provos Exp $"; +static char rcsid[] = "$Id: api.c,v 1.4 2000/12/15 02:50:37 provos Exp $"; #endif #define _API_C_ diff --git a/sbin/photurisd/api.h b/sbin/photurisd/api.h index 029585182fa..bf5b3316f86 100644 --- a/sbin/photurisd/api.h +++ b/sbin/photurisd/api.h @@ -1,5 +1,5 @@ /* - * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * This code is originally from Angelos D. Keromytis, kermit@forthnet.gr diff --git a/sbin/photurisd/attributes.c b/sbin/photurisd/attributes.c index c66cf815994..1ce35c155f2 100644 --- a/sbin/photurisd/attributes.c +++ b/sbin/photurisd/attributes.c @@ -1,5 +1,5 @@ /* - * Copyright 1997,1998 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -33,7 +33,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: attributes.c,v 1.1 1998/11/14 23:37:22 deraadt Exp $"; +static char rcsid[] = "$Id: attributes.c,v 1.2 2000/12/15 02:50:37 provos Exp $"; #endif #define _ATTRIBUTES_C_ diff --git a/sbin/photurisd/attributes.h b/sbin/photurisd/attributes.h index ccfdea8701a..4429b11f41c 100644 --- a/sbin/photurisd/attributes.h +++ b/sbin/photurisd/attributes.h @@ -1,5 +1,5 @@ /* - * Copyright 1997,1998 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sbin/photurisd/buffer.c b/sbin/photurisd/buffer.c index 70ef2b21cc9..2a93a6687f5 100644 --- a/sbin/photurisd/buffer.c +++ b/sbin/photurisd/buffer.c @@ -1,5 +1,5 @@ /* - * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -33,7 +33,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: buffer.c,v 1.1 1998/11/14 23:37:22 deraadt Exp $"; +static char rcsid[] = "$Id: buffer.c,v 1.2 2000/12/15 02:50:37 provos Exp $"; #endif #include <sys/types.h> diff --git a/sbin/photurisd/buffer.h b/sbin/photurisd/buffer.h index 8492221abaf..95527bc1917 100644 --- a/sbin/photurisd/buffer.h +++ b/sbin/photurisd/buffer.h @@ -1,5 +1,5 @@ /* - * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $Id: buffer.h,v 1.1 1998/11/14 23:37:22 deraadt Exp $ */ +/* $Id: buffer.h,v 1.2 2000/12/15 02:50:37 provos Exp $ */ /* * buffer.h: * variables with buffers. diff --git a/sbin/photurisd/compute_secrets.c b/sbin/photurisd/compute_secrets.c index d50aea6a410..7750e711b8a 100644 --- a/sbin/photurisd/compute_secrets.c +++ b/sbin/photurisd/compute_secrets.c @@ -1,5 +1,5 @@ /* - * Copyright 1997,1998 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -34,7 +34,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: compute_secrets.c,v 1.3 2000/12/11 21:21:17 provos Exp $"; +static char rcsid[] = "$Id: compute_secrets.c,v 1.4 2000/12/15 02:50:37 provos Exp $"; #endif #define _SECRETS_C_ diff --git a/sbin/photurisd/config.h b/sbin/photurisd/config.h index 3feae374af3..8b2af517c79 100644 --- a/sbin/photurisd/config.h +++ b/sbin/photurisd/config.h @@ -1,5 +1,5 @@ /* - * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $Id: config.h,v 1.2 2000/12/11 20:32:15 provos Exp $ */ +/* $Id: config.h,v 1.3 2000/12/15 02:50:37 provos Exp $ */ /* * config.h: * handling config diff --git a/sbin/photurisd/cookie.c b/sbin/photurisd/cookie.c index 8092886356d..75646e46657 100644 --- a/sbin/photurisd/cookie.c +++ b/sbin/photurisd/cookie.c @@ -1,5 +1,5 @@ /* - * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -33,7 +33,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: cookie.c,v 1.1 1998/11/14 23:37:22 deraadt Exp $"; +static char rcsid[] = "$Id: cookie.c,v 1.2 2000/12/15 02:50:37 provos Exp $"; #endif #define _COOKIE_C_ diff --git a/sbin/photurisd/cookie.h b/sbin/photurisd/cookie.h index 34af421b0c5..a4ba92df61f 100644 --- a/sbin/photurisd/cookie.h +++ b/sbin/photurisd/cookie.h @@ -1,5 +1,5 @@ /* - * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $Id: cookie.h,v 1.1 1998/11/14 23:37:22 deraadt Exp $ */ +/* $Id: cookie.h,v 1.2 2000/12/15 02:50:38 provos Exp $ */ /* * cookie.h: * cookie generation header file diff --git a/sbin/photurisd/encrypt.h b/sbin/photurisd/encrypt.h index 3d90356cc73..8e2faa5327f 100644 --- a/sbin/photurisd/encrypt.h +++ b/sbin/photurisd/encrypt.h @@ -1,5 +1,5 @@ /* - * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $Id: encrypt.h,v 1.1 1998/11/14 23:37:23 deraadt Exp $ */ +/* $Id: encrypt.h,v 1.2 2000/12/15 02:50:38 provos Exp $ */ /* * encrypt.h: * prototypes for photuris_packet_encrypt.c diff --git a/sbin/photurisd/exchange.h b/sbin/photurisd/exchange.h index 0d6070bbe80..e93e1f9ab27 100644 --- a/sbin/photurisd/exchange.h +++ b/sbin/photurisd/exchange.h @@ -1,5 +1,5 @@ /* - * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $Id: exchange.h,v 1.2 2000/12/11 02:16:50 provos Exp $ */ +/* $Id: exchange.h,v 1.3 2000/12/15 02:50:38 provos Exp $ */ /* * exchange.h: * exchange generation header file diff --git a/sbin/photurisd/handle_bad_cookie.c b/sbin/photurisd/handle_bad_cookie.c index 18432287d97..f8ceadff8d2 100644 --- a/sbin/photurisd/handle_bad_cookie.c +++ b/sbin/photurisd/handle_bad_cookie.c @@ -1,5 +1,5 @@ /* - * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -34,7 +34,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: handle_bad_cookie.c,v 1.2 2000/12/11 21:21:17 provos Exp $"; +static char rcsid[] = "$Id: handle_bad_cookie.c,v 1.3 2000/12/15 02:50:38 provos Exp $"; #endif #include <stdio.h> diff --git a/sbin/photurisd/handle_cookie_request.c b/sbin/photurisd/handle_cookie_request.c index 2df03f0b867..d0c33534970 100644 --- a/sbin/photurisd/handle_cookie_request.c +++ b/sbin/photurisd/handle_cookie_request.c @@ -1,5 +1,5 @@ /* - * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -34,7 +34,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: handle_cookie_request.c,v 1.1 1998/11/14 23:37:23 deraadt Exp $"; +static char rcsid[] = "$Id: handle_cookie_request.c,v 1.2 2000/12/15 02:50:38 provos Exp $"; #endif #include <stdio.h> diff --git a/sbin/photurisd/handle_cookie_response.c b/sbin/photurisd/handle_cookie_response.c index b815e2a3cc8..38f1703886c 100644 --- a/sbin/photurisd/handle_cookie_response.c +++ b/sbin/photurisd/handle_cookie_response.c @@ -1,5 +1,5 @@ /* - * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -34,7 +34,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: handle_cookie_response.c,v 1.4 2000/12/15 02:42:08 provos Exp $"; +static char rcsid[] = "$Id: handle_cookie_response.c,v 1.5 2000/12/15 02:50:38 provos Exp $"; #endif #include <stdio.h> diff --git a/sbin/photurisd/handle_identity_request.c b/sbin/photurisd/handle_identity_request.c index 4d67ca1fbef..3fb4303020a 100644 --- a/sbin/photurisd/handle_identity_request.c +++ b/sbin/photurisd/handle_identity_request.c @@ -1,5 +1,5 @@ /* - * Copyright 1997,1998 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -33,7 +33,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: handle_identity_request.c,v 1.4 2000/12/15 01:06:50 provos Exp $"; +static char rcsid[] = "$Id: handle_identity_request.c,v 1.5 2000/12/15 02:50:38 provos Exp $"; #endif #include <stdio.h> diff --git a/sbin/photurisd/handle_identity_response.c b/sbin/photurisd/handle_identity_response.c index 0e58986bfad..b2d437be2ab 100644 --- a/sbin/photurisd/handle_identity_response.c +++ b/sbin/photurisd/handle_identity_response.c @@ -1,5 +1,5 @@ /* - * Copyright 1997,1998 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -34,7 +34,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: handle_identity_response.c,v 1.4 2000/12/15 01:06:51 provos Exp $"; +static char rcsid[] = "$Id: handle_identity_response.c,v 1.5 2000/12/15 02:50:38 provos Exp $"; #endif #include <stdio.h> diff --git a/sbin/photurisd/handle_message_reject.c b/sbin/photurisd/handle_message_reject.c index d351fa47398..e5793cae4a1 100644 --- a/sbin/photurisd/handle_message_reject.c +++ b/sbin/photurisd/handle_message_reject.c @@ -1,5 +1,5 @@ /* - * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -34,7 +34,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: handle_message_reject.c,v 1.2 2000/12/11 21:21:17 provos Exp $"; +static char rcsid[] = "$Id: handle_message_reject.c,v 1.3 2000/12/15 02:50:38 provos Exp $"; #endif #include <stdio.h> diff --git a/sbin/photurisd/handle_resource_limit.c b/sbin/photurisd/handle_resource_limit.c index d902f56abff..511113ad407 100644 --- a/sbin/photurisd/handle_resource_limit.c +++ b/sbin/photurisd/handle_resource_limit.c @@ -1,5 +1,5 @@ /* - * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -34,7 +34,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: handle_resource_limit.c,v 1.2 2000/12/11 21:21:17 provos Exp $"; +static char rcsid[] = "$Id: handle_resource_limit.c,v 1.3 2000/12/15 02:50:38 provos Exp $"; #endif #include <stdio.h> diff --git a/sbin/photurisd/handle_spi_needed.c b/sbin/photurisd/handle_spi_needed.c index 6320fbc887a..e71b945d58a 100644 --- a/sbin/photurisd/handle_spi_needed.c +++ b/sbin/photurisd/handle_spi_needed.c @@ -1,5 +1,5 @@ /* - * Copyright 1997,1998 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -34,7 +34,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: handle_spi_needed.c,v 1.3 2000/12/15 01:06:51 provos Exp $"; +static char rcsid[] = "$Id: handle_spi_needed.c,v 1.4 2000/12/15 02:50:38 provos Exp $"; #endif #include <stdio.h> diff --git a/sbin/photurisd/handle_spi_update.c b/sbin/photurisd/handle_spi_update.c index 19c61296011..a7908c07aad 100644 --- a/sbin/photurisd/handle_spi_update.c +++ b/sbin/photurisd/handle_spi_update.c @@ -1,5 +1,5 @@ /* - * Copyright 1997,1998 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -34,7 +34,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: handle_spi_update.c,v 1.5 2000/12/14 23:28:57 provos Exp $"; +static char rcsid[] = "$Id: handle_spi_update.c,v 1.6 2000/12/15 02:50:38 provos Exp $"; #endif #include <stdio.h> diff --git a/sbin/photurisd/handle_value_request.c b/sbin/photurisd/handle_value_request.c index 53cc7ec4d2b..07588fb302d 100644 --- a/sbin/photurisd/handle_value_request.c +++ b/sbin/photurisd/handle_value_request.c @@ -1,5 +1,5 @@ /* - * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -34,7 +34,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: handle_value_request.c,v 1.4 2000/12/11 21:21:17 provos Exp $"; +static char rcsid[] = "$Id: handle_value_request.c,v 1.5 2000/12/15 02:50:38 provos Exp $"; #endif #include <stdio.h> diff --git a/sbin/photurisd/handle_value_response.c b/sbin/photurisd/handle_value_response.c index b20eea6557e..cb72022ae99 100644 --- a/sbin/photurisd/handle_value_response.c +++ b/sbin/photurisd/handle_value_response.c @@ -1,5 +1,5 @@ /* - * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -34,7 +34,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: handle_value_response.c,v 1.3 2000/12/11 21:21:17 provos Exp $"; +static char rcsid[] = "$Id: handle_value_response.c,v 1.4 2000/12/15 02:50:38 provos Exp $"; #endif #include <stdlib.h> diff --git a/sbin/photurisd/handle_verification_failure.c b/sbin/photurisd/handle_verification_failure.c index 5501046c518..c389e69e9f6 100644 --- a/sbin/photurisd/handle_verification_failure.c +++ b/sbin/photurisd/handle_verification_failure.c @@ -1,5 +1,5 @@ /* - * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -34,7 +34,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: handle_verification_failure.c,v 1.2 2000/12/11 21:21:17 provos Exp $"; +static char rcsid[] = "$Id: handle_verification_failure.c,v 1.3 2000/12/15 02:50:38 provos Exp $"; #endif #include <stdio.h> diff --git a/sbin/photurisd/identity.c b/sbin/photurisd/identity.c index 9aa53a13010..1ed700f414a 100644 --- a/sbin/photurisd/identity.c +++ b/sbin/photurisd/identity.c @@ -1,5 +1,5 @@ /* - * Copyright 1997,1998 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -33,7 +33,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: identity.c,v 1.3 2000/12/11 21:21:17 provos Exp $"; +static char rcsid[] = "$Id: identity.c,v 1.4 2000/12/15 02:50:38 provos Exp $"; #endif #define _IDENTITY_C_ diff --git a/sbin/photurisd/identity.h b/sbin/photurisd/identity.h index 46802c16bfc..15917ddbccb 100644 --- a/sbin/photurisd/identity.h +++ b/sbin/photurisd/identity.h @@ -1,5 +1,5 @@ /* - * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sbin/photurisd/kernel.h b/sbin/photurisd/kernel.h index 194eb181a9c..df387b8bd8a 100644 --- a/sbin/photurisd/kernel.h +++ b/sbin/photurisd/kernel.h @@ -1,5 +1,5 @@ /* - * Copyright 1997,1998 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $Id: kernel.h,v 1.9 2000/12/14 23:28:58 provos Exp $ */ +/* $Id: kernel.h,v 1.10 2000/12/15 02:50:38 provos Exp $ */ /* * kernel.h: * security paramter index creation. diff --git a/sbin/photurisd/packet.c b/sbin/photurisd/packet.c index c5a3d716c6d..ff807797d5a 100644 --- a/sbin/photurisd/packet.c +++ b/sbin/photurisd/packet.c @@ -1,5 +1,5 @@ /* - * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -33,7 +33,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: packet.c,v 1.2 2000/12/11 21:21:18 provos Exp $"; +static char rcsid[] = "$Id: packet.c,v 1.3 2000/12/15 02:50:38 provos Exp $"; #endif #define _PACKET_C_ diff --git a/sbin/photurisd/packet.h b/sbin/photurisd/packet.h index 9b341f17f7d..66d3aeaebc5 100644 --- a/sbin/photurisd/packet.h +++ b/sbin/photurisd/packet.h @@ -1,5 +1,5 @@ /* - * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $Id: packet.h,v 1.1 1998/11/14 23:37:25 deraadt Exp $ */ +/* $Id: packet.h,v 1.2 2000/12/15 02:50:38 provos Exp $ */ /* * packet.h: * prototyped for receiving and anwsering packets diff --git a/sbin/photurisd/packets.h b/sbin/photurisd/packets.h index dbfe3d8a9b3..0cea3f6bfad 100644 --- a/sbin/photurisd/packets.h +++ b/sbin/photurisd/packets.h @@ -1,5 +1,5 @@ /* - * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $Id: packets.h,v 1.1 1998/11/14 23:37:26 deraadt Exp $ */ +/* $Id: packets.h,v 1.2 2000/12/15 02:50:39 provos Exp $ */ /* * packets.h: */ diff --git a/sbin/photurisd/photuris.h b/sbin/photurisd/photuris.h index 866921fe144..0ea3282efd0 100644 --- a/sbin/photurisd/photuris.h +++ b/sbin/photurisd/photuris.h @@ -1,5 +1,5 @@ /* - * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $Id: photuris.h,v 1.1 1998/11/14 23:37:26 deraadt Exp $ */ +/* $Id: photuris.h,v 1.2 2000/12/15 02:50:39 provos Exp $ */ /* * photuris.h: * general header file diff --git a/sbin/photurisd/photuris_cookie_request.c b/sbin/photurisd/photuris_cookie_request.c index 10f2824381f..2dd29034a34 100644 --- a/sbin/photurisd/photuris_cookie_request.c +++ b/sbin/photurisd/photuris_cookie_request.c @@ -1,5 +1,5 @@ /* - * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -34,7 +34,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: photuris_cookie_request.c,v 1.2 2000/12/15 02:42:08 provos Exp $"; +static char rcsid[] = "$Id: photuris_cookie_request.c,v 1.3 2000/12/15 02:50:39 provos Exp $"; #endif #include <stdio.h> diff --git a/sbin/photurisd/photuris_cookie_response.c b/sbin/photurisd/photuris_cookie_response.c index d886f248471..04eaad7f00b 100644 --- a/sbin/photurisd/photuris_cookie_response.c +++ b/sbin/photurisd/photuris_cookie_response.c @@ -1,5 +1,5 @@ /* - * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -34,7 +34,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: photuris_cookie_response.c,v 1.1 1998/11/14 23:37:26 deraadt Exp $"; +static char rcsid[] = "$Id: photuris_cookie_response.c,v 1.2 2000/12/15 02:50:39 provos Exp $"; #endif #include <stdio.h> diff --git a/sbin/photurisd/photuris_error_message.c b/sbin/photurisd/photuris_error_message.c index 6b8d3c7564d..7940888bbfd 100644 --- a/sbin/photurisd/photuris_error_message.c +++ b/sbin/photurisd/photuris_error_message.c @@ -1,5 +1,5 @@ /* - * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -34,7 +34,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: photuris_error_message.c,v 1.1 1998/11/14 23:37:26 deraadt Exp $"; +static char rcsid[] = "$Id: photuris_error_message.c,v 1.2 2000/12/15 02:50:39 provos Exp $"; #endif #include <stdio.h> diff --git a/sbin/photurisd/photuris_identity_request.c b/sbin/photurisd/photuris_identity_request.c index 0c71826534f..2d8859423ea 100644 --- a/sbin/photurisd/photuris_identity_request.c +++ b/sbin/photurisd/photuris_identity_request.c @@ -1,5 +1,5 @@ /* - * Copyright 1997,1998 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -34,7 +34,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: photuris_identity_request.c,v 1.1 1998/11/14 23:37:26 deraadt Exp $"; +static char rcsid[] = "$Id: photuris_identity_request.c,v 1.2 2000/12/15 02:50:39 provos Exp $"; #endif #include <stdio.h> diff --git a/sbin/photurisd/photuris_identity_response.c b/sbin/photurisd/photuris_identity_response.c index 93785c12c7d..e312900a3aa 100644 --- a/sbin/photurisd/photuris_identity_response.c +++ b/sbin/photurisd/photuris_identity_response.c @@ -1,5 +1,5 @@ /* - * Copyright 1997,1998 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -34,7 +34,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: photuris_identity_response.c,v 1.1 1998/11/14 23:37:26 deraadt Exp $"; +static char rcsid[] = "$Id: photuris_identity_response.c,v 1.2 2000/12/15 02:50:39 provos Exp $"; #endif #include <stdio.h> diff --git a/sbin/photurisd/photuris_packet_encrypt.c b/sbin/photurisd/photuris_packet_encrypt.c index d4dc4323013..790f963ab70 100644 --- a/sbin/photurisd/photuris_packet_encrypt.c +++ b/sbin/photurisd/photuris_packet_encrypt.c @@ -1,5 +1,5 @@ /* - * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -33,7 +33,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: photuris_packet_encrypt.c,v 1.2 2000/12/11 21:21:18 provos Exp $"; +static char rcsid[] = "$Id: photuris_packet_encrypt.c,v 1.3 2000/12/15 02:50:39 provos Exp $"; #endif #define _ENCRYPT_C_ diff --git a/sbin/photurisd/photuris_spi_needed.c b/sbin/photurisd/photuris_spi_needed.c index e858c44919b..ba323a4ae57 100644 --- a/sbin/photurisd/photuris_spi_needed.c +++ b/sbin/photurisd/photuris_spi_needed.c @@ -1,5 +1,5 @@ /* - * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -33,7 +33,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: photuris_spi_needed.c,v 1.1 1998/11/14 23:37:27 deraadt Exp $"; +static char rcsid[] = "$Id: photuris_spi_needed.c,v 1.2 2000/12/15 02:50:39 provos Exp $"; #endif #include <stdio.h> diff --git a/sbin/photurisd/photuris_spi_update.c b/sbin/photurisd/photuris_spi_update.c index 250f85f4142..1afdd16e1b2 100644 --- a/sbin/photurisd/photuris_spi_update.c +++ b/sbin/photurisd/photuris_spi_update.c @@ -1,5 +1,5 @@ /* - * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -34,7 +34,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: photuris_spi_update.c,v 1.1 1998/11/14 23:37:27 deraadt Exp $"; +static char rcsid[] = "$Id: photuris_spi_update.c,v 1.2 2000/12/15 02:50:39 provos Exp $"; #endif #include <stdio.h> diff --git a/sbin/photurisd/photuris_value_request.c b/sbin/photurisd/photuris_value_request.c index 35344ac683b..6cc444d00b6 100644 --- a/sbin/photurisd/photuris_value_request.c +++ b/sbin/photurisd/photuris_value_request.c @@ -1,5 +1,5 @@ /* - * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -34,7 +34,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: photuris_value_request.c,v 1.1 1998/11/14 23:37:27 deraadt Exp $"; +static char rcsid[] = "$Id: photuris_value_request.c,v 1.2 2000/12/15 02:50:39 provos Exp $"; #endif #include <stdio.h> diff --git a/sbin/photurisd/photuris_value_response.c b/sbin/photurisd/photuris_value_response.c index 4339e23b17b..ce898c5ae69 100644 --- a/sbin/photurisd/photuris_value_response.c +++ b/sbin/photurisd/photuris_value_response.c @@ -1,5 +1,5 @@ /* - * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -34,7 +34,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: photuris_value_response.c,v 1.1 1998/11/14 23:37:27 deraadt Exp $"; +static char rcsid[] = "$Id: photuris_value_response.c,v 1.2 2000/12/15 02:50:39 provos Exp $"; #endif #include <stdio.h> diff --git a/sbin/photurisd/photurisd.c b/sbin/photurisd/photurisd.c index e8982d7c8c9..30169cbf9c5 100644 --- a/sbin/photurisd/photurisd.c +++ b/sbin/photurisd/photurisd.c @@ -1,5 +1,5 @@ /* - * Copyright 1997,1998 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -32,7 +32,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: photurisd.c,v 1.8 2000/12/15 02:42:09 provos Exp $"; +static char rcsid[] = "$Id: photurisd.c,v 1.9 2000/12/15 02:50:39 provos Exp $"; #endif #define _PHOTURIS_C_ diff --git a/sbin/photurisd/schedule.c b/sbin/photurisd/schedule.c index 0594f27e84b..d6bcacf849b 100644 --- a/sbin/photurisd/schedule.c +++ b/sbin/photurisd/schedule.c @@ -1,5 +1,5 @@ /* - * Copyright 1997,1998 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Parts derived from code by Angelos D. Keromytis, kermit@forthnet.gr @@ -35,7 +35,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: schedule.c,v 1.4 2000/12/15 02:42:09 provos Exp $"; +static char rcsid[] = "$Id: schedule.c,v 1.5 2000/12/15 02:50:39 provos Exp $"; #endif #define _SCHEDULE_C_ diff --git a/sbin/photurisd/schedule.h b/sbin/photurisd/schedule.h index 482546dc925..bca5c2e7e75 100644 --- a/sbin/photurisd/schedule.h +++ b/sbin/photurisd/schedule.h @@ -1,5 +1,5 @@ /* - * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $Id: schedule.h,v 1.1 1998/11/14 23:37:28 deraadt Exp $ */ +/* $Id: schedule.h,v 1.2 2000/12/15 02:50:39 provos Exp $ */ /* * schedule.h: * schedule events like retransmission and clean ups. diff --git a/sbin/photurisd/scheme.c b/sbin/photurisd/scheme.c index 6feb090d031..d374e610844 100644 --- a/sbin/photurisd/scheme.c +++ b/sbin/photurisd/scheme.c @@ -1,5 +1,5 @@ /* - * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -33,7 +33,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: scheme.c,v 1.3 2000/12/11 21:21:18 provos Exp $"; +static char rcsid[] = "$Id: scheme.c,v 1.4 2000/12/15 02:50:39 provos Exp $"; #endif #define _SCHEME_C_ diff --git a/sbin/photurisd/scheme.h b/sbin/photurisd/scheme.h index e31ea3bb3e1..830a67f69f7 100644 --- a/sbin/photurisd/scheme.h +++ b/sbin/photurisd/scheme.h @@ -1,5 +1,5 @@ /* - * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $Id: scheme.h,v 1.1 1998/11/14 23:37:28 deraadt Exp $ */ +/* $Id: scheme.h,v 1.2 2000/12/15 02:50:39 provos Exp $ */ /* * scheme.h: * security paramter index creation. diff --git a/sbin/photurisd/server.c b/sbin/photurisd/server.c index 13ac367262d..92afa075b61 100644 --- a/sbin/photurisd/server.c +++ b/sbin/photurisd/server.c @@ -1,5 +1,5 @@ /* - * Copyright 1997,1998 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Parts derived from code by Angelos D. Keromytis, kermit@forthnet.gr @@ -35,7 +35,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: server.c,v 1.6 2000/12/14 23:28:59 provos Exp $"; +static char rcsid[] = "$Id: server.c,v 1.7 2000/12/15 02:50:39 provos Exp $"; #endif #define _SERVER_C_ diff --git a/sbin/photurisd/server.h b/sbin/photurisd/server.h index a3bbef12375..926f46bc49e 100644 --- a/sbin/photurisd/server.h +++ b/sbin/photurisd/server.h @@ -1,5 +1,5 @@ /* - * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $Id: server.h,v 1.1 1998/11/14 23:37:28 deraadt Exp $ */ +/* $Id: server.h,v 1.2 2000/12/15 02:50:39 provos Exp $ */ /* * server.h: * handling interfaces and communication diff --git a/sbin/photurisd/spi.c b/sbin/photurisd/spi.c index 3bb01fa203a..d7629528420 100644 --- a/sbin/photurisd/spi.c +++ b/sbin/photurisd/spi.c @@ -1,5 +1,5 @@ /* - * Copyright 1997,1998 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -33,7 +33,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: spi.c,v 1.6 2000/12/15 01:06:51 provos Exp $"; +static char rcsid[] = "$Id: spi.c,v 1.7 2000/12/15 02:50:39 provos Exp $"; #endif #define _SPI_C_ diff --git a/sbin/photurisd/spi.h b/sbin/photurisd/spi.h index 643ac53a6f0..4c66dc68879 100644 --- a/sbin/photurisd/spi.h +++ b/sbin/photurisd/spi.h @@ -1,5 +1,5 @@ /* - * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $Id: spi.h,v 1.5 2000/12/15 01:06:51 provos Exp $ */ +/* $Id: spi.h,v 1.6 2000/12/15 02:50:40 provos Exp $ */ /* * spi.h: * security paramter index creation. diff --git a/sbin/photurisd/state.c b/sbin/photurisd/state.c index 17d792cedd4..e676b5f2c2e 100644 --- a/sbin/photurisd/state.c +++ b/sbin/photurisd/state.c @@ -1,5 +1,5 @@ /* - * Copyright 1997,1998 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sbin/photurisd/state.h b/sbin/photurisd/state.h index e05fab9890b..00ac2dd02c3 100644 --- a/sbin/photurisd/state.h +++ b/sbin/photurisd/state.h @@ -1,5 +1,5 @@ /* - * Copyright 1997,1998 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $Id: state.h,v 1.5 2000/12/15 02:42:09 provos Exp $ */ +/* $Id: state.h,v 1.6 2000/12/15 02:50:40 provos Exp $ */ /* * state.h: * state object diff --git a/sbin/photurisd/userdefs.h b/sbin/photurisd/userdefs.h index 7550e058fd5..50655adf81b 100644 --- a/sbin/photurisd/userdefs.h +++ b/sbin/photurisd/userdefs.h @@ -1,5 +1,5 @@ /* - * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $Id: userdefs.h,v 1.1 1998/11/14 23:37:29 deraadt Exp $ */ +/* $Id: userdefs.h,v 1.2 2000/12/15 02:50:40 provos Exp $ */ /* * userdefs.h: * handling userdefs diff --git a/sbin/photurisd/utypes.h b/sbin/photurisd/utypes.h index a4fe219d0bf..097896c1f08 100644 --- a/sbin/photurisd/utypes.h +++ b/sbin/photurisd/utypes.h @@ -1,5 +1,5 @@ /* - * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sbin/photurisd/validity.c b/sbin/photurisd/validity.c index 903e5fa6e7d..ad37112e292 100644 --- a/sbin/photurisd/validity.c +++ b/sbin/photurisd/validity.c @@ -1,5 +1,5 @@ /* - * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -33,7 +33,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: validity.c,v 1.2 2000/12/11 21:21:18 provos Exp $"; +static char rcsid[] = "$Id: validity.c,v 1.3 2000/12/15 02:50:40 provos Exp $"; #endif #define _VALIDITY_C_ diff --git a/sbin/photurisd/validity.h b/sbin/photurisd/validity.h index c51136ff2a0..7bde51d8a6e 100644 --- a/sbin/photurisd/validity.h +++ b/sbin/photurisd/validity.h @@ -1,5 +1,5 @@ /* - * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> + * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without |