Commit Graph

301 Commits

Author SHA1 Message Date
Dietmar Maurer
54028297ea encrypt_pw: avoid '+' for crypt salt
And make salt less predictable.
2017-03-30 08:53:12 +02:00
Fabian Grünbichler
0835385bea bump release to 5.0 2017-03-13 11:25:30 +01:00
Fabian Grünbichler
3b6996cd8e buildsys: update make upload target for stretch 2017-03-13 11:25:30 +01:00
Wolfgang Bumiller
156fd8f736 buildsys: use fakeroot for dpkg-deb 2017-02-06 11:47:37 +01:00
Wolfgang Bumiller
8ae77032bd buildsys: use gzip -n to disable timestamps 2017-02-06 11:47:18 +01:00
Wolfgang Bumiller
4e515e6d6d buildsys: make job safety 2017-02-06 11:46:12 +01:00
Dietmar Maurer
730f8863eb bump version to 4.0-23 2017-01-19 13:42:26 +01:00
Dietmar Maurer
81bc8fa7e0 remove old test.pl code (does not work anyways). 2017-01-19 13:41:12 +01:00
Dietmar Maurer
a1f8aaae84 use new PVE::Ticket class 2017-01-19 13:40:25 +01:00
Dietmar Maurer
1f1c4593a1 bump version to 4.0-22 2017-01-19 09:12:34 +01:00
Dietmar Maurer
e83e0ed584 RPCEnvironment: removed check_volume_access() to avoid cyclic dependency
moved to PVE::Storage
2017-01-18 17:35:50 +01:00
Dietmar Maurer
c104e4abe6 PVE::PCEnvironment: use new PVE::RESTEnvironment as base class 2017-01-18 13:25:51 +01:00
Dietmar Maurer
f910506387 bump versuion to 4.0-21 2017-01-12 13:56:28 +01:00
Dietmar Maurer
86c4f1e6d1 setup_default_cli_env: expect $class as first parameter 2017-01-12 13:53:18 +01:00
Dietmar Maurer
9595066e5f bump version to 4.0-20 2017-01-12 10:01:17 +01:00
Dietmar Maurer
5ae5900d26 PVE/RPCEnvironment.pm: new function setup_default_cli_env
Convenience function for command line tools.
2017-01-12 10:01:17 +01:00
Dietmar Maurer
52b2eff3c5 PVE/API2/Domains.pm: fix property description 2017-01-11 12:11:01 +01:00
Dietmar Maurer
eecad221ba use new repoman for upload target 2016-08-05 13:10:17 +02:00
Dietmar Maurer
2af5a79392 bump version to 4.0-19 2016-08-05 13:09:27 +02:00
Wolfgang Bumiller
b5040b42f1 Close #833: ldap: non-anonymous bind support
The password will be read from /etc/pve/priv/ldap/$realm.pw
2016-08-05 10:59:14 +02:00
Wolfgang Bumiller
03e2a71e3d don't import 'RFC' from MIME::Base32
call encode_rfc3548 explicitly instead as newer versions of
the base32 package will drop this import scheme (stretch)
2016-07-26 15:02:49 +02:00
Wolfgang Bumiller
5d87bb77e4 bump version to 4.0-18 2016-07-21 08:44:25 +02:00
Dominik Csapak
5426494b10 fix #1062: use correct length for base32 keys
we wrongly assumed the keys to be 32 chars long,
instead of 16

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2016-07-20 15:21:48 +02:00
Wolfgang Bumiller
28ddf48b46 bump version to 4.0-17 2016-07-11 12:04:39 +02:00
Wolfgang Bumiller
9d52f6f2ae drop oathtool dependency
Generate hotp/totp in perl directly, also support keys in
hex notation (this is how eg. the
yubikey-personalization-gui displays them, but without the
whitespaces).
2016-07-01 10:21:53 +02:00
Wolfgang Bumiller
b10d0e266b drop libdigest-hmac-perl dependency
Its functionality is provided by perl core's Digest::SHA
module now.
2016-07-01 10:21:53 +02:00
Dietmar Maurer
175d238cc9 remove unused inline docs 2016-04-08 07:08:23 +02:00
Dietmar Maurer
15cebb282b use pve-doc-generator, bump version to 4.0-16 2016-04-08 07:06:27 +02:00
Dietmar Maurer
678df887bc bump version to 4.0-15 2016-04-01 07:11:24 +02:00
Fabian Grünbichler
8978ab373c Fix uninitialized warning
when shadow.cfg does not exist, parsing should return an
empty hash instead of displaying a warning
2016-04-01 07:10:23 +02:00
Dietmar Maurer
cca9761a20 bump version to 4.0-14 2016-03-15 16:47:51 +01:00
Fabian Grünbichler
7b6dfe82df Add is_worker to RPCEnvironment
after forking the actual worker process, the child/worker
sets a flag that can be checked later on by methods called
in the worker.

used in the ZFS storage plugins in pve-storage to decide on
a short or long default timeout for ZFS operations.
2016-03-15 16:47:11 +01:00
Dietmar Maurer
8643c99de5 bump version to 4.0-13 2016-03-14 11:39:43 +01:00
Fabian Grünbichler
1075c589ee fix typos and grammar 2016-03-14 11:38:50 +01:00
Fabian Grünbichler
ba6c2e6699 fix #916: allow HTTPS to access custom yubico url
remove the limit to HTTP only, since it would only apply for
custom yubico validation server urls anyway.
2016-03-14 11:38:39 +01:00
Dietmar Maurer
ae2a6bf9d3 bump version to 4.0-12 2016-03-09 14:41:35 +01:00
Fabian Grünbichler
449037034e Catch error instead of segfaulting
when trying to parse a certificate subject, Net::SSLeay
will segfault in libcrypto when given 0 as input. Catch
this and die with a meaningful error message instead.
2016-03-09 14:40:19 +01:00
Dietmar Maurer
4836db5f52 bump version to 4.0-11 2016-01-08 12:53:03 +01:00
Wolfgang Bumiller
66c6293830 Fix #861: use safer sprintf formatting 2016-01-08 12:52:15 +01:00
Dietmar Maurer
6936fa1b85 set RELEASE=4.1 2015-12-03 12:12:43 +01:00
Dietmar Maurer
ccbe23dc90 bump version to 4.0-10 2015-12-03 12:09:51 +01:00
Wolfgang Bumiller
8b600c4d27 Auth::LDAP, Auth::AD: ipv6 support
Also had to change server1/server2 schema from a pattern to
the 'address' format.
2015-12-03 12:08:56 +01:00
Dietmar Maurer
085f3e07e1 improve manual page 2015-10-02 10:59:40 +02:00
Dietmar Maurer
98007830ee make read_password a CLIHandler class method
And use new run_cli_handler() method.
2015-10-02 10:45:58 +02:00
Dietmar Maurer
90399ca489 bump version to 4.0-9 2015-10-01 17:23:12 +02:00
Dietmar Maurer
3e5bfdf60f pveum: implement bash completion hooks 2015-10-01 17:22:09 +02:00
Dietmar Maurer
e69dbe105d pveum: install bash completion config 2015-10-01 16:53:01 +02:00
Dietmar Maurer
09281ad744 convert pveum into a PVE::CLI class 2015-10-01 16:49:37 +02:00
Dietmar Maurer
364ffc137a bump version to 4.0-8 2015-08-19 15:39:34 +02:00
Alen Grizonic
6084476178 remove_storage_access: cleanup of access permissions for removed storage
Signed-off-by: Alen Grizonic <a.grizonic@proxmox.com>
2015-08-19 15:25:15 +02:00