summaryrefslogtreecommitdiffstats
path: root/ipalib
Commit message (Expand)AuthorAgeFilesLines
* Typos in FreeIPA messagesOndrej Hamada2012-03-232-2/+2
* Fix default SOA serial formatMartin Kosek2012-03-231-2/+2
* Avoid deleting DNS zone when a context is reusedMartin Kosek2012-03-231-5/+12
* Normalize the primary key value to lowercase during migration.Rob Crittenden2012-03-221-0/+1
* Fix attributes that contain DNs when migrating.Rob Crittenden2012-03-222-2/+52
* Harden raw record processing in DNS pluginMartin Kosek2012-03-221-12/+18
* Fix precallback validators in DNS pluginMartin Kosek2012-03-221-28/+32
* Only split CSV in the client, quote instead of escapingPetr Viktorin2012-03-203-12/+63
* DNS forwarder validatorPetr Vobornik2012-03-201-0/+1
* Add missing global options in dnsconfigMartin Kosek2012-03-201-1/+20
* Allow port numbers for idnsForwardersMartin Kosek2012-03-201-4/+24
* Use a consistent parameter name in errors, defaulting to cli_name.Rob Crittenden2012-03-202-16/+24
* Content is no more overwritten by error messagePetr Vobornik2012-03-191-0/+8
* Don't allow hosts and services of IPA masters to be disabled.Rob Crittenden2012-03-193-7/+19
* Import the ipaserver plugins based on context, not env.in_server.Rob Crittenden2012-03-191-1/+1
* Better hbactest validation messagePetr Vobornik2012-03-151-0/+1
* Display serial number as HEX (DECIMAL) when showing certificates.Rob Crittenden2012-03-144-19/+25
* Don't crash when searching with empty relationship optionsPetr Viktorin2012-03-131-22/+14
* Don't set dbdir in the connection until after the connection is created.Rob Crittenden2012-03-131-5/+7
* Fix migration plugin compat checkMartin Kosek2012-03-111-3/+7
* Mark most config options as requiredPetr Viktorin2012-03-121-15/+15
* Enforce that required attributes can't be set to None in CRUD UpdatePetr Viktorin2012-03-123-7/+17
* Allow removing sudo commands with special characters from command groupsPetr Viktorin2012-03-121-2/+2
* Ignore case in yes/no promptsMartin Kosek2012-03-071-1/+1
* Do kinit in client before connecting to backendRob Crittenden2012-03-041-4/+27
* Improve dnsrecord interactive helpMartin Kosek2012-03-012-20/+109
* Add help for new structured DNS frameworkMartin Kosek2012-03-011-4/+31
* Fix encoding for setattr/addattr/delattrMartin Kosek2012-03-011-0/+2
* Add support for sudoOrderRob Crittenden2012-03-011-0/+41
* Remove memberPrincipal for deleted replicasMartin Kosek2012-03-021-0/+1
* Add status command to retrieve user lockout statusRob Crittenden2012-03-021-1/+112
* Forms based authentication UIPetr Voborník2012-03-021-0/+6
* Fix ticket checks when using either s4u2proxy or a delegated krbtgtSimo Sorce2012-03-011-2/+2
* Migration warning when compat enabledOndrej Hamada2012-02-291-2/+28
* Only apply validation rules when adding and updating.Rob Crittenden2012-02-299-19/+23
* Added logout buttonPetr Voborník2012-02-281-1/+3
* Improve FQDN handling in DNS and host pluginsMartin Kosek2012-02-292-31/+40
* Improve hostname and domain name validationMartin Kosek2012-02-293-35/+72
* Improve dnsrecord-add interactive modeMartin Kosek2012-02-291-4/+9
* Don't set migrated user's GID to that of default users group.Rob Crittenden2012-02-291-3/+8
* Validate attributes in permission-addOndrej Hamada2012-02-281-0/+55
* Add support defaultNamingContext and add --basedn to migrate-dsRob Crittenden2012-02-291-13/+28
* Added unsupported_validatorPetr Voborník2012-02-291-0/+1
* New UI for DNS global configurationPetr Voborník2012-02-291-0/+3
* DNS Zone UI: added new attributesPetr Voborník2012-02-291-0/+1
* Use stricter semantics when checking IP address for DNS recordsPetr Viktorin2012-02-291-1/+1
* Improve dns error messageMartin Kosek2012-02-281-2/+8
* Implement password based session loginJohn Dennis2012-02-273-31/+78
* Implement session activity timeoutJohn Dennis2012-02-273-25/+69
* Tweak the session auth to reflect developer consensus.John Dennis2012-02-273-9/+193