summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-slapi-plugins/ipa-pwd-extop
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
* This patch begins the process of replacing OpenLDAP with mozldap.W. Michael Petullo2008-05-011-1/+0
* 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
* We need the OpenSSL Crypto lib for the DES and MD4 functions to generate NTSimo Sorce2007-12-071-0/+2
* Min Pwd Change Time Check after Password reset and other minor fixesSimo Sorce2007-11-302-26/+34
* 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-162-178/+470
* 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
* Fix build issues related to the autotools conversionRob Crittenden2007-10-181-0/+1
* Fix build from autoconf patch import.Karl MacMillan2007-10-181-0/+2
* Autotool ipa-server - patch from William Jon McCann <mccann@jhu.edu>.Karl MacMillan2007-10-172-25/+42
* Karl MacMillan wrote:Karl MacMillan2007-10-091-12/+3
* Add password request for admin userSimo Sorce2007-08-311-1/+1
* Remove dependncy on libmhash and use openssl md4 functionsSimo Sorce2007-08-202-9/+20
* Fix the relative name, Richm explained that the allowed values are either:Simo Sorce2007-08-161-1/+1
* General fixes.Simo Sorce2007-08-151-0/+1
* in F7 all directory names have changed from fedora-ds to dirsrvSimo Sorce2007-08-152-5/+6
* Use relative .so names for plugin so that lib/lib64 does not get in the waySimo Sorce2007-08-151-0/+0
* Merge from upstreamSimo Sorce2007-08-151-1/+6
|\
| * Install server plugins in correct lib directory.Karl MacMillan2007-08-151-1/+6
* | Rely on the default pathSimo Sorce2007-08-151-2/+2
|/
* Clean-up code to avoid Wall warningsSimo Sorce2007-08-151-30/+19
* Updates to build kpaswd and the slapi plugins.Karl MacMillan2007-08-101-3/+26
* Add dependency and a commentSimo Sorce2007-08-081-0/+5
* Reorganized repo to reflect packaging.Karl MacMillan2007-07-274-0/+1378