odoo/bin
P. Christeas e5bc5503d7 setup: The ssl certs should *not* be distributed.
The meaning of any SSL certificate (even self-signed) is that it uniquely
identifies the server. So, if we have a generic cert distributed with our
packaging, we break that. We could not even generate a cert at the "build"
stage of our server, because that would be included in the packages.

If anybody needs to run OpenERP with SSL, they will need to generate the
certificate at the target server, possibly using ssl-cert.cfg as a sample.

Also, the "ssl" directory under bin/ would confuse some pythonic code that
had tried to "import ssl" (eg. urllib.py).

bzr revid: p_christ@hol.gr-20101123135844-nr8k78qrmlyn19xb
2010-11-23 15:58:44 +02:00
..
addons addons-init: better messages when an ir.model is missing 2010-11-23 15:57:48 +02:00
ir [FIX] mutable default in ir 2010-07-22 15:28:35 +02:00
osv ORM: moved columns should carry the old name, not the table 2010-11-23 15:57:48 +02:00
pychart Changed encoding to coding ref: PEP: 0263 2009-10-20 16:22:23 +05:30
report [FIX] incorrect spellings (childs -> children) 2010-11-12 11:39:52 +01:00
service websrv_lib: fix do_OPTIONS for m$ webdav 2010-11-23 15:49:32 +02:00
test [ADD] test: added smoke test for tools.translate.quote and unquote 2010-11-16 13:43:28 +01:00
tools translate: port to pythonic logging, filename in a message 2010-11-23 15:58:35 +02:00
wizard Merged with stable 2010-02-16 12:01:14 +05:30
workflow [REM] base, workflow: removed res.roles object, replaced by dedicated res.groups 2010-10-13 23:53:40 +02:00
PKG-INFO [REL] 5.0.7 2009-12-03 14:51:08 +01:00
__init__.py Changed encoding to coding ref: PEP: 0263 2009-10-20 16:22:23 +05:30
agpl.txt security 2009-11-28 10:25:48 +01:00
import_xml.rng [IMP] reports: support generic report_file field instead of report_xml ; add "file" attribute for <report> ; pending better refactoring after v6.0 2010-10-08 16:23:01 +02:00
netsvc.py [IMP] netsvc: remove plain password from logs, safer for forwarding for diagnostics/debugging 2010-10-13 12:57:13 +02:00
openerp-server.py [FIX] pwd module does not exist on non posix platform (win32). 2010-10-13 15:57:07 +02:00
pooler.py [IMP] report: moved the register_all() function as a method of ir.actions.report.xml model, to make it easier to inherit/extend for additional report engines 2010-10-01 13:25:52 +02:00
release.py [RELEASE] OpenERP 6.0.0-rc1 2010-10-19 00:02:08 +02:00
run_tests.py [IMP] osv.query,orm: removed trailing whitespace introduced by previous commits 2010-10-01 18:54:11 +02:00
sql_db.py sql_db: Better exceptions. 2010-11-23 15:58:37 +02:00
tiny_socket.py [REVIEW]: code formatting and add comment 2010-03-11 11:21:33 +05:30