OpenVZ Source code
  1. OpenVZ Source code

vmauth

Public
AuthorCommitMessageCommit dateIssues
Pavel VokhmyaninPavel Vokhmyanin
72db765fa95AUTO Version bump to 7.0.15
Pavel VokhmyaninPavel Vokhmyanin
9672b2ee477Fix vz8 buildtargets file should contain non-commercial target for vz8 Signed-off-by: Pavel Vokhmyanin <pvokhmyanin@virtuozzo.com>
Pavel VokhmyaninPavel Vokhmyanin
fae737592cfAUTO Version bump to 7.0.14
Pavel VokhmyaninPavel Vokhmyanin
36e1bd788ccMMerge pull request #8 in OVZ/vmauth from ~EFIM SHEVRIN/vmauth:feature/PSBM-101090-build-vmauth-for-vz8 to master* commit '50a9dd9129e428a75f1d816a59f7956817599750': corrections for build vmauth for vz8 #PSBM-101090PSBM-101090
Efim ShevrinrootEfim Shevrin
50a9dd9129ecorrections for build vmauth for vz8 #PSBM-101090PSBM-101090
Dmitry MishinDmitry Mishin
b8b9e3fb9f1AUTO Version bump to 7.0.13
Dmitry MishinDmitry Mishin
df7116ac8b5Restore back Makefile.version
Dmitry MishinDmitry Mishin
23a0358160fMMerge pull request #7 in OVZ/vmauth from ~DIM/vmauth:bugfix/PSBM-100992 to master* commit 'a9af10618fb376055814f4108c1d3a7a8f1c0c75': [unittests] Add a check that we mount root despite of previous error More strict check of mounted mountpoints Unit test to verify that fs mount is called for all found mount points Add .gitignore Ignore binaries and generated Makefile Refactoring - move some classes to separate filesPSBM-100992
Dmitry MishinDmitry Mishin
a9af10618fb[unittests] Add a check that we mount root despite of previous errorThere could be an error on some partition/mountpoint mount. We should call mount for root partition despite of this fact - because for our purpose, highly likely it is the only important partition.
Dmitry MishinDmitry Mishin
ed875c44aa4More strict check of mounted mountpointsAdd a check that we really mount all partitions (handle a case when we call mount necessary amount of times but for same partition for example)
Dmitry MishinDmitry Mishin
7de8633602aUnit test to verify that fs mount is called for all found mount pointsPSBM-100992PSBM-100992
Dmitry MishinDmitry Mishin
fd05eace02fAdd .gitignore Ignore binaries and generated Makefile
Dmitry MishinDmitry Mishin
24e0ecdeb50Refactoring - move some classes to separate files
Sergey GalasSergey Galas
0a9cc295e0aMMerge pull request #6 in OVZ/vmauth from ~SHRIKE/vmauth:master to master* commit '6885b3dc52042c6db90156407f981ae11f6f1da1': bug #PSBM-100992 aka Failed to vm auth to stopped CentOS 8 VMPSBM-100992
Sergey GalasSergey Galas
6885b3dc520bug #PSBM-100992 aka Failed to vm auth to stopped CentOS 8 VMtype-o + extra loggingPSBM-100992
Konstantin BukharovKonstantin Bukharov
a40f7c15f55MMerge pull request #5 in OVZ/vmauth from ~IGOR/vmauth:master to master* commit 'a1e122a508c800d155e9d89db7dee1f3ac115495': Update Copyright
Igor SukhihIgor Sukhih
a1e122a508cUpdate CopyrightCopyright (c) 2017-2019 Virtuozzo International GmbH. All rights reserved. Signed-off-by: Igor Sukhih <igor@virtuozzo.com>
Sergey GalasSergey Galas
4af4fc34ac1MMerge pull request #4 in OVZ/vmauth from ~SHRIKE/vmauth:master to master* commit '8ef4d4e8f628fa15513e5e47e213eddc7c2facaf': simplify code
Sergey GalasSergey Galas
8ef4d4e8f62simplify codenow we have 3 functions one of which is a simple wrapper over the other. the later calls the third one on every error path which results in a larger volume of code. let's drop the third function and move its body into the first one. also we vzdrop all the relative calls from the second one.
Sergey GalasSergey Galas
6ced0fa06e0MMerge pull request #3 in OVZ/vmauth from ~IGOR/vmauth:master to master* commit 'f3a564b09d5a82a205c89b30682957176c29b47b': Add Win10 support #PSBM-62461PSBM-62461
Igor SukhihIgor Sukhih
f3a564b09d5Add Win10 support #PSBM-62461In Windows 10 Anniversary Update hash encryptin was changed. MD5/RC4 was replased by AES Signed-off-by: Igor Sukhih <igor@virtuozzo.com>PSBM-62461
Sergey GalasSergey Galas
01f897ab2e8MMerge pull request #2 in OVZ/vmauth from ~ABONDROV/vmauth:master to master* commit '773172782c1ade7ffe3e414d7e0d965fe3b8b442': Update copyrights ( #PSBM-58317 )PSBM-58317
Andrey BondrovAndrey Bondrov
773172782c1Update copyrights ( #PSBM-58317 )PSBM-58317
Sergey GalasSergey Galas
fef36b5cf69MMerge pull request #1 in OVZ/vmauth from ~SHRIKE/vmauth:master to master* commit '929174c413c9d6362a8982179c850a175494058c': bug #PSBM-62160 aka Successfully logged in using empty password for VMPSBM-62160
Sergey GalasSergey Galas
929174c413cbug #PSBM-62160 aka Successfully logged in using empty password for VMcrypt function may fail and return NULL. we have an ub then. handle crypt errors.PSBM-62160
Sergey GalasSergey Galas
04659102b99bug #PSBM-40882 aka PVE::DspCmdVmAuthWithGuestSecurityDb (PrlVm_AuthWithGuestSecurityDb)vmauth tool to verify a user credentials against the guest authentication db.PSBM-40882