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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the dn attribute of LDAPEntry to set/get DNs of entries.
Jan Cholasta
2013-03-01
11
-43
/
+73
*
Remove some uses of raw python-ldap
Petr Viktorin
2013-03-01
9
-201
/
+142
*
Use IPAdmin rather than raw python-ldap in ipactl
Petr Viktorin
2013-03-01
2
-44
/
+35
*
Use IPAdmin rather than raw python-ldap in migration.bind
Petr Viktorin
2013-03-01
1
-8
/
+11
*
Do not use global variables in migration.py
Petr Viktorin
2013-03-01
1
-18
/
+18
*
Use ldap instead of _ldap in ipaldap
Petr Viktorin
2013-03-01
1
-47
/
+47
*
Remove IPAdmin.unbind_s(), keep unbind()
Petr Viktorin
2013-03-01
6
-16
/
+7
*
Remove IPAdmin.simple_bind_s
Petr Viktorin
2013-03-01
3
-9
/
+6
*
Remove IPAdmin.sasl_interactive_bind_s
Petr Viktorin
2013-03-01
3
-13
/
+6
*
Replace IPAdmin.start_tls_s by an __init__ argument
Petr Viktorin
2013-03-01
2
-11
/
+11
*
Remove search_s and search_ext_s from IPAdmin
Petr Viktorin
2013-03-01
7
-31
/
+29
*
Proxy LDAP methods explicitly rather than using __getattr__
Petr Viktorin
2013-03-01
1
-3
/
+38
*
Inline waitForEntry in its only caller
Petr Viktorin
2013-03-01
2
-43
/
+40
*
Inline inactivateEntry in its only caller
Petr Viktorin
2013-03-01
2
-20
/
+3
*
replace getEntry with get_entry (or get_entries if scope != SCOPE_BASE)
Petr Viktorin
2013-03-01
10
-66
/
+56
*
Fix typo and traceback suppression in replication.py
Petr Viktorin
2013-03-01
1
-3
/
+4
*
Replace deleteEntry with delete_entry
Petr Viktorin
2013-03-01
6
-18
/
+13
*
Replace addEntry with add_entry
Petr Viktorin
2013-03-01
8
-28
/
+23
*
Rename LDAPConnection to LDAPClient
Petr Viktorin
2013-03-01
2
-7
/
+7
*
Remove toTupleList and attrList from LDAPEntry
Petr Viktorin
2013-03-01
2
-19
/
+2
*
Replace getList by a get_entries method
Petr Viktorin
2013-03-01
8
-60
/
+91
*
Replace entry.getValue by entry.single_value
Petr Viktorin
2013-03-01
11
-88
/
+94
*
Remove special-casing for missing and single-valued attributes in LDAPUpdate....
Petr Viktorin
2013-03-01
1
-6
/
+0
*
Introduce LDAPEntry.single_value for getting single-valued attributes
Petr Viktorin
2013-03-01
1
-0
/
+23
*
Replace IPAdmin.checkTask by replication.wait_for_task
Petr Viktorin
2013-03-01
3
-27
/
+24
*
Remove IPAdmin.get_dns_sorted_by_length
Petr Viktorin
2013-03-01
3
-54
/
+12
*
Remove IPAdmin.updateEntry calls from fix_replica_agreements
Petr Viktorin
2013-03-01
1
-4
/
+2
*
Remove dbdir, binddn, bindpwd from IPAdmin
Petr Viktorin
2013-03-01
2
-23
/
+15
*
Turn the LDAPError handler into a context manager
Petr Viktorin
2013-03-01
2
-72
/
+45
*
Remove unused bindcert and bindkey arguments to IPAdmin
Petr Viktorin
2013-03-01
1
-9
/
+2
*
Remove unused imports from ipaserver/install
Petr Viktorin
2013-03-01
12
-55
/
+24
*
Change {add,update,delete}_entry to take LDAPEntries
Petr Viktorin
2013-03-01
1
-27
/
+48
*
Replace add_s and delete_s by their newer equivalents
Petr Viktorin
2013-03-01
3
-15
/
+15
*
Replace entry.setValue/setValues by item assignment
Petr Viktorin
2013-03-01
5
-44
/
+21
*
Replace entry.getValues() by entry.get()
Petr Viktorin
2013-03-01
5
-21
/
+16
*
Use update_entry with a single entry in adtrustinstance
Petr Viktorin
2013-03-01
1
-10
/
+8
*
Replace setValue by keyword arguments when creating entries
Petr Viktorin
2013-03-01
7
-157
/
+203
*
Remove the Entry class.
Jan Cholasta
2013-03-01
2
-49
/
+2
*
Remove the Entity class.
Jan Cholasta
2013-03-01
2
-39
/
+48
*
Add make_entry factory method to LDAPConnection.
Jan Cholasta
2013-03-01
8
-28
/
+33
*
Implement some of IPAdmin's legacy methods in terms of LDAPConnection methods
Petr Viktorin
2013-03-01
1
-57
/
+25
*
Move entry add, update, remove, rename to LDAPConnection
Petr Viktorin
2013-03-01
2
-142
/
+137
*
Remove unused proxydn functionality from IPAdmin
Petr Viktorin
2013-03-01
1
-46
/
+2
*
Move entry finding methods to LDAPConnection
Petr Viktorin
2013-03-01
2
-292
/
+328
*
Move filter making methods to LDAPConnection
Petr Viktorin
2013-03-01
2
-121
/
+139
*
Move DN handling methods to LDAPConnection
Petr Viktorin
2013-03-01
2
-36
/
+40
*
Move schema-related methods to LDAPConnection
Petr Viktorin
2013-03-01
2
-57
/
+55
*
Make IPAdmin not inherit from IPASimpleLDAPObject
Petr Viktorin
2013-03-01
2
-65
/
+24
*
Start LDAPConnection, a common base for ldap2 and IPAdmin
Petr Viktorin
2013-03-01
2
-123
/
+101
*
Move SchemaCache and IPASimpleLDAPObject to ipaserver.ipaldap
Petr Viktorin
2013-03-01
2
-545
/
+549
[next]