Commit Graph

60 Commits

Author SHA1 Message Date
Rolf Leggewie 33f8899164 fix spelling mistake s/accessable/accessible/ s/unaccessible/inaccessible/ 2012-03-29 16:36:40 +02:00
Karsten Keil 3b275b7c19 stop linking unnecessarily and introducing faulty dependencies
Author: Rolf Leggewie <foss@rolf.leggewie.biz>

Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-02-26 18:21:43 +01:00
Karsten Keil a34934521f Add license files as symlinks
Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-01-08 18:48:01 +01:00
Karsten Keil c064ef8352 Remove copies of the GPL/LGPL
Will be replaced by links.

Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-01-08 18:47:56 +01:00
keil 5956739350 secfix for vbox3 2004-08-30 14:59:25 +00:00
michael 0930a88eb6 - README added. 1998-11-10 18:45:08 +00:00
michael 0f520aedbb - Some cosmetic changes.
- Fix to return the last entered touchtone (or sequence) instead the
  string TOUCHTONE.
1998-11-10 18:36:16 +00:00
michael 90a45479c6 - Makefile for documentation added. 1998-09-30 09:51:46 +00:00
michael 4874622f1d - Example vboxcallerid.conf added. 1998-09-29 16:43:13 +00:00
michael 964e9bba0a - All cvs log descriptions removed from the source files.
- New setup parsing added.
1998-09-18 15:08:55 +00:00
michael a25d890b26 - All cvs log descriptions removed from the source files. Use "cvs log" if
you want it.
- CHANGES added.
1998-09-18 15:05:26 +00:00
michael 66b83a89e6 - vboxgetty.user removed. 1998-09-18 15:01:31 +00:00
michael 23738857f2 - Not longer needed. 1998-09-18 14:47:10 +00:00
michael a4bb4a7c8d - Readded tclscript.h. 1998-08-31 15:44:33 +00:00
michael 1e46c7e617 - Removed tclscript.h (cvs will not change it). 1998-08-31 15:43:20 +00:00
michael 98c92cb5bf - Added missing breaklist source. 1998-08-31 15:33:35 +00:00
michael 4e9a4a104d - Added touchtone support.
- Added new tcl command "vbox_breaklist" to clear/set the touchtone
  breaklist.
- Removed the audio fragment size setting again. I don't know why this
  crash my machine. The fragment size setting can be enabled in audio.h
  with a define.
1998-08-31 15:30:37 +00:00
michael dd4b8cfca4 - Changed "char" to "unsigned char". 1998-08-31 10:43:00 +00:00
michael b23d595aeb - Total new audio setup - now it works correct and don't crash the
machine.
- Example answercall.tcl added.
- Reduced in-/outgoing data logging. Now only around all 8000 bytes a
  line ist logged.
- Added control file check to play and record function.
1998-08-30 17:32:05 +00:00
michael 417e332dd7 - Added initgroups() to the permission switch function. Since Kernel 2.1.x
(or 1.3.x?) setgid() don't reset the grouplist.
1998-08-30 16:55:50 +00:00
michael 02690d7f0c - Removed audio setup - it will crash my machine. Kernel mailing list says
there are many bugs in the sound ioctl's :-( But audio will work correct
  without the settings.
- Added voice play function. Played messages are *not* recorded or piped to
  the audio device.
1998-08-29 15:35:09 +00:00
michael ff8541dbdc - Removed audio full duplex mode. Sorry, my soundcard doesn't support
this :-)
- Added Fritz's /dev/audio setup. Pipe to /dev/audio now works great
  (little echo but a clear sound :-)
- Added better control support. The control now has the ttyname appended
  (but there are some global controls without this) for controlling
  more than one vboxgetty for a user.
- Added support for "vboxcall" in the user spool directory. The file
  stores information about the current answered call (needed by vbox,
  vboxctrl or some other programs to create the right controls).
- Added support for Karsten's suspend mode (support for giving a line
  number is included also, but currently not used since hisax don't use
  it).
1998-08-28 13:06:12 +00:00
michael 65cf0f07b9 - Added missing ATA to answer call (oh god, im so stupid).
- Some junk removed.
1998-07-29 11:02:37 +00:00
michael 44ad4e9e0c - vboxgetty.html removed.
- Next german documentation part added.
1998-07-10 12:47:25 +00:00
michael f394b889e5 - German documentation. 1998-07-08 14:00:48 +00:00
michael 8380825d3b - Some code cleanups. 1998-07-07 18:22:07 +00:00
michael 4a3926e7d4 - Since the ttyI interface will not work for me I have many time to write
the damn docu ;-)
1998-07-07 17:14:52 +00:00
michael 65ba239115 - New control file code added. The controls are not longer only empty
files - they can contain additional informations.
- Control "vboxctrl-answer" added.
- Control "vboxctrl-suspend" added.
- Locking mechanism added.
- Configuration parsing added.
- Some code cleanups.
1998-07-06 09:05:13 +00:00
michael 44c4eb8692 *** empty log message *** 1998-06-19 12:26:22 +00:00
michael e71017374c - Fixed to delete 'stamp-h.in' on 'make maintenance-clean'. 1998-06-19 12:02:25 +00:00
michael 9e2b8b3c54 - Removed (created by automake). 1998-06-19 11:16:36 +00:00
michael 9b30bcf800 - File 'config.h.in' removed (will be created by autoheader); 'acconfig.h'
(needed by autoheader) added.
- Makefile.am's corrected so 'make dist' now works (automake is so stupid :-)
1998-06-19 10:45:24 +00:00
michael 0d8ed282cb - New configuration option added. 1998-06-18 13:36:49 +00:00
michael 207d1fc660 - 2nd part of the automake/autoconf implementation (now compiles again). 1998-06-18 12:38:06 +00:00
michael b335901799 - README added. 1998-06-18 06:17:06 +00:00
michael ac87442247 - Makefile.am added. 1998-06-18 06:14:02 +00:00
michael baece74d61 - Makefile.am added. 1998-06-17 19:22:45 +00:00
michael de742467df - AUTHORS and COPYING added. 1998-06-17 19:20:58 +00:00
michael 309badc7af - Install instructions for CVS source tree added. 1998-06-17 18:56:51 +00:00
michael 279011e3c0 *** empty log message *** 1998-06-17 18:23:25 +00:00
michael 67a1fbd39f *** empty log message *** 1998-06-17 18:05:55 +00:00
michael 07ec42b81b - First part of the automake/autoconf implementation. Currently vbox will
*not* compile!
1998-06-17 17:12:35 +00:00
michael 5f220fdcc5 *** empty log message *** 1998-06-17 17:04:39 +00:00
michael 4adaa49886 - First part of the automake/autoconf implementation. Currently vbox will
*not* compile!
1998-06-17 17:01:19 +00:00
michael 07327cae22 *** empty log message *** 1998-06-17 16:56:08 +00:00
michael f45fefba7f vboxgetty.conf 1998-06-17 16:49:46 +00:00
michael 97beb37194 *** empty log message *** 1998-06-17 16:48:17 +00:00
michael 6af689d818 - First part of the automake/autoconf implementation. Currently vbox will
*not* compile!
1998-06-17 16:47:31 +00:00
michael 18ce89f903 - First part of the automake/autoconf implementation. Currently vbox will
*not* compile!
1998-06-17 16:38:44 +00:00
michael eb148b7a10 - Changes for automake/autoconf added. 1998-06-17 12:20:35 +00:00