You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xrdp-proprietary/rdp
Pavel Roskin f25659d2ee Suppress versioning for modules, tell libtool they are modules
Versioning is for libraries. Modules are not libraries; no code is linked
against them.

Libtool makes sure the modules can be opened by dlopen(). That is already
true for ELF format, but other file formats may need special processing.
8 years ago
..
Makefile.am Suppress versioning for modules, tell libtool they are modules 8 years ago
rdp.c Declare unified module interface and use it in modules 9 years ago
rdp.h Fix warnings detected by -Wwrite-strings 9 years ago
rdp_bitmap.c coverity: fixed missing break in switch 11 years ago
rdp_iso.c copyright year update 12 years ago
rdp_lic.c Fix all format warnings and some unused variable warnings 9 years ago
rdp_mcs.c Fix building outside the source tree 9 years ago
rdp_orders.c Fix warnings for unused variables read from byte streams 9 years ago
rdp_rdp.c Fix signed to unsigned comparisons reported by g++ 6.1.0 9 years ago
rdp_sec.c copyright year update 12 years ago
rdp_tcp.c Typo fixes 9 years ago