Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleaned up comments that were mangled by vim | Nathan Kinder | 2008-07-18 | 1 | -7/+7 |
| | |||||
* | Re-base memberOf plug-in off of current FDS memberOf plug-in. Resolves: ↵ | Nathan Kinder | 2008-07-18 | 4 | -643/+1189 |
| | | | | 452537, 453011, 443241, 439628 | ||||
* | In openvz we found out some interfaces may return a null pointer here. | Simo Sorce | 2008-07-15 | 1 | -0/+4 |
| | | | | | Skip them if no address is provided or we later get a segfault because we dereference a null pointer. | ||||
* | fix typo | Simo Sorce | 2008-07-15 | 1 | -1/+1 |
| | |||||
* | Rework the way SSL certificates are imported from PKCS#12 files. | Rob Crittenden | 2008-07-14 | 11 | -77/+276 |
| | | | | | | | | Add the ability to provide PKCS#12 files during initial installation Add the ability to provide PKCS#12 files when preparing a replica Correct some issues with ipa-server-certinstall 452402 | ||||
* | Fix attribute parsing so that you can add a DN or an attribute with a '=' ↵ | Martin Nagy | 2008-07-09 | 4 | -8/+8 |
| | | | | character in it. Fixes #454630 | ||||
* | Make sure we have the right prototypes when using openldap libs | Simo Sorce | 2008-07-09 | 1 | -0/+1 |
| | |||||
* | Admin must be able to add/delete too | Simo Sorce | 2008-07-09 | 1 | -1/+1 |
| | |||||
* | Be more exacting when deleting a group. | Rob Crittenden | 2008-07-07 | 1 | -5/+9 |
| | | | | 453222 | ||||
* | If krbPasswordExpiration or krbLastPwdChange are not present on the entry | Simo Sorce | 2008-07-07 | 1 | -11/+21 |
| | | | | | we might segfault trying a direct strcmp(), check they are not NULL. Also fix a couple of memleaks. | ||||
* | After the rework of the code that binds to specific interfaces to | Simo Sorce | 2008-07-07 | 1 | -0/+3 |
| | | | | | correctly support multihomed server, we need to add a couple of SELinux lines to the policy file. (lines suggested by Dan Walsh) | ||||
* | Add documentation for -v/--verbose option | Rob Crittenden | 2008-07-03 | 17 | -7/+65 |
| | | | | 451117 | ||||
* | Merge branch 'master' of ssh://rcritten@git.fedorahosted.org/git/freeipa | Rob Crittenden | 2008-07-03 | 1 | -1/+1 |
|\ | |||||
| * | Make sure we listen only on the krb5 port and therefore disable krb4 support | Simo Sorce | 2008-07-02 | 1 | -1/+1 |
| | | |||||
* | | NSS_DIR is already fetched into a variable, use that instead. | Rob Crittenden | 2008-07-03 | 1 | -6/+6 |
|/ | | | | 451098 | ||||
* | Properly convert the realm to a DS instance name | Rob Crittenden | 2008-07-01 | 1 | -1/+1 |
| | | | | 451014 | ||||
* | Ensure correct permissions and file ownership of Apache NSS database | Rob Crittenden | 2008-07-01 | 1 | -0/+12 |
| | | | | 451098 | ||||
* | Fix some small issues that caused compiler warnings, like uninitialized or ↵ | Martin Nagy | 2008-06-30 | 4 | -12/+13 |
| | | | | unused variables or missing krb5 prototypes. | ||||
* | slapi_pw_find_sv() expects an array, make sure we have a NULL terminated | Simo Sorce | 2008-06-30 | 1 | -5/+9 |
| | | | | | one to avoid potential segfaults Avoid leaking memory too. | ||||
* | Fix make all | Simo Sorce | 2008-06-16 | 1 | -1/+1 |
| | |||||
* | Very ugly fix to configure to make it actually find a | Simo Sorce | 2008-06-16 | 1 | -0/+4 |
| | | | | correctly installed slapi-plugin.h file | ||||
* | Must index uidnumber and gidnumber and any attribute that dna plugin is going | Simo Sorce | 2008-06-12 | 1 | -0/+19 |
| | | | | to generate or that we need to search on. | ||||
* | Fix uninizialized counter, was causing allocation to fail and command to | Simo Sorce | 2008-06-12 | 1 | -0/+1 |
| | | | | return in case any encryption type was explicitly requested | ||||
* | Change default. | Simo Sorce | 2008-06-12 | 1 | -2/+4 |
| | | | | | | | By default increment by one but set the maximum value to one million. when installing a replica change values to start from 1 million +1 and cap it to 2 million and so on for any other replica. | ||||
* | Index the memberof attribute | Rob Crittenden | 2008-06-11 | 1 | -0/+8 |
| | | | | 450951 | ||||
* | Missed adding verbose to a couple of IPAClient invocations. | Rob Crittenden | 2008-06-11 | 4 | -4/+4 |
| | | | | 443987 | ||||
* | Fix cut&paste error | Simo Sorce | 2008-06-11 | 1 | -2/+1 |
| | |||||
* | Fix typo in inet type | Simo Sorce | 2008-06-11 | 1 | -1/+1 |
| | |||||
* | ipa-server: fail the build early when DS slapi plugin headers are not available. | Günther Deschner | 2008-06-11 | 1 | -0/+4 |
| | | | | Guenther | ||||
* | Move version to 1.1.0 in preparation for new patch releaserelease-1-1-0 | Simo Sorce | 2008-06-11 | 1 | -1/+1 |
| | |||||
* | Let DS encode the password, this will allow IPA -> AD password | Simo Sorce | 2008-06-11 | 1 | -10/+4 |
| | | | | synchronization to work again. | ||||
* | Ensure that the realm name is upper-case. | Rob Crittenden | 2008-06-09 | 1 | -3/+4 |
| | | | | 449182 | ||||
* | Ignore empty values when converting a multi-valued form field back to a ↵ | Rob Crittenden | 2008-06-09 | 1 | -1/+2 |
| | | | | | | list. This will prevent validation errors when validate.UniqueList() is executed. 449785 | ||||
* | When an LDAP connection fails, display the host one is trying to connect to. | Rob Crittenden | 2008-06-09 | 1 | -2/+4 |
| | | | | 450111 | ||||
* | Add our own SIGTERM handler so we can do clean shutdowns. | Rob Crittenden | 2008-06-09 | 1 | -2/+13 |
| | | | | | | Also fix foreground mode. 450211 | ||||
* | Make it clear which packages are being configured and which aren't. | Rob Crittenden | 2008-06-09 | 1 | -3/+15 |
| | | | | 450175 | ||||
* | Add sbin_t directory read permissions | Rob Crittenden | 2008-06-05 | 1 | -0/+1 |
| | | | | 449760 | ||||
* | Fix typo | Rob Crittenden | 2008-06-05 | 1 | -1/+1 |
| | | | | 450077 | ||||
* | Under some conditions rl may not have been initialized so the config may ↵ | Rob Crittenden | 2008-06-04 | 1 | -0/+3 |
| | | | | | | | | | | | | | | error out with: UnboundLocalError: "local variable 'rl' referenced before assignment" This is caught and ignored but the result is that the records in DNS may not be used at all. Initializing rl to zero fixes this. I also convert the server list into a set to make each entry unique (and back to a list because that is what we are supposed to return) 433506 | ||||
* | Fix import for version | Rob Crittenden | 2008-06-04 | 2 | -2/+2 |
| | |||||
* | Add -p/--password option so the DM password can be passed on the command-line. | Rob Crittenden | 2008-06-04 | 2 | -5/+13 |
| | | | | | | The import for version moved from ipaserver to ipa, fix that as well. 449858 | ||||
* | Don't make the search criteria lower-case so one can do case-sensitive ↵ | Rob Crittenden | 2008-06-04 | 1 | -1/+0 |
| | | | | | | searches (such as looking for HTTP principals) 449975 | ||||
* | Fix some minor man page issues. | Rob Crittenden | 2008-06-04 | 3 | -11/+18 |
| | | | | 438771 | ||||
* | Fix some formatting issues and correct the example. | Rob Crittenden | 2008-06-04 | 1 | -28/+32 |
| | | | | 443009 | ||||
* | Fix typo and reorder -q|--quiet so it displays nicer. popt isn't putting it ↵ | Rob Crittenden | 2008-06-04 | 1 | -2/+2 |
| | | | | | | on a separate line so moving it up front makes it easier to find. 443014 | ||||
* | Fix issue of double logging in ipa_error.log. | Rob Crittenden | 2008-06-03 | 6 | -4/+60 |
| | | | | | | | | | | | We open the log in ipa_webgui and this was being inherited by TurboGears which uses the same log so everything was getting logged twice. Shut down the log in ipa_webgui at the last possible moment. This will not catch configuration errors. Add a Not Found template. Only print a traceback on 500 errors. | ||||
* | Move version.py to the common ipa directory instead of being server-based so ↵ | Rob Crittenden | 2008-06-03 | 7 | -26/+37 |
| | | | | | | it can be used by the client tool. Fix the client tool imports to fail more gracefully. | ||||
* | Fix some minor man page issues. | Rob Crittenden | 2008-06-03 | 3 | -2/+4 |
| | | | | 438771 | ||||
* | Don't prompt regarding previous DS installations in unattended mode. | Rob Crittenden | 2008-05-30 | 1 | -2/+4 |
| | | | | 449150 | ||||
* | Try to clear up messages prompting for domain and IPA server when DNS ↵ | Rob Crittenden | 2008-05-30 | 1 | -4/+4 |
| | | | | discovery fails to find them. |