Call for Presenter: OpenBSD/IDS @ITSec class

2012-04-16 Thread Steffen Wendzel
to a security class with approx. 100 students. The speech will be part of the IT Security I class that takes place on each Monday at 14:00. If you are interested in giving such a talk, don't hesitate to contact me. With best regards, Steffen Wendzel -- With best regards, Steffen Wendzel, M.Sc. Head

Re: % stdout?

2006-11-09 Thread Steffen Wendzel
On Thu, 09 Nov 2006 14:37:33 -0200 Cassio B. Caporal [EMAIL PROTECTED] wrote: : Hey, Hi, : : I have problems to print '%' in stdout... Suppose code below: : : #include stdio.h : : main() { your main should be of type 'int'. :

Re: Problem when apply 001_httpd.patch

2006-11-09 Thread Steffen Wendzel
On Thu, 9 Nov 2006 12:50:20 -0800 (PST) Maverick [EMAIL PROTECTED] wrote: : Oop : The rest of the post is gone :-( : : The thing that i got back after patch -p0 001_httpd.patch is this : : Hmm... Looks like a unified diff to me... : The text leading up to this was: :

Re: Driver for BCM4318

2006-11-05 Thread Steffen Wendzel
On Sat, 4 Nov 2006 21:00:25 -0800 Jon Simola [EMAIL PROTECTED] wrote: : On 10/4/06, Theo de Raadt [EMAIL PROTECTED] wrote: : : After reading over the specs repeatedly, spending many nights studying : their tangled tales and twisted methods, I have to agree with Theo: : : It would take an idiot

Re: new tool: openportd

2006-10-22 Thread Steffen Wendzel
On Sat, 21 Oct 2006 20:57:39 -0400 Nick Guenther [EMAIL PROTECTED] wrote: : On 10/21/06, Steffen Wendzel [EMAIL PROTECTED] wrote: : hi, : : I wrote a new tool I call OpenPortd for my linux distribution : but since I my linux distribution is still under development : and I want to release

Re: new tool: openportd

2006-10-22 Thread Steffen Wendzel
On Sun, 22 Oct 2006 14:42:18 +0200 Inigo T. A. [EMAIL PROTECTED] wrote: : El dom, 22-10-2006 a las 12:40 +0200, Steffen Wendzel escribis: : On Sat, 21 Oct 2006 20:57:39 -0400 Nick Guenther [EMAIL PROTECTED] wrote: : : : : : So this is like an insecure version of SSH? : : it has nothing

new tool: openportd

2006-10-21 Thread Steffen Wendzel
hi, I wrote a new tool I call OpenPortd for my linux distribution but since I my linux distribution is still under development and I want to release the tool, I wrote an OpenBSD version too, you maybe like it. It is like a port knocking service but a little bit different: Normaly a port

syncing data between workstations and laptop

2006-08-29 Thread Steffen Wendzel
Hi, I currently own 3 home directories. one on each of my workstations and one on my laptop but I want to have the same data in all 3 folders. I just saved a lot of new files on my laptop while I was away and I now want to have the data on my workstations too. The data includes source code, CVS

Re: syncing data between workstations and laptop

2006-08-29 Thread Steffen Wendzel
Thank you for all the hints. I now use rsync for this job. steffen

Re: DMESG question

2006-08-07 Thread Steffen Wendzel
Hi Gabriel, old versions of /var/log/messages are stored in a gzip compressed form in /var/log too and are called messages.number.gz steffen -- http://cdp.doomed-reality.org why the 'never ending story' makes the 'mission impossible' in /bin/sh: while [ 1 ]; do sleep 1; done; do_mission;

[PATCH] Re: Denial of service via FD exhaustion

2006-08-05 Thread Steffen Wendzel
Hi Alex, I wrote such a Code for my OpenBSD 3.6 machine. I just loaded the current CVS snapshot, patched the sources and made a CVS diff. Here is a patch that implements a new sysctl variable called 'kern.maxusrfiles' what is the maximum number of filedescriptors available for normal users. 64

Re: C++ problem in current snapshot (2006-05-22)

2006-05-25 Thread Steffen Wendzel
whats that? how about #include iostream.h using namepsace std; ? (don't forget to change the ... to ...) steffen On Thu, 25 May 2006 18:27:30 +0200 Toni Mueller [EMAIL PROTECTED] wrote: : Hello, : : : I'd like to compile a small C++ program (part of building the HylaFAX : port). This is

Re: C++ problem in current snapshot (2006-05-22)

2006-05-25 Thread Steffen Wendzel
s/iostream.h/iostream/ sorry.

openNNTPd

2006-04-01 Thread Steffen Wendzel
how about an openNNTPd? INNd is a monster and hard to configure. steffen

Re: openNNTP d

2006-04-01 Thread Steffen Wendzel
sorry, this mail was for the tech@ ml. On Sat, 1 Apr 2006 10:32:03 + Steffen Wendzel [EMAIL PROTECTED] wrote: : how about an openNNTPd? INNd is a monster and hard to configure. : : steffen

Re: OBPkg (Port/Package installer)

2006-03-15 Thread Steffen Wendzel
, Steffen Wendzel [EMAIL PROTECTED] wrote: : : Hi, : : I wrote an inofficial front-end for the installation of ports : and packages under OpenBSD. It is Gtk+-2 based (you need v. 2.6 : or newer). : : You can install local ports, local packages (e.g. mounted CD-ROM) : and packages from FTP

Re: OBPkg (Port/Package installer)

2006-03-15 Thread Steffen Wendzel
I just created a new port for this tool. It would be great if some of you would test it. You can find the port here: http://www.doomed-reality.org/files/Projects/obpkg/ I also fixed a script problem. steffen -- cdp.doomed-reality.org Phantasie ist wichtiger als Wissen, denn Wissen ist

OBPkg (Port/Package installer)

2006-03-14 Thread Steffen Wendzel
Hi, I wrote an inofficial front-end for the installation of ports and packages under OpenBSD. It is Gtk+-2 based (you need v. 2.6 or newer). You can install local ports, local packages (e.g. mounted CD-ROM) and packages from FTP. It also supports universe package mirrors that can include

acpi battery state

2006-03-01 Thread Steffen Wendzel
Hi, I try to find out how many energy is left on my battery. I run OpenBSD 3.8. My notebook does not support APM but ACPI and I compiled ACPI support in my kernel. I run acpid and acpidump displays a lot of output I don't understand ;-) I read that i can get my battery values via sysctl