summaryrefslogtreecommitdiffstats
path: root/ipalib/util.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Logging is now configured in API.bootstrap(); removed depreciated util.config...Jason Gerard DeRose2008-10-311-33/+0
* lite-xmlrpc.py now uses api.bootstrap() property, logs to api.loggerJason Gerard DeRose2008-10-281-2/+1
* util.configure_logging() now only configures file logging if it can create th...Jason Gerard DeRose2008-10-281-5/+7
* Added util.configure_logging() function; API.bootstrap() now calls util.confi...Jason Gerard DeRose2008-10-281-1/+35
* Copied plugin loading function from load_plugins.py to util.py; API.load_plug...Jason Gerard DeRose2008-10-271-0/+51
* Implement the host commandsRob Crittenden2008-10-221-0/+9
* Added ipalib/util.py with xmlrpc_marshal() and xmlrpc_unmarshal() functions; ...Jason Gerard DeRose2008-10-021-0/+41
* 132: Removed test util.py fileJason Gerard DeRose2008-08-131-57/+0
* 125: Added some generic auto-import stuffJason Gerard DeRose2008-08-131-0/+57