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
/
ipalib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stageusedr-activate: show username instead of DN
Martin Basti
2015-07-15
1
-2
/
+3
*
Remove tuple unpacking from except clause ipalib/plugins/hbactest.py
Christian Heimes
2015-07-14
1
-3
/
+4
*
Revert "Hide topology and domainlevel features"
Tomas Babej
2015-07-10
3
-14
/
+1
*
ipalib: pass api instance into textui in doctest snippets
Milan KubĂk
2015-07-10
1
-12
/
+13
*
ipalib: Fix missing format for InvalidDomainLevelError
Tomas Babej
2015-07-10
1
-0
/
+1
*
Prevent to rename certprofile profile id
Martin Basti
2015-07-10
1
-0
/
+3
*
fix error message when certificate CN is invalid
Petr Vobornik
2015-07-09
1
-3
/
+1
*
webui: show multiple cert
Petr Vobornik
2015-07-09
1
-0
/
+3
*
webui: cert-request improvements
Petr Vobornik
2015-07-09
1
-1
/
+3
*
move session_logout command to ipalib/plugins directory
Petr Vobornik
2015-07-08
2
-29
/
+31
*
cert-request: enforce caacl for principals in SAN
Fraser Tweedale
2015-07-08
1
-17
/
+25
*
caacl: fix incorrect construction of HbacRequest for hosts
Fraser Tweedale
2015-07-08
1
-3
/
+4
*
webui: caacl
Petr Vobornik
2015-07-08
1
-0
/
+13
*
Fix logging in API
Martin Basti
2015-07-08
1
-2
/
+2
*
ipalib: Fix skip_version_check option
Jan Cholasta
2015-07-08
2
-9
/
+6
*
Added vault access control.
Endi S. Dewata
2015-07-08
1
-6
/
+112
*
trust: support retrieving POSIX IDs with one-way trust during trust-add
Alexander Bokovoy
2015-07-08
1
-14
/
+51
*
trusts: add support for one-way trust and switch to it by default
Alexander Bokovoy
2015-07-08
1
-34
/
+107
*
trusts: pass AD DC hostname if specified explicitly
Alexander Bokovoy
2015-07-08
1
-1
/
+8
*
ipa-adtrust-install: add IPA master host principal to adtrust agents
Alexander Bokovoy
2015-07-08
1
-1
/
+2
*
add option to skip client API version check
Martin Babinsky
2015-07-08
4
-4
/
+13
*
certprofile: add ability to update profile config in Dogtag
Fraser Tweedale
2015-07-08
1
-3
/
+32
*
certprofile: add option to export profile config
Fraser Tweedale
2015-07-08
1
-3
/
+36
*
Hide topology and domainlevel features
Tomas Babej
2015-07-08
3
-1
/
+14
*
Added ipaVaultPublicKey attribute.
Endi S. Dewata
2015-07-07
1
-8
/
+8
*
Added symmetric and asymmetric vaults.
Endi S. Dewata
2015-07-07
1
-35
/
+548
*
include more information in metadata
Petr Vobornik
2015-07-03
3
-70
/
+24
*
Server Upgrade: use debug log level for upgrade instead of info
Martin Basti
2015-07-03
1
-1
/
+1
*
topology: make cn of new segment consistent with topology plugin
Petr Vobornik
2015-07-03
1
-1
/
+1
*
topologysegment: hide direction and enable options
Petr Vobornik
2015-07-03
1
-1
/
+2
*
new commands to manage user/host/service certificates
Martin Babinsky
2015-07-02
3
-2
/
+98
*
reworked certificate normalization and revocation
Martin Babinsky
2015-07-02
3
-146
/
+55
*
baseldap: add support for API commands managing only a single attribute
Martin Babinsky
2015-07-02
1
-0
/
+114
*
idviews: Fallback to AD DC LDAP only if specifically allowed
Tomas Babej
2015-07-02
1
-3
/
+24
*
idviews: Do not abort the find & show commands on conversion errors
Tomas Babej
2015-07-02
1
-2
/
+12
*
Display the wrong attribute name when mandatory attribute is missing
Thierry Bordaz
2015-07-02
1
-1
/
+1
*
DNS: Do not traceback if DNS is not installed
Martin Basti
2015-07-01
1
-2
/
+11
*
plugable: Remove unused call method of Plugin
Jan Cholasta
2015-07-01
1
-18
/
+0
*
plugable: Specify plugin base classes and modules using API properties
Jan Cholasta
2015-07-01
2
-16
/
+25
*
plugable: Change is_production_mode to method of API
Jan Cholasta
2015-07-01
2
-15
/
+11
*
plugable: Remove SetProxy, DictProxy and MagicDict
Jan Cholasta
2015-07-01
1
-110
/
+0
*
plugable: Lock API on finalization rather than on initialization
Jan Cholasta
2015-07-01
1
-10
/
+9
*
plugable: Do not use DictProxy for API
Jan Cholasta
2015-07-01
1
-9
/
+50
*
plugable: Pass API to plugins on initialization rather than using set_api
Jan Cholasta
2015-07-01
8
-48
/
+32
*
plugable: Load plugins only from modules imported by API
Jan Cholasta
2015-07-01
3
-7
/
+24
*
plugable: Specify plugins to import in API by module names
Jan Cholasta
2015-07-01
2
-45
/
+45
*
ipalib: Move find_modules_in_dir from util to plugable
Jan Cholasta
2015-07-01
2
-24
/
+23
*
ipalib: Load ipaserver plugins when api.env.in_server is True
Jan Cholasta
2015-07-01
4
-6
/
+2
*
plugable: Move plugin base class and override logic to API
Jan Cholasta
2015-07-01
3
-163
/
+122
*
idviews: Remove ID overrides for permanently removed users and groups
Tomas Babej
2015-07-01
3
-5
/
+40
[next]