Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use ldaphost and ldapport environment variables in mod_python xml-rpc server | Rob Crittenden | 2008-10-23 | 1 | -3/+3 | |
| | | | | Fix default environment creation | |||||
* | Fix ipa command running in server_context=True | Rob Crittenden | 2008-10-23 | 3 | -6/+22 | |
| | | | | | | Make the LDAP host and port environment variables More changes so that commands have a shell return value lite-xmlrpc no longer hardcodes the kerberos credentials cache location | |||||
* | Add build to .gitignore | Rob Crittenden | 2008-10-23 | 1 | -0/+1 | |
| | ||||||
* | Put a try/except around the 'from mod_python import apache' in ↵ | Jason Gerard DeRose | 2008-10-22 | 1 | -1/+4 | |
| | | | | mod_python_xmlrpc so epydoc can introspect it | |||||
* | make-doc now includes the lite-* scripts, both with now check in __name__ == ↵ | Jason Gerard DeRose | 2008-10-22 | 4 | -37/+61 | |
| | | | | '__main__' before starting | |||||
* | Added place-holder mod_python_webui.py module; cleaned up lite-* and ↵ | Jason Gerard DeRose | 2008-10-22 | 4 | -6/+34 | |
| | | | | mod_python_* docstrings | |||||
* | Merge branch 'master' of ↵ | Jason Gerard DeRose | 2008-10-22 | 9 | -14/+324 | |
|\ | | | | | | | git://git.engineering.redhat.com/users/rcritten/freeipa2 | |||||
| * | Implement the host commands | Rob Crittenden | 2008-10-22 | 7 | -11/+316 | |
| | | | | | | | | | | In order for this to work against a v1 database the update host.update needs to be applied | |||||
| * | Return a value to the shell that called ipa | Rob Crittenden | 2008-10-22 | 2 | -3/+8 | |
| | | ||||||
* | | Renamed ipa_xmlrpc/ipaxmlrpc.py to ipa_server/mod_python_xmlrpc.py | Jason Gerard DeRose | 2008-10-22 | 1 | -0/+0 | |
| | | ||||||
* | | Renamed Rob's test_server script to lite-xmlrpc.py | Jason Gerard DeRose | 2008-10-22 | 1 | -0/+0 | |
| | | ||||||
* | | Removed my lite-xmlrpc.py script | Jason Gerard DeRose | 2008-10-22 | 1 | -51/+0 | |
| | | ||||||
* | | Fixed setup.py and MANIFEST.in so that templates/*.kid and static/ in ↵ | Jason Gerard DeRose | 2008-10-22 | 2 | -1/+6 | |
| | | | | | | | | ipa_webui are included | |||||
* | | Added MooTools 1.2.1 in ipa_webui/static/mootools-core.js | Jason Gerard DeRose | 2008-10-22 | 1 | -0/+3946 | |
| | | ||||||
* | | Merge branch 'master' of ↵ | Jason Gerard DeRose | 2008-10-22 | 0 | -0/+0 | |
|\ \ | | | | | | | | | | git://git.engineering.redhat.com/users/rcritten/freeipa2 | |||||
| * | | Merge branch 'master' of git://git.engineering.redhat.com/users/jderose/freeipa2 | Rob Crittenden | 2008-10-22 | 1 | -0/+39 | |
| |\| | ||||||
| * | | Implement group member add/remove | Rob Crittenden | 2008-10-21 | 3 | -22/+193 | |
| | | | | | | | | | | | | Add gidNumber to the group command-line | |||||
| * | | Don't import servercore | Rob Crittenden | 2008-10-21 | 1 | -3/+0 | |
| | | | ||||||
| * | | Update the command-line options to more closely match v1 | Rob Crittenden | 2008-10-21 | 1 | -6/+24 | |
| | | | ||||||
| * | | Gracefully handle keyboard interrupts (^C) | Rob Crittenden | 2008-10-21 | 1 | -1/+4 | |
| | | | ||||||
| * | | Implement --all option to display all attributes. | Rob Crittenden | 2008-10-21 | 1 | -2/+8 | |
| | | | | | | | | | | | | Still need to strip the dn when not doing all. | |||||
| * | | Make boolean options work like standard OptionParser booleans | Rob Crittenden | 2008-10-21 | 1 | -1/+6 | |
| | | | ||||||
* | | | Added MANIFEST.in; setup.py now includes kid templates in package_data | Jason Gerard DeRose | 2008-10-22 | 2 | -2/+8 | |
| |/ |/| | ||||||
* | | Added a very basic setup.py using distutils | Jason Gerard DeRose | 2008-10-21 | 1 | -0/+39 | |
| | | ||||||
* | | Merge branch 'master' of ↵ | Jason Gerard DeRose | 2008-10-21 | 6 | -35/+235 | |
|\ \ | |/ |/| | | | git://git.engineering.redhat.com/users/rcritten/freeipa2 | |||||
| * | Implement group member add/remove | Rob Crittenden | 2008-10-21 | 3 | -22/+193 | |
| | | | | | | | | Add gidNumber to the group command-line | |||||
| * | Don't import servercore | Rob Crittenden | 2008-10-21 | 1 | -3/+0 | |
| | | ||||||
| * | Update the command-line options to more closely match v1 | Rob Crittenden | 2008-10-21 | 1 | -6/+24 | |
| | | ||||||
| * | Gracefully handle keyboard interrupts (^C) | Rob Crittenden | 2008-10-21 | 1 | -1/+4 | |
| | | ||||||
| * | Implement --all option to display all attributes. | Rob Crittenden | 2008-10-21 | 1 | -2/+8 | |
| | | | | | | | | Still need to strip the dn when not doing all. | |||||
| * | Make boolean options work like standard OptionParser booleans | Rob Crittenden | 2008-10-21 | 1 | -1/+6 | |
| | | ||||||
* | | In second example in NameSpace docstring, renamed 'member' class to 'Member' ↵ | Jason Gerard DeRose | 2008-10-21 | 1 | -4/+4 | |
| | | | | | | | | to make the example clearer | |||||
* | | Fixed typos in tables in docstrings for Attribute and Method | Jason Gerard DeRose | 2008-10-21 | 1 | -8/+8 | |
|/ | ||||||
* | Merge branch 'master' of ↵ | Jason Gerard DeRose | 2008-10-20 | 3 | -1/+89 | |
|\ | | | | | | | git://git.engineering.redhat.com/users/rcritten/freeipa2 | |||||
| * | Framework for doing password changes | Rob Crittenden | 2008-10-20 | 3 | -1/+89 | |
| | | | | | | | | Need mechanism to prompt for new password twice and verify they are the same | |||||
* | | Added docstring (with example) to frontend.Attribute class | Jason Gerard DeRose | 2008-10-20 | 1 | -0/+34 | |
| | | ||||||
* | | Added docstring (with examples) to frontend.Method class | Jason Gerard DeRose | 2008-10-20 | 1 | -0/+62 | |
| | | ||||||
* | | Reworked 'plugins' command to use output_for_cli() | Jason Gerard DeRose | 2008-10-20 | 1 | -8/+11 | |
| | | ||||||
* | | Fixed bug in DefaultFrom where impleied keys were using entire ↵ | Jason Gerard DeRose | 2008-10-20 | 2 | -1/+12 | |
|/ | | | | func_code.co_varnames instead of an approprate slice | |||||
* | Port pwpolicy plugin to use b_ldap | Rob Crittenden | 2008-10-20 | 2 | -42/+79 | |
| | | | | Add basic output_for_cli() function to user-show | |||||
* | Add comments in config.py and fix Environment.get() | Martin Nagy | 2008-10-20 | 2 | -2/+57 | |
| | ||||||
* | Put Rob's name at top Author in b_ldap.py as he has written most of it | Jason Gerard DeRose | 2008-10-18 | 1 | -0/+1 | |
| | ||||||
* | Some PEP-257 and reStructuredText cleanup in plugable.py | Jason Gerard DeRose | 2008-10-18 | 1 | -37/+52 | |
| | ||||||
* | Added some more examples to Param docstrings | Jason Gerard DeRose | 2008-10-18 | 1 | -1/+23 | |
| | ||||||
* | Some PEP-257 and reStructuredText fixes in ipalib/aci.py, ipa_server/ipaldap.py | Jason Gerard DeRose | 2008-10-17 | 2 | -24/+41 | |
| | ||||||
* | Changed ldap.dn class attribute (on backend plugin) to an instance attribute ↵ | Jason Gerard DeRose | 2008-10-17 | 1 | -2/+3 | |
| | | | | so epydoc doesn't document it | |||||
* | Reworked load_plugins so it doesn't use imp.load_module() to load from the ↵ | Jason Gerard DeRose | 2008-10-17 | 1 | -14/+23 | |
| | | | | plugins/ sub-packages, which previously caused them to be loaded multiple times when runnig the doctests | |||||
* | Removed generic Command.output_for_cli() method; CLI.run_interactive() now ↵ | Jason Gerard DeRose | 2008-10-17 | 2 | -9/+4 | |
| | | | | only calls output_for_cli() if it has been implemented | |||||
* | make-test now runs doctests also; fixed several broken doctests | Jason Gerard DeRose | 2008-10-17 | 4 | -65/+36 | |
| | ||||||
* | Added new Param.flags attribute (set with flags=foo kwarg) | Jason Gerard DeRose | 2008-10-17 | 2 | -0/+6 | |
| |