Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix assorted bugs found by pylint | Jakub Hrozek | 2011-01-25 | 17 | -46/+19 |
| | |||||
* | Fix ipa-replica-manage regressions with winsync | Simo Sorce | 2011-01-25 | 2 | -3/+6 |
| | | | | | | Avoids ipa-replica-manage to throw up errors. Fixes: https://fedorahosted.org/freeipa/ticket/807 | ||||
* | Create DNS records as early as possible | Simo Sorce | 2011-01-25 | 1 | -4/+15 |
| | | | | Fixes: https://fedorahosted.org/freeipa/ticket/833 | ||||
* | Always add DNS records when installing a replica | Simo Sorce | 2011-01-25 | 3 | -4/+101 |
| | | | | | | | Even if the replica is not running a DNS server other replicas might. So if the DNS container is present, then try to add DNS records. Fixes: https://fedorahosted.org/freeipa/ticket/824 | ||||
* | action panel select for multiple entities | Adam Young | 2011-01-25 | 1 | -8/+18 |
| | |||||
* | unselected facets Facets that were not selected were getting the class ↵ | Adam Young | 2011-01-25 | 1 | -2/+0 |
| | | | | indicating that they were sselected | ||||
* | action buttons for dns | Adam Young | 2011-01-25 | 1 | -2/+2 |
| | |||||
* | aci attribute table two columns | Adam Young | 2011-01-25 | 2 | -20/+20 |
| | |||||
* | remove icons from association buttons | Adam Young | 2011-01-25 | 1 | -2/+0 |
| | |||||
* | Enforce uniqueness on (key,info) pairs in automount keys | Jakub Hrozek | 2011-01-25 | 4 | -40/+248 |
| | | | | https://fedorahosted.org/freeipa/ticket/293 | ||||
* | Populate shared tree with replica related values | Simo Sorce | 2011-01-25 | 3 | -0/+52 |
| | | | | Fixes: https://fedorahosted.org/freeipa/ticket/820 | ||||
* | Unused value in initdefault_encoding_utf8 | Martin Kosek | 2011-01-25 | 1 | -3/+1 |
| | | | | | | | There is no use for return value of Py_InitModule3. Removing it in this patch. https://fedorahosted.org/freeipa/ticket/710 | ||||
* | Fix crash when displaying values composed of white-space chars only in CLI. | Pavel Zuna | 2011-01-24 | 1 | -0/+2 |
| | | | | Ticket #825 | ||||
* | Disable renaming to empty string | Jan Zeleny | 2011-01-24 | 1 | -0/+2 |
| | | | | | | | | So far it was possible to rename any object using LDAPUpdate to a name with empty primary key. Since this can cause nasty problems, this patch disables empty string in --rename argument. https://fedorahosted.org/freeipa/ticket/827 | ||||
* | Make the -u option optional in unattended mode | Simo Sorce | 2011-01-24 | 1 | -8/+11 |
| | | | | Fixes: https://fedorahosted.org/freeipa/ticket/836 | ||||
* | Do not set a replication dn when using SASL/GSSAPI replication | Simo Sorce | 2011-01-24 | 1 | -23/+16 |
| | | | | Fixes: https://fedorahosted.org/freeipa/ticket/817 | ||||
* | Remove trailing space | Simo Sorce | 2011-01-24 | 1 | -1/+1 |
| | |||||
* | Make a copy of objectclasses so a call can't update them globally. | Rob Crittenden | 2011-01-24 | 2 | -5/+6 |
| | | | | | | In the host plugin we may change the default objectclasses based on the options selected. This was affecting it globally and causing subsequent calls to fail. | ||||
* | Fix failed tests. API for utcoffset changed and strings are more robust. | Rob Crittenden | 2011-01-24 | 2 | -7/+8 |
| | | | | | | | In Python 2.7 the API for time.utcoffset() changed. We do more automatic conversions of strings so need to loosen the tests a bit. | ||||
* | Block anonymous access to HBAC, role and some member information. | Rob Crittenden | 2011-01-24 | 2 | -0/+11 |
| | | | | | | | | Prevents an unauthenticated user from accessing HBAC and role information as well as memberof which could disclose roles, memberships in HBAC, etc. ticket 811 | ||||
* | Removed 'name' from 'Sudo Command Group name'. | Endi S. Dewata | 2011-01-24 | 21 | -29/+29 |
| | |||||
* | Added scrollable panel for delete dialog box. | Endi S. Dewata | 2011-01-24 | 5 | -9/+14 |
| | |||||
* | Added spaces around radio buttons. | Endi S. Dewata | 2011-01-24 | 3 | -4/+52 |
| | |||||
* | Fix exception doctest failure | Rob Crittenden | 2011-01-24 | 1 | -2/+2 |
| | |||||
* | Remove del-all from dnsrecord_del from API.txt | Rob Crittenden | 2011-01-21 | 1 | -2/+1 |
| | | | | This was from an unpushed patch I had in my tree. | ||||
* | Add new option to dns_del and always ask permission options to API.txt | Rob Crittenden | 2011-01-21 | 1 | -19/+20 |
| | |||||
* | Make ipa permission-add ask for optional attributes | Jan Zeleny | 2011-01-21 | 1 | -0/+6 |
| | | | | | | | Either one of type, filter, subtree, targetgroup, attrs or memberof is required. https://fedorahosted.org/freeipa/ticket/819 | ||||
* | Update kerberos password policy values on LDAP binds. | Rob Crittenden | 2011-01-21 | 7 | -0/+712 |
| | | | | | | | | | | | | | | | On a failed bind this will update krbLoginFailedCount and krbLastFailedAuth and will potentially fail the bind altogether. On a successful bind it will zero krbLoginFailedCount and set krbLastSuccessfulAuth. This will also enforce locked-out accounts. See http://k5wiki.kerberos.org/wiki/Projects/Lockout for details on kerberos lockout. ticket 343 | ||||
* | Rename INTERNAL to NO_CLI for commands we hide from the cli. | Rob Crittenden | 2011-01-21 | 9 | -27/+29 |
| | | | | | | Also make i18n_messages and json_metadata NO_CLI. ticket 821 | ||||
* | Improve output when options are not found in non-interactive client install | Rob Crittenden | 2011-01-21 | 1 | -1/+3 |
| | | | | | | | We should still give some feedback when things go wrong when in non-interactive mode. ticket 828 | ||||
* | Make command syntax less confusing in help | Jan Zeleny | 2011-01-21 | 1 | -0/+1 |
| | | | | | | The patch adds [options] to the syntax line of ipa help <command> https://fedorahosted.org/freeipa/ticket/733 | ||||
* | Add some basic filter validation to permissions and disallow empty filters | Rob Crittenden | 2011-01-21 | 3 | -4/+32 |
| | | | | | | | Try a query with a filter to see if it is at least legal. This doesn't guarantee that the filter is at all otherwise sane. ticket 808 | ||||
* | Fix dns_is_enabled command | Simo Sorce | 2011-01-20 | 1 | -3/+3 |
| | |||||
* | Allow SASL/EXTERNAL authentication for the root user | Simo Sorce | 2011-01-20 | 4 | -1/+34 |
| | | | | | | | | This gives the root user low privileges so that when anonymous searches are denied the init scripts can still search the directory via ldapi to get the list of serevices to start. Fixes: https://fedorahosted.org/freeipa/ticket/795 | ||||
* | Make krb5kdc use the ldapi socket to talk to dirsrv | Simo Sorce | 2011-01-20 | 2 | -1/+3 |
| | | | | Fixes: https://fedorahosted.org/freeipa/ticket/812 | ||||
* | rename static to ui | Adam Young | 2011-01-20 | 245 | -20/+24 |
| | | | | Directory rename | ||||
* | Provide API to check if IPA DNS is enabled on some server | Simo Sorce | 2011-01-19 | 2 | -0/+30 |
| | | | | Fixes: https://fedorahosted.org/freeipa/ticket/600 | ||||
* | Fix ipa_uuid to not interfer with proper error reporting | Simo Sorce | 2011-01-19 | 1 | -3/+2 |
| | | | | Fixes: https://fedorahosted.org/freeipa/ticket/813 | ||||
* | enroll dialog layout | Adam Young | 2011-01-19 | 1 | -3/+3 |
| | | | | we were squeezing the buttons in the middle of the page. This patch shrinks the two boxes on either side and centers the buttons. | ||||
* | background into Makefile | Adam Young | 2011-01-18 | 1 | -0/+1 |
| | |||||
* | update API removal of idnssoamaximum from dns APIs broke the build. THis ↵ | Adam Young | 2011-01-18 | 1 | -6/+3 |
| | | | | fixes it. | ||||
* | Fix password/random logic in host plugin. | Pavel Zuna | 2011-01-18 | 1 | -6/+9 |
| | | | | Fix #798 | ||||
* | Fix updating of DNS records by the host plugin. | Pavel Zuna | 2011-01-18 | 1 | -5/+5 |
| | | | | Fix #799 | ||||
* | Remove SOA maximum parameters from DNS zone. | Pavel Zuna | 2011-01-18 | 1 | -5/+0 |
| | | | | | | | | There's no such thing as "maximum" in SOA record RDATA format according to RFC 1035 and there's also no such attribute in the schema. Fix #788 | ||||
* | Fix crash when building DN of host with name ending with period. | Pavel Zuna | 2011-01-18 | 1 | -4/+5 |
| | | | | Fix #797 | ||||
* | Force flag for Hosts and Services. | Endi S. Dewata | 2011-01-18 | 4 | -34/+88 |
| | | | | | | | The add dialogs for Hosts and Services have been updated to include a checkbox to force adding hosts/services that are not in DNS. The widgets has been updated to support tooltips. | ||||
* | Unprovision message and buttons adjustments. | Endi S. Dewata | 2011-01-18 | 2 | -12/+2 |
| | | | | | The message and buttons in the unprovision dialog box have been updated according to the latest spec. | ||||
* | Do not try to dereference bindpw if it is null | Simo Sorce | 2011-01-18 | 1 | -2/+7 |
| | | | | Fixes: https://fedorahosted.org/freeipa/ticket/783 | ||||
* | Move HBAC services and service groups to cn=hbac | Jan Zeleny | 2011-01-18 | 14 | -53/+53 |
| | | | | https://fedorahosted.org/freeipa/ticket/762 | ||||
* | CSS class for buttons without icons. | Endi S. Dewata | 2011-01-18 | 2 | -2/+15 |
| | | | | | | A new CSS class has been added for buttons without icons. The IPA.button() has been modified to use this class if there is no icons specified. |