1. e7d4559 Fix MD001 warnings by George Liu · 5 months ago
  2. 1a80ae5 Fix MD041 warnings by George Liu · 5 months ago
  3. 16c2b68 clang-format: re-format for clang-18 by Patrick Williams · 5 months ago
  4. c5762ea Fix spelling mistakes using codespell by Manojkiran Eda · 7 months ago
  5. 34eb585 Fix MD040 warnings by George Liu · 5 months ago
  6. 46e773a Fix spelling mistakes using codespell by Manojkiran Eda · 7 months ago
  7. 006f379 Remove DEFAULT_CRYPT_ALGO meson configuration variables by Ravi Teja · 8 months ago
  8. 83a5350 OWNERS: Add Ravi Teja as a owner by Ravi Teja · 5 months ago
  9. af1594c Remove systemd meson configuration variables by Ravi Teja · 8 months ago
  10. 4e2c06e Remove web user group by Ravi Teja · 9 months ago
  11. 86597bd meson: Provide wrap file for boost by Konstantin Aladyshev · 9 months ago
  12. c992c26 meson: Add boost to the dependencies by Konstantin Aladyshev · 9 months ago
  13. 8ffe375 meson: Fix local cereal build by Konstantin Aladyshev · 9 months ago
  14. d9adc73 BugFix: user name contains invalid characters by nichanghao.nch · 12 months ago
  15. 90b84ad build: use allowed over enabled by Patrick Williams · 1 year, 1 month ago
  16. 40419f9 Update README file by Ravi Teja · 1 year, 3 months ago
  17. b5737e6 Add Ravi Teja as a reviewer by Ravi Teja · 1 year, 3 months ago
  18. cb20ea8 clang-format: copy latest and re-format by Patrick Williams · 1 year, 3 months ago
  19. e8edab5 Fix user account status for manually blocked users by Denis Zlobin · 1 year, 4 months ago
  20. 23f82c1 Change authority D-Bus names by Michal Orzel · 1 year, 5 months ago
  21. 24637e5 meson_options.txt: Support for reading options from meson.options by George Liu · 1 year, 5 months ago
  22. 9046e63 build: upgrade to C++23 by Patrick Williams · 1 year, 4 months ago
  23. 3b280ec Update pam_pwhistory to use pwhistory.conf by Jason M. Bills · 1 year, 5 months ago
  24. 97b352f Remove Richard by Jason M. Bills · 1 year, 5 months ago
  25. 4b29462 user-delete: swap delete and faillock clear by Patrick Williams · 1 year, 5 months ago
  26. 17b8827 Remove temp file on failure by Jason M. Bills · 1 year, 8 months ago
  27. ac921a5 Add support for deleting authentication failure record files by Jayanth Othayoth · 1 year, 6 months ago
  28. 5c028e1 Remove IBM copyright by Gunnar Mills · 1 year, 6 months ago
  29. cf7aedd meson: remove cppfs dependency by Patrick Williams · 1 year, 7 months ago
  30. 601d3db Added new pre-defined usergroup hostconsole by Ninad Palsule · 1 year, 10 months ago
  31. 2d042d1 Change to pam_faillock and pam pwquality by Jason M. Bills · 1 year, 9 months ago
  32. b704304 clang-format: copy latest and re-format by Patrick Williams · 1 year, 8 months ago
  33. 6ceeb4c meson: remove deprecated get_pkgconfig_variable by Patrick Williams · 1 year, 9 months ago
  34. e8d664d ldap-config: Include phosphor-logging in source files by Jiaqing Zhao · 2 years, 6 months ago
  35. 11ec666 Switch to lg2 for logging by Jiaqing Zhao · 2 years, 6 months ago
  36. 5686206 Implement default LDAP privilege role by Jiaqing Zhao · 2 years, 7 months ago
  37. da401fe Implement createGroup/deleteGroup by Nan Zhou · 2 years, 2 months ago
  38. 37d26c0 prettier: re-format by Patrick Williams · 2 years, 1 month ago
  39. 7562658 UserMgr: Fix the privilege determination by Alexander Filippov · 2 years, 11 months ago
  40. 75ea3e4 Change /bin/nologin to /sbin/nologin by Tang Yiwei · 2 years, 8 months ago
  41. 77a9153 Add Nan Zhou as a reviewer by Nan Zhou · 2 years, 2 months ago
  42. 90a120b user manager test: remove no-access by Nan Zhou · 2 years, 2 months ago
  43. 86040c2 User manager: implement dummy group APIs by Nan Zhou · 2 years, 2 months ago
  44. 5c892d1 Remove support for priv-noaccess role by Asmitha Karunanithi · 2 years, 9 months ago
  45. a295303 userLockedForFailedAttempt: add unit test by Nan Zhou · 2 years, 2 months ago
  46. 6b6f2d8 userEnable: fix bug and add unit test by Nan Zhou · 2 years, 2 months ago
  47. 784aecd accountUnlockTimeout: add unit test by Nan Zhou · 2 years, 2 months ago
  48. cfabe6b MaxLoginAttemptBeforeLockout: add unit test by Nan Zhou · 2 years, 2 months ago
  49. a6ce1fa rememberOldPasswordTimes: add unit test by Nan Zhou · 2 years, 2 months ago
  50. 1803101 MinPasswordLength: add unit test by Nan Zhou · 2 years, 2 months ago
  51. 4bc6981 user_mgr: move constructor codes to separate func by Nan Zhou · 2 years, 2 months ago
  52. fef6303 updateGroupsAndPriv: fix bugs and add tests by Nan Zhou · 2 years, 2 months ago
  53. f25443e renameUser: add unit test by Nan Zhou · 2 years, 2 months ago
  54. ecf8876 ThrowForInvalidGroups: add unit test by Nan Zhou · 2 years, 2 months ago
  55. 589aeb4 ThrowForInvalidPrivilege: add unit test by Nan Zhou · 2 years, 2 months ago
  56. 49c8136 user add/delete: add unit tests by Nan Zhou · 2 years, 2 months ago
  57. 40e4497 name constraint check: add unit tests by Nan Zhou · 2 years, 2 months ago
  58. 8a11d99 user exist: simplify expression, add unit test by Nan Zhou · 2 years, 2 months ago
  59. e48085d PamModuleArgValue: add unit test coverage by Nan Zhou · 2 years, 2 months ago
  60. 332fb9d RemoveStringFromCSV: add unit test by Nan Zhou · 2 years, 2 months ago
  61. e47c09d getCSVFromVector: optimize and add tests by Nan Zhou · 2 years, 2 months ago
  62. c5382db main: use process loop by Nan Zhou · 2 years, 4 months ago
  63. 0b6b801 build tool: remove autotools by Nan Zhou · 2 years, 2 months ago
  64. 0a26a4f gitlint: check commit message by Nan Zhou · 2 years, 4 months ago
  65. 78d8504 clang-tidy: enable clang-tidy by Nan Zhou · 2 years, 4 months ago
  66. f3fb77c treewide: make code compie on clang by Nan Zhou · 2 years, 4 months ago
  67. 745ce2e Check LDAP group name after PrivilegeMapperEntry fully parsed by Jiaqing Zhao · 2 years, 7 months ago
  68. 69570e5 Set default shell to /bin/sh for ldap users by Jiaqing Zhao · 2 years, 7 months ago
  69. 1db5c73 gitignore: optimize items by Nan Zhou · 2 years, 4 months ago
  70. 0076afe meson: fix the missing root mfg flag by Nan Zhou · 2 years, 4 months ago
  71. fba4bb1 Check time when getting UserLockedForFailedAttempt by Jiaqing Zhao · 2 years, 6 months ago
  72. 8557d32 Refactor executeCmd calls to pam_tally2 by Jiaqing Zhao · 2 years, 6 months ago
  73. 3b80d01 meson: find ldap instead of link flags by Nan Zhou · 2 years, 5 months ago
  74. f76fb88 Fix typo in meson.build by Jiaqing Zhao · 2 years, 6 months ago
  75. fef24dd MAINTAINERS: remove file by Patrick Williams · 2 years, 5 months ago
  76. f1b69fa OWNERS: switch 'matches' to 'matchers' by Patrick Williams · 2 years, 6 months ago
  77. b3ef4e1 sdbusplus: use shorter type aliases by Patrick Williams · 2 years, 6 months ago
  78. 2f64e42 Add port validation for ldap server uri by Asmitha Karunanithi · 2 years, 10 months ago
  79. 6dc7ed9 Signal when trying to set minPasswordLength low by Paul Fertser · 3 years ago
  80. 0e17169 build: enable C++20 by Patrick Williams · 2 years, 9 months ago
  81. 7ba91cb remove obsolete phosphor-ldap-mapper by Alexander Filippov · 3 years ago
  82. e92f4ac meson: ldap-config: add missing cereal dep by Patrick Williams · 2 years, 9 months ago
  83. 224559b sdbusplus: object: don't use 'bool' argument constructor by Patrick Williams · 2 years, 9 months ago
  84. cf53a94 meson: improve subproject builds by Patrick Williams · 2 years, 10 months ago
  85. ca039ca Migrate to Meson build by Ratan Gupta · 3 years ago
  86. 0b1ad3d Resolve Meson issues by Ratan Gupta · 3 years ago
  87. b01e2fe Enable encoding object paths of User Name by P Dheeraj Srujan Kumar · 3 years, 1 month ago
  88. ce89bfc Set expiry date to 1970-01-01 to disable account by Jiaqing Zhao · 3 years, 1 month ago
  89. ce4e1aa Add OWNERS file by Manojkiran Eda · 3 years, 2 months ago
  90. ccd2889 Fix incorrectly formatted log entries by Jonathan Doman · 3 years, 3 months ago
  91. c0760c9 configure: simpify dbus policy install dir by Patrick Williams · 3 years, 3 months ago
  92. d019e3d catch exceptions as const by Patrick Williams · 3 years, 3 months ago
  93. 372c566 LDAP: start or stop nslcd on service starting by Alexander Filippov · 3 years, 6 months ago
  94. 178c3f6 exception: switch to public sdbus exception by Patrick Williams · 3 years, 4 months ago
  95. cda9bc6 cleanup sdbus CAMELCASE define by Patrick Williams · 3 years, 4 months ago
  96. 607ed50 MAINTAINERS: Replace IRC by DISCORD by Ratan Gupta · 3 years, 7 months ago
  97. f2d7118 MAINTAINERS: Change Ratan's email address by Ratan Gupta · 3 years, 7 months ago
  98. b36b11c Supply service & busconfig ACLs from the repo. by Anton D. Kachalov · 3 years, 10 months ago
  99. a260f18 shadowlock: disable until proper unit tests are run by Andrew Geissler · 3 years, 8 months ago
  100. 8eb5397 fixing the ambiguous variable declaration by Ratan Gupta · 3 years, 8 months ago