Activity for vmtui

  • koinec koinec committed [e8f03c] on Code

    Delete dw_option member from HVisor / HvConnect struct.

  • koinec koinec committed [6f7e7a] on Code

    Add HVisor auto connect flag to KeyVal DB.

  • koinec koinec committed [fbada0] on Code

    Add HVisor's use ssh password flag to KeyVal DB.

  • koinec koinec committed [4300ec] on Code

    Move Max error count param to KeyVal DB.

  • koinec koinec committed [2d718b] on Code

    Move HVisor's SSH auth.type to KeyVal DB.

  • koinec koinec committed [1e0106] on Code

    Move HVisor's SSH setting(hostname/port/user/password/pubkey/seckey) to KeyVal DB.

  • koinec koinec committed [c93d83] on Code

    Define HVisor's SSH config keys.

  • koinec koinec committed [59c558] on Code

    Move HVisor's sudo enable / use password flag to KeyVal.

  • koinec koinec committed [07d73b] on Code

    Move HVisor's sudo path/option str./password data to KeyVal.

  • koinec koinec committed [0f1093] on Code

    Collect sudo Key Defines.

  • koinec koinec committed [311c21] on Code

    Move HVisor's openssh cmd/option config to KeyVal DB.

  • koinec koinec committed [396387] on Code

    Change sshpass option KeyVal DB key.

  • koinec koinec committed [3cac5f] on Code

    Improve HVisor info page items.

  • koinec koinec committed [18f6d8] on Code

    Move HVisor's sshpass config to KeyVal DB.

  • koinec koinec committed [2f4d4d] on Code

    Implement SetData/GetData Level3 functions.

  • koinec koinec committed [7978b2] on Code

    Init / Destroy / Reset KeyVal Info for HVisor config reading temporary.

  • koinec koinec committed [d2b93f] on Code

    Implement KeyVal_CopyAllData() function.

  • koinec koinec committed [81d504] on Code

    Define HVisor's sudo keyval define.

  • koinec koinec committed [a8f7cb] on Code

    Add Ctrl + key defines.

  • koinec koinec committed [99313b] on Code

    Implement ReDraw Screen event function.

  • koinec koinec committed [96a08d] on Code

    Add Force draw operand to TuiHVisor_GeneratePageText function.

  • koinec koinec committed [0927fc] on Code

    Move printout DataStore / Template section to TuiItem_OutputLineDefine

  • koinec koinec committed [e2eec5] on Code

    Move common function from TuiHvisor_Update to TuiItem_DrawItem.

  • koinec koinec committed [c5210e] on Code

    Move TuiGuest_Draw to TuiItem_DrawItem function.

  • koinec koinec committed [698ee2] on Code

    Move printout Resource Limitter settging section to TuiItem_OutputLineDefine.

  • koinec koinec committed [418415] on Code

    Move printout DataStore / ZFS Option section to TuiItem_OutputLineDefine.

  • koinec koinec committed [2d8ef8] on Code

    Move printout BhyveOption / PassThru section to TuiItem_OutputLineDefine.

  • koinec koinec committed [304c16] on Code

    Move printout OtherSettings section to TuiItem_OutputLineDefine.

  • koinec koinec committed [4b50c9] on Code

    Move printout GRUB section to TuiItem_OutputLineDefine.

  • koinec koinec committed [3e9bd0] on Code

    Move printout SSH section to TuiItem_OutputLineDefine.

  • koinec koinec committed [a87b7e] on Code

    Move printout VNC section to TuiItem_OutputLineDefine.

  • koinec koinec committed [7b4ae4] on Code

    Move printout Disk section to TuiItem_OutputLineDefine.

  • koinec koinec committed [940a96] on Code

    Add EnableKey member for TuiItem_LineDefine struct.

  • koinec koinec committed [f699a6] on Code

    Move printout Network section to TuiItem_OutputLineDefine.

  • koinec koinec committed [95c7f0] on Code

    Move printout Loader/CPU/Mem section to TuiItem_OutputLineDefine.

  • koinec koinec committed [d3700f] on Code

    Move the part of TuiGuest_Handler_InputString to TuiItem_SetKValData_fromInputString.

  • koinec koinec committed [291287] on Code

    CommentOut regist Loader KeyVal from vm list command.

  • koinec koinec committed [db3384] on Code

    Move TuiGuest_InputItem to TuiItem_InputItem.

  • koinec koinec committed [e9fc44] on Code

    Move TuiGuest_OutputLine to TuiItem_OutputLine.

  • koinec koinec committed [5d3b7f] on Code

    Create tuiitem.[ch]

  • koinec koinec committed [9340c2] on Code

    Get & Printout guest's template list.

  • koinec koinec committed [9c1da0] on Code

    Split get datastore list from VmBhyve_Get_HVisorInfo function.

  • koinec koinec committed [adb465] on Code

    Print enable serial console in vmlist.

  • koinec koinec committed [7a0693] on Code

    Support internal SSH terminal.

  • koinec koinec committed [60b904] on Code

    Check running with Xwindow when booting vnc viewer.

  • koinec koinec committed [58b2cb] on Code

    Add DefaultConsole mode option for Global setting file - Global section.

  • koinec koinec committed [445dc4] on Code

    Implement auto-switch serial console mode.

  • koinec koinec committed [6a526b] on Code

    Implement check double-boot vmtui.

  • koinec koinec committed [b50257] on Code

    Move check exist process function from localexec.c to common.c.

  • koinec koinec committed [af24fd] on Code

    Fix generate defunct job with external(xterm) ssh console.

  • koinec koinec committed [df88c0] on Code

    Initial implement in-console serial console.

  • koinec koinec committed [ae62f7] on Code

    Remove obtain console typescript.

  • koinec koinec committed [98e5be] on Code

    Add Console-type param. for LocalExec_ExecSSHTerminal

  • koinec koinec committed [6647d8] on Code

    Add Console-type param. for LocalExec_ExecSerialTerminal

  • koinec koinec committed [572206] on Code

    Support Connect HyperVisor key on HyperVisor info. window.

  • koinec koinec committed [966b8f] on Code

    Support Guest's console viewing keys on the Guest window.

  • koinec koinec committed [8ff6d3] on Code

    Support shift info. window with h/l key.

  • koinec koinec committed [a7989c] on Code

    Move HVisor/Guest info page by H/G key.

  • koinec koinec committed [71d9b8] on Code

    Merge func. from TuiHVisor_Dispatch to TuiEvent_Dispatch.

  • koinec koinec committed [50452c] on Code

    Merge func. from TuiConsole_Dispatch to TuiEvent_Dispatch.

  • koinec koinec committed [21d434] on Code

    Merge func. from TuiErrInfo_Dispatch to TuiEvent_Dispatch.

  • koinec koinec committed [d92a76] on Code

    Fix Quit-event return key-mode.

  • koinec koinec committed [bca47d] on Code

    Merge func. from TuiGuest_Dispatch to TuiEvent_Dispatch.

  • koinec koinec committed [c82c27] on Code

    Merge func. from TuiHelp_Dispatch to TuiEvent_Dispatch.

  • koinec koinec committed [283172] on Code

    Move VmList Key Dispatcher from tuivmlist_event to tuievent.

  • koinec koinec committed [2f3c06] on Code

    Change InfoPage's TuiKey_Mode type from int to bitflag.

  • koinec koinec committed [dc282a] on Code

    Change mode type from int to DWord.

  • koinec koinec committed [9fc20c] on Code

    Implement Error Message for conffile.c

  • koinec koinec committed [7948b3] on Code

    Move testcode to testsrc dir.

  • koinec koinec committed [a58c01] on Code

    Output error message for StatusBar.

  • koinec koinec committed [59ce1e] on Code

    Implement Guest's stop/restart/reset/poweroff command.

  • koinec koinec committed [17b85f] on Code

    Implement exec. normal command func. for vm-bhyve.

  • koinec koinec committed [3f7927] on Code

    Support output string to StatusBar.

  • koinec koinec committed [f4ee56] on Code

    Support config Error Count Max value on global-setting file.

  • koinec koinec committed [ba58b5] on Code

    Initial support for Auto-DisConnect HyperVisor.

  • koinec koinec committed [0da6cc] on Code

    Support DisConnect HyperVisor.

  • koinec koinec committed [c56bf1] on Code

    Add check SSH status before booting ssh terminal.

  • koinec koinec committed [5e2355] on Code

    Fix not display the line of VNC enable items in the guest's info window.

  • koinec koinec committed [44ae5d] on Code

    Printout use SSH console for VM list.

  • koinec koinec committed [5ba103] on Code

    Add check Serial console status before booting serial terminal.

  • koinec koinec committed [544ea1] on Code

    Initial support exec SSH console.

  • koinec koinec committed [ec9740] on Code

    Split LocalExec_Set_SSH() function.

  • koinec koinec committed [877d7f] on Code

    Split LocalExec_Set_XTerm() function.

  • koinec koinec committed [61d434] on Code

    Add sshpass options for .vmtui system config file.

  • koinec koinec committed [1ed6a2] on Code

    Fix use SSHPass config item name.

  • koinec koinec committed [a01f0f] on Code

    Add sshpass options for .vmtui server config.

  • koinec koinec committed [f4795d] on Code

    Fix the Guest recognition delay so that it's recognized at the same time as HyperVisor is connected.

  • koinec koinec committed [a3fc0a] on Code

    Fix an error in setting the buffer-length in password input mode for SSH connection.

  • koinec koinec committed [53701e] on Code

    Not save a guest's config-file when not change the all guest's items.

  • koinec koinec committed [ad24a7] on Code

    Initial support write out Guest's config file.

  • koinec koinec committed [1a3581] on Code

    Support SSH param. with Guest's config file.

  • koinec koinec committed [efcd54] on Code

    Output item changed status with Guest's item.

  • koinec koinec committed [d97810] on Code

    Improve input suffix integer value mode for Guest's info. window.

  • koinec koinec committed [716e09] on Code

    Implement Inter input mode with Guest's info. window.

  • koinec koinec committed [670ef9] on Code

    Improvement output password string from string to *** with Guest's info window.

  • koinec koinec committed [952722] on Code

    Fix wrong prototype function defines in tuiguest.h.

  • koinec koinec committed [f12b35] on Code

    Set Yes/No select data for Guest's keyval.

  • koinec koinec committed [8e6233] on Code

    Set String input data for Guest's keyval.

  • koinec koinec committed [6dffc4] on Code

    Implement select Yes/No item.

  • koinec koinec committed [c0c856] on Code

    Implement Select value mode on guest's info window.

1 >