index
:
freeipa.git
30gatepo
4-2-trust-fixes
ad-work
adwork
dns-records
gssapi-delegate
hbactest
hbactester
ipa-2-1
ipautil-refactor
kdc-fixes
master
my-master
network-fixes
oneway-trust
platform
platform-master
systemd-ipa-2-1
systemd-master
test-patches-2-1
testing
testotp
ticket-1259
ticket-1368
ticket-1369
ticket-1369-lite
ticket-1373
ticket-1476
ticket-1549
ticket-hbac-test
trusts-master
views
FreeIPA project
Alexander Bokovoy
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipaserver
/
install
/
ldapupdate.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
ipalib: Load ipaserver plugins when api.env.in_server is True
Jan Cholasta
2015-07-01
1
-1
/
+0
*
Add Domain Level feature
Tomas Babej
2015-05-26
1
-0
/
+5
*
Server Upgrade: fix remove statement
Martin Basti
2015-05-26
1
-3
/
+4
*
Server Upgrade: raise RuntimeError instead exit()
Martin Basti
2015-05-19
1
-1
/
+1
*
Server Upgrade: Allow base64 encoded values
Martin Basti
2015-05-11
1
-29
/
+109
*
Server Upgrade: remove CSV from upgrade files
Martin Basti
2015-05-11
1
-98
/
+65
*
Server Upgrade: fix a comment in ldapupdater
Martin Basti
2015-05-05
1
-6
/
+1
*
Server Upgrade: restart DS using ipaplatfom service
Martin Basti
2015-04-14
1
-4
/
+4
*
Server Upgrade: Handle connection better in updates_from_dict
Martin Basti
2015-04-14
1
-3
/
+4
*
Server Upgrade: specify order of plugins in update files
Martin Basti
2015-04-14
1
-44
/
+140
*
Server Upgrade: remove unused code in upgrade
Martin Basti
2015-04-14
1
-7
/
+1
*
Server Upgrade: use only LDAPI connection
Martin Basti
2015-04-14
1
-1
/
+1
*
Server Upgrade: remove --test option
Martin Basti
2015-03-19
1
-31
/
+22
*
Server Upgrade: order update files by default
Martin Basti
2015-03-19
1
-1
/
+1
*
Server Upgrade: Update entries in order specified in file
Martin Basti
2015-03-19
1
-62
/
+13
*
Server Upgrade: Set modified to false, before each update
Martin Basti
2015-03-19
1
-1
/
+2
*
Server Upgrade: Upgrade one file per time
Martin Basti
2015-03-19
1
-36
/
+18
*
Server Upgrade: do not sort updates by DN
Martin Basti
2015-03-19
1
-13
/
+2
*
Server Upgrade: Remove unused PRE_SCHEMA_UPDATE
Martin Basti
2015-03-19
1
-14
/
+1
*
Fix upgrade: do not use invalid ldap connection
Martin Basti
2014-11-06
1
-0
/
+6
*
ldapupdate: Restore 'replace' functionality
Petr Viktorin
2014-07-04
1
-0
/
+8
*
Added upgrade step executed before schmema is upgraded
Martin Basti
2014-06-27
1
-1
/
+14
*
ipaplatform: Move all filesystem paths to ipaplatform.paths module
Tomas Babej
2014-06-16
1
-2
/
+3
*
Use raw LDAP data in ldapupdate.
Jan Cholasta
2014-01-10
1
-23
/
+7
*
Remove legacy LDAPEntry properties data and orig_data.
Jan Cholasta
2014-01-10
1
-4
/
+0
*
Add LDAPEntry method generate_modlist.
Jan Cholasta
2014-01-10
1
-1
/
+1
*
Reduce amount of LDAPEntry.reset_modlist calls in ldapupdate.
Jan Cholasta
2014-01-10
1
-8
/
+4
*
Use LDAPClient.update_entry for LDAP mods in ldapupdate.
Jan Cholasta
2014-01-10
1
-2
/
+2
*
Rename LDAPEntry method commit to reset_modlist.
Jan Cholasta
2014-01-10
1
-1
/
+1
*
Remove schema special-casing from the LDAP updater
Petr Viktorin
2013-11-18
1
-111
/
+4
*
ldapupdate: Factor out connection code
Petr Viktorin
2013-11-18
1
-40
/
+36
*
Turn LDAPEntry.single_value into a dictionary-like property.
Jan Cholasta
2013-11-05
1
-2
/
+2
*
Remove legacy toDict and origDataDict methods of LDAPEntry.
Jan Cholasta
2013-10-31
1
-4
/
+3
*
Hide sensitive attributes in LDAP updater logging and output
Rob Crittenden
2013-07-18
1
-19
/
+47
*
Apply LDAP update files in blocks of 10, as originally designed.
Rob Crittenden
2013-04-12
1
-1
/
+27
*
Remove ipaserver/ipaldap.py
Petr Viktorin
2013-03-13
1
-2
/
+2
*
replace getEntry with get_entry (or get_entries if scope != SCOPE_BASE)
Petr Viktorin
2013-03-01
1
-1
/
+1
*
Replace deleteEntry with delete_entry
Petr Viktorin
2013-03-01
1
-1
/
+1
*
Replace addEntry with add_entry
Petr Viktorin
2013-03-01
1
-2
/
+2
*
Remove toTupleList and attrList from LDAPEntry
Petr Viktorin
2013-03-01
1
-4
/
+2
*
Replace getList by a get_entries method
Petr Viktorin
2013-03-01
1
-1
/
+1
*
Replace entry.getValue by entry.single_value
Petr Viktorin
2013-03-01
1
-2
/
+2
*
Remove special-casing for missing and single-valued attributes in LDAPUpdate....
Petr Viktorin
2013-03-01
1
-6
/
+0
*
Replace entry.setValue/setValues by item assignment
Petr Viktorin
2013-03-01
1
-9
/
+9
*
Replace entry.getValues() by entry.get()
Petr Viktorin
2013-03-01
1
-5
/
+5
*
Replace setValue by keyword arguments when creating entries
Petr Viktorin
2013-03-01
1
-6
/
+7
*
Remove the Entry class.
Jan Cholasta
2013-03-01
1
-2
/
+2
*
Remove the Entity class.
Jan Cholasta
2013-03-01
1
-31
/
+4
*
Add make_entry factory method to LDAPConnection.
Jan Cholasta
2013-03-01
1
-2
/
+2
*
Derive Entity class from Entry, and move it to ldapupdate
Petr Viktorin
2013-03-01
1
-3
/
+28
[next]