index
:
freeipa.git
become-ipa-4-0-4
cstopology
datetime-ui
doc
framework
ipa-1-0
ipa-1-1
ipa-1-2
ipa-2-0
ipa-2-1
ipa-2-2
keytab-4419
keytab-4419-2
master
menu
otp-usability
otptests
patternfly
plugin-apibrowser
readme
review
sync-token
test_realmdomains
trustdomains-3-3
views_ui
webui-cleanup
Unnamed repository; edit this file 'description' to name the repository.
Petr Vobornik
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipalib
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Started roughing out new crud base classes
Jason Gerard DeRose
2009-02-03
1
-0
/
+2
*
Include local copy of UUID generator for Python 2.4.
Rob Crittenden
2009-01-19
1
-0
/
+5
*
Added missing enumerable parameters
Jason Gerard DeRose
2009-01-18
1
-1
/
+1
*
Updated passwd plugins module to where it can at least be imported
Jason Gerard DeRose
2009-01-14
1
-1
/
+1
*
New Param: all docstring examples now pass under doctests
Jason Gerard DeRose
2009-01-14
1
-14
/
+14
*
New Param: ipalib.__init__ no longer import ipa_types and instead imports app...
Jason Gerard DeRose
2009-01-14
1
-2
/
+2
*
Renamed all references to 'ipa_server' to 'ipaserver'
Jason Gerard DeRose
2009-01-04
1
-4
/
+4
*
Moved setting of run-time variables from Env.__init__() to Env._bootstrap()
Jason Gerard DeRose
2008-12-22
1
-27
/
+26
*
Added frontend.LocalOrRemote command base class for commands like env
Jason Gerard DeRose
2008-11-14
1
-1
/
+2
*
Fixed doctest in tutorial
Jason Gerard DeRose
2008-11-14
1
-1
/
+1
*
Tutorial: fixed typo in 'How your command should print to stdout' section
Jason Gerard DeRose
2008-11-14
1
-1
/
+1
*
Tutorial: fixed typo in 'First steps: A simple command plugin' section
Jason Gerard DeRose
2008-11-14
1
-1
/
+1
*
Tutorial: another small change to section on using output_for_cli()
Jason Gerard DeRose
2008-11-14
1
-3
/
+3
[next]