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
path:
root
/
ipaserver
/
install
/
adtrustinstance.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move ipachangeconf from ipaclient.install to ipapython
Rob Critenden
2019-08-28
1
-2
/
+2
*
ipaserver.install.installutils: move commonly used utils to ipapython.ipautil
Alexander Bokovoy
2019-06-29
1
-4
/
+4
*
Set idmap config for Samba to follow IPA ranges and use SSSD
Alexander Bokovoy
2019-04-24
1
-0
/
+15
*
Move realm_to_serverid/ldap_uri to ipaldap
Christian Heimes
2019-02-05
1
-1
/
+2
*
pylint 2.2: Fix unnecessary pass statement
Christian Heimes
2018-11-26
1
-1
/
+0
*
ipa-replica-install --setup-adtrust: check for package ipa-server-trust-ad
Florence Blanc-Renaud
2018-10-24
1
-0
/
+9
*
net groupmap: force using empty config when mapping Guests
Alexander Bokovoy
2018-10-23
1
-2
/
+2
*
adtrust: define Guests mapping after creating cifs/ principal
Alexander Bokovoy
2018-10-10
1
-2
/
+2
*
Support Samba 4.9
Alexander Bokovoy
2018-09-26
1
-0
/
+14
*
Delay enabling services until end of installer
Christian Heimes
2018-07-06
1
-3
/
+3
*
Add absolute_import future imports
Stanislav Laznicka
2018-04-20
1
-1
/
+1
*
Replace hard-coded paths with path constants
Christian Heimes
2018-02-08
1
-2
/
+4
*
logging: do not log into the root logger
Jan Cholasta
2017-07-14
1
-14
/
+18
*
adtrustinstance: write the conf as a string
Stanislav Laznicka
2017-06-21
1
-12
/
+6
*
adtrustinstance: pep8 fix
Stanislav Laznicka
2017-06-21
1
-1
/
+1
*
adtrustinstance: fix ID range comparison
Stanislav Laznicka
2017-06-15
1
-2
/
+7
*
adtrust: move SELinux settings to constants
Martin Basti
2017-05-26
1
-4
/
+3
*
adtrust: make sure that runtime hostname result is consistent with the config...
Alexander Bokovoy
2017-03-30
1
-0
/
+12
*
use the methods of the parent class to retrieve CIFS kerberos keys
Martin Babinsky
2017-02-22
1
-19
/
+11
*
ipaclient: move install modules to the install subpackage
Jan Cholasta
2016-11-29
1
-2
/
+3
*
ipautil: remove SHARE_DIR and PLUGIN_SHARE_DIR
Jan Cholasta
2016-11-29
1
-1
/
+1
*
Break ipaplatform / ipalib import cycle of hell
Christian Heimes
2016-11-24
1
-3
/
+3
*
services: replace admin_conn with api.Backend.ldap2
Tomas Krizek
2016-11-22
1
-38
/
+41
*
Turn Kerberos-related properties to Service class members
Martin Babinsky
2016-11-11
1
-14
/
+13
*
service installers: clean up the inheritance
Martin Babinsky
2016-11-11
1
-8
/
+2
*
install: remove adhoc dis/connect from services
Tomas Krizek
2016-11-07
1
-8
/
+0
*
install: add restart_dirsrv for directory server restarts
Tomas Krizek
2016-11-07
1
-1
/
+1
*
install: remove dirman_pw from services
Tomas Krizek
2016-11-07
1
-6
/
+3
*
Remove unused variables in the code
Martin Basti
2016-09-27
1
-2
/
+2
*
Raise error when running ipa-adtrust-install with empty netbios--name
Lenka Doudova
2016-08-30
1
-1
/
+1
*
DNS Locations: hide option --no-msdcs in adtrust-install
Martin Basti
2016-06-27
1
-13
/
+8
*
Fix possibly undefined variable in ipa_smb_conf_exists()
Martin Basti
2016-06-20
1
-0
/
+2
*
Fix minor typos
Yuri Chornoivan
2016-06-20
1
-2
/
+2
*
DNS Locations: use automatic records update in ipa-adtrust-install
Martin Basti
2016-06-17
1
-34
/
+11
*
DNS Locations: adtrustinstance simplify dns management
Martin Basti
2016-06-17
1
-8
/
+6
*
adtrustinstance: Make sure smb.conf exists
Tomas Babej
2016-03-03
1
-0
/
+5
*
ipa-adtrust-install: Allow dash in the NETBIOS name
Tomas Babej
2016-02-29
1
-6
/
+12
*
Fix ipa-adtrust-install to always generate SRV records with FQDNs
Petr Spacek
2016-02-02
1
-7
/
+2
*
replica install: add remote connection check over API
Jan Cholasta
2015-12-11
1
-19
/
+0
*
remove Kerberos authenticators when installing/uninstalling service instance
Martin Babinsky
2015-11-11
1
-2
/
+2
*
adtrustinstance: Do not use bare except clauses
Tomas Babej
2015-11-10
1
-8
/
+8
*
adtrustinstance: Restart samba service at the end of adtrust-install
Tomas Babej
2015-11-10
1
-0
/
+7
*
adtrustinstance: Wait for sidgen task completion
Tomas Babej
2015-11-10
1
-3
/
+15
*
ipa-adtrust-install: Print complete SRV records
Petr Spacek
2015-10-14
1
-3
/
+4
*
Alias "unicode" to "str" under Python 3
Jan Cholasta
2015-09-17
1
-0
/
+4
*
Use the print function
Petr Viktorin
2015-09-01
1
-3
/
+5
*
Replace filter() calls with list comprehensions
Petr Viktorin
2015-09-01
1
-1
/
+1
*
Modernize 'except' clauses
Petr Viktorin
2015-08-12
1
-12
/
+12
*
adtrustinstance: Enable and start oddjobd
Tomas Babej
2015-07-08
1
-0
/
+19
*
ipa-adtrust-install: add IPA master host principal to adtrust agents
Alexander Bokovoy
2015-07-08
1
-30
/
+14
[next]