index
:
freeipa.git
WIP
abbra
certauth
ipa-3-3
master
replace_private_samba_calls
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
ipapython.secrets.kem: Use ConfigParser from six.moves
Petr Viktorin
2016-05-30
1
-2
/
+2
*
ipaldap: Keep attribute names as text, not bytes
Petr Viktorin
2016-05-30
1
-2
/
+2
*
Added some attributes to Modify Users permission
Stanislav Laznicka
2016-05-29
2
-4
/
+5
*
Migrate from #ifndef guards to #pragma once
Nathaniel McCallum
2016-05-29
14
-54
/
+14
*
Add missing CA options to the manpage for ipa-replica-install
Florence Blanc-Renaud
2016-05-28
1
-1
/
+34
*
Added pyusb as a dependency
Stanislav Laznicka
2016-05-28
1
-0
/
+2
*
fix pylint false positive errors
Martin Basti
2016-05-27
1
-0
/
+2
*
Enable authentication indicators for OTP and RADIUS
Nathaniel McCallum
2016-05-26
1
-2
/
+8
*
Return password-only preauth if passwords are allowed
Nathaniel McCallum
2016-05-26
1
-4
/
+2
*
Ensure that ipa-otpd bind auths validate an OTP
Nathaniel McCallum
2016-05-26
3
-6
/
+15
*
Rename syncreq.[ch] to otpctrl.[ch]
Nathaniel McCallum
2016-05-26
4
-13
/
+13
*
Remove unused variables in automount plugin
Martin Basti
2016-05-26
1
-8
/
+1
*
Upgrade: always start CA
Martin Basti
2016-05-25
1
-0
/
+11
*
frontend: allow commands to have an argument named `name`
Jan Cholasta
2016-05-25
1
-4
/
+4
*
ipalib: use relative imports for cross-plugin imports
Jan Cholasta
2016-05-25
43
-76
/
+76
*
vault: copy arguments of client commands from server counterparts
Jan Cholasta
2016-05-25
3
-61
/
+89
*
vault: move client-side code to the module level
Jan Cholasta
2016-05-25
1
-94
/
+96
*
otptoken_yubikey: fix otptoken_add_yubikey arguments
Jan Cholasta
2016-05-25
3
-37
/
+46
*
otptoken: fix import of DN
Jan Cholasta
2016-05-25
1
-1
/
+2
*
dns: do not rely on server data structures in code called on client
Jan Cholasta
2016-05-25
3
-50
/
+86
*
dns: move code called on client to the module level
Jan Cholasta
2016-05-25
1
-120
/
+130
*
automount: do not inherit automountlocation_import from LDAPQuery
Jan Cholasta
2016-05-25
1
-1
/
+8
*
frontend: move the interactive_prompt callback type to Command
Jan Cholasta
2016-05-25
2
-37
/
+10
*
frontend: merge baseldap.CallbackRegistry into Command
Jan Cholasta
2016-05-25
3
-58
/
+63
*
plugable: switch API to Registry-based plugin discovery
Jan Cholasta
2016-05-25
3
-82
/
+62
*
plugable: remove the unused deprecated API.register method
Jan Cholasta
2016-05-25
1
-5
/
+5
*
ipalib, ipaserver: fix incorrect API.register calls in docstrings
Jan Cholasta
2016-05-25
5
-31
/
+31
*
ipalib, ipaserver: migrate all plugins to Registry-based registration
Jan Cholasta
2016-05-25
19
-81
/
+99
*
plugable: replace API.import_plugins with new API.add_package
Jan Cholasta
2016-05-25
3
-35
/
+34
*
makeaci: load additional plugins using API.add_module
Jan Cholasta
2016-05-25
1
-2
/
+7
*
ipalib: remove the unused `csv` argument of Param
Jan Cholasta
2016-05-25
19
-61
/
+17
*
makeapi: optimize API.txt
Jan Cholasta
2016-05-25
4
-4607
/
+4668
*
frontend: do not forward argument defaults to server
Jan Cholasta
2016-05-25
2
-2
/
+5
*
user: do not assume the preserve flags have value in user_del
Jan Cholasta
2016-05-25
1
-5
/
+6
*
frontend: do not forward unspecified positional arguments to server
Jan Cholasta
2016-05-25
1
-1
/
+14
*
ipalib: make optional positional command arguments actually optional
Jan Cholasta
2016-05-25
13
-23
/
+44
*
batch: do not crash when no argument is specified
Jan Cholasta
2016-05-25
1
-1
/
+1
*
frontend: perform argument value validation only on server
Jan Cholasta
2016-05-25
3
-5
/
+16
*
frontend: remove the unused Command.soft_validate method
Jan Cholasta
2016-05-25
2
-43
/
+1
[prev]
[next]