README
1
2 FakeBO
3
4 "...its not enough that Linux
5 has stable and secure networking,
6 it's able to emulate the bugs
7 in other platforms."
8 J. Padfield
9
10Table of Content:
11=================
121. How to?
132. Can FakeBO auto start when I connect to the Net via PPP?
143. WWW support page.
154. Mailing-list.
165. I need Back Orifice client. Where can i get that?
176. I caught a bug. What to do now?
187. I desperately need some feature in FakeBO.
198. I want to be a developer of FakeBO.
209. I just want to send the patch.
2110. Contacts.
22
23Appendix:
24A. Misc OSes (and bo client software)
25 A.1 bo client
26 A.2 BeOS
27 A.3 QNX
28 A.4 Windows NT
29
301. How to?
31==========
32Unpack the fakebo tar.gz archive and then type:
33
34./configure
35make
36
37and then (if you are root or have write permissions to sys dirs):
38
39make install
40
412. Can FakeBo auto start when I connect to the Net via PPP?
42===========================================================
43Yep. It can be done. Just put "fakebo" in /etc/ppp/ip-up, and it will run
44fakebo when PPP is activated. Don't forget to put something like "killall
45fakebo" in /etc/ppp/ip-down....
46
473. WWW support page.
48====================
49Go to:
50http://cvs.linux.hr/fakebo/
51
524. Mailing-list.
53================
54If you want to subscribe to FakeBO mailing list, just send your e-mail
55to fakebo-subscribe@linux.hr
56
575. I need Back Orifice client. Where can i get that?
58====================================================
59Well, you're lucky. Dobrica is now took mainting of Back Orifice *nix
60client from Cult Of Dead Cow. You can always download latest version from:
61http://cvs.linux.hr (see also section A.1 for more information)
62
636. I caught a bug. What to do now?
64==================================
65Write e-mail to the bugs-fakebo@linux.hr with short description what you
66were doing, your OS version and FakeBO version. It would also be nice if
67you could send your fakebo.conf and your "plugin", i.e. custom script
68(if you use one) if you changed anything. Your message will enter our
69bug tracking system, and you can examine it's status on:
70http://cvs.linux.hr/bugs/fakebo
71If you like web access better, you can use address above to submit bug
72from your web browser also.
73
747. I desperately need some feature in FakeBO.
75=============================================
76Send e-mail to fakebo@linux.hr with short description of the feature
77you need. Then, after a short discussion on the list (fakebo@linux.hr is
78actually a developers mailing list), and if most of us agree (or at least
79someone who has to add feature ;-), the feature will be added.
80
818. I want to be a developer of FakeBO.
82======================================
83Send e-mail to the dpavlin@linux.hr for a CVS account. And then you can
84write the code. It would be good to subscribe to the fakebo mailing list
85too. For coding style and other usefull tips, read file HACKING included
86in distribution of FakeBO.
87
889. I just want to send a patch.
89=================================
90Send patches to fakebo@linux.hr, and we'll see if it is o.k. to
91include in the fakebo. Please, read file "HACKING" before submiting.
92
9310. Contacts?
94=============
95Vlatko Kosturjak: maintainer, BO and NB communication kost@iname.com
96Robert Avilov: signal handling, forking ravilov@iname.com
97Dobrica Pavlinusic: autoconfigure, porting, CVS dpavlin@linux.hr
98
99
100APPENDIX:
101
102A. Misc OSes (and bo client software)
103=====================================
104
105FakeBo supports following "strange", non-unix OSes: BeOS, QNX
106
107A.1 bo client
108
109To test misc OSes we ported bounix client to them. In the process, Dobrica
110has became the maintainer of bounix client. If you want client with
111advanced features (like readline, netbus support etc. -- all that is still
112in plan, right now it has just portability fixes) go to anonymous CVS tree:
113http://cvs.linux.hr/cvsweb.cgi/boclient/
114
115or:
116
117CVSROOT=:pserver:anonymous@cvs.linux.hr:/cvstree
118cvs login
119cvs checkout boclient
120
121You will have to have GNU autoconf and automake to compile it.
122
123A.2 BeOS
124
125Let me start by saying that I don't really like BeOS. It's a nice OS, but
126Linux is much, much better on Intel arhitecture. But, as a protability test,
127I ported it to BeOS. It works (it's gcc based, anyway...)
128
129A.3 QNX
130
131Well, QNX 4 is posix, but it has Watcom compiler. It works anyway :-)
132
133A.4 Windows NT
134
135Support under windows NT (command line) is tested using UWIN POSIX layer
136(look at http://www.research.att.com/sw/tools/uwin/) with gcc compiler.
137We are pretty sure that it also works under cygwin32 :-)
138
139