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
path:
root
/
ipapython
/
ipautil.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move get_ipa_basedn from ipautil to ipadiscovery
Petr Viktorin
2016-03-03
1
-41
/
+0
*
pylint: supress false positive no-member errors
Martin Basti
2016-03-02
1
-1
/
+1
*
ipautil: Use mode 'w+' in write_tmp_file
Petr Viktorin
2016-02-17
1
-1
/
+1
*
ipautil.run, kernel_keyring: Encoding fixes for Python 3
Petr Viktorin
2016-02-17
1
-2
/
+2
*
Remove wildcard imports
Martin Basti
2015-12-23
1
-1
/
+1
*
Remove unused imports
Martin Basti
2015-12-23
1
-4
/
+3
*
dns: Handle SERVFAIL in check if domain already exists.
Petr Spacek
2015-12-16
1
-6
/
+5
*
ipautil: remove unused import causing cyclic import in tests
Jan Cholasta
2015-12-15
1
-1
/
+0
*
dns: Check if domain already exists.
David Kupka
2015-12-14
1
-1
/
+17
*
dns: do not add (forward)zone if it is already resolvable.
David Kupka
2015-12-14
1
-2
/
+93
*
ipautil: allow redirecting command output to standard output in run()
Jan Cholasta
2015-12-14
1
-2
/
+13
*
Refactor ipautil.run
Petr Viktorin
2015-12-14
1
-25
/
+119
*
ipautil: use file in a temporary dir as ccache in private_ccache
Jan Cholasta
2015-12-07
1
-2
/
+9
*
Removed duplicate domain name validating function
Stanislav Laznicka
2015-12-02
1
-12
/
+0
*
Use absolute domain in detection of A/AAAA records
Martin Basti
2015-11-25
1
-1
/
+4
*
private_ccache: Harden the removal of KRB5CCNAME env variable
Tomas Babej
2015-11-25
1
-1
/
+1
*
interactive installer does not ignore leading/trailing whitespace
Gabe
2015-10-29
1
-2
/
+4
*
Remove uses of the `types` module
Petr Viktorin
2015-10-07
1
-15
/
+10
*
Use six.moves.xmlrpc.client instead of xmlrpclib
Petr Viktorin
2015-10-07
1
-1
/
+0
*
Use six.moves.urllib instead of urllib/urllib2/urlparse
Petr Viktorin
2015-10-07
1
-2
/
+2
*
winsync-migrate: Convert entity names to posix friendly strings
Tomas Babej
2015-09-23
1
-0
/
+23
*
Decode script arguments using file system encoding
Jan Cholasta
2015-09-07
1
-0
/
+19
*
Use the print function
Petr Viktorin
2015-09-01
1
-1
/
+3
*
Use six.moves.input instead of raw_input
Petr Viktorin
2015-09-01
1
-4
/
+5
*
Use Python3-compatible dict method names
Petr Viktorin
2015-09-01
1
-10
/
+19
*
Use six.string_types instead of "basestring"
Petr Viktorin
2015-09-01
1
-5
/
+7
*
Port from python-krbV to python-gssapi
Michael Simacek
2015-08-26
1
-13
/
+15
*
Added try/except block for user_input in ipautil
Abhijeet Kasurde
2015-08-19
1
-17
/
+29
*
Replace dict.has_key with the 'in' operator
Petr Viktorin
2015-08-12
1
-2
/
+3
*
Modernize 'except' clauses
Petr Viktorin
2015-08-12
1
-6
/
+6
*
Port from python-kerberos to python-gssapi
Michael Simacek
2015-08-05
1
-17
/
+0
*
Allow to run subprocess with suplementary groups
Martin Basti
2015-07-07
1
-5
/
+21
*
install: Move private_ccache from ipaserver to ipapython
Jan Cholasta
2015-06-08
1
-0
/
+24
*
client-install: Fix kinits with non-default Kerberos config file
Jan Cholasta
2015-05-21
1
-3
/
+18
*
ipautil: new functions kinit_keytab and kinit_password
Martin Babinsky
2015-04-20
1
-17
/
+54
*
Timeout when performing time sync during client install
Nathan Kinder
2015-03-16
1
-1
/
+11
*
Prevent install scripts fail silently if timeout exceeded
Martin Basti
2015-02-12
1
-1
/
+1
*
ipaplatform: Move all filesystem paths to ipaplatform.paths module
Tomas Babej
2014-06-16
1
-13
/
+14
*
ipalib.config: Don't autoconvert values to float
Petr Viktorin
2014-06-16
1
-0
/
+2
*
ipautil.run args log message is confusing
Gabe
2014-06-09
1
-1
/
+1
*
Add runas option to run function
Martin Kosek
2014-01-22
1
-21
/
+38
*
Remove unused utf8_encode_value functions
Petr Viktorin
2013-11-08
1
-12
/
+0
*
Turn LDAPEntry.single_value into a dictionary-like property.
Jan Cholasta
2013-11-05
1
-2
/
+2
*
Raise an error when updating CIDict with duplicate keys
Petr Viktorin
2013-09-25
1
-3
/
+22
*
Add missing dict methods to CIDict
Petr Viktorin
2013-09-25
1
-18
/
+49
*
Run gpg-agent explicitly when encrypting/decrypting files.
Jan Cholasta
2013-07-17
1
-7
/
+12
*
Use correct DS instance in ipactl status
Ana Krivokapic
2013-07-11
1
-2
/
+3
*
Use IPAdmin rather than raw python-ldap in migration.py and ipadiscovery.py
Petr Viktorin
2013-03-13
1
-52
/
+16
*
Pylint cleanup.
Jan Cholasta
2013-01-29
1
-1
/
+1
*
Use secure method to acquire IPA CA certificate
John Dennis
2013-01-23
1
-0
/
+36
[next]