summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* webui: extract rpc value from object envelopePetr Vobornik2014-06-276-9/+61
* webui: send API version in RPC requestsPetr Vobornik2014-06-273-1/+7
* webui: fix detection of RPC commandPetr Vobornik2014-06-272-10/+10
* webui-test: dns forward zone json dataPetr Vobornik2014-06-275-0/+158
* webui-test: static metadata updatePetr Vobornik2014-06-273-1676/+3478
* webui-ci: dns forward zone testsPetr Vobornik2014-06-272-0/+43
* webui: dns forward zonesPetr Vobornik2014-06-272-1/+163
* webui: add confirmation for dns zone permission actionsPetr Vobornik2014-06-273-41/+13
* Add python-yubico to BuildRequiresMartin Kosek2014-06-271-0/+1
* Fix getkeytab code to always use implicit tagging.Simo Sorce2014-06-272-9/+9
* Add otptoken-sync commandNathaniel McCallum2014-06-263-3/+112
* Add the otptoken-add-yubikey commandNathaniel McCallum2014-06-265-3/+155
* Add /session/token_sync POST supportNathaniel McCallum2014-06-264-9/+126
* rpcserver: fix local vs utc time comparisonPetr Vobornik2014-06-261-1/+1
* webui: support otp in reset_password.htmlPetr Vobornik2014-06-262-2/+18
* webui: rebase user password dialog on password dialog and add otp supportPetr Vobornik2014-06-264-155/+75
* webui: add placeholders to login screenPetr Vobornik2014-06-263-1/+13
* webui: placeholder attribute support in textbox and textareaPetr Vobornik2014-06-261-0/+8
* webui: support password change with OTP in login screenPetr Vobornik2014-06-262-8/+49
* ipa-passwd: add OTP supportPetr Vobornik2014-06-263-4/+14
* rpcserver: add otp support to change_password handlerPetr Vobornik2014-06-261-4/+7
* ldap2: add otp support to modify_passwordPetr Vobornik2014-06-261-3/+6
* Do not corrupt sshd_config in client install when trailing newline is missing.Jan Cholasta2014-06-261-25/+17
* man: Add -r option to ipa-getkeytab.1Simo Sorce2014-06-261-1/+7
* ipa-getkeytab: Add support for get_keytab extopSimo Sorce2014-06-263-60/+383
* ipa-getkeytab: Modularize ldap_set_keytab functionSimo Sorce2014-06-261-138/+181
* keytab: Add new extended operation to get a keytab.Simo Sorce2014-06-265-1/+594
* keytabs: Expose and modify key encoding functionSimo Sorce2014-06-263-10/+28
* keytabs: Modularize setkeytab operationSimo Sorce2014-06-261-477/+611
* ipaplatform: Move paths from installers to paths moduleTomas Babej2014-06-2615-148/+199
* ipaplatform: Fix misspelled path constantTomas Babej2014-06-252-2/+2
* ipaplatform: Fix build warningsTomas Babej2014-06-251-5/+1
* ipaplatform: Drop the base authconfig classTomas Babej2014-06-252-106/+34
* ipaplatform: Document the platform tasks APITomas Babej2014-06-252-6/+72
* sudorule: Refactor add and remove external_post_callbackTomas Babej2014-06-254-85/+156
* ipatests: test_sudo: Expect root listed out if no RunAsUser availableTomas Babej2014-06-251-2/+2
* ipatests: test_sudo: Do not expect enumeration of runasuser groupsTomas Babej2014-06-251-1/+1
* ipatests: test_sudo: Fix assertions not assuming runasgroupcat set to ALLTomas Babej2014-06-251-10/+10
* ipatests: test_sudo: Add coverage for category ALL validationTomas Babej2014-06-251-9/+184
* ipatests: test_sudo: Add coverage for external entriesTomas Babej2014-06-251-0/+87
* ipatests: test_sudo: Add tests for allowing hosts via hostmasksTomas Babej2014-06-251-0/+36
* sudorule: Enforce category ALL checks on dirsrv levelTomas Babej2014-06-252-5/+16
* sudorule: Fix the order of the parameters to have less chaotic outputTomas Babej2014-06-251-11/+11
* sudorule: Make sure all the relevant attributes are checked when setting cate...Tomas Babej2014-06-251-12/+41
* sudorule: Allow adding deny commands when command category set to ALLTomas Babej2014-06-251-6/+0
* sudorule: Include externalhost and ipasudorunasextgroup in the list of defaul...Tomas Babej2014-06-251-1/+2
* sudorule: Make sure sudoRunAsGroup is dereferencing the correct attributeTomas Babej2014-06-252-4/+7
* sudorule: Allow using external groups as groups of runAsUsersTomas Babej2014-06-255-7/+57
* sudorule: Allow using hostmasks for setting allowed hostsTomas Babej2014-06-255-4/+86
* sudorule: PEP8 fixes in sudorule.pyTomas Babej2014-06-251-52/+104