index
:
freeipa.git
AD-binds
asn1c-indented
cachetickets
cakeysfix
ccachesess
clisesshandling
coverity
custodia
custodia-review
fix_ber_scanf
fixlogout
getkeytab
ipa-1-0
ipa-1-1
ipa-1-2
ipa-2-1
ipa-2-2
ipasam_getkeytab
kdc-fixes
kdc-pkinit
ldapticketcache
master
master_keytab
mindatefix
mspac
my-master
pwbindexp
pwdpolicy
replica_kdc
review
sessionlogout
setkeytab
sumit
webui-cleanup
webui-details
webui_isolate
wip
FreeIPA patches
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
rpc: respect API config in RPCClient.create_connection
Jan Cholasta
2016-06-03
2
-3
/
+10
*
ipalib: introduce API schema plugins
Jan Cholasta
2016-06-03
3
-2
/
+757
*
ipalib: replace DeprecatedParam with `deprecated` Param argument
Jan Cholasta
2016-06-03
10
-50
/
+74
*
parameters: introduce no_convert keyword argument
Jan Cholasta
2016-06-03
2
-2
/
+12
*
parameters: introduce cli_metavar keyword argument
Jan Cholasta
2016-06-03
3
-3
/
+7
*
ipalib: split off client-side plugin code into ipaclient
Jan Cholasta
2016-06-03
34
-751
/
+1198
*
dns: move code shared by client and server to separate module
Jan Cholasta
2016-06-03
4
-77
/
+109
*
ipaclient: add client-side command override class
Jan Cholasta
2016-06-03
1
-0
/
+63
*
frontend: turn Method attributes into properties
Jan Cholasta
2016-06-03
1
-32
/
+11
*
plugable: remember overriden plugins in API
Jan Cholasta
2016-06-03
1
-0
/
+9
*
plugable: simplify API plugin initialization code
Jan Cholasta
2016-06-03
1
-32
/
+29
*
plugable: turn Plugin attributes into properties
Jan Cholasta
2016-06-03
6
-45
/
+32
*
help, makeapi: do not use hardcoded plugin package name
Jan Cholasta
2016-06-03
2
-22
/
+43
*
help, makeapi: specify module topic by name
Jan Cholasta
2016-06-03
14
-25
/
+46
*
help, makeapi: allow setting command topic explicitly
Jan Cholasta
2016-06-03
3
-64
/
+64
*
ipalib: move client-side plugins to ipaclient
Jan Cholasta
2016-06-03
8
-1185
/
+1276
*
ipaclient: introduce ipaclient.plugins
Jan Cholasta
2016-06-03
4
-2
/
+17
*
dns: fix dnsrecord interactive mode
Jan Cholasta
2016-06-03
1
-2
/
+2
*
cli: make optional positional command arguments actually optional
Jan Cholasta
2016-06-03
1
-2
/
+2
*
Decreased timeout for IO blocking for DS
Stanislav Laznicka
2016-06-02
1
-0
/
+4
*
Added <my_hostname>=<IPA REALM> mapping to krb5.conf
Stanislav Laznicka
2016-06-02
2
-4
/
+8
*
Increased mod_wsgi socket-timeout
Stanislav Laznicka
2016-06-02
1
-1
/
+2
*
Deprecated the domain-level option in ipa-server-install
Stanislav Laznicka
2016-06-02
1
-0
/
+1
*
Enable service authentication indicator management
Nathaniel McCallum
2016-06-02
3
-6
/
+17
*
Update the delete dialog on details user page
Pavel Vomacka
2016-06-02
1
-23
/
+102
*
Add option to show OTP when adding host
Pavel Vomacka
2016-06-02
4
-3
/
+69
*
Fix: topologysuffix_find doesn't have no_members option
Martin Basti
2016-06-02
1
-1
/
+1
*
Add more information regarding where to find revocation reason in "ipa cert_r...
Patrice Duc-Jacquet
2016-06-02
1
-2
/
+4
*
Fix: replace incorrect no_cli with no_option flag
Martin Basti
2016-06-02
1
-1
/
+1
*
Test: fix failing host_test
Martin Basti
2016-06-01
1
-1
/
+1
*
Performance: Find commands: do not process members by default
Martin Basti
2016-05-31
28
-87
/
+970
*
Make option --no-members public in CLI
Martin Basti
2016-05-31
1
-1
/
+1
*
Translations: remove deprecated locale configuration
Martin Basti
2016-05-31
1
-20
/
+0
*
DNS upgrade: change global forwarding policy in named.conf to "only" if priva...
Petr Spacek
2016-05-30
3
-3
/
+57
*
DNS upgrade: change global forwarding policy in LDAP to "only" if private IPs...
Petr Spacek
2016-05-30
2
-0
/
+34
*
DNS upgrade: change forwarding policy to = only for conflicting forward zones
Petr Spacek
2016-05-30
3
-1
/
+84
*
Add function ipapython.dnsutil.related_to_auto_empty_zone()
Petr Spacek
2016-05-30
1
-0
/
+30
*
DNS upgrade: separate backup logic to make it reusable
Petr Spacek
2016-05-30
1
-72
/
+73
*
Add ipaDNSVersion option to dnsconfig* commands and use new attribute
Petr Spacek
2016-05-30
7
-23
/
+78
*
Turn verify_host_resolvable() into a wrapper around ipapython.dnsutil
Petr Spacek
2016-05-30
3
-61
/
+72
*
Move IP address resolution from ipaserver.install.installutils to ipapython.d...
Petr Spacek
2016-05-30
3
-25
/
+76
*
Use root_logger for verify_host_resolvable()
Petr Spacek
2016-05-30
8
-14
/
+16
*
Move check_zone_overlap() from ipapython.ipautil to ipapython.dnsutil
Petr Spacek
2016-05-30
6
-42
/
+44
*
DNS: Warn if forwarding policy conflicts with automatic empty zones
Petr Spacek
2016-05-30
3
-0
/
+57
*
test_ipaserver.test_ldap: Adjust tests to Python 3's KeyView
Petr Viktorin
2016-05-30
1
-4
/
+16
*
ipaldap: Convert dict items to list before iterating
Petr Viktorin
2016-05-30
1
-1
/
+1
*
test_ipaserver.test_ldap: Use bytestrings for raw LDAP values
Petr Viktorin
2016-05-30
1
-10
/
+10
*
ipaplatform.redhat: Use bytestrings when calling rpm.so for version comparison
Petr Viktorin
2016-05-30
1
-2
/
+6
*
test_rpcserver: Expect updated error message under Python 3
Petr Viktorin
2016-05-30
1
-1
/
+4
*
test_topology_plugin: Don't rely on order of an attribute's values
Petr Viktorin
2016-05-30
1
-1
/
+1
[prev]
[next]