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
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use absolute imports
Petr Viktorin
2015-08-12
1
-10
/
+10
*
Fix minor typos
Yuri Chornoivan
2015-07-17
1
-1
/
+1
*
plugable: Specify plugin base classes and modules using API properties
Jan Cholasta
2015-07-01
1
-8
/
+8
*
plugable: Pass API to plugins on initialization rather than using set_api
Jan Cholasta
2015-07-01
1
-2
/
+2
*
plugable: Load plugins only from modules imported by API
Jan Cholasta
2015-07-01
1
-2
/
+2
*
plugable: Specify plugins to import in API by module names
Jan Cholasta
2015-07-01
1
-3
/
+3
*
ipalib: Load ipaserver plugins when api.env.in_server is True
Jan Cholasta
2015-07-01
1
-1
/
+1
*
advise: Add separate API object for ipa-advise
Jan Cholasta
2015-03-05
1
-6
/
+2
*
ipalib: Move plugin package setup to ipalib-specific API subclass
Jan Cholasta
2015-03-05
1
-1
/
+16
*
ipalib.frontend: Do API version check before converting arguments
Petr Viktorin
2014-06-13
1
-2
/
+2
*
DNSNameParam parameter
Martin Basti
2014-06-03
1
-1
/
+2
*
ipalib: Add DateTime parameter
Tomas Babej
2014-05-05
1
-1
/
+1
*
Remove the unused ipalib.frontend.Property class
Petr Viktorin
2014-02-21
1
-5
/
+2
*
Add IntEnum parameter to ipalib
Nathaniel McCallum
2013-10-09
1
-1
/
+1
*
Provide ipa-advise tool
Tomas Babej
2013-07-17
1
-2
/
+5
*
Deprecate HBAC source hosts from CLI
Ana Krivokapic
2013-04-12
1
-1
/
+1
*
Add the version option to all Commands
Petr Viktorin
2013-02-21
1
-22
/
+29
*
Use DN objects instead of strings
John Dennis
2012-08-12
1
-1
/
+1
*
Add CLI parsing tests
Petr Viktorin
2012-03-28
1
-0
/
+3
*
Replace float with Decimal
Martin Kosek
2012-01-20
1
-1
/
+1
*
Parse comma-separated lists of values in all parameter types. This can be ena...
Jan Cholasta
2011-11-30
1
-1
/
+1
*
Add plugin framework to LDAP updates.
Rob Crittenden
2011-11-22
1
-2
/
+2
*
Fix typos
Yuri Chornoivan
2011-09-07
1
-1
/
+1
*
Fix translatable strings in ipalib plugins.
Pavel Zuna
2011-03-01
1
-1
/
+1
*
Change FreeIPA license to GPLv3+
Jakub Hrozek
2010-12-20
1
-5
/
+5
*
Add new parameter type IA5Str and use this to enforce the right charset.
Rob Crittenden
2010-12-07
1
-1
/
+1
*
UUIDs: remove uuid python plugin and let DS always autogenerate
Simo Sorce
2010-10-28
1
-5
/
+0
*
Finish deferred translation mechanism
Jason Gerard DeRose
2010-03-16
1
-1
/
+1
*
Fix unicode failures in Env tests and dn failures in XML-RPC tests
Rob Crittenden
2010-02-26
1
-1
/
+1
*
Use the Output tuple to determine the order of output
Rob Crittenden
2010-02-15
1
-10
/
+10
*
Take 2: Extensible return values and validation; steps toward a single output...
Jason Gerard DeRose
2009-12-10
1
-25
/
+35
*
Rename GeneralizedTime to AccessTime.
Pavel Zuna
2009-12-01
1
-1
/
+1
*
Add 'File' parameter type.
Pavel Zuna
2009-11-06
1
-1
/
+1
*
Removed util.add_global_options() and frontend.Application
Jason Gerard DeRose
2009-10-14
1
-6
/
+2
*
Add HBAC plugin and introduce GeneralizedTime parameter type.
Pavel Zuna
2009-10-05
1
-1
/
+1
*
Many SELinux fixes: ldapi, ctypes and dogtag
Rob Crittenden
2009-09-10
1
-4
/
+3
*
Removed PluginProxy and all its uses
Jason Gerard DeRose
2009-08-05
1
-3
/
+1
*
Completed Param.use_in_context() functionality, which is now used by Command ...
Jason Gerard DeRose
2009-05-21
1
-7
/
+7
*
Re-enable doctest, fix broken docstrings
Jason Gerard DeRose
2009-05-13
1
-10
/
+5
*
Force xmlrpc tests to run with in_tree=True so config files in /etc/ipa/ don'...
Jason Gerard DeRose
2009-05-11
1
-1
/
+1
*
Rename errors2.py to errors.py. Modify all affected files.
Pavel Zuna
2009-04-23
1
-1
/
+1
*
Add new type List that converts delimited values into a tuple
Rob Crittenden
2009-03-20
1
-1
/
+1
*
Implemented more elegant way for entire plugin module to be conditionally ski...
Jason Gerard DeRose
2009-02-17
1
-0
/
+1
*
Added env.enable_ra variable and change cert.py and ra.py plugin modules to r...
Jason Gerard DeRose
2009-02-17
1
-1
/
+1
*
Added doodle for version vars in ipalib.__init__
Jason Gerard DeRose
2009-02-03
1
-1
/
+8
*
Mostly got the test_xmlrpc/ tests working again
Jason Gerard DeRose
2009-02-03
1
-1
/
+6
*
Finished reworked cli.CLI class into cli.cli plugin
Jason Gerard DeRose
2009-02-03
1
-1
/
+1
*
Removed the depreciated Context and LazyContext classes
Jason Gerard DeRose
2009-02-03
1
-5
/
+2
*
Added ca_host, ca_port, and ca_ssl_port Env variables that Andrew requested
Jason Gerard DeRose
2009-02-03
1
-1
/
+1
*
Added Object.params_minus() method; various small tweaks
Jason Gerard DeRose
2009-02-03
1
-1
/
+1
[next]