summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-slapi-plugins
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
* set winsync account disable sync default value to both instead of noneRich Megginson2008-11-131-1/+1
* Make the list of users that can skip passwrod policies configurable.Simo Sorce2008-11-121-48/+105
* Make DNA work with internal operationsRich Megginson2008-11-101-3/+49
* do not store the OUs from the AD DN in the IPA user entry when flatteningRich Megginson2008-10-131-35/+0
* Do not depend on MMR plugin - start before MMR pluginRich Megginson2008-10-131-2/+1
* Do not add enabled user to activated group - clean up parse_acct_disableRich Megginson2008-10-132-19/+28
* Adds winsync account disable and force syncRich Megginson2008-10-134-7/+772
* fix issues brought up by initial review of ipa winsync enhancementsRich Megginson2008-10-131-1/+3
* Added support to IPA server install to install the winsync plugin configurati...Rich Megginson2008-10-131-1/+6
* Use dirsrv/file.h with includes by default - only use the other style if we a...Rich Megginson2008-10-133-6/+135
* fix some memory leaksRich Megginson2008-10-131-1/+4
* Added ipa-winsync-config.c - this handles dynamic configuration via the DSE c...Rich Megginson2008-10-132-0/+782
* Added support for posixAccount -lookup attribute containing the homeDirectory...Rich Megginson2008-10-132-3/+184
* Added the new IPA WinSync Plug-in Work done so far * added the new plugin to ...Rich Megginson2008-10-133-18/+105
* Initial addition of ipa-winsync pluginRich Megginson2008-10-134-0/+456
* 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
* Cleaned up comments that were mangled by vimNathan Kinder2008-07-181-7/+7
* Re-base memberOf plug-in off of current FDS memberOf plug-in. Resolves: 45253...Nathan Kinder2008-07-184-643/+1189
* 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-302-3/+5
* slapi_pw_find_sv() expects an array, make sure we have a NULL terminatedSimo Sorce2008-06-301-5/+9
* Fix cut&paste errorSimo Sorce2008-06-111-2/+1
* Let DS encode the password, this will allow IPA -> AD passwordSimo Sorce2008-06-111-10/+4
* Fedora DS 1.1.1 exposes a public task api. In order for ipa-1-0 to build agai...Rich Megginson2008-05-301-47/+90
* Use a value that is explicitly 64bit on all architecturesSimo Sorce2008-05-231-13/+13
* 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
* If there is an error we need to send back a reply ourselves.Simo Sorce2008-05-151-2/+11
* For some unknown reason the sort control returns values sorted in reverse.Simo Sorce2008-05-151-1/+3
* Implement checks to make sure we are not assigning a number that is in use.Simo Sorce2008-05-151-181/+455
* Indent the plugin accordingly to our style guidelines.Simo Sorce2008-05-071-802/+758
* This patch begins the process of replacing OpenLDAP with mozldap.W. Michael Petullo2008-05-013-3/+0
* Fixed various memory leaks in memberOf plug-in.Nathan Kinder2008-04-221-2/+9
* Password policy checks fixes.Simo Sorce2008-04-071-37/+94
* Some more function name errors due to merge from DS own memberof plugin thatSimo Sorce2008-03-311-6/+6
* Fix typoSimo Sorce2008-03-311-2/+2
* Avoid listing a group as a memberOf itself when a circular groupingNathan Kinder2008-03-281-10/+23
* Fixed handling of modify operations that delete all present memberNathan Kinder2008-03-281-2/+13
* Handle MODRDN operations properly for indirect group members.Nathan Kinder2008-03-261-1/+11
* Purely indentiation, trailing spaces, cosmetic fixesSimo Sorce2008-02-211-133/+173
* Fix bugs in handling of circular groupings in memberOf plug-in.Nathan Kinder2008-02-141-5/+18