summaryrefslogtreecommitdiff
path: root/include/pam_authenticate.hpp
AgeCommit message (Expand)AuthorFilesLines
2024-04-19Add missing headersEd Tanous1-2/+1
2023-06-08Remove unused const-castEd Tanous1-2/+1
2023-06-06Remove extra characterEd Tanous1-1/+1
2023-05-11pam-authenticate: fix clang-tidy warningPatrick Williams1-6/+9
2023-02-24Pass string views by valueEd Tanous1-2/+2
2022-01-12Enable malloc checksEd Tanous1-0/+2
2022-01-12Enable const_cast checksEd Tanous1-4/+9
2022-01-12Enable checks for pointer arithmeticEd Tanous1-0/+2
2022-01-12Enable reinterpre_cast checksEd Tanous1-4/+13
2021-07-20Restructure pam conversation functionP Dheeraj Srujan Kumar1-18/+33
2020-10-23Turn on ALL perf checksEd Tanous1-4/+5
2020-08-07Deallocate memory during failed caseAppaRao Puli1-0/+1
2020-08-03Swap strcpy for strncpyEd Tanous1-1/+1
2020-06-11clang-format: update to latest from docs repoGunnar Mills1-0/+1
2020-01-30Enhance return value from pamAuthenticateUserJoseph Reynolds1-19/+20
2019-12-12Change PAM service_name for password changesJoseph Reynolds1-1/+1
2019-11-11Replace all uses of NULL with nullptrEd Tanous1-2/+2
2019-11-05account_service: redfish user Patch error handlingjayaprakash Mutyala1-13/+10
2019-10-11Fix a bunch of warningsEd Tanous1-1/+1
2019-03-25Revert "bmcweb: Fix a bunch of warnings"Ed Tanous1-1/+1
2019-03-23bmcweb: Fix a bunch of warningsEd Tanous1-1/+1
2019-03-07bmcweb: /s/boost::string_view/std::string_view/gEd Tanous1-4/+4
2019-03-07Fix some static analysis bugsEd Tanous1-3/+14
2018-10-08Implement AccountService PATCH methodEd Tanous1-8/+28
2018-09-05Move to clang-format-6.0Ed Tanous1-50/+62
2018-07-27Move over to upstream c++ styleEd Tanous1-24/+23
2018-06-29Create separate pam config for webserver instead of using dropbear'sJennifer Lee1-1/+1
2018-06-29Boost beastEd Tanous1-5/+8
2018-01-13Fix merge error introduced with base64.hpp deletionEd Tanous1-0/+1
2017-10-25Update WebserverEd Tanous1-1/+1
2017-10-11Large updates to webserverEd Tanous1-41/+45
2017-06-13incrementalEd Tanous1-0/+65