This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 31 May, 2021 1 commit
-
-
IKEDA Soji authored
-
- 27 Jan, 2021 1 commit
-
-
IKEDA Soji authored
Change upgrade_send_spool.pl and upgrade_sympa_password.pl to read the obsoleted parameter "cookie" by themselves
-
- 25 Jan, 2021 1 commit
-
-
IKEDA Soji authored
-
- 27 Nov, 2020 1 commit
-
-
Stefan Hornburg (Racke) authored
-
- 19 Nov, 2020 1 commit
-
-
IKEDA Soji authored
Limit personalization: Only when posted from WWSympa, entire text will be converted. Otherwise only footer/header will be converted.
-
- 02 Aug, 2019 1 commit
-
-
IKEDA Soji authored
-
- 08 Mar, 2019 1 commit
-
-
Sympa authors authored
-
- 01 Mar, 2019 1 commit
-
-
IKEDA Soji authored
sympa_test_ldap: If --bind_dn was given but not --bind_password, password prompt is shown. However, input password was ignored.
-
- 24 Feb, 2019 1 commit
-
-
IKEDA Soji authored
Administrators upgrading from earlier versions have to run upgrade_sympa_password.pl to decrypt and rehash older passwords.
-
- 02 Nov, 2018 1 commit
-
-
IKEDA Soji authored
-
- 16 Oct, 2018 1 commit
-
-
Luc Didry authored
-
- 12 Oct, 2018 1 commit
-
-
IKEDA Soji authored
Support for TLSv1.3 (RFC8446) is added for LDAP-related functions. Note: Actual support needs following components: - OpenSSL library 1.1.1 or later - IO-Socket-SSL 2.060 or later
-
- 15 Sep, 2018 1 commit
-
-
IKEDA Soji authored
-
- 31 Aug, 2018 1 commit
-
-
IKEDA Soji authored
-
- 20 Mar, 2018 1 commit
-
-
Mic Kaczmarczik authored
* avoid errors about undef values in strings from Perl strict mode * only accept old hashes when password_hash_update is set to true upgrade_sympa_password.pl.in: * new command line options and associated POD documentation * support for precaching hashes (useful for big sites using bcrypt) * measure how long it takes to generate a hash (useful for bcrypt users) * report on progress every 100 users processed when in verbose mode
-
- 13 Mar, 2018 1 commit
-
-
Sympa authors authored
-
- 09 Mar, 2018 1 commit
-
-
Mic Kaczmarczik authored
Use "undef" instead of empty string when calling Sympa::User::password_fingerprint without a previous password hash
-
- 07 Mar, 2018 1 commit
-
-
Mic Kaczmarczik authored
-
- 07 Jan, 2018 1 commit
-
-
IKEDA Soji authored
-
- 23 Nov, 2017 1 commit
-
-
IKEDA Soji authored
- src/bin/arcrepair.pl - src/bin/create_db.Oracle - src/bin/create_db.Pg - src/bin/create_db.SQLite - src/bin/create_db.mysql - src/bin/find_missing_messages.pl by Gabor Hargitai <higany@sch.bme.hu>
-
- 14 Nov, 2017 1 commit
-
-
Sympa authors authored
-
- 27 Sep, 2017 1 commit
-
-
IKEDA Soji authored
-
- 15 Jun, 2017 3 commits
-
-
Sympa authors authored
And updating copyright notice in lately changed sources.
-
Emmanuel Bouthenot authored
-
Emmanuel Bouthenot authored
-
- 01 Jan, 2017 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12973 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 09 Oct, 2016 1 commit
-
-
sikeda authored
[feature] Separate executable upgrade_shared_repository.pl. Ordinarily, it will be invoked automatically during upgrading process. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12965 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 07 Aug, 2016 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12913 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 21 Jun, 2016 1 commit
-
-
sikeda authored
[-dev] Copyedit: Use get_id() and get_address() instead of get_list_id() and get_list_address() methods of Sympa::List. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12847 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 28 May, 2016 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12815 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 17 May, 2016 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12804 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 29 Apr, 2016 1 commit
-
-
sikeda authored
[change] New parameter "use_tls" for LDAP settings in list config, datasources and auth.conf. Obsoleted parameters "use_ssl" and "use_start_tls" still can be used. "use_tls" takes one of following values corresponding to old ones: - "starttls" : use_ssl=0, use_start_tls=1. - "ldaps" : use_ssl=1, use_start_tls=0. - "none" : TLS/SSL is disabled. [feature] Now STARTTLS may be enabled in LDAP datasource configuration of lists along with LDAPS. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12772 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 13 Feb, 2016 1 commit
-
-
sikeda authored
Old name New name ----------------------------------- ---------------------------------------- Sympa::Auth::password_fingerprint Sympa::User::password_fingerprint Sympa::Tools::WWW::_load_mime_types Conf::_load_mime_types Sympa::Tools::WWW::get_mime_type Conf::get_mime_type tools::add_in_blacklist _add_in_blacklist in wwsympa.fcgi tools::addrencode Sympa::Tools::Text::addrencode tools::clean_msg_id Sympa::Tools::Text::canonic_message_id tools::escape_chars Sympa::Tools::Text::escape_chars tools::escape_docname Sympa::SharedDocument::escape_docname tools::escape_html Sympa::Tools::WWW::escape_html_minimum tools::escape_quote Sympa::Template::_escape_quote tools::escape_url Sympa::Tools::Text::escape_url tools::escape_xml Sympa::Template::_escape_xml tools::eval_in_time Sympa::Process::eval_in_time tools::get_list_params Sympa::Robot::list_params tools::get_message_id Sympa::unique_message_id tools::lang2charset Conf::lang2charset tools::load_edit_list_conf Sympa::List::_load_edit_list_conf tools::qdecode_filename Sympa::Tools::Text::qdecode_filename tools::qencode_filename Sympa::Tools::Text::qencode_filename tools::qencode_hierarchy Sympa::Tools::File::qencode_hierarchy tools::unescape_chars Sympa::Tools::Text::unescape_chars tools::unescape_html Sympa::Tools::WWW::unescape_html_minimum tools::valid_email Sympa::Tools::Text::valid_email ----------------------------------- ---------------------------------------- As a result, tools.pm was deprecated. A few dependency loop among modules are reduced. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12677 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 01 Jan, 2016 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12612 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 08 Dec, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12576 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 24 Nov, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12536 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 02 Oct, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12390 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 21 Sep, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12364 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 06 Sep, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12345 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 05 Aug, 2015 1 commit
-
-
sikeda authored
[bug] [Reported by S. Rich, Duke Univ.] upgrade_sympa_password.pl cannot decrypt passwords in the database properly, because it initialize cipher object before getting "cookie" parameter. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12303 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-