summaryrefslogtreecommitdiffstats
path: root/util/ipa_pwd.c
Commit message (Collapse)AuthorAgeFilesLines
* BUILD: Fix portability of NSS in file ipa_pwd.cLukas Slebodnik2014-01-281-4/+4
| | | | Tested-by: Timo Aaltonen <tjaalton@ubuntu.com>
* Make encode_ntlm_keys() publicSumit Bose2012-09-061-0/+2
|
* Dereference pointer when comparing password history in qsort compare.Rob Crittenden2012-04-101-1/+1
| | | | | | | | | | | | The man page for qsort(3) says that the comparison function is called with pointers to pointers to char but memcmp(3) wants a pointer to void so we need to cast and dereference. Without this the qsort() call wasn't properly sorting the elements so a random password was being removed rather than the oldest when the list overflowed. https://fedorahosted.org/freeipa/ticket/2613
* Improve password change error messageMartin Kosek2012-02-031-0/+20
| | | | | | | | | | | User always receives the same error message if he changes his password via "ipa passwd" command and the new password fails configured password policy. He then has to investigate on his own the actual reason why was the policy violated. This patch improves our SLAPI PWD plugins to provide a better error message explaining the violation reason. https://fedorahosted.org/freeipa/ticket/2067
* Fix CID 11021: Resource leakSimo Sorce2011-11-071-1/+3
| | | | https://fedorahosted.org/freeipa/ticket/2037
* util: add password policy manipulation functionsSimo Sorce2011-08-261-0/+634