mstone2001
mstone2001
So, based on the previous comments, I investigated the need for the external daemondo for the launchd plists. And it looks like it is not necessary, so I have simplified...
> is this vnc only or will rdp also work? This is using xrdp via the vnc method. So you run a vnc server on our Mac( I use Osxvnc,...
@matt335672 Wow, thats great. It will be good to have a second pair of eyes looking at this. Has been a long time since I developed on Solaris. Updating to...
@matt335672 Thanks, I will take a look at rebasing to your changes. Regarding the SIGINT problem, what I found was the call to waitpid and alarm would get interrupted. Since...
So I synced my branch with the latest development branch and have pulled in the sigaction changes. I'll retest and see if the behavior I ran into no longer occurs....
I retested the changes based on the updated code. The change I made for SIGALRM is indeed no longer required, so that is now removed. However, I am still having...
So I believe I have taken care of 1 + 2 + 3. I also ran the script to run the astyle program as documented in the scripts directory to...
Oh I should add if you are looking at the repository, I have put an #ifdef in the g_waitpid to only do the retry on NetBsd and OpenIndiana( sun )....
As per the previous comments, I have also changed the --enable-pam option to --enable-nopam, since pam should be the default. --enable-nopam will now use the verify_user.c for user authentication. If...
My #ifdef caused a compile error due to an unused label. Committed a fix.