summaryrefslogtreecommitdiffstats
path: root/ipaserver
Commit message (Expand)AuthorAgeFilesLines
* Specify the location for the agent PKCS#12 file so we don't have to move it.Rob Crittenden2013-05-061-3/+1
* Handle a 501 in cert-find from dogtag as a "not supported"Rob Crittenden2013-05-031-0/+4
* Fix normalization of FQDNs in DNS installer code.Jan Cholasta2013-05-031-7/+6
* Handle socket.gethostbyaddr() exceptions when verifying hostnames.Rob Crittenden2013-04-241-0/+2
* Add ipa-ca records for existing CA masters when installing DNS for the first ...Jan Cholasta2013-04-241-5/+29
* Add DNS records for existing masters when installing DNS for the first time.Jan Cholasta2013-04-241-41/+85
* Use correct zone when removing DNS records of a master.Jan Cholasta2013-04-181-3/+2
* Update only selected attributes for winsync agreementTomas Babej2013-04-163-13/+18
* Drop --selfsign server functionalityPetr Viktorin2013-04-157-797/+137
* Remove obsolete self-sign references from man pages, docstrings, commentsPetr Viktorin2013-04-151-3/+2
* Uninstall selfsign CA on upgradePetr Viktorin2013-04-153-7/+19
* Use A/AAAA records instead of CNAME records in ipa-ca.Jan Cholasta2013-04-152-26/+110
* Add nfs:NONE to default PAC types only when neededTomas Babej2013-04-152-0/+58
* Apply LDAP update files in blocks of 10, as originally designed.Rob Crittenden2013-04-124-4/+30
* Full system backup and restoreRob Crittenden2013-04-123-10/+1355
* Use only one URL for OCSP and CRL in IPA certificate profile.Jan Cholasta2013-04-111-45/+14
* Load the CA cert into server NSS databasesPetr Viktorin2013-04-024-11/+24
* Support installing with custom SSL certs, without a CAPetr Viktorin2013-04-025-19/+161
* dsinstance, httpinstance: Don't hardcode 'Server-Cert'Petr Viktorin2013-04-022-12/+22
* Trust CAs from PKCS#12 files even if they don't have Friendly NamesPetr Viktorin2013-04-021-1/+2
* ipaserver.install.certs: Introduce NSSDatabase as a more generic certutil wra...Petr Viktorin2013-04-021-95/+191
* Enhance ipa-adtrust-install for domains with multiple IPA serverAlexander Bokovoy2013-04-021-8/+36
* Normalize RA agent certificateMartin Kosek2013-03-291-1/+4
* Add logging to join commandTomas Babej2013-03-251-6/+20
* Configure ipa_dns DS plugin on install and upgradeMartin Kosek2013-03-221-0/+6
* Update named.conf parserMartin Kosek2013-03-141-21/+48
* Enforce exact SID match when adding or modifying a ID rangeTomas Babej2013-03-141-13/+37
* Extend ipa-replica-manage to be able to manage DNA ranges.Rob Crittenden2013-03-132-2/+99
* Remove ipaserver/ipaldap.pyPetr Viktorin2013-03-139-46/+13
* Move ipaldap to ipapythonPetr Viktorin2013-03-132-1800/+4
* Fix installing server with external CAPetr Viktorin2013-03-082-31/+32
* Disable schema retrieval and attribute decoding when talking to AD GC.Jan Cholasta2013-03-081-5/+2
* Allow disabling attribute decoding in LDAPClient and IPAdmin.Jan Cholasta2013-03-081-3/+13
* Allow disabling LDAP schema retrieval in LDAPClient and IPAdmin.Jan Cholasta2013-03-081-3/+8
* Do not fail if schema cannot be retrieved from LDAP server.Jan Cholasta2013-03-081-9/+15
* Don't base64-encode the CA cert when uploading it during an upgrade.Rob Crittenden2013-03-071-2/+1
* ipaserver/dcerpc: enforce search_s without schema checks for GC searchingAlexander Bokovoy2013-03-061-1/+1
* Remove support for DN normalization from LDAPClient.Jan Cholasta2013-03-014-72/+29
* Use full DNs in plugin code.Jan Cholasta2013-03-011-6/+4
* Support attributes with multiple names in LDAPEntry.Jan Cholasta2013-03-011-0/+12
* Aggregate IPASimpleLDAPObject in LDAPEntry.Jan Cholasta2013-03-012-13/+53
* Preserve case of attribute names in LDAPEntry.Jan Cholasta2013-03-011-26/+77
* Use the dn attribute of LDAPEntry to set/get DNs of entries.Jan Cholasta2013-03-012-4/+2
* Remove some uses of raw python-ldapPetr Viktorin2013-03-014-25/+32
* Use IPAdmin rather than raw python-ldap in ipactlPetr Viktorin2013-03-011-2/+3
* Use ldap instead of _ldap in ipaldapPetr Viktorin2013-03-011-47/+47
* Remove IPAdmin.unbind_s(), keep unbind()Petr Viktorin2013-03-014-13/+4
* Remove IPAdmin.simple_bind_sPetr Viktorin2013-03-013-9/+6
* Remove IPAdmin.sasl_interactive_bind_sPetr Viktorin2013-03-013-13/+6
* Replace IPAdmin.start_tls_s by an __init__ argumentPetr Viktorin2013-03-012-11/+11