GithubHelp home page GithubHelp logo

doskey is not working about vtm HOT 10 CLOSED

AloisKraus avatar AloisKraus commented on July 29, 2024
doskey is not working

from vtm.

Comments (10)

o-sdn-o avatar o-sdn-o commented on July 29, 2024 1

I have now realized that this is vital functionality, and it must be implemented unconditionally.

from vtm.

o-sdn-o avatar o-sdn-o commented on July 29, 2024

TL/DR: This behavior is intentional. So far this doesn't work.

I haven't yet implemented DOSKEY functionality because it seemed to me to be a significant security flaw. DOSKEY (1989 A.D.) was invented and implemented for single user operating systems such as DR-DOS/MS-DOS/PC DOS, where there were no concepts of roles/rights, etc. Subsequently, in the Windows system, this functionality was moved up to the wrong security level, allowing any application to gain unauthorized access to sensitive data such as command history and allowing command name spoofing.

Despite the fact that Wikipedia says that this functionality is integrated into CMD.EXE, it is not. This is entirely outside of CMD.EXE, as you can see.

In fact, this functionality is not difficult to implement, but it should be further (and more thoroughly) investigated for security issues.

Everything related to aliases and command history is disabled for now. The following Win32 Console APIs are silently (w/o errors) disabled:

  • GetConsoleAlias
  • AddConsoleAlias
  • GetConsoleAliasExesLength
  • GetConsoleAliasExes
  • GetConsoleAliasesLength
  • GetConsoleAliases
  • ClearConsoleCommandHistory
  • SetConsoleNumberOfCommands
  • GetConsoleCommandHistoryLength
  • GetConsoleCommandHistory
  • GetConsoleHistory
  • SetConsoleHistory

from vtm.

AloisKraus avatar AloisKraus commented on July 29, 2024

While you are right it might be a security flaw many developer environments set them. It is unfortunate that I cannot use vtm in developer shells. As long not everyone is using Windows Terminal there is not much we could use for cmd shell scripting.

from vtm.

o-sdn-o avatar o-sdn-o commented on July 29, 2024

We can make this configurable and off by default.

from vtm.

AloisKraus avatar AloisKraus commented on July 29, 2024

That would be a great addition!

from vtm.

o-sdn-o avatar o-sdn-o commented on July 29, 2024

I implemented the DOSKEY functionality. You can test the branch from the pull request. I'll publish a release a little later.

from vtm.

AloisKraus avatar AloisKraus commented on July 29, 2024

Thanks. The test build looks good. Doskey macros are showing up now. Thanks!

from vtm.

AloisKraus avatar AloisKraus commented on July 29, 2024

My environment has VS2019, VS2022, VS2022 Preview, and VS2017 Build tools. Looks like cmake did create a solution which did target VS2019. It was targetting Build Tools 14.3, but these were not installed.

from vtm.

AloisKraus avatar AloisKraus commented on July 29, 2024

I have noticed that the new vtm when started from a Windows Terminal Session with a cmd shell

vtm -r
Not enough memory resources are available to process this command.

is showing up. The old VTM did not have this warning.

from vtm.

o-sdn-o avatar o-sdn-o commented on July 29, 2024

Not enough memory resources are available to process this command.

This issue may be related to the fact that when running vtm -r it requests the current window title and on the first request it received an empty line. I have corrected this bug by o-sdn-o@be95d9c .

Can you please test it for this issue? (auto binaries in the pull request are updated)

from vtm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.