summaryrefslogtreecommitdiffstats
path: root/ipalib/util.py
Commit message (Expand)AuthorAgeFilesLines
* 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