]> granicus.if.org Git - linux-pam/commitdiff
pam_unix: Fix the spelling of Jan Rękorajski's name.
authorTomas Mraz <tmraz@fedoraproject.org>
Thu, 10 Oct 2019 09:11:14 +0000 (11:11 +0200)
committerTomas Mraz <tmraz@fedoraproject.org>
Thu, 10 Oct 2019 09:11:14 +0000 (11:11 +0200)
modules/pam_unix/CHANGELOG
modules/pam_unix/pam_unix_acct.c
modules/pam_unix/pam_unix_auth.c
modules/pam_unix/pam_unix_passwd.c
modules/pam_unix/pam_unix_sess.c
modules/pam_unix/passverify.c
modules/pam_unix/support.c

index c18acc277eadbd7ce3af54456200c1b99c192115..f8f70f59195ea25de436fc4e34b37be949260377 100644 (file)
@@ -1,6 +1,6 @@
 $Id$
 
-* Mon Aug 16 1999 Jan Rêkorajski <baggins@pld.org.pl>
+* Mon Aug 16 1999 Jan Rękorajski <baggins@pld.org.pl>
 - fixed reentrancy problems
 
 * Sun Jul  4 21:03:42 PDT 1999
@@ -15,7 +15,7 @@ $Id$
 * Sun Jun 27 1999 Steve Langasek <vorlon@netexpress.net>
 - fix to uid-handling code for NIS+
 
-* Sat Jun 26 1999 Jan Rêkorajski <baggins@mimuw.edu.pl>
+* Sat Jun 26 1999 Jan Rękorajski <baggins@mimuw.edu.pl>
 - merged MD5 fix and early failure syslog
   by Andrey Vladimirovich Savochkin <saw@msu.ru>
 - minor fixes
@@ -24,31 +24,31 @@ $Id$
 * Fri Jun 25 1999 Stephen Langasek <vorlon@netexpress.net>
 - reorganized the code to let it build as separate C files
 
-* Sun Jun 20 1999 Jan Rêkorajski <baggins@mimuw.edu.pl>
+* Sun Jun 20 1999 Jan Rękorajski <baggins@mimuw.edu.pl>
 - fixes in pam_unix_auth, it incorrectly saved and restored return
   value when likeauth option was used
 
-* Tue Jun 15 1999 Jan Rêkorajski <baggins@mimuw.edu.pl>
+* Tue Jun 15 1999 Jan Rękorajski <baggins@mimuw.edu.pl>
 - added NIS+ support
 
-* Mon Jun 14 1999 Jan Rêkorajski <baggins@mimuw.edu.pl>
+* Mon Jun 14 1999 Jan Rękorajski <baggins@mimuw.edu.pl>
 - total rewrite based on pam_pwdb module, now there is ONE pam_unix.so
   module, it accepts the same options as pam_pwdb - all of them correctly ;)
   (pam_pwdb dosn't understand what DISALLOW_NULL_AUTHTOK means)
 
-* Tue Apr 20 1999 Jan Rêkorajski <baggins@mimuw.edu.pl>
+* Tue Apr 20 1999 Jan Rękorajski <baggins@mimuw.edu.pl>
 - Arghhh, pam_unix_passwd was not updating /etc/shadow when used with
   pam_cracklib.
 
-* Mon Apr 19 1999 Jan Rêkorajski <baggins@mimuw.edu.pl>
+* Mon Apr 19 1999 Jan Rękorajski <baggins@mimuw.edu.pl>
 - added "remember=XXX" option that means 'remember XXX old passwords'
   Old passwords are stored in /etc/security/opasswd, there can be
   maximum of 400 passwords per user.
 
-* Sat Mar 27 1999 Jan Rêkorajski <baggins@mimuw.edu.pl>
+* Sat Mar 27 1999 Jan Rękorajski <baggins@mimuw.edu.pl>
 - added crypt16 to pam_unix_auth and pam_unix_passwd (check only, this algorithm
   is too lame to use it in real life)
 
-* Sun Mar 21 1999 Jan Rêkorajski <baggins@mimuw.edu.pl>
+* Sun Mar 21 1999 Jan Rękorajski <baggins@mimuw.edu.pl>
 - pam_unix_auth now correctly behave when user has NULL AUTHTOK
 - pam_unix_auth returns PAM_PERM_DENIED when seteuid fails
index d8d084ace5466c7dab131cac1d967b70fec13930..e99c2d03baf99674579d1add3d420a2f0a4cb341 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright Elliot Lee, 1996.  All rights reserved.
- * Copyright Jan Rêkorajski, 1999.  All rights reserved.
+ * Copyright Jan Rękorajski, 1999.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 905fc66c321f952923ed568d142e716e5e0ec791..681e49db9a8b8a96d922fa192f388b72555114ca 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright Alexander O. Yuriev, 1996.  All rights reserved.
  * NIS+ support by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>
- * Copyright Jan Rêkorajski, 1999.  All rights reserved.
+ * Copyright Jan Rękorajski, 1999.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 4bb1bc56be9b532c44f52ec619ea33a4ff6688b1..87db7cf10d725e0127c362e0b3848b662d0454a8 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Main coding by Elliot Lee <sopwith@redhat.com>, Red Hat Software.
  * Copyright (C) 1996.
- * Copyright (c) Jan Rêkorajski, 1999.
+ * Copyright (c) Jan Rękorajski, 1999.
  * Copyright (c) Red Hat, Inc., 2007, 2008.
  *
  * Redistribution and use in source and binary forms, with or without
index 71f5594dcb34e5eda05768d3ace851ba36860840..437d12423285b9a857c3424e1bcd8c9a1be0dd30 100644 (file)
@@ -2,7 +2,7 @@
  * $Id$
  *
  * Copyright Alexander O. Yuriev, 1996.  All rights reserved.
- * Copyright Jan Rêkorajski, 1999.  All rights reserved.
+ * Copyright Jan Rękorajski, 1999.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 80e327677003a94294b6d9f886a0b7463f08b29f..2f9a43067f6512cd0c265e40ea32cc5771f49d10 100644 (file)
@@ -1217,7 +1217,7 @@ read_passwords(int fd, int npass, char **passwords)
 
 #endif
 /* ****************************************************************** *
- * Copyright (c) Jan Rêkorajski 1999.
+ * Copyright (c) Jan Rękorajski 1999.
  * Copyright (c) Andrew G. Morgan 1996-8.
  * Copyright (c) Alex O. Yuriev, 1996.
  * Copyright (c) Cristian Gafton 1996.
index 81c7651c633f766e15394eff8eb4b54aea733489..4f15b61bfc1e7c0b3ca27c853008d8ee75b8c6c1 100644 (file)
@@ -799,7 +799,7 @@ cleanup:
 }
 
 /* ****************************************************************** *
- * Copyright (c) Jan Rêkorajski 1999.
+ * Copyright (c) Jan Rękorajski 1999.
  * Copyright (c) Andrew G. Morgan 1996-8.
  * Copyright (c) Alex O. Yuriev, 1996.
  * Copyright (c) Cristian Gafton 1996.