summaryrefslogtreecommitdiffstats
path: root/ipapython
Commit message (Expand)AuthorAgeFilesLines
* Handle nolog list containing None valuesSimo Sorce2011-01-271-0/+2
* Fix assorted bugs found by pylintJakub Hrozek2011-01-251-3/+1
* Unused value in initdefault_encoding_utf8Martin Kosek2011-01-251-3/+1
* Fix failed tests. API for utcoffset changed and strings are more robust.Rob Crittenden2011-01-241-4/+4
* Add a way to print output from commandsSimo Sorce2011-01-181-8/+19
* Password generation and logging in ipa-server-installMartin Kosek2011-01-181-2/+11
* Execute /usr/bin/python directly instead of /usr/bin/env pythonRob Crittenden2011-01-141-1/+1
* Add API version and have server reject incompatible clients.Rob Crittenden2011-01-141-0/+3
* Remove radius options completely.Simo Sorce2011-01-142-368/+0
* Make ipa-replica-manage list return all known mastersSimo Sorce2010-12-211-1/+1
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-2017-90/+89
* Make the IPA installer IPv6 friendlyJakub Hrozek2010-12-201-1/+18
* Properly quote passwords sent to pkisilent so special characters work.Rob Crittenden2010-12-171-0/+5
* Catch when we fail to get a cert chain from the CA during installationRob Crittenden2010-11-241-1/+5
* Use Realm as certs subject base nameSimo Sorce2010-11-181-1/+3
* Log script options to logfileJakub Hrozek2010-11-091-1/+41
* Add default python encoding module to reset default from ascii to utf-8Rob Crittenden2010-10-224-1/+135
* Use consistent, specific nickname for the IPA CA certificate.Rob Crittenden2010-10-011-2/+4
* Remove some additional instances of krbV from ipa-clientRob Crittenden2010-09-101-3/+7
* Fix certmonger errors when doing a client or server uninstall.Rob Crittenden2010-09-091-0/+248
* ipautil Syntax error in commentNalin Dahyabhai2010-09-011-1/+1
* Changes to fix compatibility with Fedora 14Rob Crittenden2010-08-312-5/+14
* Remove passwords when running commands including stdout and stderrRob Crittenden2010-08-311-16/+13
* Add support for client failover to the ipa command-line.Rob Crittenden2010-08-161-0/+14
* Drop our own PKCS#10 ASN.1 decoder and use the one from python-nssRob Crittenden2010-07-291-0/+4
* Clean up crypto code, take advantage of new nss-python capabilitiesRob Crittenden2010-07-151-1/+0
* use NSS for SSL operationsJohn Dennis2010-06-153-259/+167
* gpg2 requires --batch to use the --passphrase* arguments.Rob Crittenden2010-05-271-2/+2
* Add simple test to see if client is already configuredRob Crittenden2010-05-061-0/+8
* Handle CSRs whether they have NEW in the header or notRob Crittenden2010-05-031-7/+2
* Make the installer/uninstaller more aware of its stateRob Crittenden2010-05-031-0/+11
* Accept unicode for sysrestoreMartin Nagy2010-04-231-2/+2
* Fix http(s)_request in dogtag. Was blowing up because of unicode strings.Pavel Zuna2010-03-301-0/+4
* Provide mechanism in ipautil.run() to not log all arguments.Rob Crittenden2010-03-191-1/+34
* Move the HTTP/S request code to a common libraryRob Crittenden2010-02-091-1/+78
* Remove (un)wrap_binary_data cruft from */ipautil.pyJohn Dennis2010-01-281-62/+0
* Replace /etc/ipa/ipa.conf with /etc/ipa/default.confRob Crittenden2009-12-013-13/+14
* Add option to have ipautil.run() not raise an exceptionRob Crittenden2009-11-301-3/+3
* Require current versions of python-nss & python-lxmlJohn Dennis2009-11-231-1/+1
* along with stdout, stderr also log the initial commandJohn Dennis2009-11-231-2/+3
* Add option to the installer for uid/gid starting numbers.Rob Crittenden2009-08-271-1/+9
* Clean up additional issues discovered with pylint and pycheckerRob Crittenden2009-08-203-15/+7
* Clean up some problems discovered with pylint and pycheckerRob Crittenden2009-08-125-26/+24
* Allow replicas of an IPA server using an internal dogtag server as the CARob Crittenden2009-07-151-4/+6
* Add a local implementation of httplib.SSLFile and httplib.FakeSocketrcrit2009-07-012-2/+188
* Raise an exception if the certificate chain is not returned from the CARob Crittenden2009-05-211-6/+15
* Fix a comment and some typosRob Crittenden2009-05-131-1/+1
* Fix breakage on python 2.4 with missing object subclassRob Crittenden2009-05-051-1/+1
* A class for dealing with a temporary NSS certificate databaseRob Crittenden2009-05-041-0/+150
* Utilities for dealing with dogtagRob Crittenden2009-04-241-0/+41