Search found 6 matches

by chiappa
Thu May 15, 2008 9:23 pm
Forum: Unreal 3.2 Support
Topic: [SOLVED]iling: undefined reference to `RAND_query_egd_bytes'
Replies: 1
Views: 1455

Re: compiling: undefined reference to `RAND_query_egd_bytes'

Compiled openssl into my home dir. Did ./Config but it would not use the path of openssl I supplied. So after I searched all the instances of "ssl" from the Makefile, changed the paths to the correct places in my home dir, path to openssl binary, libs & something else. did a make, which worked fine ...
by chiappa
Thu May 15, 2008 2:16 am
Forum: Unreal 3.2 Support
Topic: [SOLVED]iling: undefined reference to `RAND_query_egd_bytes'
Replies: 1
Views: 1455

[SOLVED]iling: undefined reference to `RAND_query_egd_bytes'

Hi,

While trying to compile unrealircd 3.2.7 i get the error message:

/home/chiappa/Unreal3.2.7/src/random.c:191: undefined reference to `RAND_query_egd_bytes'

chiappa@zero ~ $ locate libssl.so
/usr/lib/libssl.so.0.9.7
/usr/lib/libssl.so.0.9.8
/usr/lib/libssl.so

chiappa@zero ~ $ locate opensslv ...
by chiappa
Mon Dec 10, 2007 11:24 pm
Forum: Unreal 3.2 Support
Topic: Root listening or paranoid?
Replies: 5
Views: 1906

Root listening or paranoid?

For example, lets consider the following scenario: "One is running unrealircd on a linux box, as a regular user. With only SSL encrypted traffic."

The question is, how possible would it be for the administrator to listen to the conversations made on the ircd server?

thx!
by chiappa
Tue Nov 21, 2006 8:26 pm
Forum: Unreal 3.2 Support
Topic: Howto allow only local connections for unencrypted port?
Replies: 1
Views: 1193

Howto allow only local connections for unencrypted port?

Hi,

Im setting up IRC Services on a only-ssl server. It needs to connect on the server unencrypted. So how can I open an unencrypted port allowing only local connections?

thanks so much
by chiappa
Sat Nov 11, 2006 12:50 am
Forum: Unreal 3.2 Support
Topic: Individual user passwords & hostmasks and maybe even mor
Replies: 2
Views: 1521

Wow, this would be just what I need.. But dont have 150euros to spend on it:/
by chiappa
Fri Nov 10, 2006 4:34 pm
Forum: Unreal 3.2 Support
Topic: Individual user passwords & hostmasks and maybe even mor
Replies: 2
Views: 1521

Individual user passwords & hostmasks and maybe even mor

Hi there,

Im looking for a solution to increase security of the server.

- By having individual passwords and hostmasks for every user, for accessing the server.

- Or atleast having to identify yourself this way once you are on the server to access privilages for joining channels, writing ...