Peter Howkins
e0d8aaa0dd
dtwm: Coverity 88535
2018-07-02 20:58:16 +01:00
Peter Howkins
c3aac3cc26
dtwm: Coverity 87236
2018-07-02 20:55:54 +01:00
Peter Howkins
77efde3456
dtwm: Coverity 87256
2018-07-02 20:52:39 +01:00
Peter Howkins
58065ae980
dtwm: 88998
2018-07-02 20:46:39 +01:00
Peter Howkins
39f2c08b94
dtwm: Coverity 89400
2018-07-02 20:45:22 +01:00
Peter Howkins
415964d433
dtwm: Coverity 89124
2018-07-02 20:43:50 +01:00
Peter Howkins
1f15522c59
dtwm: Coverity 88540
2018-07-02 20:42:37 +01:00
Peter Howkins
3aec9bfead
dtwm: Coverity 88325
2018-07-02 20:40:04 +01:00
Peter Howkins
152a655ce3
dtwm: Coverity 89619
2018-07-02 20:38:46 +01:00
Peter Howkins
dd9b5ca190
dtwm: Coverity 88714
2018-07-02 20:37:21 +01:00
Peter Howkins
20135bf9e7
dtwm: Coverity 88247
2018-07-02 20:35:57 +01:00
Peter Howkins
9b4e0270a3
dtwm: Coverity 88311
2018-07-02 20:32:50 +01:00
Peter Howkins
6299ec7483
dtwm: Coverity 87858
2018-07-02 20:29:01 +01:00
Jon Trulson
dc7807b13b
slib/mp_rpc_server: TIRPC: force a listen() call on the server socket
...
With earlier versions of RPC and TIRPC it seems that svctcp_create()
calles listen() on the socket (as seen by debugger and strace).
Tooltalk expects this behavior.
However, with newer systems (ArchLinux 5/18+ and similar bleeding edge
versions of SuSE's equivalent: Tumbleweed), this behavior seems to
have changed.
ttsession goes into an infinite loop trying to accept() a connection
in the TIRPC library (via svc_getreqset()).
It appears listen() is no longer called on the socket when it is
created via svctcp_create(). The hack in this commit, always causes
listen() to be called on the socket, and seems to resolve the problem.
But it is a hack I think. I don't know if this is the correct
behavior of svctcp_create() or we were just lucky before.
2018-07-01 19:45:09 -06:00
Jon Trulson
c0388656dc
tt/mini_isam: add new isam_prototypes.h include file and fix up problems
...
There were a variety of potential 64b problems due to the complete
lack of prototype declarations. So, we add a file, isam_prototypes.h,
generated mostly by the 'cproto' tool.
We also fixed up some errors that having proper prototypes pointed
out, mainly in passing ints where pointers were expected and vice
versa. The iserase() function was supposed to accept a char *, but
was defined as only accepting a char. Fun stuff like that.
2018-06-30 20:13:39 -06:00
Jon Trulson
0d39bd186f
tt/mini_isam: remove all ancient sccsid blocks
2018-06-30 19:10:10 -06:00
Jon Trulson
bc7e64195e
tt/mini_isam: use proper include, get rid of ultrix strdup
2018-06-30 19:00:20 -06:00
Jon Trulson
392356f6b4
ttsnoop: use tail arg -f rather than +0f
...
I cannot even find out what "+0f" is supposed to do (google fail), but
this seems a reasonable alternative that should work everywhere.
2018-06-29 14:37:48 -06:00
Jon Trulson
af6c2fd881
ttsnoop: drag into a modern C++ century
...
This program has never worked very well, and it may still not work
very well. This commit removes the ancient C++ headers and uses
modern replacements with some changes required due to the different
interfaces.
It builds a lot cleaner, and no longer does stupid things like
deleteing char *, ostream.str()'s, and the like.
This program could be really useful if it worked well. Some thought
should be givien in the future to decouple this SW from dtappbuilder
and maybe just rewrite from scratch.
2018-06-29 13:48:06 -06:00
Peter Howkins
780ec11b8a
Merge branch 'cde-next' of ssh://git.code.sf.net/p/cdesktopenv/code into cde-next
2018-06-29 19:30:04 +01:00
Peter Howkins
1294f15d16
libDtSearch: Remove unused C files that have now disapeared with removal of #defines
2018-06-29 19:07:09 +01:00
Peter Howkins
32eb933929
libDtSearch: Convert to ANSI function definitions and use proper prototypes (which causes more warnings
2018-06-29 18:43:11 +01:00
Peter Howkins
bcdb2dd909
libDtSearch: Tidy up the LOCK and DBN macro madness
2018-06-29 16:16:21 +01:00
Peter Howkins
60edbd3491
libDtSearch: Untangle large numbers of TASK_ macros that were all unused code
2018-06-29 01:45:29 +01:00
Peter Howkins
86b9a0fee4
libDtSearch: remove NO_COUNTRY code which is always off for CDE
2018-06-29 01:04:55 +01:00
Peter Howkins
9d921ba219
libDtSearch: NO_TIMESTAMP is always on for CDE
2018-06-29 00:47:03 +01:00
Peter Howkins
a1ad4ae25b
libDtSearch: SINGLE_USER is always defined for CDE
2018-06-29 00:45:23 +01:00
Peter Howkins
550f278889
libDtSearch: NO_TRANS is always on for CDE
2018-06-29 00:43:46 +01:00
Peter Howkins
162fd49971
libDtSearch: Remove define ONE_DB which is always off for CDE
2018-06-29 00:34:56 +01:00
Peter Howkins
e5b3c011c6
libDtSearch: Remove optional code for NO_DBN which is not used on CDE
2018-06-29 00:15:06 +01:00
Peter Howkins
605a21046a
libDtSearch: remove optional code MULTI_TASK that is not used on CDE
2018-06-29 00:07:36 +01:00
Jon Trulson
a4a5413cd5
Merge branch 'master' into cde-next
2018-06-28 16:55:04 -06:00
Peter Howkins
af9f0e9033
libDtSearch: Enable compiling with const support, remove ability to build without const support.
2018-06-28 19:17:42 +01:00
Peter Howkins
144bca4af7
libDtSearch: Remove optional support for ancient DOS far pointer
2018-06-28 18:59:15 +01:00
Jon Trulson
94e69a00a7
dtdocbook/tcl/tclUtil.c: fix merge error
2018-06-27 22:48:30 -06:00
Jon Trulson
6b919c82d2
FreeBSD.cf, OpenBSD.cf: remove -Wno-deprecated-register, no longer needed
2018-06-27 22:30:28 -06:00
Jon Trulson
d0dd809b74
lib/tt/mini_isam: remove register keyword
2018-06-27 22:26:18 -06:00
Jon Trulson
44f999c1de
dtdocbook/regexp.c, remove register keyword
2018-06-27 22:23:40 -06:00
Jon Trulson
e0036e6167
dtudcfonted, dtudcexch: delete from repository
2018-06-27 22:20:34 -06:00
Jon Trulson
53086aa9df
util/dttypes: remove register keyword
2018-06-27 22:20:34 -06:00
Jon Trulson
1c822c2f0b
nsgmls: remove register keyword
2018-06-27 22:20:34 -06:00
Jon Trulson
38d38987b0
localized/util: remove register keyword
2018-06-27 22:20:34 -06:00
Jon Trulson
c1227cc629
dtwm: remove register keyword
2018-06-27 22:20:34 -06:00
Jon Trulson
2d7c1db6fc
dtterm: remove register keyword
2018-06-27 22:20:34 -06:00
Jon Trulson
43cdfab6a1
dtstyle: remove register keyword
2018-06-27 22:20:34 -06:00
Jon Trulson
d801b00866
dtsr: remove register keyword
2018-06-27 22:20:34 -06:00
Jon Trulson
a66948f73e
dtscreen: remove register keyword
2018-06-27 22:20:34 -06:00
Jon Trulson
3096ad03a8
dtprintinfo: remove register keyword
2018-06-27 22:20:34 -06:00
Jon Trulson
f0a6172d3f
dtpad: remove register keyword
2018-06-27 22:20:34 -06:00
Jon Trulson
d0a4f777d8
dtmail: remove register keyword
2018-06-27 22:20:34 -06:00
Jon Trulson
88dd3b2c71
dtlogin: remove register keyword
2018-06-27 22:20:34 -06:00
Jon Trulson
97264ba971
dtksh: remove register keyword
2018-06-27 22:20:34 -06:00
Jon Trulson
556ce45298
dtinfo: remove register keyword
2018-06-27 22:20:34 -06:00
Jon Trulson
7c0de21ad4
dtinfo: remove TKTemplate.nd.c
2018-06-27 22:17:25 -06:00
Jon Trulson
424b662372
dtimsstart: remove register keyword
2018-06-27 22:17:25 -06:00
Jon Trulson
ea2d3927c7
dtfile: remove register keyword
2018-06-27 22:14:51 -06:00
Jon Trulson
55a80f00cf
dtdocbook: remove register keyword
2018-06-27 22:14:51 -06:00
Jon Trulson
ca7d34b7ff
dtcm: remove register keyword
2018-06-27 22:00:56 -06:00
Jon Trulson
b7599ec2a2
dtcalc: remove register keyword
2018-06-27 22:00:56 -06:00
Jon Trulson
f4776c21d7
dtappbuilder: remove register keyword
2018-06-27 22:00:56 -06:00
Jon Trulson
3e81f467be
dtaction: remove register keyword
2018-06-27 22:00:56 -06:00
Jon Trulson
b0fd79a680
tt/bin: remove register keyword
2018-06-27 22:00:56 -06:00
Jon Trulson
34436c7725
tt/lib: remove register keyword
2018-06-27 22:00:56 -06:00
Jon Trulson
904a48b822
lib/pam: remove register keyword
2018-06-27 21:59:18 -06:00
Jon Trulson
d5eff36867
lib/pam/examples/login: remove register keyword
2018-06-27 21:59:18 -06:00
Jon Trulson
02c70c739d
lib/csa: remove register keyword
2018-06-27 21:59:18 -06:00
Jon Trulson
3b1316112a
DtWidget: remove register keyword
2018-06-27 21:58:04 -06:00
Jon Trulson
b5a3c00671
DtTerm/util: remove register keyword
2018-06-27 21:58:04 -06:00
Jon Trulson
00aafb206e
DtSvc/DtUtil2: remove register keyword
2018-06-27 21:58:04 -06:00
Jon Trulson
f446ca54e9
DtSvc/DtUtil1: remove register keyword
2018-06-27 21:58:04 -06:00
Jon Trulson
dbef83212a
DtSvc/DtEncap: remove register keyword
2018-06-27 21:58:04 -06:00
Jon Trulson
11ad65226d
DtSvc/DtCodelibs: remove register keyword
2018-06-27 21:58:04 -06:00
Jon Trulson
57ce407976
lib/DtSearch: remove register keyword
2018-06-27 21:58:04 -06:00
Jon Trulson
8e48100c12
DtSearch/raima: remove register keyword
2018-06-27 21:58:04 -06:00
Jon Trulson
b9d605c8ea
lib/DtPrint: remove register keyword
2018-06-27 21:58:04 -06:00
Jon Trulson
5b5ac72691
lib/DtHelp: remove register keyword
2018-06-27 21:58:04 -06:00
Jon Trulson
2760adaab3
lib/DtHelp/jpeg: remove register keyword
2018-06-27 21:58:04 -06:00
Jon Trulson
e9d0d91cad
lib/DtHelp/il: remove register keyword
2018-06-27 21:58:04 -06:00
Jon Trulson
7125b437f1
examples/dtwsm: remove register keyword
2018-06-27 21:58:04 -06:00
Jon Trulson
b2a4d3c202
util/dbtoman/instant: remove register keyword
2018-06-27 21:58:04 -06:00
Jon Trulson
4aa9392e98
util/mkshadow: delete ancient unused utility
2018-06-27 21:58:04 -06:00
Jon Trulson
29ea5f794d
makedepend: remove register keyword
2018-06-27 21:58:04 -06:00
Peter Howkins
aad31c8e27
localized/util: Change to ANSI function definitions
2018-06-28 04:25:29 +01:00
Peter Howkins
9f91dca0c5
dttypes: Change to ANSI function definitions
2018-06-28 04:24:58 +01:00
Peter Howkins
8039ffe36f
dtsr: Change to ANSI function definitions
2018-06-28 04:24:28 +01:00
Peter Howkins
75ea917380
dtpad: Change to ANSI function definitions
2018-06-28 04:24:03 +01:00
Peter Howkins
3503243d14
dthelp: Change to ANSI function definitions
2018-06-28 04:23:35 +01:00
Peter Howkins
97005a091e
dtscreen: Change to ANSI function definitions
2018-06-28 04:23:07 +01:00
Peter Howkins
6f41ecc453
dtterm: Change to ANSI function definitions
2018-06-28 04:22:06 +01:00
Peter Howkins
403911407b
dtstyle: Change to ANSI function definitions
2018-06-28 04:21:25 +01:00
Peter Howkins
e225c95486
dtpdmd: Change to ANSI function definitions
2018-06-28 04:20:53 +01:00
Peter Howkins
feee238aef
dtpdm: Change to ANSI function definitions
2018-06-28 04:20:10 +01:00
Peter Howkins
1c545e12d2
dtimsstart: Change to ANSI function definitions
2018-06-28 04:19:15 +01:00
Peter Howkins
94f78da5df
dtsession: Change to ANSI function definitions
2018-06-28 04:18:25 +01:00
Peter Howkins
f20747f139
dtwm: Change to ANSI function definitions
2018-06-28 04:17:53 +01:00
Peter Howkins
2d60124e03
dtlogin: Change to ANSI function definitions
2018-06-28 04:16:41 +01:00
Peter Howkins
806257b154
dticon: Change to ANSI function definitions
2018-06-28 04:15:59 +01:00
Peter Howkins
4cf746f177
dtinfo: Change to ANSI function definitions
2018-06-28 04:15:16 +01:00
Peter Howkins
e239c31702
dtfile/dtcopy: Change to ANSI function definitions
2018-06-28 04:14:11 +01:00
Peter Howkins
e57fa0384f
dtfile: Change to ANSI function definitions
2018-06-28 04:13:21 +01:00
Peter Howkins
948baafd17
dtdocbook: Change to ANSI function definitions
2018-06-28 04:12:10 +01:00
Peter Howkins
3baf0744f2
dtcreate: Change to ANSI function definitions
2018-06-28 04:11:21 +01:00
Peter Howkins
35dc4283e4
dtcm: Change to ANSI function definitions
2018-06-28 04:10:42 +01:00
Peter Howkins
7936fae07b
dtcalc: Change to ANSI function definitions
2018-06-28 04:09:20 +01:00
Peter Howkins
bb7ac1f24e
dtappbuilder: Change to ANSI function definitions
2018-06-28 04:08:35 +01:00
Peter Howkins
6478653e18
dsdm: Change to ANSI function definitions
2018-06-28 04:07:44 +01:00
Peter Howkins
020d592338
libtt: Change to ANSI function definitions
2018-06-28 04:06:47 +01:00
Peter Howkins
6b09b19351
libDtTerm: Change to ANSI function definition
2018-06-28 04:01:19 +01:00
Peter Howkins
ba513278b9
libDtSvc: Change to ANSI function definitions
2018-06-28 03:58:49 +01:00
Peter Howkins
a5fa1313c4
libDtMrm: Change to ANSI function definitions
2018-06-28 03:56:02 +01:00
Peter Howkins
e6f38a9910
libcsa: Change to ANSI function definitions
2018-06-28 03:54:49 +01:00
Peter Howkins
e43dbc5460
libDtHelp: Change to ANSI function definitions
2018-06-28 03:53:31 +01:00
Ulrich Wilkens
eb811f26f8
Use installed X11 includes and libs
2018-06-27 20:51:58 -06:00
Peter Howkins
ed5d952294
dbtoman: Change to ANSI function definitions
2018-06-28 03:51:33 +01:00
Peter Howkins
b286be89d0
config/util: Change to ANSI function definitions
2018-06-28 03:49:38 +01:00
Matthew R. Trower
cd52651a3a
Fix DtMail compilation on Sun with GCC
2018-06-27 11:34:00 -06:00
Ulrich Wilkens
32eefa310a
Reenable gcc support on FreeBSD and OpenBSD
2018-06-27 11:13:06 -06:00
Matthew R. Trower
a166c36592
Enable building against an arbitrary Motif installation
...
* Give MotifProjectRoot priority over system libs
* Switch to UseInstalledMotif (but retain necessary imports)
2018-06-26 16:53:00 -06:00
Peter Howkins
bcb6aa9fa9
dtfile: Remove define MULTIBYTE which is always on for CDE
2018-06-25 01:24:31 +01:00
Peter Howkins
115c1a25d8
dtwm: In CDE we always build with MULTIBYTE support, disable unused singlebyte only
2018-06-25 00:20:55 +01:00
chase
6bf175ef2d
Remove apollo support
2018-06-24 16:22:37 -06:00
chase
01c9b8889b
Remove macII support
2018-06-24 16:05:18 -06:00
chase
63269240eb
linux.cf: Remove permissive flag
2018-06-24 15:56:24 -06:00
Jon Trulson
c2cabbfa8b
Merge branch 'master' into cde-next
2018-06-24 15:46:55 -06:00
Jon Trulson
aaa9305653
linux/site.def: use an if !defined() gaurd for DtLocalesToBuild
...
Without this, you cannot use the command line to select the languages
to build, you would have to edit site.def directly.
With this fix, you can build a language on linux with something like:
make World IMAKE_DEFINES='-DDtLocalesToBuild="de_DE.ISO8859-1 es_ES.ISO8859-1"'
to build the DE (German) and es (Spanish) locales.
2018-06-24 12:48:14 -06:00
Peter Howkins
5aa1fed48b
dthelp: Convert all K&R function definitions to ANSI (C90) standard
2018-06-24 00:50:56 +01:00
Peter Howkins
f89139dd84
dthelp: Remove spectaculaly obsolete MSDOS support
2018-06-23 01:38:03 +01:00
Peter Howkins
757249c65b
dthelp: Remove always on macro M_NOPAR which was just there to support ancient compilers that don't have 'void'
2018-06-23 00:48:36 +01:00
Peter Howkins
725b02e6bf
dthelp: Remove define M_PROTO that was always turned on (for all platforms) that enabled ANSI not K&R function prototypes
2018-06-22 20:40:47 +01:00
Peter Howkins
de7e0dfcdd
dtwm: Remove define MWM_QATS_PROTOCOL that has to be always off for dtwm, obsolete, unavailable mwm test suite support
2018-06-21 03:04:32 +01:00
Jon Trulson
8c1ad2d3a8
libtt: if local hostname lookup fails, default to localhost
...
A recurring problem, mainly on the BSD's, and also on some Linux
installations, is a failure for ttsession to start and any clients
trying to attach to it failing due to having a hostname that is not
associated with an IP address.
This is due to code which looks up the hostname, and if it does not
have a valid host record, then TT just fails.
This has required those users to add an alias for their host name in
their /etc/hosts file.
With this commit, this should no longer be necessary. Now, if
_XGethostbyname() fails when looking up the local name, a default of
"localhost" is used, which should always exist.
This was run tested on Linux and FreeBSD 11.1. It was compile tested
on OpenBSD 6.2.
2018-06-20 16:59:34 -06:00
Matthew R. Trower
b2540645a3
Minor corrections and cleanup to sun.cf
2018-06-20 12:15:00 -06:00
Matthew R. Trower
408f8256cd
Resolve inconsistent strcasestr availability on Sun
2018-06-20 12:14:53 -06:00
Peter Howkins
d5273f121b
dtwm: Remove define MOTIF_ONE_DOT_ONE, backwards compatibility for motif 1.1, CDE as a whole requires 2.1
2018-06-20 01:11:17 +01:00
Peter Howkins
9a551dd8a6
dtwm: Remove WSM define, that is always on for CDE
2018-06-20 00:46:58 +01:00
Peter Howkins
5dc05eaeb4
dtwm: remove define MINIMAL_DT which is always on for CDE
2018-06-19 20:50:50 +01:00
Peter Howkins
7bece30a57
dtwm: Remove id strings related to historic version control system used before CDE was opened.
2018-06-19 20:25:58 +01:00
Peter Howkins
daba6ea7e7
dtwm: Remove the define PANELIST, it is always on for dtwm
2018-06-19 19:57:29 +01:00
Matthew R. Trower
db6de6284f
Add SMF service on Sun
2018-06-18 12:18:17 -06:00
Matthew R. Trower
ad1f104bbd
imake: Refactor and fix get_sun_compiler_versions()
...
* Improve maintainability
* Improve robustness
* Correct gcc version detection
* Correct gcc include path detection
2018-06-15 16:20:09 -06:00
Jon Trulson
f840359778
OpenBSD: tone down compiler warnings a bit
...
So many of these are just noise. Someday maybe we can eliminate
these, but for now they just obscure real problems.
2018-06-15 14:59:04 -06:00
Jon Trulson
c63acbc91a
CDE-ICONS: create compatibility symlinks as relative rather than absolute
...
Some icons are actually symlinks to other icons, presumably for
compatibility with older systems. These were absolute symlinks. This
commit makes them relative symlinks instead.
2018-06-15 13:58:54 -06:00
Matthew R. Trower
6715300820
nsgml: Resolve symbol collision when building with SunStudio 12.1
2018-06-15 11:21:41 -06:00
Jon Trulson
55b4e2f240
FreeBSD: turn off some warnings
...
Someday these can be addressed, but for now they are just noise.
2018-06-14 19:08:49 -06:00
Jon Trulson
ac883b6972
FreeBSD 11: Fix clang (v6) builds
...
While CDE builds fine with gcc6 on FreeBSD 11, the default clang build
was broken in a few places. This commit allows CDE to build now using
the default clang 6 system compiler.
2018-06-14 18:32:35 -06:00
Jon Trulson
825a504a11
XPM: Replace calls to XmeXpm*() with regular Xpm*()
...
This is no longer needed on modern Motif's.
2018-06-14 16:50:57 -06:00
Jon Trulson
59b83865ef
OpenBSD 6+: use installed X11 and Motif
...
This commit removes the need to setup X11 and motif import symlinks
before building CDE. With OpenBSD v6+, the installed versions of X11 and
Motif will be used.
This may work with earlier versions of OpenBSD as well, but I don't
have access to those older versions. If you try it, and it works,
send a patch to the CDE mailing list.
This was tested on OpenBSD 6.2
2018-06-14 14:20:02 -06:00
Jon Trulson
f598ed2358
building_release_archive: omit '-src' in archive filename
2018-06-14 13:08:20 -06:00
Jon Trulson
396eff69f7
FreeBSD 11: Don't use imported x11/motif, use installed versions for build
...
With this patch, the import symlinks for x11 and motif do not need to
be created. The build will use the installed headers in
/usr/local/include/{X11, Xm}.
This will work for FreeBSD 11 only ATM as I don't have older systems
to test with.
It may work for FreeBSD 10 or earlier versions as well. If so, edit
config/cf/FreeBSD.cf and change the OSMajorVersion check for
UseInstalledX11 appropriately. And send a patch to the CDE mailing
list :)
2018-06-13 19:26:55 -06:00
Jon Trulson
0554f2335f
dtinfo/freebsd: fix a (int)NULL cast in DtSR_SearchEngine.C
...
This caused a compilation failure using gcc6 on FBSD 11.1-STABLE.
2018-06-13 17:57:46 -06:00
Jon Trulson
c1bef9e8d6
libDtTerm: Fix for a coredump seen on OpenBSD
2018-06-13 13:27:46 -06:00
chase
a35a7685b4
docnook.tcl: Add shebang
2018-06-12 17:11:22 -06:00
Ulrich Wilkens
9cfc0c2b40
create .depend files for Solaris+Illumos
2018-06-11 18:08:16 -06:00
chase
a14e0991ce
installCDE.src: remove duplicate code
2018-06-10 16:33:47 -06:00
chase
4172308892
Remove reallyoldsun defines
2018-06-09 18:32:42 -06:00
Jon Trulson
0ec25848e9
cde: change version to 2.2.4a, for a development release
2018-06-08 13:03:39 -06:00
Matthew R. Trower
650ce0768f
Fix imake segfault on OpenIndiana
...
Version string changed in distributed GCC6, confusing
get_sun_compiler_versions().
2018-06-04 18:44:35 -06:00
Jon Trulson
fd9e74ae42
installCDE: Only install locales that were built
...
We pass the DtLocalesToBuild to installCDE.src, which can then check
to see what locales were built. We then only install packages for
those locales.
2018-06-01 21:20:18 -06:00
Jon Trulson
ad10797184
site.def: Only build C/en_US locales by default for Linux
2018-06-01 19:47:19 -06:00
Jon Trulson
c26dfea26d
linux.cf: disable stripping of installed binaries
...
The build system should not generally strip binaries - that's up to
the packaging systems (for creating 'release' vs. 'debug' packages for
example).
2018-06-01 15:40:50 -06:00
Jon Trulson
c7a8cfe18c
installCDE: unset FIGNORE to workaround potential ksh bug
2018-06-01 11:32:39 -06:00
Jon Trulson
d2cb2b3659
configTT: remove inetd support
2018-05-31 22:23:19 -06:00
Jon Trulson
9a6bd5d35c
configMin: remove inetd support, 'pam' support
...
I'm not sure what the pam stuff wanted to do, but it was disabled
anyway and we do not need it. Someday, we will want to integrate with
PAM properly, but this wasn't it.
2018-05-31 22:23:19 -06:00
Jon Trulson
2413f0d33f
configRun: remove inetd support
...
I don't believe anyone uses inetd anymore. If you do, you are on your
own.
2018-05-31 22:23:19 -06:00
Jon Trulson
ff4a9e6a60
configRun: leave dtmail alone, UDB handles it's perms correctly
2018-05-31 22:23:19 -06:00
chase
4bcb47a238
cde.desktop: add xpm icon
2018-05-31 22:23:19 -06:00
chase
a447f12493
fix files not registering as scripts
2018-05-31 22:23:19 -06:00
Jon Trulson
20cad57cd4
dtsession: fix screen saver/locking on linux
...
The POSIX __linux__ commit broke the special detection on linux used
to determine whether a secure system was in use or not.
This commit reworks the logic a little bit to avoid special casing
linux in main().
It also reworks the logic in CanReAuthenticate() to fix up some issues
"fixed" to correct converity warnings. The logic in this case was
mostly ok, but still didn't account for the proper usage of this
function. Error detection improved somewhat as a result.
2018-05-31 22:23:19 -06:00
chase
ad219d40c3
cde.desktop:Add keywords to desktop entry
2018-05-31 22:23:19 -06:00
Jon Trulson
76b72bc6ec
dtcm: NULL is not 0
2018-05-31 22:23:19 -06:00
Jon Trulson
2a77e84e87
libDtCmP: use TIRPC on linux, fix some warnings
2018-05-31 22:23:19 -06:00
Jon Trulson
2bcd57ce33
dtcm/graphics: NULL is not 0
2018-05-31 22:23:19 -06:00
Jon Trulson
ee4a0a37ea
rpc.cmsd: use TIRPC on Linux
2018-05-31 22:23:19 -06:00
Jon Trulson
a05ab67e12
XlationSvc: remove a "'" added in previous spelling commit that causes warnings
2018-05-31 22:23:19 -06:00
chase
809c3d8bb6
Spelling fixes
2018-05-31 22:23:19 -06:00
Jon Trulson
8d2fe2486c
Imake.tmpl: don't delete logfiles (make.log MakeOut)
2018-05-31 22:23:19 -06:00
Jon Trulson
d6d055c981
installCDE.src: Add a -destdir <dir> option
...
Using this option, all files are installed under <dir> rather than
root '/'.
2018-05-31 22:23:19 -06:00
Ulrich Wilkens
297b6bd845
Fix warnings on FreeBSD
2018-05-31 22:04:08 -06:00
Ulrich Wilkens
885b65a09a
Fixes for OpenBSD
2018-05-31 21:48:07 -06:00
Ulrich Wilkens
07f272122d
Fix Linux rpc problems with new glibc
2018-05-31 18:00:22 -06:00
Ulrich Wilkens
16fbb15ecc
Fix BSD and Sun problems after coverity fixes
2018-05-31 17:46:03 -06:00
chase
15fb8cea03
dinstallCDE.src: add linux and *BSD support
2018-05-25 12:59:36 -06:00
Jon Trulson
3495287b78
tt_xdr_utils: fix up some warnings
2018-05-25 11:16:04 -06:00
Jon Trulson
7f9634010b
tt_old_db: use TT_DB_OK instead of NULL
2018-05-25 10:23:18 -06:00
Jon Trulson
77cdabb8f6
TermPrimSetUtmp: fix lost define broken by last patch
2018-05-24 18:52:53 -06:00
chase
4f5e7fe5e3
Use POSIX macros for linux
2018-05-24 18:22:55 -06:00
chase
164e695cd0
remove OSF1 support
2018-05-24 14:25:26 -06:00
Jon Trulson
3c1736f077
CDE-DEMOS: remove references to Makefile.novell
2018-05-20 13:00:06 -06:00
chase
0fa51f280f
Use /var/spool instead of /usr/spool and /var/mail instead of /usr/mail
2018-05-20 12:30:32 -06:00
chase
07900bd93b
Remove Unixware and openserver support
2018-05-20 12:13:07 -06:00
Jon Trulson
beea573d17
CDE-MAN-DEV.udb: remove extra }, added when UXP support was removed
2018-05-15 21:18:53 -06:00
chase
8a4f389634
Remove UXPDS support
2018-05-15 20:27:22 -06:00
chase
0f8233dadd
sgml-mode.el: fix address, dt-toolbox: delete
2018-05-13 13:13:49 -06:00
chase
4a0c5ed3a8
cde.desktop: remove deprecated encoding key
2018-05-13 13:13:44 -06:00
chase
158fc36af4
Remove examples/motif
2018-05-13 13:12:47 -06:00
chase
8eb01941d3
Add generated binaries to gitignore from programs/localized/
2018-05-13 13:00:55 -06:00
chase
1a50e1e5a9
Remove bsdi support
2018-05-13 13:00:49 -06:00
chase
3ccf3a8b86
Add missing license headers on *.hh files and others
2018-05-12 15:49:13 -06:00
Peter Howkins
fa29d3776e
dtwm: Resolve coverity warnings related to uninitialised variables and missing return statements
2018-05-01 20:45:55 +01:00
Peter Howkins
ad373101d6
dtappbuilder: Coverity fixes mostly related to uninitialised variables
2018-05-01 19:02:14 +01:00