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 new 389-ds-base cleartext password API
Martin Kosek
2013-03-13
1
-8
/
+12
*
Remove implicit Str to DN conversion using *-attr
Tomas Babej
2013-03-13
2
-72
/
+154
*
Make sure uninstall script prompts for reboot as last
Tomas Babej
2013-03-13
1
-19
/
+35
*
Extend ipa-replica-manage to be able to manage DNA ranges.
Rob Crittenden
2013-03-13
8
-9
/
+453
*
Don't download the schema in ipadiscovery
Petr Viktorin
2013-03-13
1
-1
/
+3
*
Remove unneeded python-ldap imports
Petr Viktorin
2013-03-13
4
-31
/
+28
*
Use IPAdmin rather than raw python-ldap in migration.py and ipadiscovery.py
Petr Viktorin
2013-03-13
6
-140
/
+119
*
Use IPAdmin rather than raw python-ldap in ipa-client-install
Petr Viktorin
2013-03-13
2
-38
/
+35
*
Remove ipaserver/ipaldap.py
Petr Viktorin
2013-03-13
15
-60
/
+22
*
Move ipaldap to ipapython
Petr Viktorin
2013-03-13
3
-1800
/
+1819
*
Add support for re-enrolling hosts using keytab
Tomas Babej
2013-03-12
4
-10
/
+50
*
Change DNA magic value to -1 to make UID 999 usable
Petr Viktorin
2013-03-11
13
-28
/
+144
*
Perform secondary rid range overlap check for local ranges only
Tomas Babej
2013-03-11
1
-16
/
+25
*
Fix installing server with external CA
Petr Viktorin
2013-03-08
3
-65
/
+74
*
Disable schema retrieval and attribute decoding when talking to AD GC.
Jan Cholasta
2013-03-08
1
-5
/
+2
*
Allow disabling attribute decoding in LDAPClient and IPAdmin.
Jan Cholasta
2013-03-08
1
-3
/
+13
*
Allow disabling LDAP schema retrieval in LDAPClient and IPAdmin.
Jan Cholasta
2013-03-08
1
-3
/
+8
*
Do not fail if schema cannot be retrieved from LDAP server.
Jan Cholasta
2013-03-08
1
-9
/
+15
*
Allow 'nfs:NONE' in global configuration
Sumit Bose
2013-03-08
3
-4
/
+4
*
Mention PAC issue with NFS in service plugin doc
Sumit Bose
2013-03-08
1
-1
/
+7
*
Add unit test for get_authz_data_types()
Sumit Bose
2013-03-08
2
-0
/
+246
*
ipa-kdb: add PAC only if requested
Sumit Bose
2013-03-08
1
-2
/
+140
*
ipa-kdb: Read ipaKrbAuthzData with other principal data
Sumit Bose
2013-03-08
2
-0
/
+18
*
ipa-kdb: Read global defaul ipaKrbAuthzData
Sumit Bose
2013-03-08
2
-1
/
+29
*
Add NFS specific default for authorization data type
Sumit Bose
2013-03-08
1
-0
/
+5
*
Revert "MS-PAC: Special case NFS services"
Sumit Bose
2013-03-08
1
-35
/
+1
*
Don't base64-encode the CA cert when uploading it during an upgrade.
Rob Crittenden
2013-03-07
1
-2
/
+1
*
ipa-replica-manage: migrate to single_value after LDAPEntry updates
Alexander Bokovoy
2013-03-06
1
-2
/
+2
*
Fix internal error in output_for_cli method of sudorule_{enable,disable}.
Jan Cholasta
2013-03-06
1
-4
/
+4
*
Remove disabled entries from sudoers compat tree.
Jan Cholasta
2013-03-06
2
-1
/
+3
*
ipaserver/dcerpc: enforce search_s without schema checks for GC searching
Alexander Bokovoy
2013-03-06
1
-1
/
+1
*
Fix remove while iterating in suppress_netgroup_memberof.
Jan Cholasta
2013-03-06
3
-3
/
+2
*
Web UI: configurable SID blacklists
Petr Vobornik
2013-03-06
3
-0
/
+16
*
Fix handling of no_update flag in Web UI
Petr Vobornik
2013-03-06
1
-2
/
+2
*
Fix dirty state update of editable combobox
Petr Vobornik
2013-03-06
2
-25
/
+3
*
Combobox keyboard support
Petr Vobornik
2013-03-06
1
-27
/
+186
*
Improve LDAPEntry tests
Petr Viktorin
2013-03-01
1
-18
/
+86
*
Remove support for DN normalization from LDAPClient.
Jan Cholasta
2013-03-01
9
-85
/
+41
*
Remove DN normalization from the baseldap plugin.
Jan Cholasta
2013-03-01
7
-56
/
+27
*
Use full DNs in plugin code.
Jan Cholasta
2013-03-01
15
-42
/
+59
*
Support attributes with multiple names in LDAPEntry.
Jan Cholasta
2013-03-01
3
-4
/
+20
*
Aggregate IPASimpleLDAPObject in LDAPEntry.
Jan Cholasta
2013-03-01
3
-14
/
+57
*
Preserve case of attribute names in LDAPEntry.
Jan Cholasta
2013-03-01
5
-35
/
+97
*
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
[next]