summaryrefslogtreecommitdiffstats
path: root/file.hpp
Commit message (Collapse)AuthorAgeFilesLines
* Basic support for User manager serviceRichard Marian Thomaiyar2018-09-031-58/+55
| | | | | | | | Basic support for User Manager service methods are implemented. Change-Id: Id42432ec6dd421b99971268add931dcd70876f7c Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com>
* Fix to use mkstemp for temp shadow file creationRichard Marian Thomaiyar2018-01-191-0/+17
| | | | | | | | | Do not rely on randomString() for tempShadowFile, as it uses '/' in random set, and cause file creation error. Also, it's safe to use mkstemp to create temp shadow file with random name suffixing shadow file name. Change-Id: I0b80cc6d7c002e732e22f660e50b0701acac15fe Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com>
* Update shadow password file with new passwordVishwanatha Subbanna2017-10-121-0/+73
Change-Id: Ida7c1aba6f17ac6f006f159d08e2638808f3a54c Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
OpenPOWER on IntegriCloud