marschap
3caefc4e87
add support for the glcdlib meta driver by Lucian Muresan
2005-05-16 10:57:28 +00:00
marschap
f5edc58fd7
fix from M. Dolze for his FreeBSD patches
2005-04-08 14:37:04 +00:00
marschap
412c9a3c40
extended the fix from port_access_multiple() to port_access()
2005-04-07 08:43:06 +00:00
marschap
99e4ddabfe
included modified version of M.Dolze's patch patch_drivers_port from his web site
2005-04-06 15:30:25 +00:00
marschap
941fb5598a
added M.Dolze's patch_client_machine_FreeBSD patch (with slight variations)
2005-04-06 11:04:43 +00:00
marschap
2ff13238d9
- implemented menuevents enter+leave
...
- make menuscreen_goto() more permissive: any transition between one
client's menu is allowed. If configure option
--enable-permissive-menuscreen-goto is choosen any transition is
allowed
- #define for TESTMENUS now set via configure
option --enable-testmenus (VB)
2005-04-05 07:28:47 +00:00
marschap
28f812bef8
- implemented menuevents enter+leave
...
- new method menuitem_get_client()
- more maintainable way to specify count of enums
- corrected some typos (VB)
2005-04-05 07:28:35 +00:00
marschap
06f6590c9c
eliminate compiler warnings (VB)
2005-04-05 07:28:18 +00:00
marschap
b0a9e45704
reorganized report_* variables in main.c and report.c so that they can be static
...
to their file; also static-alized other variables an functions in main.c
2005-04-01 17:17:05 +00:00
marschap
b9d7338a40
remove wrong declarations of report_level and report_to_syslog
2005-04-01 14:35:26 +00:00
marschap
7f8d84f026
added IP address input method to menus by Jeff Costlow, f5
...
(IPv6 support is not in good shape yet)
a few more bug fixes, more error checks
extended input methods using more key (left, righ) if they are available
2005-03-13 21:23:56 +00:00
marschap
0de01ac0f7
make debug() the first action in each function
...
don't fail on NULL pointer arguments in debug()
2005-03-13 16:32:16 +00:00
marschap
75fef67dfe
more NULL-pointer checks in menuscreens.c
2005-03-13 16:10:24 +00:00
marschap
846b6fb740
more error checks in menuitem.c
...
option value in ALPHA mode is treated special in menu_commands.c
2005-03-13 13:17:32 +00:00
marschap
e29154a03b
use the correct union elements
2005-03-12 22:31:20 +00:00
marschap
fcfd6b6b93
generously add tests for NULL in various menu related functions
2005-02-28 20:21:40 +00:00
marschap
e55b1aa204
fix filled block and handling of the lastline parameter
2005-02-26 10:02:29 +00:00
marschap
b3230cf90f
- update drivers to use new API
...
(get rid of those pseudo options named 'Arguments' in the config file)
- replace printf / printf calls by debug / report calls in some drivers
- sort and extend LCDd.conf
2005-01-29 18:49:29 +00:00
marschap
2af71ca673
minor change
2005-01-23 22:40:12 +00:00
marschap
e3b41e3dc6
added sed1520_cellwidth() and sed1520_cellheight()
...
based on a patch by rene ( just AT absorb it )
2005-01-22 19:01:17 +00:00
marschap
112d58eb33
correct MtxOrb keypress mapping
2005-01-22 18:43:56 +00:00
marschap
ffdd1a4925
added Leandro Dardini's lastline patch for the HD44780 driver and
...
adapted it to the IOWarrior driver that also drives HD44780 displays.
2005-01-17 20:18:21 +00:00
marschap
2899cabedf
add speed of 115200 to CFontz633 driver (patch by Pat Erley)
2005-01-17 19:11:01 +00:00
marschap
72bae4afde
add & document D. Greaves marquee patch, clean up render.c
2004-12-30 17:34:02 +00:00
marschap
28101f649a
added patches by M.Dolze:
...
- patch_server_widget_command
- patch_client_load
- patch_client_mem (using speed 12 instead of 8)
- patch_client_mode
2004-12-19 15:19:07 +00:00
marschap
fd6abda6d2
update Makefile.am for automake 1.7
2004-10-23 16:29:22 +00:00
marschap
1f60bbfc2e
update build environment to autoconf 2.50
2004-10-17 21:01:13 +00:00
marschap
70c4d4d0a8
sync declaration of t6963_low_dsp_ready() in t6963.h with t6963.c
2004-10-17 17:29:46 +00:00
themythos
0ce79ef709
Changed the base of graphic and character generator address so that displays larger than (rows x cols) > 512 are supported
2004-10-15 13:53:57 +00:00
marschap
14fa1c74cd
fix my previous commit: use C comment
2004-10-09 16:26:45 +00:00
marschap
11fe596351
add ConnectionType sub-driver for BWCT USB devices to the HD44780 driver
2004-10-09 16:15:37 +00:00
marschap
a96ce76a20
new driver IOWarrior for Code Mercenaries IOWarrior devices
2004-10-02 15:04:27 +00:00
reenoo
c1a7807254
fixed some off-by-one errors; thanks to Markus Dolze for pointing to this
2004-04-23 21:21:36 +00:00
reenoo
ef2dfe0aae
fix buffer overflow and format string vulnerabilities
2004-04-13 18:50:36 +00:00
reenoo
7e9e57493c
added size option to text driver
2004-03-21 15:21:25 +00:00
wayn3
428ae90c49
Added new commands for the 633 (really the 631)
2004-02-26 02:43:17 +00:00
wayn3
197b9fd70b
Updated the framebuffer code in _flush()
2004-02-26 02:32:57 +00:00
wayn3
b9433140bf
Added new constants for the 631 in preparation for the CFontzPacket driver.
2004-02-26 02:16:39 +00:00
dglaude
7b49d96ca4
This file when copyied as CFontz633.c will try to support CF631.
2004-02-15 00:02:58 +00:00
robijn
6161531e3c
Added ExtendedMode functionality. Solves 'A-type' or KS0073 issue.
2004-02-09 22:21:49 +00:00
robijn
481b80e17a
Modified for compatibility with FreeBSD tv struct.
2004-02-04 22:12:19 +00:00
robijn
09b7c9cbad
Removed superfluous strcpy in keymap assignment code.
2004-01-08 16:30:07 +00:00
reenoo
e4e948523f
LDAP support added
...
- This patch enables LCDd to retrieve its configuration
options from an LDAP directory.
- The code was tested with OpenLDAP 2.1.x (21<=x<=22) only.
- LDAP support is disabled by default and has to be enabled
with ./configure --enable-ldap.
(See ./configure --help for other options. Not all options
have any effect yet.)
- Currently only anonymous LDAP binds are supported.
- The DN of the main configuration object has to be passed to LCDd
instead of the configuration file location:
LCDd -c "ldap://yourhost.yourcompany.com/cn=config1,cn=lcdproc,dc=yourcompany dc=COM"
The basic idea behind the LCDproc object classes is that they
are more or less verbatim copies of the corresponding sections in a
generic LCDd.conf
- Unfortunately schema files cannot be provided yet, because LCDproc does
not have a registered OID namespace and OID hijacking is prohibited.
2003-12-25 15:02:34 +00:00
reenoo
63550c6f3f
fixed debug message
2003-12-25 14:41:41 +00:00
reenoo
fa46a3e1ff
exit when unable to read config file
2003-12-25 14:03:40 +00:00
reenoo
56db57f518
various fixes
2003-11-22 19:29:44 +00:00
gfk
c828ddc45b
NetBSD port by Thomas Runge.
2003-08-12 02:35:01 +00:00
blt
d5556d1388
Add an implementation of getopt from the public domain for Win32 systems
2003-08-10 02:32:34 +00:00
blt
b03a3522d9
Add support for Win32 and Winsock to main.c and sock.c code
2003-08-10 02:29:32 +00:00
gfk
d3223644a2
Portability: patch by Christian Grigis <christian.grigis@smartdata.ch> to allow building the software from a directory different
2003-08-02 00:37:10 +00:00