Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Bangieff
  • Content: Threads
  • Order by date
  1. Bangieff

    how to configure Sendmail to use Cyrus-SASL?

    Hi all I've installed the Cyrus-SASL on my host as described in the INSTALL file without any trouble. After that I must recompile sendmail to use the sasl libraries. Following the information given in the www.sendmail.org I did the following: 1. created the devtools/Site/site.conf.m4 file 2...
  2. Bangieff

    Logging on apache

    Hi all I'm running an Apache web server with some virtual servers on it. How may I log the activity for each virtual server in a separate file and for all the users in a common file simoltaneously. 10x
  3. Bangieff

    File change detection

    Hi all Can anyone tell me how may I untherstand immediatly when a file has been changed without looping? thanks
  4. Bangieff

    file change notify

    Hi all I'm trying to make something like authomatized "who" program. It must be able to untherstand when a user is logging in or out so it needs to know innediatly if the utmp file is changed. How may I do it without making something like: ... while (1) { u_entry=getutent()...
  5. Bangieff

    ppp login/logout

    Hi all I'm trying to write a simple user activity logging program. But Would anyone tell me what's the best way to untherstand that a user have logged in or out Thanks
  6. Bangieff

    fgets question

    Hi all Here is the situation: I need a program that reads information from stdin and for example write it to stdout (the second part is not exactly the same but it's not important right now ;) ). And that's what I wrote: #include <stdio.h> main() { char *str; while (1) { if...
  7. Bangieff

    arguments from command line

    Hi all here I am again with my lame questions ;) How may I get from command line special characters like <,>,;.... and have them like arguments for my program (main(int argc,char **argv))? thanks
  8. Bangieff

    a logging question

    Hi all I need to create a separate log file for each user where to be stored users mail activity. Can anyone tell me how to do it? Thanks in advance
  9. Bangieff

    mkdir

    Hi there I'm trying to create a directory with flags drwxrwxrwx . I think this should create it: mkdir(&quot;./tmp&quot;,0777); but it creates a directory drwxr_xr_x tmp anyone can tell me where am I wrong?
  10. Bangieff

    NET-BIOS

    hi all how can I recieve a computer's NETBIOS name ig I have It's IP address?
  11. Bangieff

    Hi all can anyone tell me please w

    Hi all can anyone tell me please why this piece of code returns me segmentation fault: void func(int typ) { char **abc; ... switch(sys) { case 1: char *tmp[]={&quot;a&quot;,&quot;b&quot;,&quot;c&quot;); abc=tmp; //when reach this row &quot;segmentation...
  12. Bangieff

    MAC+IP

    Hi all I'm setting up a LAN server for internet sharing on a Linux Slackware platform. I want to be sure opnly the people I want to , are abled to access the internet. But I want to be sure noone can change his IP address and use someone else's account. Because of it I want to detect the MAC...
  13. Bangieff

    Ethernet traffic

    Hi all would you please reccomend me a software to install on my slackware server that to log the traffic that passess thru my ethernet card ( I don't need a sniffer or something but only to know how many MB per month are passing thru)
  14. Bangieff

    /etcpasswd &amp; /etc/shadow

    Hi all I need my program to be abled to add users but I couldn't find how to do it so I use execve(useradd....) but it doesn't add the user's password in the /etc/shadow file. Then I found in man the setpwent() function but I just can't untherstand how to use it. the compiler doesn't like the...
  15. Bangieff

    MAC address

    Hi all I have a short question: how may I change my LAN card's IP address (under Linux OS)
  16. Bangieff

    char *crypt(const char *key, const char *salt));

    Hi all Can anyone tell me whats wrong with this fragment: cout << crypt(&quot;qwerty&quot;,&quot;ab&quot;); but when I try to compile it, I'm getting this: undefined reference to 'crypt' Thanks in advance
  17. Bangieff

    SSL Support

    Hi All I need to configure sendmail to use openssl but can't find any information how to make it. Can anyone help me pls.

Part and Inventory Search

Back
Top