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
*
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
*
Remove some unused imports
Petr Viktorin
2013-03-01
1
-14
/
+12
*
Sort LDAP updates properly
Martin Kosek
2013-01-11
1
-19
/
+16
*
Enable transactions by default, make password and modrdn TXN-aware
Rob Crittenden
2012-11-21
1
-1
/
+13
*
Run index task in ldap updater only when needed
Martin Kosek
2012-09-16
1
-6
/
+9
*
Add attributeTypes to safe schema updater
Martin Kosek
2012-09-16
1
-29
/
+39
*
Add safe updates for objectClasses
Martin Kosek
2012-09-04
1
-2
/
+50
*
Ticket #3008: DN objects hash differently depending on case
John Dennis
2012-08-22
1
-1
/
+1
*
Use DN objects instead of strings
John Dennis
2012-08-12
1
-331
/
+357
*
Rework task naming in LDAP updates to avoid conflicting names in certain cases
Alexander Bokovoy
2012-07-24
1
-9
/
+9
*
Framework for admin/install tools, with ipa-ldap-updater
Petr Viktorin
2012-07-22
1
-1
/
+1
*
Move install script error handling to a common function
Petr Viktorin
2012-05-31
1
-1
/
+4
*
Remove ipa-server-install LDAP update errors
Martin Kosek
2012-05-17
1
-1
/
+8
*
Remove duplicate and unused utility code
Petr Viktorin
2012-05-09
1
-1
/
+1
*
Don't check for schema uniqueness when comparing in ldapupdate.
Rob Crittenden
2012-02-22
1
-1
/
+6
*
Correct update syntax in 30-s4u2proxy.update
Rob Crittenden
2012-02-15
1
-6
/
+6
*
Fix attempted write to attribute of read-only object.
Jan Cholasta
2012-01-02
1
-2
/
+2
*
Ticket #1879 - IPAdmin undefined anonymous parameter lists
John Dennis
2011-11-29
1
-2
/
+2
*
Fix some issues introduced when rebasing update patch
Rob Crittenden
2011-11-23
1
-4
/
+4
*
Add plugin framework to LDAP updates.
Rob Crittenden
2011-11-22
1
-62
/
+82
*
ticket 2022 - modify codebase to utilize IPALogManager, obsoletes logging
John Dennis
2011-11-23
1
-42
/
+42
*
Fix DNS permissions and membership in privileges
Rob Crittenden
2011-10-09
1
-2
/
+14
*
Move Managed Entries into their own container in the replicated space.
Jr Aquino
2011-09-12
1
-26
/
+126
*
35 remove escapes from the cvs parser in ipaserver/install/ldapupdate https:/...
Jr Aquino
2011-07-19
1
-2
/
+1
*
Disallow direct modifications to enrolledBy.
Rob Crittenden
2011-07-14
1
-2
/
+2
*
Add backslash escape support for cvs reader
John Dennis
2011-06-22
1
-1
/
+2
*
LDAP Updater may crash IPA installer
Martin Kosek
2011-05-02
1
-1
/
+1
*
The default groups we create should have ipaUniqueId set
Rob Crittenden
2011-04-15
1
-1
/
+9
*
Fix traceback in ipa-nis-manage.
Rob Crittenden
2011-04-11
1
-28
/
+32
*
Fix ORDERING in some attributetypes and remove other unnecessary elements.
Rob Crittenden
2011-04-05
1
-1
/
+1
*
Automatically update IPA LDAP on rpm upgrades
Rob Crittenden
2011-03-21
1
-17
/
+26
*
Domain to Realm
Simo Sorce
2011-03-14
1
-10
/
+15
*
Use ldapi: instead of unsecured ldap: in ipa core tools.
Pavel Zuna
2011-03-03
1
-15
/
+30
*
Add default roles and permissions for HBAC, SUDO and pw policy
Rob Crittenden
2011-02-22
1
-2
/
+14
*
Let 389-ds start up even if Kerboros is not configured yet.
Rob Crittenden
2011-02-14
1
-5
/
+9
*
Add a replace option to ipa-ldap-updater.
Rob Crittenden
2011-02-14
1
-1
/
+14
*
Change FreeIPA license to GPLv3+
Jakub Hrozek
2010-12-20
1
-5
/
+5
*
UUIDs: remove uuid python plugin and let DS always autogenerate
Simo Sorce
2010-10-28
1
-2
/
+1
*
Add LDAP upgrade over ldapi support.
Rob Crittenden
2010-06-01
1
-14
/
+37
*
Use escapes in DNs instead of quoting.
Rob Crittenden
2010-04-19
1
-0
/
+3
*
Added Fuzzy docstrings; make-test now runs doctests in tests/*; fixed 'exista...
Jason Gerard DeRose
2009-12-18
1
-1
/
+1
*
Make the IPA server host and its services "real" IPA entries
Rob Crittenden
2009-12-11
1
-1
/
+2
*
Add a sleep() prior to calling tasks to ensure postop writes are done
Rob Crittenden
2009-10-16
1
-0
/
+3
*
Robustness fix for updater, in case updates['updates'] is not set yet.
Rob Crittenden
2009-10-05
1
-1
/
+1
*
Let the updater delete entries and add small test harness
Rob Crittenden
2009-10-05
1
-6
/
+49
*
Use the csv module instead of my own hackish lexer.
Rob Crittenden
2009-05-19
1
-34
/
+30
*
Rename errors2.py to errors.py. Modify all affected files.
Pavel Zuna
2009-04-23
1
-7
/
+7
*
Finish work replacing the errors module with errors2
Rob Crittenden
2009-04-20
1
-6
/
+6
*
Translate variables on all lines and sort files to be updated
Rob Crittenden
2009-03-25
1
-3
/
+5
[next]