Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
109 user(s) are online (72 user(s) are browsing Forums)

Members: 0
Guests: 109

more...

Headlines

 
  Register To Post  

Is remote procedure call (RPC) safe?
Home away from home
Home away from home


See User information
Is remote procedure call (RPC) safe?

Recently I looked at SUN RPC, because its need for BIND DNS server.

While compiling i found an error on excel() command, so looked inside code found this, it looks like RPC uses a C compiler back end to do what it likes.

So the question is there any security built in so this is not exploited?

Should we have RPC on AmigaOS?

If I'm right this might be a big security risk for Linux and Windows operating systems, (Windows even has it built in to the kernel)

switch (fork())
{
        case 
0:
                (
voidclose(1);
                (
voiddup2(pd[1], 1);
                (
voidclose(pd[0]);
                
execl(CPPCPPCPPFLAGSdefineinfileNULL);
                
perror("execl");
                exit(
1);
        case -
1:
                
perror("fork");
                exit(
1);
 }


Edited by LiveForIt on 2010/10/30 1:30:25
(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top

  Register To Post

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project