summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-slapi-plugins/ipa-pwd-extop/ipa_pwd_extop.c
Commit message (Expand)AuthorAgeFilesLines
* Fix memleaks found by valgrindSimo Sorce2008-11-201-5/+17
* We must always zero out the target ientry unconditionally where it is usedSimo Sorce2008-11-201-14/+6
* Avoid potential crashbug on invalid DNs (not in the tree).Simo Sorce2008-11-191-25/+81
* Fix a free before use bug, it may lead to crashes but usually just corruptsrelease-1-2-0Simo Sorce2008-11-141-3/+2
* Make the list of users that can skip passwrod policies configurable.Simo Sorce2008-11-121-48/+105
* Retrieve the kerberos configuration every time a new, it will be a bit slowerSimo Sorce2008-09-101-252/+234
* Fix segfault cause by empty target entrySimo Sorce2008-08-191-3/+22
* Comment out code that generates keys with a random salt, apparently this does...Simo Sorce2008-08-151-0/+4
* Implement password operation checks and key material generation for theSimo Sorce2008-08-121-93/+1018
* Treat Jan 1 1970 in krbPrincipalExpiration as a special date that meansSimo Sorce2008-08-071-4/+5
* Fix a stupidty introduced recently in a fix to a segfault.Simo Sorce2008-07-241-3/+5
* If krbPasswordExpiration or krbLastPwdChange are not present on the entrySimo Sorce2008-07-071-11/+21
* Fix some small issues that caused compiler warnings, like uninitialized or un...Martin Nagy2008-06-301-0/+3
* slapi_pw_find_sv() expects an array, make sure we have a NULL terminatedSimo Sorce2008-06-301-5/+9
* Let DS encode the password, this will allow IPA -> AD passwordSimo Sorce2008-06-111-10/+4
* remove useless if-before-free testsJim Meyering2008-05-151-24/+12
* * ipa_pwd_extop.c (encrypt_encode_key): Handle malloc failure.Jim Meyering2008-05-151-0/+5
* Password policy checks fixes.Simo Sorce2008-04-071-37/+94
* Purely indentiation, trailing spaces, cosmetic fixesSimo Sorce2008-02-211-133/+173
* Support getting in a principal with out the REALM partSimo Sorce2007-12-211-2/+15
* Big changeset that includes the work around keytab management.Simo Sorce2007-12-211-499/+1167
* Min Pwd Change Time Check after Password reset and other minor fixesSimo Sorce2007-11-301-25/+33
* Fix bad segfault when pwvals is nullSimo Sorce2007-11-191-34/+24
* Small fix from Rob to pwd-extop-pluginKarl MacMillan2007-11-171-1/+1
* - Store Master Key in Ldap (Makes it easier to set up replicas)Simo Sorce2007-11-161-177/+468
* Initial implementation of policies support.Simo Sorce2007-11-131-103/+528
* Properly increment kvno and keep recent key material aroundSimo Sorce2007-10-311-13/+162
* Add password request for admin userSimo Sorce2007-08-311-1/+1
* Remove dependncy on libmhash and use openssl md4 functionsSimo Sorce2007-08-201-7/+18
* in F7 all directory names have changed from fedora-ds to dirsrvSimo Sorce2007-08-151-1/+1
* Clean-up code to avoid Wall warningsSimo Sorce2007-08-151-30/+19
* Add dependency and a commentSimo Sorce2007-08-081-0/+5
* Reorganized repo to reflect packaging.Karl MacMillan2007-07-271-0/+1359