summaryrefslogtreecommitdiffstats
path: root/ipa-server
Commit message (Expand)AuthorAgeFilesLines
* Marked with wrong license. IPA is GPLv2.Rob Crittenden2008-01-312-8/+14
* Use orig_user_dict to get krbprincipalname when changing passwords.Rob Crittenden2008-01-311-1/+6
* Ensure that the ipa_webgui error log exists and has correct permissions.Rob Crittenden2008-01-312-2/+16
* Use correct variable for domain when restoring a file.Rob Crittenden2008-01-311-1/+1
* Enable logging so we can catch startup errors either in the console orRob Crittenden2008-01-301-3/+51
* Put user-modifiable files into /etc/ipa/html so they can be marked asRob Crittenden2008-01-302-4/+64
* Missed closing quoteRob Crittenden2008-01-291-1/+1
* Remove reference to radius that wasn't used and was causing program to fail.Rob Crittenden2008-01-291-1/+1
* Include some additional information when installing IPA.Rob Crittenden2008-01-252-4/+16
* Fix misspelling of the word indices.Rob Crittenden2008-01-253-4/+4
* Re-factor the ipa_webgui and ipa_kpasswd instance codeMark McLoughlin2008-01-226-66/+41
* Initialise DsInstance.pkcs12_infoMark McLoughlin2008-01-221-0/+1
* Small refactor of dsinstance.config_dirname()Mark McLoughlin2008-01-222-13/+13
* Remove questions from ipaserver.dsinstanceMark McLoughlin2008-01-222-25/+34
* Listen only on the localhost interfaceRob Crittenden2008-01-251-0/+4
* Dropped the last 's' in the sessions cache directoryRob Crittenden2008-01-241-1/+1
* Major mistake on my part by adding sessions to the wrong place. This brokeRob Crittenden2008-01-241-1/+1
* Missed one replacement of pyasn1 -> python-pyasn1Rob Crittenden2008-01-241-1/+1
* Use Fedora package names for PyKerberos (python-kerberos) and pyasn1Rob Crittenden2008-01-243-4/+12
* Add a copy of the LICENSE and populate some README'sRob Crittenden2008-01-231-0/+20
* Enable server-side sessions. It is currently using files for sessions.Rob Crittenden2008-01-237-3/+38
* Fix issues reported by rpmlint.Rob Crittenden2008-01-1823-94/+115
* Add ipa-server-install --uninstallMark McLoughlin2008-01-118-6/+148
* Backup system state in ipa-server-installRob Crittenden2008-01-1414-16/+371
* Update the .spec filenames in EXTRA_DISTMark McLoughlin2008-01-111-1/+1
* Use tempfile.mkdtemp() rather than hardcoded tmpdirMark McLoughlin2008-01-111-9/+4
* Refactor some krbinstance templating codeMark McLoughlin2008-01-111-25/+12
* Use service.py helpersMark McLoughlin2008-01-111-1/+1
* Add service.is_enabled() helperMark McLoughlin2008-01-111-1/+24
* Add service.is_running() helperMark McLoughlin2008-01-112-10/+12
* Service principal deletionRob Crittenden2008-01-115-2/+123
* Remove registration of get_keytabRob Crittenden2008-01-031-1/+0
* Run ipa-webgui as apache and not as rootRob Crittenden2008-01-111-1/+3
* Add function to retrieve a short list of attributes to make ipa-adddelegationRob Crittenden2008-01-042-0/+8
* Make button test consistent with rest of pageRob Crittenden2008-01-071-1/+1
* In add_service_principal() don't let the user pass in the realm.Rob Crittenden2008-01-071-0/+4
* Use a more obvious name for the subject of the IPA self-signed CARob Crittenden2008-01-041-1/+1
* Support getting in a principal with out the REALM partSimo Sorce2007-12-211-2/+15
* - Enable ssl for replication.Karl MacMillan2007-12-215-4/+129
* Finishe removing previous code to fetch keytabsSimo Sorce2007-12-214-66/+1
* Remove ipa-keytab-util since it is superceded by the DS plugin.Karl MacMillan2007-12-215-329/+0
* Merge version changes with upstreamSimo Sorce2007-12-213-2/+8
|\
| * Update versions for release.Karl MacMillan2007-12-213-2/+8
* | Big changeset that includes the work around keytab management.Simo Sorce2007-12-217-504/+1196
|/
* Correct serial number for ds certs.Karl MacMillan2007-12-211-1/+1
* Convert replication to use the new cert infrastructure andKarl MacMillan2007-12-207-71/+114
* Simplify kerberos calling.Karl MacMillan2007-12-191-16/+1
* Refactor keytab creationMark McLoughlin2007-12-183-95/+47
* Restart ipa-webgui in create_instance()Mark McLoughlin2007-12-171-1/+1
* Fix error caused by creation steps patch mergeMark McLoughlin2007-12-171-1/+0