Search:

Type: Posts; User: ethanhayon

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,971

    Mask Password

    Hi,

    How can I mask a password on my socket application?
    Do I need to create my own client? Right now, I'm using openssl s_client

    Thanks,
    Ethan
  2. Replies
    4
    Views
    1,856

    Thanks! I was able to pinpoint what was causing...

    Thanks! I was able to pinpoint what was causing it. It was the mysql_real_connect().
    I fixed it by using the "CLIENT_IGNORE_SIGPIPE" flag with mysql_real_connect().
  3. Replies
    4
    Views
    1,856

    Thank you, I plan to change that. This is for...

    Thank you, I plan to change that. This is for debug purposes only.
  4. Replies
    4
    Views
    1,856

    Fork and MySQL causing infine loop

    Hi,

    I am creating a socket application that requires connecting a MySQL database.

    Basically, I am accepting a socket, forking the process, then calling a method to perform user authentication....
  5. Replies
    2
    Views
    5,758

    SSL Socket fork()

    Hi,

    I've been trying to create an C SSL Socket listener. I've successfully been able to accept connections (take input, send a response, then disconnect). However, I am now trying to use fork() to...
Results 1 to 5 of 5