summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/replication.py
Commit message (Expand)AuthorAgeFilesLines
* Fix regression which prevents creating a winsync agreementAna Krivokapic2013-11-131-1/+2
* Turn LDAPEntry.single_value into a dictionary-like property.Jan Cholasta2013-11-051-26/+24
* Make sure nsds5ReplicaStripAttrs is set on agreementsAna Krivokapic2013-10-251-2/+1
* Update only selected attributes for winsync agreementTomas Babej2013-04-161-7/+2
* Full system backup and restoreRob Crittenden2013-04-121-10/+153
* Extend ipa-replica-manage to be able to manage DNA ranges.Rob Crittenden2013-03-131-0/+98
* Remove ipaserver/ipaldap.pyPetr Viktorin2013-03-131-2/+1
* Replace IPAdmin.start_tls_s by an __init__ argumentPetr Viktorin2013-03-011-6/+6
* Remove search_s and search_ext_s from IPAdminPetr Viktorin2013-03-011-2/+4
* Inline waitForEntry in its only callerPetr Viktorin2013-03-011-1/+40
* replace getEntry with get_entry (or get_entries if scope != SCOPE_BASE)Petr Viktorin2013-03-011-18/+23
* Fix typo and traceback suppression in replication.pyPetr Viktorin2013-03-011-3/+4
* Replace deleteEntry with delete_entryPetr Viktorin2013-03-011-7/+7
* Replace addEntry with add_entryPetr Viktorin2013-03-011-9/+9
* Replace getList by a get_entries methodPetr Viktorin2013-03-011-14/+18
* Replace entry.getValue by entry.single_valuePetr Viktorin2013-03-011-21/+23
* Replace IPAdmin.checkTask by replication.wait_for_taskPetr Viktorin2013-03-011-2/+23
* Remove IPAdmin.get_dns_sorted_by_lengthPetr Viktorin2013-03-011-12/+8
* Remove dbdir, binddn, bindpwd from IPAdminPetr Viktorin2013-03-011-1/+9
* Replace add_s and delete_s by their newer equivalentsPetr Viktorin2013-03-011-6/+6
* Replace entry.setValue/setValues by item assignmentPetr Viktorin2013-03-011-6/+6
* Replace entry.getValues() by entry.get()Petr Viktorin2013-03-011-3/+3
* Replace setValue by keyword arguments when creating entriesPetr Viktorin2013-03-011-64/+89
* Add make_entry factory method to LDAPConnection.Jan Cholasta2013-03-011-9/+9
* Remove some unused importsPetr Viktorin2013-03-011-5/+4
* Make ipa-csreplica-manage work with both merged and non-merged DBsPetr Viktorin2012-11-231-13/+11
* Filter suffix in replication management toolsMartin Kosek2012-11-231-7/+30
* Changes to use a single database for dogtag and IPAAde Lee2012-11-231-9/+11
* Fix CS replication management.Rob Crittenden2012-10-091-5/+17
* Run the CLEANALLRUV task when deleting a replication agreement.Rob Crittenden2012-09-171-0/+68
* Add nsds5ReplicaStripAttrs to replica agreementsPetr Viktorin2012-09-041-0/+9
* Make replica install more robustMartin Kosek2012-09-031-12/+26
* Fix winsync agreements creationMartin Kosek2012-08-121-1/+1
* Use DN objects instead of stringsJohn Dennis2012-08-121-98/+106
* Enable SOA serial autoincrementMartin Kosek2012-07-131-11/+11
* Centralize timeout for waiting for servers to start.Rob Crittenden2012-07-021-2/+0
* Add separate attribute to store trusted domain SIDAlexander Bokovoy2012-06-071-1/+5
* Retry retrieving ldap principals when setting up replication.Rob Crittenden2012-05-221-18/+60
* Remove duplicate and unused utility codePetr Viktorin2012-05-091-1/+1
* Fix ipa-replica-manage TLS connection errorMartin Kosek2012-03-141-2/+5
* Remove memberPrincipal for deleted replicasMartin Kosek2012-03-021-2/+22
* Fix managing winsync replication agreements with ipa-replica-manageRob Crittenden2012-02-271-1/+1
* Make sure memberof is in replication attribute exclusion list.Rob Crittenden2012-02-231-12/+17
* Check for the existence of a replication agreement before deleting it.Rob Crittenden2012-01-301-0/+22
* Leave nsds5replicaupdateschedule parameter unsetOndrej Hamada2012-01-241-11/+8
* Fix replication setupSimo Sorce2012-01-131-9/+19
* Fix LDAP add calls in replication moduleMartin Kosek2012-01-131-11/+11
* ticket 2022 - modify codebase to utilize IPALogManager, obsoletes loggingJohn Dennis2011-11-231-23/+24
* Replication: Adjust replica installation to omit processing memberof computat...JR Aquino2011-11-141-5/+23
* Add a function for formatting network locations of the form host:port for use...Jan Cholasta2011-10-051-3/+3