summaryrefslogtreecommitdiffstats
path: root/ipapython
Commit message (Expand)AuthorAgeFilesLines
* httpinstance: clean up /etc/httpd/alias on uninstallJan Cholasta2017-03-221-0/+13
* ipapython.ipautil.nolog_replace: Do not replace empty valueDavid Kupka2017-03-211-1/+1
* Python 3: Fix session storageChristian Heimes2017-03-151-1/+18
* Fix Python 3 pylint errorsChristian Heimes2017-03-151-2/+2
* install: re-introduce option groupsJan Cholasta2017-03-131-9/+49
* install CLI: remove magic option groupsJan Cholasta2017-03-131-11/+6
* pylint_plugins: add forbidden import checkerJan Cholasta2017-03-105-2/+12
* Store session cookie in a ccache optionSimo Sorce2017-03-101-0/+197
* ipapython: fix DEFAULT_PLUGINS in version.pyJan Cholasta2017-03-092-2/+9
* config: re-add `init_config` and `config`Jan Cholasta2017-03-081-0/+149
* Use GSS-SPNEGO if connecting locallySimo Sorce2017-03-071-1/+5
* Fix cookie with Max-Age processingStanislav Laznicka2017-03-061-1/+4
* Support for Certificate Identity MappingFlorence Blanc-Renaud2017-03-021-1/+7
* certdb: Don't restore_context() of new NSSDBChristian Heimes2017-03-011-5/+1
* Moving ipaCert from HTTPD_ALIAS_DIRStanislav Laznicka2017-03-011-2/+4
* Remove ipapython.nsslib as it is not used anymoreStanislav Laznicka2017-03-011-344/+0
* Remove NSSConnection from DogtagStanislav Laznicka2017-03-011-14/+10
* Don't prepend option names with additional '--'Stanislav Laznicka2017-02-211-1/+1
* client install: create /etc/ipa/nssdb with correct modeJan Cholasta2017-02-201-2/+8
* ipactl restart: log httplib failues as debugMartin Basti2017-02-171-1/+1
* Add password to certutil calls in NSSDatabaseStanislav Laznicka2017-02-171-13/+7
* Explicitly remove support of SSLv2/3Stanislav Laznicka2017-02-171-2/+59
* Simplify NSSDatabase password file handlingSimo Sorce2017-02-151-17/+12
* Separate RA cert store from the HTTP cert storeSimo Sorce2017-02-151-1/+92
* Change session handlingSimo Sorce2017-02-151-1/+1
* py3: ipa_generate_password: do not compare None and IntMartin Basti2017-02-101-0/+2
* py3: modify_s: attribute name must be str not bytesMartin Basti2017-02-101-1/+1
* ipaldap: preserve order of values in LDAPEntry._sync()Jan Cholasta2017-02-091-2/+2
* py3: get_memberofindirect: fix ByteWarningsMartin Basti2017-02-081-2/+4
* py3: DN: fix BytesWarningMartin Basti2017-02-081-1/+1
* py3: ipaldap: properly encode DNSName to bytesMartin Basti2017-02-081-1/+1
* private_ccache: yield ccache nameFraser Tweedale2017-01-311-1/+1
* py3: fingerprint_hex_sha256: fix encoding/decodingMartin Basti2017-01-311-3/+2
* Principal: validate type of input parameterMartin Basti2017-01-311-1/+6
* Use dict comprehensionMartin Basti2017-01-311-1/+3
* py3: ipaldap: update encode/decode methodsMartin Basti2017-01-311-34/+7
* py3: decode bytes for json.loads()Martin Basti2017-01-242-0/+51
* py3: make_filter_from_attr: use string instead of bytesMartin Basti2017-01-241-1/+2
* py3: HTTPResponse has no 'dict' attribute in 'msg'Martin Basti2017-01-241-1/+1
* py3: _httplib_request: don't convert string to bytesMartin Basti2017-01-241-3/+1
* py3: ipautil: open tempfiles in text modeMartin Basti2017-01-241-2/+2
* py3: ldap modlist must have keys as string, not bytesMartin Basti2017-01-241-1/+2
* py3: service.py: replace mkstemp by NamedTemporaryFileMartin Basti2017-01-241-1/+1
* ipaldap: properly escape raw binary values in LDAP filtersJan Cholasta2017-01-241-3/+6
* ipapython: Add dependencies on version.pyChristian Heimes2017-01-161-0/+2
* Generate sha256 ssh pubkey fingerprints for hostsStanislav Laznicka2017-01-121-6/+7
* Py3: Fix ToASCII methodMartin Basti2017-01-061-3/+8
* Fix used before assignment bug in host_port_open()Christian Heimes2017-01-061-2/+2
* ipa_generate_password algorithm changePetr Spacek2017-01-061-30/+86
* Enumerate available options in IPA installerAbhijeet Kasurde2017-01-031-0/+2