Bug#343368: ITP: unix2tcp -- connection forwarder that converts Unix sockets into TCP sockets

2005-12-14 Thread Oliver Kurth
On Wed, 2005-12-14 at 20:42 +0200, Radu Spineanu wrote:
 Package: wnpp
 Severity: wishlist
 Owner: Radu Spineanu [EMAIL PROTECTED]
 
 
 * Package name: unix2tcp
   Version : 0.8.2 
   Upstream Author : Mihai Rusu [EMAIL PROTECTED]
 * URL : http://dizzy.roedu.net/unix2tcp/
 * License : GPL
   Description : connection forwarder that converts Unix sockets into TCP 
 sockets
unix2tcp tunnels all traffic between a (remote) address/port and a
local UNIX socket. 

Can you do anything with unix2tcp you cannot with socat?

Greetings,
Oliver



signature.asc
Description: This is a digitally signed message part


Bug#328888: ITP: llconf -- utility and library for loss less configuration file parsing

2005-09-17 Thread Oliver Kurth
Package: wnpp
Severity: wishlist
Owner: Oliver Kurth [EMAIL PROTECTED]

* Package name: llconf
  Version : 0.4.0
  Upstream Author : Oliver Kurth [EMAIL PROTECTED]
* URL : http://people.debian.org/~oku/llconf/
* License : GPL
  Description : utility and library for loss less configuration file parsing

llconf is a utility and a C library for lossless configuration file parsing
and unparsing. It is useful to read and modify different configuration files 
with
different formats, using a modular approach, and can also be used for any 
application to
read its configuration. It includes parsers for shell, table (for example 
/etc/passwd,
/etc/fstab), ifupdown, pair, ini, syslog-ng, iptables, mgetty, snmpd, ipsec, 
ppp and
others. More parsers can be easily added. The files are parsed
into trees, and functions allow access and modification of the trees.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#287839: ITP: mxml -- small XML parsing library

