diff --git a/bin/oathkey/oathkey.1 b/bin/oathkey/oathkey.1 index 5b43280..3da53a9 100644 --- a/bin/oathkey/oathkey.1 +++ b/bin/oathkey/oathkey.1 @@ -1,5 +1,6 @@ .\"- .\" Copyright (c) 2013-2014 The University of Oslo +.\" Copyright (c) 2016 Dag-Erling Smørgrav .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without diff --git a/bin/oathkey/oathkey.c b/bin/oathkey/oathkey.c index 40807b3..dd47b17 100644 --- a/bin/oathkey/oathkey.c +++ b/bin/oathkey/oathkey.c @@ -1,5 +1,6 @@ /*- - * Copyright (c) 2013-2014 The University of Oslo + * Copyright (c) 2013-2016 The University of Oslo + * Copyright (c) 2016 Dag-Erling Smørgrav * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/bin/openpam_dump_policy/openpam_dump_policy.c b/bin/openpam_dump_policy/openpam_dump_policy.c index f15c2a8..e2338c8 100644 --- a/bin/openpam_dump_policy/openpam_dump_policy.c +++ b/bin/openpam_dump_policy/openpam_dump_policy.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2011 Dag-Erling Smørgrav + * Copyright (c) 2011-2014 Dag-Erling Smørgrav * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/doc/man/pam_conv.3 b/doc/man/pam_conv.3 index 2efe66d..c6263d0 100644 --- a/doc/man/pam_conv.3 +++ b/doc/man/pam_conv.3 @@ -1,6 +1,6 @@ .\"- .\" Copyright (c) 2002-2003 Networks Associates Technology, Inc. -.\" Copyright (c) 2004-2011 Dag-Erling Smørgrav +.\" Copyright (c) 2004-2014 Dag-Erling Smørgrav .\" All rights reserved. .\" .\" This software was developed for the FreeBSD Project by ThinkSec AS and diff --git a/include/security/oath_rfc4648.h b/include/security/oath_rfc4648.h index 8a40a9e..c6faf57 100644 --- a/include/security/oath_rfc4648.h +++ b/include/security/oath_rfc4648.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2012-2013 The University of Oslo + * Copyright (c) 2012-2014 The University of Oslo * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/security/openpam.h b/include/security/openpam.h index 048c1bc..106ac1c 100644 --- a/include/security/openpam.h +++ b/include/security/openpam.h @@ -1,6 +1,6 @@ /*- * Copyright (c) 2002-2003 Networks Associates Technology, Inc. - * Copyright (c) 2004-2011 Dag-Erling Smørgrav + * Copyright (c) 2004-2015 Dag-Erling Smørgrav * All rights reserved. * * This software was developed for the FreeBSD Project by ThinkSec AS and diff --git a/include/security/openpam_version.h b/include/security/openpam_version.h index 703fdcc..8e1cd77 100644 --- a/include/security/openpam_version.h +++ b/include/security/openpam_version.h @@ -1,6 +1,6 @@ /*- * Copyright (c) 2002-2003 Networks Associates Technology, Inc. - * Copyright (c) 2004-2011 Dag-Erling Smørgrav + * Copyright (c) 2004-2014 Dag-Erling Smørgrav * All rights reserved. * * This software was developed for the FreeBSD Project by ThinkSec AS and diff --git a/lib/liboath/oath_hotp.c b/lib/liboath/oath_hotp.c index f748612..71f1b51 100644 --- a/lib/liboath/oath_hotp.c +++ b/lib/liboath/oath_hotp.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2012-2013 The University of Oslo + * Copyright (c) 2012-2014 The University of Oslo * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/liboath/oath_impl.h b/lib/liboath/oath_impl.h index 88a1209..53ac80f 100644 --- a/lib/liboath/oath_impl.h +++ b/lib/liboath/oath_impl.h @@ -1,5 +1,6 @@ /*- * Copyright (c) 2012-2013 The University of Oslo + * Copyright (c) 2016 Dag-Erling Smørgrav * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/liboath/oath_key.c b/lib/liboath/oath_key.c index b0d2fca..de2d784 100644 --- a/lib/liboath/oath_key.c +++ b/lib/liboath/oath_key.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2013 The University of Oslo + * Copyright (c) 2013-2016 The University of Oslo * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/liboath/oath_key_alloc.c b/lib/liboath/oath_key_alloc.c index 0467fd7..52d568e 100644 --- a/lib/liboath/oath_key_alloc.c +++ b/lib/liboath/oath_key_alloc.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2013 The University of Oslo + * Copyright (c) 2013-2014 The University of Oslo * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/liboath/oath_key_create.c b/lib/liboath/oath_key_create.c index 8a6f458..121a9de 100644 --- a/lib/liboath/oath_key_create.c +++ b/lib/liboath/oath_key_create.c @@ -1,5 +1,6 @@ /*- * Copyright (c) 2013-2014 The University of Oslo + * Copyright (c) 2016 Dag-Erling Smørgrav * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/liboath/oath_key_from_file.c b/lib/liboath/oath_key_from_file.c index bd3bee1..f65b107 100644 --- a/lib/liboath/oath_key_from_file.c +++ b/lib/liboath/oath_key_from_file.c @@ -1,5 +1,6 @@ /*- * Copyright (c) 2013 The University of Oslo + * Copyright (c) 2016 Dag-Erling Smørgrav * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/liboath/oath_key_from_uri.c b/lib/liboath/oath_key_from_uri.c index 4e20beb..201cf5d 100644 --- a/lib/liboath/oath_key_from_uri.c +++ b/lib/liboath/oath_key_from_uri.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2013-2014 The University of Oslo + * Copyright (c) 2013-2016 The University of Oslo * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/liboath/oath_totp.c b/lib/liboath/oath_totp.c index 09c473a..7fb5e60 100644 --- a/lib/liboath/oath_totp.c +++ b/lib/liboath/oath_totp.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2012-2013 The University of Oslo + * Copyright (c) 2012-2014 The University of Oslo * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/liboath/oath_uri_decode.c b/lib/liboath/oath_uri_decode.c index b859aa9..1de1384 100644 --- a/lib/liboath/oath_uri_decode.c +++ b/lib/liboath/oath_uri_decode.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014 Dag-Erling Smørgrav + * Copyright (c) 2014-2015 Dag-Erling Smørgrav * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libpam/openpam_configure.c b/lib/libpam/openpam_configure.c index 66118f2..2d57237 100644 --- a/lib/libpam/openpam_configure.c +++ b/lib/libpam/openpam_configure.c @@ -1,6 +1,6 @@ /*- * Copyright (c) 2001-2003 Networks Associates Technology, Inc. - * Copyright (c) 2004-2014 Dag-Erling Smørgrav + * Copyright (c) 2004-2015 Dag-Erling Smørgrav * All rights reserved. * * This software was developed for the FreeBSD Project by ThinkSec AS and diff --git a/lib/libpam/openpam_ctype.h b/lib/libpam/openpam_ctype.h index 50499de..20efc34 100644 --- a/lib/libpam/openpam_ctype.h +++ b/lib/libpam/openpam_ctype.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2012 Dag-Erling Smørgrav + * Copyright (c) 2012-2014 Dag-Erling Smørgrav * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libpam/openpam_dispatch.c b/lib/libpam/openpam_dispatch.c index 69432fa..1dc095c 100644 --- a/lib/libpam/openpam_dispatch.c +++ b/lib/libpam/openpam_dispatch.c @@ -1,6 +1,6 @@ /*- * Copyright (c) 2002-2003 Networks Associates Technology, Inc. - * Copyright (c) 2004-2011 Dag-Erling Smørgrav + * Copyright (c) 2004-2015 Dag-Erling Smørgrav * All rights reserved. * * This software was developed for the FreeBSD Project by ThinkSec AS and @@ -130,7 +130,7 @@ openpam_dispatch(pam_handle_t *pamh, if (r == PAM_IGNORE) continue; - if (r == PAM_SUCCESS) { + if (r == PAM_SUCCESS) { ++nsuccess; /* * For pam_setcred() and pam_chauthtok() with the diff --git a/lib/libpam/openpam_features.c b/lib/libpam/openpam_features.c index 0fdfc6d..a06f15b 100644 --- a/lib/libpam/openpam_features.c +++ b/lib/libpam/openpam_features.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2012 Dag-Erling Smørgrav + * Copyright (c) 2012-2015 Dag-Erling Smørgrav * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libpam/openpam_load.c b/lib/libpam/openpam_load.c index 894050c..3ee24f6 100644 --- a/lib/libpam/openpam_load.c +++ b/lib/libpam/openpam_load.c @@ -1,6 +1,6 @@ /*- * Copyright (c) 2002-2003 Networks Associates Technology, Inc. - * Copyright (c) 2004-2011 Dag-Erling Smørgrav + * Copyright (c) 2004-2013 Dag-Erling Smørgrav * All rights reserved. * * This software was developed for the FreeBSD Project by ThinkSec AS and diff --git a/lib/libpam/openpam_readlinev.c b/lib/libpam/openpam_readlinev.c index 7d62faf..a4653b0 100644 --- a/lib/libpam/openpam_readlinev.c +++ b/lib/libpam/openpam_readlinev.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2012 Dag-Erling Smørgrav + * Copyright (c) 2012-2016 Dag-Erling Smørgrav * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libpam/openpam_readword.c b/lib/libpam/openpam_readword.c index 8c3bf90..fdac700 100644 --- a/lib/libpam/openpam_readword.c +++ b/lib/libpam/openpam_readword.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2012 Dag-Erling Smørgrav + * Copyright (c) 2012-2014 Dag-Erling Smørgrav * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libpam/openpam_strlset.c b/lib/libpam/openpam_strlset.c index 5711b3e..d4afe77 100644 --- a/lib/libpam/openpam_strlset.c +++ b/lib/libpam/openpam_strlset.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2011-2012 Dag-Erling Smørgrav + * Copyright (c) 2014 Dag-Erling Smørgrav * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libpam/openpam_strlset.h b/lib/libpam/openpam_strlset.h index 2da15ab..c2f47ff 100644 --- a/lib/libpam/openpam_strlset.h +++ b/lib/libpam/openpam_strlset.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2011 Dag-Erling Smørgrav + * Copyright (c) 2014 Dag-Erling Smørgrav * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libpam/openpam_ttyconv.c b/lib/libpam/openpam_ttyconv.c index f5eb384..49eb1bc 100644 --- a/lib/libpam/openpam_ttyconv.c +++ b/lib/libpam/openpam_ttyconv.c @@ -1,6 +1,6 @@ /*- * Copyright (c) 2002-2003 Networks Associates Technology, Inc. - * Copyright (c) 2004-2011 Dag-Erling Smørgrav + * Copyright (c) 2004-2014 Dag-Erling Smørgrav * All rights reserved. * * This software was developed for the FreeBSD Project by ThinkSec AS and diff --git a/lib/libpam/pam_get_authtok.c b/lib/libpam/pam_get_authtok.c index 940d1dc..837cb8f 100644 --- a/lib/libpam/pam_get_authtok.c +++ b/lib/libpam/pam_get_authtok.c @@ -1,6 +1,6 @@ /*- * Copyright (c) 2002-2003 Networks Associates Technology, Inc. - * Copyright (c) 2004-2011 Dag-Erling Smørgrav + * Copyright (c) 2004-2014 Dag-Erling Smørgrav * All rights reserved. * * This software was developed for the FreeBSD Project by ThinkSec AS and diff --git a/misc/gendoc.pl b/misc/gendoc.pl index 69a477c..6c2704c 100644 --- a/misc/gendoc.pl +++ b/misc/gendoc.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl -w #- # Copyright (c) 2002-2003 Networks Associates Technology, Inc. -# Copyright (c) 2004-2011 Dag-Erling Smørgrav +# Copyright (c) 2004-2014 Dag-Erling Smørgrav # All rights reserved. # # This software was developed for the FreeBSD Project by ThinkSec AS and diff --git a/misc/history2wiki.pl b/misc/history2wiki.pl index 1389df5..55f66da 100755 --- a/misc/history2wiki.pl +++ b/misc/history2wiki.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw #- -# Copyright (c) 2012 Dag-Erling Smørgrav +# Copyright (c) 2012-2014 Dag-Erling Smørgrav # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/mkpkgng.in b/mkpkgng.in index 3a292f6..5906f38 100644 --- a/mkpkgng.in +++ b/mkpkgng.in @@ -1,6 +1,6 @@ #!/bin/sh #- -# Copyright (c) 2013 Dag-Erling Smørgrav +# Copyright (c) 2013-2014 Dag-Erling Smørgrav # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/modules/pam_oath/pam_oath.8 b/modules/pam_oath/pam_oath.8 index f06c329..03249d8 100644 --- a/modules/pam_oath/pam_oath.8 +++ b/modules/pam_oath/pam_oath.8 @@ -1,5 +1,5 @@ .\"- -.\" Copyright (c) 2012-2016 Universitetet i Oslo +.\" Copyright (c) 2012-2016 The University of Oslo .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without diff --git a/modules/pam_oath/pam_oath.c b/modules/pam_oath/pam_oath.c index c290585..f5169fc 100644 --- a/modules/pam_oath/pam_oath.c +++ b/modules/pam_oath/pam_oath.c @@ -1,5 +1,6 @@ /*- * Copyright (c) 2012-2013 The University of Oslo + * Copyright (c) 2016 Dag-Erling Smørgrav * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/modules/pam_unix/pam_unix.c b/modules/pam_unix/pam_unix.c index 092aca2..2f8f0df 100644 --- a/modules/pam_unix/pam_unix.c +++ b/modules/pam_unix/pam_unix.c @@ -1,6 +1,6 @@ /*- * Copyright (c) 2002-2003 Networks Associates Technology, Inc. - * Copyright (c) 2004-2011 Dag-Erling Smørgrav + * Copyright (c) 2004-2015 Dag-Erling Smørgrav * All rights reserved. * * This software was developed for the FreeBSD Project by ThinkSec AS and diff --git a/t/t.h b/t/t.h index 2f6c858..015511c 100644 --- a/t/t.h +++ b/t/t.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2012 Dag-Erling Smørgrav + * Copyright (c) 2012-2016 Dag-Erling Smørgrav * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/t/t_file.c b/t/t_file.c index 46c1790..60145b6 100644 --- a/t/t_file.c +++ b/t/t_file.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2012 Dag-Erling Smørgrav + * Copyright (c) 2012-2016 Dag-Erling Smørgrav * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/t/t_main.c b/t/t_main.c index bad2f80..782ce87 100644 --- a/t/t_main.c +++ b/t/t_main.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2012 Dag-Erling Smørgrav + * Copyright (c) 2012-2015 Dag-Erling Smørgrav * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/t/t_openpam_ctype.c b/t/t_openpam_ctype.c index 9653883..2f20dad 100644 --- a/t/t_openpam_ctype.c +++ b/t/t_openpam_ctype.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014 Dag-Erling Smørgrav + * Copyright (c) 2014-2015 Dag-Erling Smørgrav * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/t/t_openpam_readlinev.c b/t/t_openpam_readlinev.c index 74d734c..1b09cef 100644 --- a/t/t_openpam_readlinev.c +++ b/t/t_openpam_readlinev.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2012 Dag-Erling Smørgrav + * Copyright (c) 2012-2015 Dag-Erling Smørgrav * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/t/t_openpam_readword.c b/t/t_openpam_readword.c index 600de6e..4a532c9 100644 --- a/t/t_openpam_readword.c +++ b/t/t_openpam_readword.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2012 Dag-Erling Smørgrav + * Copyright (c) 2012-2015 Dag-Erling Smørgrav * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/t/t_rfc4648.c b/t/t_rfc4648.c index 7cb8878..bd27b6f 100644 --- a/t/t_rfc4648.c +++ b/t/t_rfc4648.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2013-2014 The University of Oslo + * Copyright (c) 2013-2015 The University of Oslo * All rights reserved. * * Redistribution and use in source and binary forms, with or without