summaryrefslogtreecommitdiffstats
path: root/src/account/LMI_AccountManagementServiceProvider.c
Commit message (Collapse)AuthorAgeFilesLines
* Account: Better return values for methodsRoman Rakus2013-09-051-14/+31
| | | | Signed-off-by: Roman Rakus <rrakus@redhat.com>
* Silence many compilation warningsRadek Novacek2013-07-251-3/+6
| | | | Mostly deprecation warnings and wrong 'const' handling.
* Account: Use strdup instead of malloc-strcpy comboRoman Rakus2013-07-031-4/+2
| | | | Signed-off-by: Roman Rakus <rrakus@redhat.com>
* Account: Use asprintf instead of snprintfRoman Rakus2013-06-121-10/+12
| | | | Signed-off-by: Roman Rakus <rrakus@redhat.com>
* Account: Properly create/delete homedirsRoman Rakus2013-06-031-10/+3
| | | | | | Use newly available libuser's functions for homedir manipulation Signed-off-by: Roman Rakus <rrakus@redhat.com>
* Happy New Year! (better later than never)Jan Synacek2013-03-131-1/+1
|
* Relicence all sources from GPLv2+ to LGPLv2+0.0.15Radek Novacek2012-11-121-10/+13
|
* Account: Include license text in source filesRoman Rakus2012-10-261-0/+17
| | | | Signed-off-by: Roman Rakus <rrakus@redhat.com>
* Account: minor cleanupRoman Rakus2012-10-251-2/+0
| | | | Signed-off-by: Roman Rakus <rrakus@redhat.com>
* Account: Minor change in create account methodRoman Rakus2012-10-101-5/+1
| | | | Signed-off-by: Roman Rakus <rrakus@redhat.com>
* account: create account - set password0.0.5Roman Rakus2012-09-271-0/+11
| | | | Signed-off-by: Roman Rakus <rrakus@redhat.com>
* account: last login, password min and max lifetimeRoman Rakus2012-09-271-0/+2
| | | | Signed-off-by: Roman Rakus <rrakus@redhat.com>
* account: CreateGroup implementedRoman Rakus2012-09-211-1/+106
| | | | Signed-off-by: Roman Rakus <rrakus@redhat.com>
* account: createAccount function implementationRoman Rakus2012-09-071-2/+238
| | | | | | | I decided to not follow the DMTF Standard strictly here. Rather than using embedded instance I use several parameters. Signed-off-by: Roman Rakus <rrakus@redhat.com>
* Define methods from experimental schemaRadek Novacek2012-08-291-0/+63
| | | | | Add missing methods to fix undefined references. All of the methods return NOT_SUPPORTED error
* Rename prefix from Cura_ to LMI_Radek Novacek2012-08-281-0/+207