60 Commits
Author SHA1 Message Date
reenoo 90f3da6cd4 fix compile error with gcc-3.4.1; patch courtesy of Klaus Fetscher 2004-07-16 20:12:28 +00:00
reenoo bd50a57af1 add (hopefully) more convincing instructions to adjust the DriverPath option 2004-07-11 14:49:29 +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
reenoo a2c8f7ce2a added machine.h to lcdproc_SOURCES 2004-01-28 23:50:25 +00:00
reenoo a7579906f6 fixed some typos 2004-01-05 01:53:14 +00:00
reenoo e516bea574 Fixed crashes due to use of nested functions.
I have therefore added shared/fileio.c/h to encapsule
buffered file operations, thus making it possible
to re-read the configuration file unlike with the
patch I committed to stable-0-4-4.
2004-01-05 00:39:14 +00:00
reenoo 4166da2f2b Fixed crashes due to use of nested functions.
I have therefore added shared/fileio.c/h to encapsule
buffered file operations, thus making it possible
to re-read the configuration file unlike with the
patch I committed to stable-0-4-4.

See also: http://lists.omnipotent.net/pipermail/lcdproc/2003-December/008413.html
2003-12-28 23:47:30 +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
reenoo fa1adf7317 Fixed rotate_server_screen.
The ServerScreen option in LCDd.conf and the -i command line parameter were parsed in server/main.c, but the value of rotate_server_screen was not respected in server/serverscreens.[c,h].
2003-06-01 09:51:38 +00:00
reenoo 72ba21c260 0.4.3 -> 0.5 merging 2002-05-29 18:12:55 +00:00
reenoo b8dcc5ff2a 0.4.3 -> 0.5 merging: ported the lircin driver 2002-05-29 18:07:46 +00:00
reenoo 94f928aaaa 0.4.3 -> 0.5 mergings 2002-05-29 12:54:15 +00:00
reenoo 7e12c108ef 0.4.3 -> 0.5 merging: this should include all missing files 2002-05-28 18:25:36 +00:00
reenoo c893f99336 0.4.3 -> 0.5 merging: hepefully this is equivalent to http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/lcdproc/lcdproc/configure.in.diff?r1=1.21.2.3&r2=1.21.2.4 2002-05-28 18:04:27 +00:00
reenoo f218fdbe1f 0.4.3 -> 0.5 merging 2002-05-28 17:19:27 +00:00
reenoo 6ed3d4a279 0.4.3 -> 0.5 merging 2002-05-28 13:23:42 +00:00
reenoo 7c5375a251 0.4.3 -> 0.5 merging (incomplete) 2002-05-28 13:21:32 +00:00
reenoo 4d15e8b9c6 0.4.3 -> 0.5 merging 2002-05-28 13:15:18 +00:00
reenoo df57721571 0.4.3 -> 0.5 merging 2002-05-28 13:06:23 +00:00
reenoo 415ca220a7 0.4.3 -> 0.5 merging 2002-05-28 12:54:09 +00:00
reenoo 9bd50c0d6e 0.4.3 -> 0.5 merging 2002-05-28 12:48:05 +00:00
reenoo 094be0cccc 0.4.3 -> 0.5 merging 2002-05-28 12:29:44 +00:00
reenoo 09d913ca26 this file will be replaced with LCDproc.list.in soon 2002-05-28 12:07:19 +00:00
reenoo 3d9cdc80f2 0.4.3 -> 0.5 merging 2002-05-28 12:03:07 +00:00
reenoo 2187172801 0.4.3 -> 0.5 merging 2002-05-28 11:30:05 +00:00
reenoo 23dd4f2898 GPL... 2002-05-09 20:27:01 +00:00
reenoo 38d64b68a6 fixed key mapping configuration 2002-02-23 19:37:58 +00:00
reenoo 4c2e597342 the character in the lower right corner was not displayed 2002-02-23 19:36:24 +00:00
reenoo ca5f3d1f37 removed instant clear 2002-02-21 20:03:57 +00:00
reenoo cea59d556e fix: I'm not the vendor ;) 2001-12-27 12:23:36 +00:00
reenoo 7ab0b9548b initial commit of EPM list file 2001-12-27 12:06:41 +00:00
reenoo 242bce0a88 fixed default configfile location 2001-12-27 10:58:29 +00:00
reenoo ea31c5d438 compile error fixed; Thanks Guillaume! It does not occur on my box :( 2001-12-26 21:57:52 +00:00
reenoo c0c5bd28df strncpy bugfix bugfix; UPDATE RECOMMENDED 2001-12-26 16:25:41 +00:00
reenoo 531ad030ea strncpy bugfix; UPDATE RECOMMENDED 2001-12-25 21:16:15 +00:00
reenoo b9f0e14e8f curses: configfile support; CFontz: configfile parsing bugfix 2001-12-25 15:56:25 +00:00
reenoo 18b0c7e86e CFontz update 2001-12-24 20:02:47 +00:00
reenoo c25e8a623a daemonize bug fixed 2001-12-24 12:48:55 +00:00
reenoo 87b5487da5 CFontz update: configfile, backlight, new firmware 2001-12-23 21:25:23 +00:00
reenoo 45bf2e6c41 apllied Jarda Benkovsky's perl clients patch 2001-12-11 21:20:22 +00:00
reenoo d0c2164625 removed some strange chars from [lcdm001] 2001-12-11 21:18:01 +00:00
reenoo a915215e42 Fixed key handling; keypad settings via configfile 2001-12-09 18:39:39 +00:00
reenoo 390cf538f3 Added entries for lcdm001 2001-12-09 18:36:56 +00:00
reenoo d0511bb7d8 Added myself ;) 2001-12-08 19:52:22 +00:00
reenoo 1a1a1999aa Added legal stuff directly to the driver files 2001-12-08 19:51:41 +00:00
reenoo 687d4a8fe7 strncpy now pays attention to hardlimit (200) of config_get_string 2001-12-04 18:48:32 +00:00
reenoo 8597064b67 strncpy instead of strcpy; no more dummy functions; general cleanup 2001-12-03 20:38:21 +00:00
reenoo 7b374b0b3f fixed segfault problems - hopefully ;) 2001-12-02 22:22:13 +00:00
reenoo 922241de9d added entry for lcdm001 2001-11-30 18:29:19 +00:00
reenoo 786c9e4d80 =lcdm001.c now uses the report.h and configfile.h changes 2001-11-30 18:23:57 +00:00
reenoo b74c84ea71 =added #include <string.h> 2001-11-30 15:31:04 +00:00
reenoo 4e9ce1b443 =replaced non-static by static funtion declarations 2001-11-30 15:27:09 +00:00
reenoo 38c27b7769 Slightly changed lcdm001.h 2001-11-28 21:20:56 +00:00
reenoo 0286834079 Added ASCII emulation of BigNum to curses_drv.c 2001-11-28 21:11:51 +00:00
reenoo 6957956a14 Added ASCII emulation of BigNum to lcdm001.c 2001-11-28 21:10:13 +00:00