2005-02-10 Thread Oliver Kurth
On Fri, 2021-12-31 at 10:38 -0300, Eduardo Marcel Macan wrote:
 Package: wnpp
 Severity: wishlist
 
 
 * Package name: libmxml2
   Version : 2.1
   Upstream Author : Michael Sweet [EMAIL PROTECTED]
 * URL : http://www.easysw.com/~mike/mxml
 * License : GPL
   Description : small XML parsing library
 
 Mini-XML is a small XML parsing library that you can use to
 read XML and XML-like data files in your application without
 requiring large non-standard libraries.  Mini-XML only
 requires an ANSI C compatible compiler (GCC works, as do
 most vendors' ANSI C compilers) and a make program.

What happened to this package? I know that there has been some
discussion, but will it be packaged? I think it may be useful for me,
also as a shared library.

If you do not wish to package it any more, please retitle to RFP.

Greetings,
Oliver



signature.asc
Description: This is a digitally signed message part


Bug#236044: ITP: picocom -- minimal dumb-terminal emulation program

2004-03-03 Thread Oliver Kurth
Package: wnpp
Severity: wishlist

* Package name: picocom
  Version : 1.1
  Upstream Author : Nick Patavalis ([EMAIL PROTECTED])
* URL : http://efault.net/npat/hacks/picocom/
* License : GPL
  Description : minimal dumb-terminal emulation program
 picocom was designed to serve as a simple, manual, modem
 configuration, testing, and debugging tool. It has also served (quite
 well) as a low-tech terminal-window to allow operator intervention
 in PPP connection scripts (something like the ms-windows open
 terminal window before / after dialing feature). It could also prove
 useful in many other similar tasks. It is ideal for embedded systems
 since its memory footprint is minimal.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.25
Locale: LANG=C, LC_CTYPE=C



Bug#236044: ITP: picocom -- minimal dumb-terminal emulation program

2004-03-03 Thread Oliver Kurth
On Wed, 2004-03-03 at 18:37, Steve Langasek wrote:
 On Wed, Mar 03, 2004 at 03:24:08PM -0800, Oliver Kurth wrote:
  Package: wnpp
  Severity: wishlist
 
  * Package name: picocom
Version : 1.1
Upstream Author : Nick Patavalis ([EMAIL PROTECTED])
  * URL : http://efault.net/npat/hacks/picocom/
  * License : GPL
Description : minimal dumb-terminal emulation program
   picocom was designed to serve as a simple, manual, modem
   configuration, testing, and debugging tool. It has also served (quite
   well) as a low-tech terminal-window to allow operator intervention
   in PPP connection scripts (something like the ms-windows open
   terminal window before / after dialing feature). It could also prove
   useful in many other similar tasks. It is ideal for embedded systems
   since its memory footprint is minimal.
 
 In what cases do you find that minicom is not small enough?

Hm...

nimrod:~# ls -l /usr/bin/picocom
-rwxr-xr-x1 root root22712 Jan 20 03:10 /usr/bin/picocom
nimrod:~# ls -l /usr/bin/minicom
-rwxr-xr-x1 root root   166328 Nov 12 10:22 /usr/bin/minicom
nimrod:~#

If that is not enough: I have much less problems with picocom than I
have with minicom. I can give the port to use on the cmd line:
picocom /dev/ttyS0
which is much more intuitive for me than modifying the minicom
configuration (maybe you can do that with minicom, but I haven't yet
figured out how - so far I always relinked /dev/modem).

Also, I am using Debian on a small PowerPC device with 64MB flash, so
every byte is a crucial ressource there. And I do not need any nifty
curses interface.

picocom does exactly what I want: connect to a serial port. And nothing
more.

Greetings,
Oliver



signature.asc
Description: This is a digitally signed message part


Bug#226862: ITP: libcgi -- library for CGI programs in C

2004-01-08 Thread Oliver Kurth
Package: wnpp
Severity: wishlist

* Package name: libcgi
  Version : 1.0
  Upstream Author : Rafael Steil [EMAIL PROTECTED]
* URL : http://libcgi.sourceforge.net/
* License : GPL
  Description : library for CGI programs in C

 libcgi is a library for CGI programs written in C. It includes a lot
 of functions like string manipulation, session and cookie support, GET
 and POST methods manipulation etc. to help you to quickly write
 powerful CGI programs.


-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux nimrod 2.4.23 #1 Mon Dec 1 20:25:53 CET 2003 i686
Locale: LANG=C, LC_CTYPE=C




Bug#208560: ITP: pc300 -- utilities for configuring the Cyclades PC300 synchronous PCI adapters

2003-09-03 Thread Oliver Kurth
Package: wnpp
Version: unavailable; reported 2003-09-03
Severity: wishlist

* Package name: pc300
  Version : 4.0.0
  Upstream Author : Cyclades Coperation
* URL : ftp://ftp.cyclades.com/pub/cyclades/pc300/linux/
* License : GPL
  Description : utilities for configuring the Cyclades PC300 synchronous 
PCI adapters

The package includes utilities and a kernel module
for the Cyclades PC300 synchronous PCI adapters.

The package will be split into a two parts, one for the utilities
and the other for the module source. It requires kernel 2.4.21 or higher.

Greetings,
Oliver

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux debian 2.4.21 #3 Thu Jun 26 14:08:29 CEST 2003 i686
Locale: LANG=C, LC_CTYPE=C




Bug#208566: ITP: x25-utils -- utilities to configure X.25 networks

2003-09-03 Thread Oliver Kurth
Package: wnpp
Version: unavailable; reported 2003-09-03
Severity: wishlist

* Package name: x25-utils
  Version : 2.3.93
  Upstream Author : Jonathan Simon Naylor
* URL : http://www.baty.hanse.de/linux-x25/utils/
* License : unknown (have to clear that up, probably BSD)
  Description : utilities to configure X.25 networks

These utilities include the utilities x25route, x25trace and a
telnet client and a daemon for testing and as examples.

If anyone knows of a newer version, please let me know.

Greetings,
Oliver

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux debian 2.4.21 #3 Thu Jun 26 14:08:29 CEST 2003 i686
Locale: LANG=C, LC_CTYPE=C




Bug#200793: ITP: libdaemon -- leightweight C library for daemons

2003-07-11 Thread Oliver Kurth
On Fri, Jul 11, 2003 at 08:55:49AM +0100, Stephen Quinney wrote:
 I suspect 'leightweight' is not the spelling you want. The correct
 english spelling is lightweight if you mean something that weighs
 relatively little or less than average

Thanks, I'll change that.

It was copied and pasted from the upstream description...

Description : leightweight C library for daemons

Greetings,
Oliver

-- 
  .''`.
 : :' :Oliver Kurth [EMAIL PROTECTED]
 `. `'   Debian GNU/Linux maintainer - www.debian.org
   `-


pgpNmfCImOTOE.pgp
Description: PGP signature


Bug#200793: ITP: libdaemon -- leightweight C library for daemons

2003-07-10 Thread Oliver Kurth
Package: wnpp
Version: unavailable; reported 2003-07-10
Severity: wishlist

* Package name: libdaemon
  Version : 0.2
  Upstream Author : Lennart Poettering mzyvoqnrzba [at] itaparica.org
* URL : http://www.stud.uni-hamburg.de/~lennart/projects/libdaemon/
* License : GPL
  Description : leightweight C library for daemons

   libdaemon is a leightweight C library which eases the writing of UNIX
   daemons. It consists of the following parts:
 * A wrapper around fork() which does the correct daemonization
   procedure of a process
 * A wrapper around syslog() for simpler and compatible log output to
   Syslog or STDERR
 * An API for writing PID files
 * An API for serializing UNIX signals into a pipe for usage with
   select() or poll()

   Routines like these are included in most of the daemon software
   available. It is not that simple to get it done right and code
   duplication cannot be a goal.


The new version of ifplugd depends on this library, that's why it is 
needed.

Greetings,
Oliver

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux debian 2.4.21 #3 Thu Jun 26 14:08:29 CEST 2003 i686
Locale: LANG=C, LC_CTYPE=de_DE




Bug#199348: ITP: termpkg -- remote modem utilities

2003-06-30 Thread Oliver Kurth
Package: wnpp
Version: unavailable; reported 2003-06-30
Severity: wishlist

* Package name: termpkg
  Version : 3.3
  Upstream Author : Joe Croft [EMAIL PROTECTED]
* URL : http://www.linuxlots.com/~termpkg/
* License : GPL
  Description : remote modem utilities

The package consists of three programs, which I will package
separately:

Package: ttyd
Description: Remote Modem Utility for Unix
 The ttyd daemon is fully telnet compatible allowing
 programs to connect to any remote device such as
 networked modems and terminal servers as if they were
 local devices as long as the device utilizes the telnet
 protocol, eg. another host running termnetd or a
 console access server.

Package: termnetd
Description: Terminal Server daemon
 This daemon allows telnet sessions to be established
 with a unit's serial ports. This is particularly useful
 if you want to give access to a local serial port to
 another host which runs ttyd.

Package: termnet
Description: Simple Telnet replacement for termnetd
 This package is a simple telnet replacement. It does
 not  implement the complete telnet protocol, but
 does provide a few nifty  features  of  it's  own,
 especially when used with the termnetd terminal server
 daemon.

Greetings,
Oliver

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux debian 2.4.21 #3 Thu Jun 26 14:08:29 CEST 2003 i686
Locale: LANG=C, LC_CTYPE=C




Bug#197018: ITP: mini-sendmail -- reads standard input and sends a copy of the message found there to all of the addresses listed

2003-06-17 Thread Oliver Kurth
On Wed, Jun 11, 2003 at 02:38:52PM +0200, Norbert Tretkowski wrote:
 Package: wnpp
 Version: N/A; reported 2003-06-11
 Severity: wishlist
 
 * Package name: mini-sendmail
   Version : 1.3.2
   Upstream Author : Jef Poskanzer [EMAIL PROTECTED]
 * URL : http://www.acme.com/software/mini_sendmail/
 * License : BSD
   Description : Reads its standard input up to an end-of-file and sends a 
 copy of the
 message found there to all of the addresses listed. The 
 message is sent
 by connecting to a local SMTP server. This means 
 mini_sendmail can be
 used to send email from inside a chroot(2) area. 

Hallo nochmal,

ich habe ein sehr aehnliches Programm in masqmail. Das ist schon in 
Debian drin, aber das kleine Programm nicht... wenn Du meinst, das 
Bedarf besteht, kann ich ein extra Paket machen, in dem das drin ist.

Gruesse,
Oliver

-- 
  .''`.
 : :' :Oliver Kurth [EMAIL PROTECTED]
 `. `'   Debian GNU/Linux maintainer - www.debian.org
   `-


pgpp7HbEXhTwD.pgp
Description: PGP signature


Bug#187197: ITP: pam-tacplus -- A PAM module for authentication using a TACACS+ server

2003-04-01 Thread Oliver Kurth
Package: wnpp
Version: unavailable; reported 2003-04-01
Severity: wishlist

* Package name: pam-tacplus
  Version : 1.2.9
  Upstream Author : Pawel Krawczyk [EMAIL PROTECTED]
* URL : http://ceti.pl/~kravietz/prog.html
* License : GPL
  Description : A PAM module for authentication using a TACACS+ server

  This PAM module support the following functions:
   * authentication
   * authorization (account management)
   * accounting (session management)

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux debian 2.4.20 #6 Wed Mar 26 10:46:07 CET 2003 i686
Locale: LANG=C, LC_CTYPE=de_DE




Bug#186215: ITP: at76c503 -- kernel modules for Atmel at76c503 based USB WLAN adapters

2003-03-25 Thread Oliver Kurth
Package: wnpp
Version: unavailable; reported 2003-03-25
Severity: wishlist

* Package name: at76c503
  Version : 0.9
  Upstream Author : Oliver Kurth [EMAIL PROTECTED], Joerg Albert [EMAIL 
PROTECTED]
* URL : http://innominate.org/kurth/at76c503/
* License : GPL
  Description : kernel modules for Atmel at76c503 based USB WLAN adapters

These are kernel modules for Atmel at76c503 based USB WLAN adapters. Devices
based on this chip are, among others, Belkin F5D6050, Netgear MA101B and
Linksys WUSB11.

You will need apt-src to build the modules for your kernel. 

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux debian 2.4.20 #5 Fri Mar 7 22:25:56 CET 2003 i686
Locale: LANG=C, LC_CTYPE=de_DE




Bug#164000: ITP: xmltoman -- simple XML to man converter

2002-10-09 Thread Oliver Kurth
Package: wnpp
Version: N/A; reported 2002-10-09
Severity: wishlist

* Package name: xmltoman
  Version : 0.2
  Upstream Author : Oliver Kurth [EMAIL PROTECTED]
* URL : http://masqmail.cx/xml2man
* License : GPL
  Description : simple XML to man converter

 xml2man and xmlman2html are two small scripts to convert xml to man
 pages in groff format or html. It features the usual man page items such a
 synopsis, description, options, see also etc. 

 The html version also features hyperlinks to other man pages, if present.


I use these scripts internally for my packages, and found them very useful.
You can see examples when you use the URL.

I originally called the package xml2man, but then found that there already
exists such a binary in kdelibs3. 

Greetings,
Oliver

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux blue 2.4.19 #2 Thu Sep 12 20:07:27 CEST 2002 i686
Locale: LANG=C, LC_CTYPE=de_DE




Bug#162902: ITP: ifplugd -- configuration daemon for ethernet devices

2002-09-30 Thread Oliver Kurth
Package: wnpp
Version: N/A; reported 2002-09-30
Severity: wishlist

* Package name: ifplugd
  Version : 0.2
  Upstream Author : Lennart Poettering [EMAIL PROTECTED]
* URL : 
http://www.stud.uni-hamburg.de/users/lennart/projects/ifplugd/
* License : GPL
  Description : configuration daemon for ethernet devices

ifplugd is a daemon which will automatically configure your
ethernet device when a cable is plugged in and automatically
unconfigure it if the cable is pulled. This is useful on laptops with
onboard network adapters, since it will only configure the interface
when a cable is really connected.

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux blue 2.4.19 #2 Thu Sep 12 20:07:27 CEST 2002 i686
Locale: LANG=C, LC_CTYPE=de_DE




Bug#155032: ITP: tcpreen -- Simple TCP re-engineering tool

2002-07-31 Thread Oliver Kurth
Package: wnpp
Version: N/A; reported 2002-07-31
Severity: wishlist

* Package name: tcpreen
  Version : 0.8.1
  Upstream Author : RĂ©mi D. [EMAIL PROTECTED]
* URL : 
http://freshmeat.net/redir/tcpreen/31459/url_tgz/tcpreen-stable.tar.gz
* License : GPL
  Description : Simple TCP re-engineering tool

  TCPreen is a small tool for monitoring a TCP connection.
It works like a bridge between the server and the client in a TCP
connection, displays any data that is sent either way, and optionnaly
logs everything to a file.

  It is mainly useful if you want to understand what informations a
client and a server exchanges during a TCP session. It was originally
meant to help reverse engineering proprietary TCP-based protocols or
protocol extensions.


-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux blue 2.4.17 #4 Tue Apr 2 23:34:32 CEST 2002 i686
Locale: LANG=C, [EMAIL PROTECTED]