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
/
ipalib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use six.python_2_unicode_compatible
Jan Cholasta
2015-09-07
1
-5
/
+10
*
certprofile: remove 'rename' option
Fraser Tweedale
2015-09-02
1
-2
/
+1
*
DNSSEC: remove "DNSSEC is experimental" warnings
Martin Basti
2015-09-02
1
-18
/
+0
*
Modernize use of range()
Petr Viktorin
2015-09-01
6
-21
/
+19
*
Use new-style raise syntax
Petr Viktorin
2015-09-01
1
-11
/
+11
*
Use the print function
Petr Viktorin
2015-09-01
8
-28
/
+40
*
Use next() function on iterators
Petr Viktorin
2015-09-01
1
-5
/
+5
*
Replace uses of map()
Petr Viktorin
2015-09-01
13
-26
/
+29
*
Use six.integer_types instead of (long, int)
Petr Viktorin
2015-09-01
3
-11
/
+11
*
Use six.moves.input instead of raw_input
Petr Viktorin
2015-09-01
1
-1
/
+2
*
Replace filter() calls with list comprehensions
Petr Viktorin
2015-09-01
2
-5
/
+4
*
Use Python3-compatible dict method names
Petr Viktorin
2015-09-01
18
-62
/
+62
*
Use six.string_types instead of "basestring"
Petr Viktorin
2015-09-01
13
-30
/
+56
*
vault: Limit size of data stored in vault
David Kupka
2015-08-26
1
-1
/
+20
*
certprofile: prevent rename (modrdn)
Fraser Tweedale
2015-08-26
1
-2
/
+3
*
fix missing information in object metadata
Petr Vobornik
2015-08-26
1
-3
/
+14
*
Fix: Remove leftover krbV reference
Martin Basti
2015-08-26
1
-1
/
+1
*
vault: change default vault type to symmetric
Petr Vobornik
2015-08-26
1
-3
/
+8
*
Port from python-krbV to python-gssapi
Michael Simacek
2015-08-26
6
-415
/
+77
*
Added support for changing vault encryption.
Endi S. Dewata
2015-08-25
1
-12
/
+221
*
DNSSEC: fix forward zone forwarders checks
Martin Basti
2015-08-25
1
-6
/
+7
*
improve the usability of `ipa user-del --preserve` command
Martin Babinsky
2015-08-25
1
-57
/
+66
*
Change internal rsa_(public|private)_key variable names
Christian Heimes
2015-08-24
1
-4
/
+4
*
trusts: format Kerberos principal properly when fetching trust topology
Alexander Bokovoy
2015-08-24
1
-1
/
+6
*
Add user-stage command
Martin Basti
2015-08-21
2
-36
/
+59
*
Add flag to list all service and user vaults
Christian Heimes
2015-08-19
1
-15
/
+33
*
cert-request: remove allowed extensions check
Fraser Tweedale
2015-08-19
1
-19
/
+3
*
vault: Add container information to vault command results
Jan Cholasta
2015-08-19
1
-0
/
+44
*
vault: Fix vault-find with criteria
Jan Cholasta
2015-08-19
1
-1
/
+1
*
Prohibit deletion of predefined profiles
Fraser Tweedale
2015-08-18
1
-2
/
+11
*
user-undel: Fix error messages.
David Kupka
2015-08-18
1
-7
/
+5
*
vault: validate vault type
Petr Vobornik
2015-08-18
1
-2
/
+3
*
vault: normalize service principal in service vault operations
Petr Vobornik
2015-08-18
1
-0
/
+2
*
Fixed vault container ownership.
Endi S. Dewata
2015-08-18
1
-2
/
+23
*
vault: Fix param labels in output of vault owner commands
Jan Cholasta
2015-08-18
1
-0
/
+12
*
baseldap: Allow overriding member param label in LDAPModMember
Jan Cholasta
2015-08-18
1
-2
/
+3
*
trusts: Detect missing Samba instance
Tomas Babej
2015-08-17
1
-20
/
+79
*
trusts: Detect domain clash with IPA domain when adding a AD trust
Tomas Babej
2015-08-17
1
-0
/
+8
*
Added CLI param and ACL for vault service operations.
Endi S. Dewata
2015-08-17
1
-94
/
+83
*
Add permission for bypassing CA ACL enforcement
Fraser Tweedale
2015-08-14
1
-3
/
+10
*
add permission: System: Manage User Certificates
Petr Vobornik
2015-08-14
1
-1
/
+9
*
Asymmetric vault: validate public key in client
Christian Heimes
2015-08-13
1
-0
/
+13
*
ULC: Prevent preserved users from being assigned membership
Jan Cholasta
2015-08-13
1
-13
/
+18
*
certprofile: add profile format explanation
Fraser Tweedale
2015-08-12
1
-0
/
+20
*
Use absolute imports
Petr Viktorin
2015-08-12
14
-64
/
+70
*
Import 'reduce' from functools
Petr Viktorin
2015-08-12
1
-0
/
+1
*
Replace dict.has_key with the 'in' operator
Petr Viktorin
2015-08-12
2
-3
/
+3
*
Modernize function and method attribute names
Petr Viktorin
2015-08-12
5
-5
/
+5
*
Modernize 'except' clauses
Petr Viktorin
2015-08-12
29
-134
/
+134
*
idranges: raise an error when local IPA ID range is being modified
Martin Babinsky
2015-08-12
1
-23
/
+29
[next]