Activity for fpefpe

  • fpefpe fpefpe posted a comment on discussion General Discussion

    I been using regian as a scripting language with jpsoft's take command as an alternate tto thestandard windows shell cmd --- When I start the take session I load all the regina extension and they stay resident until the take session ends I noticed that when debugging is turn on for rexxjson.dll and a debug file is also specified, the debug file remains open --- so I would suggest a way to close the file one way would be "call jsonvariable "debug", 0 -- would stop debugging and close the file if allocated...

  • fpefpe fpefpe posted a comment on discussion General Discussion

    Thanks for the update ----

  • fpefpe fpefpe posted a comment on discussion General Discussion

    Hello --- I am new to JSON and I was reading the doc and I am not sure of the example in section 3.1.4 is an error --- I noted the text ---- should this "json" example end with a "}" not ']' ?? Also, a PDF version of the html file would be a plus

  • fpefpe fpefpe posted a comment on ticket #586

    grep search of the .c files for "getenv(" shows regfilesys.c: rpath = getenv(pathname); regini.c: strcpy(result->strptr, getenv("USERPROFILE") ); regini.c: strcpy(result->strptr, getenv("HOME")); regscreenux.c: tgetent(tcent, getenv("TERM")); regscreenux.c: char * mycolumns = getenv("COLUMNS"), * mylines = getenv("LINES");

  • fpefpe fpefpe created ticket #586

    environment variable

  • fpefpe fpefpe posted a comment on ticket #728

    thanks for the info On Sun, Dec 18, 2022 at 10:17 AM Giorgio Tani giorgiotani@users.sourceforge.net wrote: Thank you for the feedback, I routinely try to contact AV teams about false positives so the issue can be fixed asap. False positive are unfortunately extremely common for newly published applications. Here you can see the scan results for about 70 antivirus of the 64 bit Windows installer, which is marked as safe https://www.virustotal.com/gui/file/714e147b0da63e745c5a99f5376d2a34a8ef73e4196e68c783c091f609b8a5bc...

  • fpefpe fpefpe created ticket #728

    Norton 360 -- false postive?

  • fpefpe fpefpe posted a comment on ticket #676

    Hello --- Thanks for your reply --- the "advance" settings are already set to utf-8 ---- I got the files from amazon music --- here is a link to it ---- winrar can open and view this file without any issue Frank Esposito zipfile http://u.pc.cd/ufJotalK On Mon, Mar 21, 2022 at 6:00 AM Giorgio Tani giorgiotani@users.sourceforge.net wrote: From main menu, Options, Settings, Advanced tab it is possible to change the encoding for reading / writing filenames inside ZIP archives. It is possible in example...

  • fpefpe fpefpe created ticket #676

    utf8 encoding in zip file

  • fpefpe fpefpe modified a comment on discussion Open Discussion

    Just to clarify when use the shvcode RXSHV_NEXTV to fetch the current variables, if I use my own buffers for the varname and varvalue, and the return code is RXSHV_TRUNC is that a the end of the process? Thanks

  • fpefpe fpefpe posted a comment on discussion Open Discussion

    Just to clarify when use the shvcode RXSHV_NEXTV to fetch the current variable, if I use my own buffers for the varname and varvalue, and the return code is RXSHV_TRUNC is that a the end of the process? Thanks

  • fpefpe fpefpe posted a comment on discussion Developers

    thanks for that info Frank Esposito On Thu, Oct 8, 2020 at 3:18 AM Erich erich_st@users.sourceforge.net wrote: Hi Frank, you can find classic API sample code in the ooRexx samples/api directory. You might just build a sample, check whether you can successfully run it, and then start adding your existing code to it. On Thu, Oct 8, 2020 at 2:18 AM fpefpe fpefpe@users.sourceforge.net wrote: Hello Being inspired by lasts weeks symposium, I decided to take a look at Object Rexx, First I had to look at...

  • fpefpe fpefpe posted a comment on discussion Developers

    Hello Being inspired by lasts weeks symposium, I decided to take a look at Object Rexx, First I had to look at getting my windows function package that I use with Regina to work with OORexx. The code is pure C. So I did not think it would be a big issue. The API doc notes the 2 API, but mine is using the classic API û but there were some minor changes I need to make. It seems that OORexx added C Macros for defines like REXXENTRY where Regina was using APIENTRY. I also found that for the most part...

  • fpefpe fpefpe posted a comment on discussion Help

    Hello -- I am somwhat confused on how -r- option works am trying to zip up a single folder --- I don't want it to recurse --- now in the folder there are regular files -- which I want to zip, I don't need to process any of the subdirectories in the (parent) directory -- but even with -r- specified 7z is decenting into the subdirs and adding those files to the archive --- is there a way NOT to process any subdirs in a given specified directory? thanks

  • fpefpe fpefpe posted a comment on discussion Help

    Hello — I just switched to the portable verison of keepass — I have it on a flash/thumb drive and just to clarify does the config (xml) file keep track of the different computes that I am using this on? In addition, I an also using the onedrive plugin. Now when the I open keepass with the pluging, It maintains a local copy of the kdbx file — I been saving it in the same place on each computer, c:\users{name}\workdir\psfile.kdbx Would it make more sense to save in the same folder as keepass.exe or...

  • fpefpe fpefpe posted a comment on discussion Help

    thanks for your reply ---- I ma trying out the onedrive plugin and that seems to be working ok -- so far --- I guess that the plugin works the same way and when the local PW it will update it with newer records (if they exist) int the cloud (onedrive) copy of the kdb --- thanks

  • fpefpe fpefpe posted a comment on discussion Help

    Thanks for your reply ... I currently have a local copy and a clone in my dropbox account and followed the schema with the "trigers" to update the clone copy in db, but that bcomes problematic with multiple installs were the local copy on each install could be "older" than the copy in dropbox --- As noted im my other post, I thougth that using the ftp server would streamline the process and insuringt that there is just "one" copy of the PW file I guess I can look at one of the pluging that use the...

  • fpefpe fpefpe posted a comment on discussion Help

    Hello -- Thanks for the reply --- I don't think its the ftp server --- its works with another share on eh device --- this share is a clone of my dropbox account -- my guess is that the app running in the server is causing keepass to fail -- but I can ftp to that share manualy / shell and download the pw with no issues -- is there any way to see what error keepass is getting?

  • fpefpe fpefpe posted a comment on discussion Help

    I got this error using ftp access to my PW file --- where can I find out the state its in and why KP will not read it? Thanks ---

  • fpefpe fpefpe posted a comment on discussion Help

    Hello -- Does keep pass suport "user exist" that I call use to call a shell (windows) , in my case before keepass tries to open the password file? I am have an issue trying to keep multiple installed of keepass on my laptops and desktops -- I would link to use the porable version, but It not clear to me where the best place to save / store the password file. I do have a local nas and it it has ftp access -- I have used it to "read" the password file, but can it also be used to write back to the NAS...

  • fpefpe fpefpe posted a comment on discussion Open Discussion

    Hello -- -Sorry for the long post ---- I did not relaize that there was more after the noted steps --- Yes my simple question was it the URL access to the PW DB --- can I forgo a local copy? assuming that I just use keepass on my local network --- again, sorry for the long post --- Thanks

  • fpefpe fpefpe posted a comment on discussion Open Discussion

    Hello --- When I started to use keepass, I discovered issued trying to keep the PW DB in dropbox --- So I don't recall, but I got this solution from the forums (below) --- Now, would keepass do "the right thing" if I were just use URL access to a (local) FTP server or one of the "cloud" plugings? Thanks Dropbox will synchronize files between computers, but it can't determine what changes KeePass has made, only that the database has changed. To ensure that KeePass changes are not lost by Dropbox,...

  • fpefpe fpefpe posted a comment on discussion Help

    Hello --- Thanks for your reply --- yes I see the seucrity issue and agree --- running as admin is small price to pay .... thx for the info

  • fpefpe fpefpe posted a comment on discussion Help

    Hello --- I just set up a plugin, but I have a question ---- plugin folder is part of the install tree in "c:\program files ..... and it is protected --- so to copy plugin file there I had to elevate to "admin" if the "pluging" folder is requited to be in that part of the tree, can make it as symbolic link to point to a folder I can normaly access? Thanks

  • fpefpe fpefpe posted a comment on discussion Help

    Hello -- SO SORRY --- I tought that I posted my question in a new thread ---- I will correct this

  • fpefpe fpefpe posted a comment on discussion Help

    Hello --- I just set up a plugin, but I have a question ---- plugin folder is part of the install tree in "c:\program files ..... and it is protected --- so to copy plugin file there I had to elevate to "admin" if the "pluging" folder is requited to be in that part of the tree, can make it as symbolic link to point to a folder I can normaly access? Thanks

  • fpefpe fpefpe posted a comment on discussion Help

    It seems that the last windows binaries here at SF are 10 years old. I tried to compile RC4 and the make file does not work --- it can't find the directory were the PDCurses are -- I was able to hack the make file vcwin.mak file -- but thc.c at line 1120 faild with a undefine value --- has anyone got this compile?

  • fpefpe fpefpe posted a comment on discussion 1. Help and Support

    thanks for the info --- where would I find all the tag names, ie <track>

  • fpefpe fpefpe posted a comment on discussion 1. Help and Support

    Hello -- I have my music set up as atrist / album / track '-' title Is there a way to set up structure up?

  • fpefpe fpefpe posted a comment on discussion Help

    Hello -- how does keepass figure out what browsers are installed on my OS? I just started chrome from the URL option for one of my entries .... then chrome started, it reproted that chrome was not going to get any more updates since it thought it was running on xp/visa -- but the os is win7/64 -- I think that one issue is that in this case chrome was not running in the background -- so can the browser exe be set?

  • fpefpe fpefpe posted a comment on discussion Open Discussion

    Is there a way to turn off the prompt for a new master pasword? or set the reminer time to 99 years or something likle that? I notice a policy that precents the change of the master password -- would this policy stop that message?

  • fpefpe fpefpe posted a comment on ticket #476

    yes -- I see that issue -- thanks for pointing that out ... I guess that the contents...

  • fpefpe fpefpe posted a comment on ticket #476

    Hello -- Yes it seems that there is an issue with the utc offset and the dayligjht...

  • fpefpe fpefpe posted a comment on discussion Help

    Hello -- Sorry for re-post -- I did not recall the post you noted -- I will give...

  • fpefpe fpefpe posted a comment on discussion Help

    Is the issue of kepass crashing on windows xp a dead issue ?? Attempted to read or...

  • fpefpe fpefpe created ticket #47

    bit string datatype

  • fpefpe fpefpe posted a comment on discussion Help

    Hello -- from time to time when fetching string from rhe registery, values might...

  • fpefpe fpefpe posted a comment on discussion Open Discussion

    hello -- is there a way to move an entry from one group to another?

  • fpefpe fpefpe posted a comment on discussion Open Discussion

    Thanks for the info

  • fpefpe fpefpe posted a comment on discussion Open Discussion

    Hello -- I issued the the command 7z a -r -mx9 t:\test.7z u:\test** I am trying to...

  • fpefpe fpefpe posted a comment on discussion Open Discussion

    thanks for your reply -- is there any more examples on how touse the switches?

  • fpefpe fpefpe posted a comment on discussion Open Discussion

    I am some what confused on how the compress type and options migh be in conflict...

  • fpefpe fpefpe posted a comment on ticket #476

    Hello -- Thanks for confirming what I found .... I wrote a trivial program in C to...

  • fpefpe fpefpe created ticket #476

    utc offset time BIF

  • fpefpe fpefpe posted a comment on discussion Open Discussion

    Is there a cygwin package for THE and/or regina?

  • fpefpe fpefpe posted a comment on discussion Help

    I was trying to past in a new password in a web form, but it would not let me --...

  • fpefpe fpefpe posted a comment on discussion Open Discussion

    Hello -- I generaly would like to update my master password on my time, but keepas...

  • fpefpe fpefpe posted a comment on discussion Help

    Hello -- I was just trying to update my (gernerated) password at one of my websites...

  • fpefpe fpefpe posted a comment on discussion Help

    Hello -- Is there a option / switch to turn off the prompt to update / change the...

  • fpefpe fpefpe posted a comment on discussion Help

    I am testing clonezilla in a VM and set up a clone to image using a usb attached...

  • fpefpe fpefpe posted a comment on discussion Clonezilla live

    Hello -- Will clonezilla "do the right thing" if the source disk has 512b sectors...

  • fpefpe fpefpe created ticket #428

    Download of 3.8 win installer version triggers virus via norton360

  • fpefpe fpefpe posted a comment on discussion Help

    Hello – I am not sure what I missed in this setup, but I followed the directions...

  • fpefpe fpefpe posted a comment on discussion Help

    Hello -- I posted an issue that I was having with version 2.26 -- It was crashing...

  • fpefpe fpefpe posted a comment on discussion Help

    Hello - Thanks to all -- I was not sure if it was display in the control panel or...

  • fpefpe fpefpe posted a comment on discussion Help

    Hello -- I read the link, so is the solution to change how the video works? If that...

  • fpefpe fpefpe posted a comment on discussion Help

    Not sure if the bug report was the correct place, but when I updated to 2.26 I keepass...

  • fpefpe fpefpe created ticket #1236

    versin 2.26 aborts under xp

1