Branch: refs/heads/y2users Home: https://github.com/yast/yast-users Commit: 7192ec209fb64abd4d9cc7323fc7a236d6a2246c https://github.com/yast/yast-users/commit/7192ec209fb64abd4d9cc7323fc7a236d6... Author: David Díaz González <dgonzalez@suse.de> Date: 2021-05-28 (Fri, 28 May 2021) Changed paths: M src/Makefile.am A src/lib/y2users/linux/base_reader.rb M src/lib/y2users/linux/local_reader.rb M src/lib/y2users/linux/reader.rb M test/Makefile.am A test/lib/y2users/linux/base_reader_test.rb Log Message: ----------- Use a Linux base reader For allocating shared logic between Linux::LocalReader and Linux::Reader Commit: f219cfcc23f7e376010e5ee3aa104571913b43ee https://github.com/yast/yast-users/commit/f219cfcc23f7e376010e5ee3aa10457191... Author: David Díaz González <dgonzalez@suse.de> Date: 2021-05-28 (Fri, 28 May 2021) Changed paths: M src/lib/y2users/linux/base_reader.rb Log Message: ----------- Use abstract_methods Commit: 0e072514c2b104ce5f664b0fbca4d21ba16625e6 https://github.com/yast/yast-users/commit/0e072514c2b104ce5f664b0fbca4d21ba1... Author: David Díaz González <dgonzalez@suse.de> Date: 2021-05-28 (Fri, 28 May 2021) Changed paths: M src/lib/y2users/linux/base_reader.rb M test/lib/y2users/linux/base_reader_test.rb Log Message: ----------- Fix logging when found a password for a not existing user Commit: 138326b4263b976a3cc628d97e7442fe254ef61c https://github.com/yast/yast-users/commit/138326b4263b976a3cc628d97e7442fe25... Author: David Díaz González <dgonzalez@suse.de> Date: 2021-05-28 (Fri, 28 May 2021) Changed paths: M src/lib/y2users/linux/base_reader.rb Log Message: ----------- Remove redundant comments Commit: 2f0f785da5e92f9d2f72c4408d536a7d8486b583 https://github.com/yast/yast-users/commit/2f0f785da5e92f9d2f72c4408d536a7d84... Author: David Díaz <1691872+dgdavid@users.noreply.github.com> Date: 2021-05-28 (Fri, 28 May 2021) Changed paths: M src/Makefile.am A src/lib/y2users/linux/base_reader.rb M src/lib/y2users/linux/local_reader.rb M src/lib/y2users/linux/reader.rb M test/Makefile.am A test/lib/y2users/linux/base_reader_test.rb Log Message: ----------- Merge pull request #286 from yast/linux-base-reader Adds a Linux::BaseReader Compare: https://github.com/yast/yast-users/compare/ddb509c81c8c...2f0f785da5e9