[yast-commit] [yast/yast-bootloader] b8cbc2: add class for grub2 password handling
![](https://seccdn.libravatar.org/avatar/9181eb84f9c35729a3bad740fb7f9d93.jpg?s=120&d=mm&r=g)
Branch: refs/heads/master Home: https://github.com/yast/yast-bootloader Commit: b8cbc28e7dda1830cf5eb69beb942d9f390d13ec https://github.com/yast/yast-bootloader/commit/b8cbc28e7dda1830cf5eb69beb942... Author: Josef Reidinger <jreidinger@suse.cz> Date: 2014-02-25 (Tue, 25 Feb 2014) Changed paths: M src/Makefile.am M src/lib/bootloader/grub2base.rb A src/lib/bootloader/grub2pwd.rb A test/Makefile.am A test/grub2pwd_test.rb A test/test_helper.rb Log Message: ----------- add class for grub2 password handling Commit: 98b3a1df77972074cfb205abc9f3671f83526548 https://github.com/yast/yast-bootloader/commit/98b3a1df77972074cfb205abc9f36... Author: Josef Reidinger <jreidinger@suse.cz> Date: 2014-02-25 (Tue, 25 Feb 2014) Changed paths: M src/lib/bootloader/grub2base.rb M src/modules/BootGRUB2.rb M src/modules/BootGRUB2EFI.rb Log Message: ----------- add password processing to GRUB2 (FATE#315404) Commit: 22ab440bb974b08d54e1a49aa1c498763483d2a1 https://github.com/yast/yast-bootloader/commit/22ab440bb974b08d54e1a49aa1c49... Author: Josef Reidinger <jreidinger@suse.cz> Date: 2014-02-26 (Wed, 26 Feb 2014) Changed paths: M src/modules/BootGRUB2EFI.rb Log Message: ----------- fix typo Commit: 001df619d05ee627c8b8fe0eb543e7123db85fc2 https://github.com/yast/yast-bootloader/commit/001df619d05ee627c8b8fe0eb543e... Author: Josef Reidinger <jreidinger@suse.cz> Date: 2014-02-26 (Wed, 26 Feb 2014) Changed paths: M src/lib/bootloader/grub2base.rb Log Message: ----------- fix bug in propose as global options is not array, but hash Commit: aff616051d0a2ca24d8b29c79978823c1e4d1f06 https://github.com/yast/yast-bootloader/commit/aff616051d0a2ca24d8b29c799788... Author: Josef Reidinger <jreidinger@suse.cz> Date: 2014-02-26 (Wed, 26 Feb 2014) Changed paths: M src/include/bootloader/grub2/dialogs.rb Log Message: ----------- prepare dialogs for password widget Commit: e97e648603444c3ef715ee7a201e6e2595690f2c https://github.com/yast/yast-bootloader/commit/e97e648603444c3ef715ee7a201e6... Author: Josef Reidinger <jreidinger@suse.cz> Date: 2014-02-26 (Wed, 26 Feb 2014) Changed paths: M src/include/bootloader/grub2/options.rb Log Message: ----------- refactor out console widget content Commit: 591502944506b80be8c49dc18cae16161293cea0 https://github.com/yast/yast-bootloader/commit/591502944506b80be8c49dc18cae1... Author: Josef Reidinger <jreidinger@suse.cz> Date: 2014-02-26 (Wed, 26 Feb 2014) Changed paths: M src/include/bootloader/grub/options.rb M src/include/bootloader/grub2/dialogs.rb M src/include/bootloader/grub2/options.rb Log Message: ----------- add password widget for grub2(FATE#315404) Commit: a09fb956d3719122d186b1cf55fe5b2ecf003594 https://github.com/yast/yast-bootloader/commit/a09fb956d3719122d186b1cf55fe5... Author: Josef Reidinger <jreidinger@suse.cz> Date: 2014-02-27 (Thu, 27 Feb 2014) Changed paths: M src/lib/bootloader/grub2pwd.rb M test/grub2pwd_test.rb Log Message: ----------- fix writting grub file Commit: 47ed41e95685dbc0d8a855c699ca97e634574d55 https://github.com/yast/yast-bootloader/commit/47ed41e95685dbc0d8a855c699ca9... Author: Josef Reidinger <jreidinger@suse.cz> Date: 2014-02-27 (Thu, 27 Feb 2014) Changed paths: M package/yast2-bootloader.changes M package/yast2-bootloader.spec M src/include/bootloader/grub2/options.rb Log Message: ----------- release Commit: 73f4be01837f8a724a208d12c776a6ebb8380434 https://github.com/yast/yast-bootloader/commit/73f4be01837f8a724a208d12c776a... Author: Josef Reidinger <jreidinger@suse.cz> Date: 2014-02-27 (Thu, 27 Feb 2014) Changed paths: M src/include/bootloader/grub2/options.rb Log Message: ----------- use constant for masked grub password Commit: e21638699728edc43bf1f0e313bfac7a7348ad23 https://github.com/yast/yast-bootloader/commit/e21638699728edc43bf1f0e313bfa... Author: Josef Reidinger <jreidinger@suse.cz> Date: 2014-02-27 (Thu, 27 Feb 2014) Changed paths: M SUBDIRS M package/yast2-bootloader.spec M test/Makefile.am M test/grub2pwd_test.rb Log Message: ----------- run tests during build Commit: feea11694a12ac7c1c6e6d14cb171eb52814268b https://github.com/yast/yast-bootloader/commit/feea11694a12ac7c1c6e6d14cb171... Author: Steffen Winterfeldt <snwint@suse.de> Date: 2014-02-27 (Thu, 27 Feb 2014) Changed paths: M SUBDIRS M package/yast2-bootloader.changes M package/yast2-bootloader.spec M src/Makefile.am M src/include/bootloader/grub/options.rb M src/include/bootloader/grub2/dialogs.rb M src/include/bootloader/grub2/options.rb M src/lib/bootloader/grub2base.rb A src/lib/bootloader/grub2pwd.rb M src/modules/BootGRUB2.rb M src/modules/BootGRUB2EFI.rb A test/Makefile.am A test/grub2pwd_test.rb A test/test_helper.rb Log Message: ----------- Merge pull request #45 from yast/grub2_password Grub2 password Compare: https://github.com/yast/yast-bootloader/compare/a364fb90badb...feea11694a12
participants (1)
-
GitHub