summaryrefslogtreecommitdiffstats
path: root/ipalib/util.py
Commit message (Expand)AuthorAgeFilesLines
* Do not show full SSH public keys in command output by default.Jan Cholasta2012-10-111-3/+3
* Fix NS records in installationPetr Viktorin2012-09-271-0/+3
* Use custom zonemgr for reverse zonesMartin Kosek2012-09-261-0/+13
* Use default reverse zone consistentlyMartin Kosek2012-09-191-0/+18
* JSON serialization of long typePetr Vobornik2012-09-131-1/+1
* Use OpenSSH-style public keys as the preferred format of SSH public keys.Jan Cholasta2012-09-061-19/+37
* Fixed metadata serialization of Numbers and DNsPetr Vobornik2012-09-061-0/+3
* Internationalization for public errorsPetr Viktorin2012-09-031-1/+1
* Use DN objects instead of stringsJohn Dennis2012-08-121-8/+1
* Fill new DNS zone update policy by defaultMartin Kosek2012-06-051-4/+25
* Replace DNS client based on acutil with python-dnsMartin Kosek2012-05-241-7/+9
* Remove duplicate and unused utility codePetr Viktorin2012-05-091-47/+0
* Improve error message in zonemgr validatorMartin Kosek2012-04-291-18/+22
* Validate DN & RDN parameters for migrate commandJohn Dennis2012-04-161-0/+15
* Netgroup nisdomain and hosts validationOndrej Hamada2012-03-281-5/+5
* Improve hostname and domain name validationMartin Kosek2012-02-291-10/+37
* Add SSHFP update policy for existing zonesMartin Kosek2012-02-271-0/+18
* Ease zonemgr restrictionsMartin Kosek2012-02-201-6/+3
* Add support for SSH public keys to user and host objects.Jan Cholasta2012-02-131-0/+32
* add session manager and cache krb authJohn Dennis2012-02-091-0/+100
* Refactor dnsrecord processingMartin Kosek2012-01-121-6/+10
* Fix attempted write to attribute of read-only object.Jan Cholasta2012-01-021-0/+34
* Improve zonemgr validator and normalizerMartin Kosek2011-11-291-10/+40
* ticket 2022 - modify codebase to utilize IPALogManager, obsoletes loggingJohn Dennis2011-11-231-8/+0
* Improve DNS record data validationMartin Kosek2011-11-101-0/+17
* Add --zonemgr/--admin-mail validatorMartin Kosek2011-10-261-0/+30
* Make data type of certificates more obvious/predictable internally.Rob Crittenden2011-06-211-0/+18
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
* Add ability to add/remove DNS records when adding/removing a host entry.Rob Crittenden2010-11-231-0/+15
* Accept an incoming certificate as either DER or base64 in the service plugin.Rob Crittenden2010-10-081-0/+22
* Remove some additional instances of krbV from ipa-clientRob Crittenden2010-09-101-1/+4
* Improve serialization to JSON.Pavel Zuna2010-08-121-1/+11
* Make LDAPObject classes JSON serializable.Pavel Zuna2010-08-121-0/+6
* Require that hosts be resolvable in DNS. Use --force to ignore warnings.Rob Crittenden2010-08-061-0/+16
* Removed util.add_global_options() and frontend.ApplicationJason Gerard DeRose2009-10-141-23/+0
* Rename errors2.py to errors.py. Modify all affected files.Pavel Zuna2009-04-231-2/+2
* Finish work replacing the errors module with errors2Rob Crittenden2009-04-201-12/+9
* Utility function to get the local hostnameRob Crittenden2009-02-191-0/+11
* Implemented more elegant way for entire plugin module to be conditionally ski...Jason Gerard DeRose2009-02-171-3/+3
* Removed depreciated xmlrpc_marshal() and xmlrpc_unmarshal() functionsJason Gerard DeRose2009-02-171-27/+0
* Remove some duplicated code that was moved to ipaserver and use it Remove som...Rob Crittenden2009-02-061-0/+5
* Started reworking CLI class into cli pluginJason Gerard DeRose2009-02-031-0/+1
* Removed depreciated rpc code from ipalib.util; removed corresponding unit tes...Jason Gerard DeRose2008-12-081-61/+0
* Added test_util.test_round_trip() test that tests use of xmlrpc_wrap() and xm...Jason Gerard DeRose2008-11-201-1/+1
* Added util.xmlrpc_wrap(), util.xmlrpc_unwrap() functions an corresponding uni...Jason Gerard DeRose2008-11-191-0/+64
* Added util.make_repr() function; added corresponding unit testsJason Gerard DeRose2008-11-131-0/+9
* Command.get_default() will now fill-in None for all missing non-required paramsJason Gerard DeRose2008-11-121-0/+6
* Added custom log formatter util.LogFormatter that makes the human-readable ti...Jason Gerard DeRose2008-10-311-0/+9
* Logging formats are now env variables; added log_format_stderr_debug format u...Jason Gerard DeRose2008-10-311-1/+0
* Reoganized global option functionality to it is easy for any script to use th...Jason Gerard DeRose2008-10-311-0/+22