~ubuntu-branches/ubuntu/precise/xdm/precise

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau
  • Date: 2008-10-05 20:55:43 UTC
  • mfrom: (7.1.7 intrepid)
  • Revision ID: james.westby@ubuntu.com-20081005205543-t9lgih96kbj1eidd
Tags: 1:1.1.8-5
Updated Polish debconf translation, thanks to Łukasz Paździora
(closes: #499073).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
2006-06-22  Alan Coopersmith  <alan.coopersmith@sun.com>
2
 
 
3
 
        * configure.ac: 
4
 
        Version bump: 1.0.5
5
 
 
6
 
2006-06-20  Matthieu Herrb <matthieu.herrb@laas.fr>
7
 
        * session.c:
8
 
        * xdmshell.c:
9
 
        Check setuid() return value. Bugzilla #7116.
10
 
 
11
 
2006-04-27  Alan Coopersmith  <alan.coopersmith@sun.com>
12
 
 
13
 
        * configure.ac: 
14
 
        Version bump: 1.0.4
15
 
 
16
 
2006-04-14  Alan Coopersmith  <alan.coopersmith@sun.com>
17
 
 
18
 
        * greeter/verify.c: 
19
 
        <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6413255>
20
 
        Sun bug #6413255: xdm should check for uid 0, not for username of 
21
 
        "root", when doing non-console login check
22
 
 
23
 
2006-04-13  Alan Coopersmith  <alan.coopersmith@sun.com>
24
 
 
25
 
        * configure.ac: 
26
 
        Add AC_C_INLINE so we can use "inline" keyword
27
 
 
28
 
        * greeter/Login.c: 
29
 
        Add "inline" to max function definition
30
 
 
31
 
2006-04-11  Alan Coopersmith  <alan.coopersmith@sun.com>
32
 
 
33
 
        * greeter/Login.c: 
34
 
        When clearing username & password buffers, zero out the entire buffer,
35
 
        not just the first byte, for reduced risk of leaking passwords into
36
 
        core dumps.
37
 
 
38
 
2006-04-07  Alan Coopersmith  <alan.coopersmith@sun.com>
39
 
 
40
 
        * session.c: 
41
 
        Xorg bug #4765 <https://bugs.freedesktop.org/show_bug.cgi?id=4765>
42
 
        Patch #3555 <https://bugs.freedesktop.org/attachment.cgi?id=3555>
43
 
        xdm doesn't work with the pam_krb5 module (call pam_getenvlist
44
 
        after pam_setcred)  (Constantine Sapuntzakis)
45
 
 
46
 
2006-03-30  Alan Coopersmith  <alan.coopersmith@sun.com>
47
 
 
48
 
        * configure.ac:
49
 
        Version bump: 1.0.3
50
 
 
51
 
2006-03-30  Alan Coopersmith  <alan.coopersmith@sun.com>
52
 
        
53
 
        * daemon.c:
54
 
        * util.c:
55
 
        Drop all setpgrp/setpgid silliness and just use setsid everywhere.
56
 
        (Assumes all platforms are at least POSIX.1-1990 compliant.)
57
 
 
58
 
        * daemon.c:
59
 
        Check for error return from daemon() function.
60
 
 
61
 
2006-03-27  Alan Coopersmith  <alan.coopersmith@sun.com>
62
 
 
63
 
        * configure.ac: 
64
 
        Version bump: 1.0.2
65
 
 
66
 
2006-03-17  Alan Coopersmith  <alan.coopersmith@sun.com>
67
 
 
68
 
        * configure.ac:
69
 
        * config/Xsession.cpp: 
70
 
        * config/Makefile.am:
71
 
        Bug #5898 <https://bugs.freedesktop.org/show_bug.cgi?id=5898>
72
 
        Use mktemp command to create files safely in TMPDIR or /tmp
73
 
        on systems that have it - don't try to create files there if
74
 
        mktemp is not present.   Fix based on NetBSD fix from
75
 
        <http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=32805> .
76
 
 
77
 
2006-03-16  Jeremy C. Reed  <reed@reedmedia.net>
78
 
 
79
 
        reviewed by: Alan Coopersmith
80
 
 
81
 
        * configure.ac:
82
 
        DragonFly is a BSD, so is CSRG_BASED and use su with -m option.
83
 
 
84
 
2006-03-16  Alan Coopersmith  <alan.coopersmith@sun.com>
85
 
 
86
 
        * configure.ac: 
87
 
        * daemon.c:
88
 
        * session.c:
89
 
        * util.c:
90
 
        Convert checks for <grp.h>, daemon(), and setpgrp arguments to
91
 
        autoconf tests instead of checking OS name #ifdefs.
92
 
 
93
 
2006-03-10  Alan Coopersmith  <alan.coopersmith@sun.com>
94
 
 
95
 
        * chooser.c: 
96
 
        Coverity ids #722, 723, 724, 725, 726, 727, 728:
97
 
        Need to XtFree the values returned by XawListShowCurrent to plug
98
 
        memory leaks.
99
 
 
100
 
        * socket.c (UpdateMcastGroup): 
101
 
        Coverity id #834:  
102
 
        After joining a multicast group, add group pointer to the list of
103
 
        active multicast groups instead of just leaking the group pointer.
104
 
 
105
 
2006-03-09  Alan Coopersmith  <alan.coopersmith@sun.com>
106
 
 
107
 
        * socket.c: (CreateSocklistEntry):
108
 
        Coverity id #332: 
109
 
        When malloc fails, don't just print an error and continue on using
110
 
        the NULL pointer, return NULL to the caller.
111
 
 
112
 
2006-03-01  Matthias Hopf  <mhopf@suse.de>
113
 
 
114
 
        * greeter/verify.c: (PAM_conv):
115
 
        openSUSE bug #142954
116
 
        Fixed potential segfault on OOM condition.
117
 
 
118
 
2006-02-24  Alan Coopersmith  <alan.coopersmith@sun.com>
119
 
 
120
 
        * configure.ac:
121
 
        * session.c:
122
 
        Bug #6036 <https://bugs.freedesktop.org/show_bug.cgi?id=6036>
123
 
        Check for key_setnet declaration before defining it to avoid
124
 
        compiler error of conflicting types on DragonFly BSD
125
 
 
126
 
2006-02-24  Alan Coopersmith  <alan.coopersmith@sun.com>
127
 
 
128
 
        * netaddr.c: 
129
 
        Bug #6026 <https://bugs.freedesktop.org/show_bug.cgi?id=6026>
130
 
        Segfault in netaddr.c:ConvertAddr if ifa_addr is NULL
131
 
        (Loser Mcloser <reebydobalina@yahoo.ca>)
132
 
 
133
 
2006-02-24  Jeremy C. Reed  <reed@reedmedia.net>
134
 
 
135
 
        reviewed by: Alan.Coopersmith@Sun.COM
136
 
 
137
 
        * config/Xsession.cpp:
138
 
        Bug #5897 <https://bugs.freedesktop.org/show_bug.cgi?id=5897>
139
 
        Create xsession error file with umask 077 instead of chmod
140
 
        a moment later. This was reported by Steven M. Bellovin to NetBSD.
141
 
        <http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=32804>
142
 
 
143
 
2006-02-24  Alan Coopersmith  <alan.coopersmith@sun.com>
144
 
 
145
 
        * greeter/Login.c: 
146
 
        Bug #1391 <https://bugs.freedesktop.org/show_bug.cgi?id=1391>
147
 
        Patch #4739 <https://bugs.freedesktop.org/attachment.cgi?id=4739>
148
 
        xdm hangs in a loop when invalid xpm bitmap is used for logo
149
 
        (Costantino Leandro <lcostantino@gmail.com>)
150
 
 
151
 
2005-12-20  Kevin E. Martin  <kem-at-freedesktop-dot-org>
152
 
 
153
 
        * configure.ac:
154
 
        Update package version for X11R7 release.
155
 
 
156
 
2005-12-14  Kevin E. Martin  <kem-at-freedesktop-dot-org>
157
 
 
158
 
        * configure.ac:
159
 
        Update package version number for final X11R7 release candidate.
160
 
 
161
 
2005-12-11  Alan Coopersmith  <alan.coopersmith@sun.com>
162
 
 
163
 
        * README:
164
 
        * configure.ac:
165
 
        * config/Makefile.am: 
166
 
        * config/xdm-config.cpp:
167
 
        Bugzilla #5055 <https://bugs.freedesktop.org/show_bug.cgi?id=5055>
168
 
        Add --with-xdmscriptdir to allow builder/packager to decide if
169
 
        scripts should go in config, lib, or data directories.
170
 
 
171
 
2005-12-07  Kevin E. Martin  <kem-at-freedesktop-dot-org>
172
 
 
173
 
        * Makefile.am:
174
 
        * configure.ac:
175
 
        Change to use the app-defaults default dir configured in libXt.
176
 
 
177
 
2005-12-06  Kevin E. Martin  <kem-at-freedesktop-dot-org>
178
 
 
179
 
        * Makefile.am:
180
 
        Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
181
 
 
182
 
2005-12-03  Kevin E. Martin  <kem-at-freedesktop-dot-org>
183
 
 
184
 
        * configure.ac:
185
 
        Update package version number for X11R7 RC3 release.
186
 
 
187
 
2005-11-23  Alan Coopersmith  <alan.coopersmith@sun.com>
188
 
 
189
 
        * configure.ac:
190
 
        * Makefile.am: 
191
 
        Set HAS_ARC4_RANDOM if arc4random() function is found
192
 
        Set RANDOMMANDEFS to correctly substitute alternate random 
193
 
        device/method descriptions in man page.
194
 
 
195
 
2005-11-21  Alan Coopersmith  <alan.coopersmith@sun.com>
196
 
 
197
 
        * Makefile.am (MANDEFS): 
198
 
        Fix file paths in man pages.
199
 
 
200
 
2005-11-20  Eric Anholt  <anholt@FreeBSD.org>
201
 
 
202
 
        * configure.ac:
203
 
        Bug #5113: The insertion of -lutil into XDM_LIBS ended up having no
204
 
        effect because  PKG_CHECK_MODULES(XDM, ...) later overwrote it.  So put
205
 
        -lutil into XDM_OS_LIBS and add XDM_OS_LIBS to XDM_LIBS later.
206
 
 
207
 
2005-11-19  Alan Coopersmith  <alan.coopersmith@sun.com>
208
 
 
209
 
        * configure.ac: 
210
 
        Add dependency on xau.
211
 
 
212
 
2005-11-19  Kevin E. Martin  <kem-at-freedesktop-dot-org>
213
 
 
214
 
        * configure.ac:
215
 
        Update dependencies to work with separate build roots.
216
 
 
217
 
2005-11-13  Alan Coopersmith  <alan.coopersmith@sun.com>
218
 
 
219
 
        * configure.ac: 
220
 
        * Makefile.am:
221
 
        * greeter/Makefile.am:
222
 
        Add --enable-dynamic-greeter flag to allow choosing whether
223
 
        greeter should be built into xdm binary or dynamically loaded
224
 
        libXdmGreet.so object.
225
 
        Add -rdynamic flag to link options when using gcc with dynamic
226
 
        greeter to allow greeter object to reference symbols in xdm.
227
 
 
228
 
2005-11-12  Alan Coopersmith  <alan.coopersmith@sun.com>
229
 
 
230
 
        * Makefile.am: 
231
 
        Install xdm man page using APP_MAN_SUFFIX instead of forcing .1
232
 
 
233
 
2005-11-09  Kevin E. Martin  <kem-at-freedesktop-dot-org>
234
 
 
235
 
        * configure.ac:
236
 
        Update package version number for X11R7 RC2 release.
237
 
 
238
 
2005-11-07  Alan Coopersmith  <alan.coopersmith@sun.com>
239
 
 
240
 
        Changes to match bug #3180 checkin to monolith:
241
 
        
242
 
        * config/Makefile.am: 
243
 
        Generate Xsession from Xsession.cpp
244
 
        Add SHELL_CMD to cpp substitutions
245
 
 
246
 
        * configure.ac
247
 
        Set SHELL_CMD to /bin/ksh for sco, /bin/sh for all other OS'es.
248
 
 
249
 
2005-11-01  Alan Coopersmith  <alan.coopersmith@sun.com>
250
 
 
251
 
        * configure.ac: 
252
 
        Add AC_DEFINE_DIR calls for the path #defines previously set in
253
 
        RES_DEFINES section of xdm Imakefile.   (Some should probably
254
 
        be made settable via configure --with-* flags, but at least they
255
 
        correctly set defaults to match the directories specified to configure
256
 
        now.)
257
 
 
258
 
2005-11-01  Kevin E. Martin  <kem-at-freedesktop-dot-org>
259
 
 
260
 
        * Makefile.am:
261
 
        * configure.ac:
262
 
        Update pkgcheck depedencies to work with separate build roots.
263
 
 
264
 
2005-10-28  Alan Coopersmith  <alan.coopersmith@sun.com>
265
 
 
266
 
        * configure.ac: 
267
 
        Add -DGREET_LIB to GREETER_CFLAGS on Solaris & SVR4 (was in #if SVR4
268
 
        in Imake)
269
 
        Add --with-random-device and checks for /dev/urandom & /dev/random
270
 
        for source of random data for key generation
271
 
        Link libXdmgreet with Xinerama & XPM libraries when using those 
272
 
        features.
273
 
 
274
 
2005-10-25  Alan Coopersmith  <alan.coopersmith@sun.com>
275
 
 
276
 
        * configure.ac: 
277
 
        * Makefile.am:
278
 
        * config/Makefile.am:
279
 
        * greeter/Makefile.am:
280
 
        Allow overriding directories for xdm scripts/modules & configuration
281
 
        files via configure options --with-xdmlibdir & --with-xdmconfigdir
282
 
        Add libXt and libX11 to dependencies for libXdmgreet.
283
 
        
284
 
        * README: 
285
 
        Document default directories & configure options to change them 
286
 
 
287
 
2005-10-25  Shawn Starr <shawn.starr@rogers.com>
288
 
      
289
 
       * configure.ac:
290
 
       * Makefile.am:
291
 
       * greeter/Makefile.am:
292
 
       We forgot to build the Xdm greeter library. Add it to build and cleanup
293
 
       hardcoded values to find it.
294
 
 
295
 
2005-10-18  Kevin E. Martin  <kem-at-freedesktop-dot-org>
296
 
 
297
 
        * configure.ac:
298
 
        Update package version number for RC1 release.
299
 
 
300
 
2005-10-14  Donnie Berkholz  <spyderous@gentoo.org>
301
 
 
302
 
        * configure.ac: Add another set of brackets around DEFAULTVT's empty default
303
 
        setting so it isn't treated as a command.
304
 
 
305
 
2005-10-05  Kevin E. Martin  <kem-at-freedesktop-dot-org>
306
 
 
307
 
        * Makefile.am: Use CLEANFILES for all generated files
308
 
 
309
 
2005-09-28  Kristian Høgsberg  <krh@redhat.com>
310
 
 
311
 
        * config/Makefile.am (EXTRA_DIST): Add Xservers.fs.
312
 
 
313
 
2005-08-17  Adam Jackson  <ajax@freedesktop.org>
314
 
 
315
 
        * configure.ac:
316
 
        * Makefile.am:
317
 
        Fix EXTRA_DIST to point to a real variable.  Bump to 0.99.1.
 
1
commit c9cdec25130bc957b584ec15187e068f9c08862d
 
2
Author: Adam Jackson <ajax@redhat.com>
 
3
Date:   Wed May 21 14:24:58 2008 -0400
 
4
 
 
5
    xdm 1.1.8
 
6
 
 
7
commit 5f94cf40697145678c96e9899df69ad2550a4509
 
8
Author: Julien Cristau <jcristau@debian.org>
 
9
Date:   Thu May 15 16:52:09 2008 +0200
 
10
 
 
11
    $(builddir) is the current directory
 
12
    
 
13
    Apparently automake doesn't always export the builddir variable.
 
14
    This fixes the previous commit.
 
15
 
 
16
commit 46d72e82f4069d281f61a9fdbae11157241f3553
 
17
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
 
18
Date:   Tue May 6 17:57:22 2008 -0700
 
19
 
 
20
    Bug 10145: xdm passes file descriptors to children
 
21
    
 
22
    X.Org Bugzilla #10145 <https://bugs.freedesktop.org/show_bug.cgi?id=10145>
 
23
    Patch #14644 <https://bugs.freedesktop.org/attachment.cgi?id=14644>
 
24
    
 
25
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
 
26
 
 
27
commit b4ac133b92e08a34054d0af9481ab59b03571818
 
28
Author: Julien Cristau <jcristau@debian.org>
 
29
Date:   Sun Apr 20 19:32:12 2008 +0200
 
30
 
 
31
    Fix build with builddir != srcdir
 
32
 
 
33
commit 1b14e9391500d06dd0b61967db8099c3cf27f90c
 
34
Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
 
35
Date:   Thu Mar 27 19:57:08 2008 -0700
 
36
 
 
37
    Build fix for case-insensitive file systems
 
38
 
 
39
commit c0f0d3adebb9b133e26a6e25738cfe38b36e5314
 
40
Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
 
41
Date:   Thu Mar 27 19:52:33 2008 -0700
 
42
 
 
43
    Added include of pwd.h so we build correctly on OS-X - see xorg mailing list
 
44
 
 
45
commit c2de936fe580d82da3c5b3590a1acb9e28ec68c1
 
46
Author: Julien Cristau <jcristau@debian.org>
 
47
Date:   Sat Mar 8 06:40:14 2008 +0100
 
48
 
 
49
    Fix installation of app-defaults
 
50
    
 
51
    Add a configure option for appdefaultdir, and use it for
 
52
    make distcheck, because it wants everything under $prefix.
 
53
    By default, still use `pkg-config --variable=appdefaultdir xt'.
 
54
 
 
55
commit f2f2eed7c284ced3ddc3fe3451ec7a8af9dfdbb4
 
56
Author: Matthieu Herrb <matthieu@bluenote.herrb.net>
 
57
Date:   Sat Mar 8 22:21:57 2008 +0100
 
58
 
 
59
    README: nuke RCS Id
 
60
 
 
61
commit 576861d7e6158790e18ae79b8d566919b88d0cae
 
62
Author: Adam Jackson <ajax@redhat.com>
 
63
Date:   Fri Mar 7 17:12:33 2008 -0500
 
64
 
 
65
    xdm 1.1.7
 
66
 
 
67
commit 996fea2fb1ae1e419e673b89cc3778e371a29324
 
68
Author: Adam Jackson <ajax@redhat.com>
 
69
Date:   Fri Mar 7 17:10:30 2008 -0500
 
70
 
 
71
    Fix distcheck.
 
72
 
 
73
commit 87a8f18c334b3e5819f92d0f8f37cc41987486d4
 
74
Author: Jeremy Huddleston <jeremy@yuffie.local>
 
75
Date:   Thu Dec 20 19:11:53 2007 -0800
 
76
 
 
77
    Darwin doesn't need __DARWIN__ anymore.
 
78
 
 
79
commit 28f4ded22488ce8542ff8b9871f6b4e04614058d
 
80
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
81
Date:   Fri Sep 21 11:03:54 2007 -0700
 
82
 
 
83
    Debian bug #440389: 800x600 settings got lost, screen now too wide
 
84
    
 
85
    Debian bug #440389 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=440389>
 
86
    When deleting the XPM #ifdefs, a set of #if WIDTH < 800 resources
 
87
    got accidentally deleted as well.  (Cause & fix found by Brice Goglin)
 
88
 
 
89
commit 923176024d3d6b7f5b392b4f9a07cce8c6ed3823
 
90
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
91
Date:   Mon Aug 27 14:17:13 2007 -0700
 
92
 
 
93
    Restore #endif accidentally removed in d0d4581be22aba9021c5a672bd9e5ba719961e29
 
94
 
 
95
commit e775ab1778850663a755279470d3ad6a2c9c0054
 
96
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
97
Date:   Thu Aug 16 14:47:17 2007 -0700
 
98
 
 
99
    Version bump: 1.1.6
 
100
 
 
101
commit 298811a10ee1b72c553d18cc40bdfde17afb14e8
 
102
Author: Luca Capello <luca@pca.it>
 
103
Date:   Sun Jul 2 18:57:05 2006 +0200
 
104
 
 
105
    Debian Bug #376391: xdm manpage refers to non-existent section 'Typical Usage'
 
106
 
 
107
commit 593788896cdba598ceaa5fbf9e4d214583ffb6ed
 
108
Author: Brice Goglin <Brice.Goglin@ens-lyon.org>
 
109
Date:   Wed Aug 15 18:38:53 2007 -0700
 
110
 
 
111
    Debian Bug #437961: loading Xresources fails because bindir/xrdb does not exist
 
112
    
 
113
    <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=437961>
 
114
 
 
115
commit ef1be3254966018fede7c33dea2f41b9351ef699
 
116
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
117
Date:   Fri Aug 10 10:43:10 2007 -0700
 
118
 
 
119
    Version bump: 1.1.5
 
120
 
 
121
commit 3ed70d13a6957c2434753f32d388888eae079d82
 
122
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
123
Date:   Wed Jul 25 17:07:33 2007 -0700
 
124
 
 
125
    Update AC_DEFINE_DIR to autoconf-2.60-compatible version
 
126
 
 
127
commit dd05076f290b1995f71627324cc74053c870ac21
 
128
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
129
Date:   Wed Jul 25 17:03:56 2007 -0700
 
130
 
 
131
    Add AM_PROG_CC_C_O to clear automake-1.10 warning
 
132
    
 
133
    Makefile.am:149: compiling `chooser.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'
 
134
 
 
135
commit 29dc5825782adf929bce41a18e6a6881ef975d22
 
136
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
137
Date:   Wed Jul 25 17:00:39 2007 -0700
 
138
 
 
139
    Bug #10530: xdm's path to xrdb could be configurable at compile time
 
140
    
 
141
    Add --with-xrdb=path & --with-default-session=command configure options
 
142
    X.Org Bug #10530: <https://bugs.freedesktop.org/show_bug.cgi?id=10530>
 
143
 
 
144
commit 2719e18c3782c5b21f712711b4198a5bb55f5473
 
145
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
146
Date:   Fri Jun 15 20:14:21 2007 -0700
 
147
 
 
148
    Set default cursor for entire root window, not just greeter
 
149
 
 
150
commit d0d4581be22aba9021c5a672bd9e5ba719961e29
 
151
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
152
Date:   Fri Jun 15 19:43:46 2007 -0700
 
153
 
 
154
    Make #ifdef XPM only control whether XPM pixmap logo is shown
 
155
    
 
156
    Make 3D look-and-feel independent of XPM
 
157
 
 
158
commit 188415ebf07ff8a25ac663c37615269cd1a741a4
 
159
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
160
Date:   Fri Jun 15 19:23:05 2007 -0700
 
161
 
 
162
    Set Xcursor theme to whiteglass in default login screen resources
 
163
 
 
164
commit f8585c60831a8e5ddebce18bdd7e78d217a822c5
 
165
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
166
Date:   Fri Jun 15 18:36:15 2007 -0700
 
167
 
 
168
    X.Org Bug #10992: xlogin crashes if window size is too small
 
169
    
 
170
    X.Org Bugzilla #10992 <https://bugs.freedesktop.org/show_bug.cgi?id=10992>
 
171
 
 
172
commit 0ce4128e19f9fac9a565cce42a6a575486d371a5
 
173
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
174
Date:   Fri Jun 15 14:24:59 2007 -0700
 
175
 
 
176
    Add --enable-xdm-auth/--disable-xdm-auth to configure options
 
177
 
 
178
commit 8e0b23e24556fb6c6b9943bf3747e70b245fc7aa
 
179
Author: Chip Coldwell <coldwell@physics.harvard.edu>
 
180
Date:   Thu Jun 24 09:56:19 2004 -0700
 
181
 
 
182
    X.Org Bug 10632 / Debian Bug 256299: race condition in policy.c:Willing()
 
183
    
 
184
    X.Org Bugzilla #10632 <https://bugs.freedesktop.org/show_bug.cgi?id=10632>
 
185
    Reported upstream from
 
186
    Debian Bug #256299 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=256299>
 
187
 
 
188
commit a8927ee05efba3afe955731bab5d633879c39833
 
189
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
190
Date:   Thu May 31 17:11:15 2007 -0700
 
191
 
 
192
    Document more of the greeter resources in xdm man page
 
193
 
 
194
commit 35f563369470139665498640f4cda23d1227073b
 
195
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
196
Date:   Tue May 29 19:57:29 2007 -0700
 
197
 
 
198
    Bug #11096: xdm(1) manpage should document Xft-related properties
 
199
    
 
200
    X.Org Bugzilla #11096 <https://bugs.freedesktop.org/show_bug.cgi?id=11096>
 
201
    
 
202
    Added descriptions of the Xft *face resources and changed the core fonts
 
203
    *font resource descriptions to match.   Also cleaned up various other
 
204
    descriptions to make it easier for users customizing the look of the login
 
205
    screen.
 
206
 
 
207
commit e7f1c433dc0bd8e864cec68dbc120f27696bbba6
 
208
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
209
Date:   Thu May 24 10:32:32 2007 -0700
 
210
 
 
211
    Bug #11020: xdm doesn't set SSH_AUTH_SOCK even though using with pam_ssh
 
212
    
 
213
    Wasn't calling pam_setcred()/pam_getenvlist() if setusercontext() was present
 
214
    X.Org Bugzilla #11020: <https://bugs.freedesktop.org/show_bug.cgi?id=11020>
 
215
 
 
216
commit 677d028e41e890103679eec92b58044420b9b4c5
 
217
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
218
Date:   Tue Feb 6 11:45:41 2007 -0800
 
219
 
 
220
    Version bump: 1.1.4
 
221
 
 
222
commit 6e2362e825dfec6df73f1338088a850225ed92d2
 
223
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
224
Date:   Tue Feb 6 11:34:30 2007 -0800
 
225
 
 
226
    Rearrange checks for maximum username & password length
 
227
    
 
228
    Give preference to standard definitions, use less hardcoded knowledge about
 
229
    which platforms provide other definitions.
 
230
 
 
231
commit f6ab9602b8418b035f12da171a7d6edfed464aee
 
232
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
233
Date:   Fri Feb 2 17:27:46 2007 -0800
 
234
 
 
235
    Reset username prompt to default string at start of PAM loop
 
236
    
 
237
    Fixes bug reported by Stefan Dirsch in
 
238
    http://lists.freedesktop.org/archives/xorg/2007-February/021510.html
 
239
 
 
240
commit 3f1611b69f6b24184aa4b07c796526f49fa0db5f
 
241
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
242
Date:   Fri Feb 2 13:20:52 2007 -0800
 
243
 
 
244
    Make sure windowPath is properly initialized & freed
 
245
 
 
246
commit 5f0f8c00f47e778c59ae22bf685c97756456b2cd
 
247
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
 
248
Date:   Thu Feb 1 17:16:41 2007 -0800
 
249
 
 
250
    Bug 8014: xdm should set the WINDOWPATH environment variable
 
251
    
 
252
    X.Org Bug #8014: <https://bugs.freedesktop.org/show_bug.cgi?id=8014>
 
253
    Patch #6702: <https://bugs.freedesktop.org/attachment.cgi?id=6702>
 
254
 
 
255
commit 450e9eb2725be6ead1c6d3e5477b737ded04070b
 
256
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
257
Date:   Thu Feb 1 15:23:12 2007 -0800
 
258
 
 
259
    Bug #8561: xdm painfully slow at cursor redraws
 
260
    
 
261
    <https://bugs.freedesktop.org/show_bug.cgi?id=8561>
 
262
    Made code that waited for cursor redraws to appear onscreen conditional on
 
263
    FORCE_CURSOR_FLASH #define, which is off by default.
 
264
 
 
265
commit e4274acc8cb7354cf191f91a8ed2054cb7af9916
 
266
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
267
Date:   Tue Jan 2 14:40:15 2007 -0800
 
268
 
 
269
    Add ChangeLog to MAINTAINERCLEANFILES
 
270
 
 
271
commit 9554052c14fc09ed1894580620ca94428f38e59b
 
272
Author: Daniel Stone <daniel@fooishbar.org>
 
273
Date:   Thu Dec 21 14:58:03 2006 +0200
 
274
 
 
275
    config: quote cpp arguments (bug #9414)
 
276
    Quote all arguments given to cpp.
 
277
 
 
278
commit 0128497fac0794d947fa44b433550fe064905d8d
 
279
Author: Daniel Stone <daniel@fooishbar.org>
 
280
Date:   Sat Dec 16 01:38:30 2006 +0200
 
281
 
 
282
    xdm 1.1.3
 
283
 
 
284
commit 3bc9148509a058647a9c43d0e2668c94ac579884
 
285
Author: Daniel Stone <daniel@fooishbar.org>
 
286
Date:   Wed Dec 6 19:01:52 2006 +0200
 
287
 
 
288
    Makefile.am: make ChangeLog hook safer
 
289
    Make ChangeLog hook as safe as possible.
 
290
 
 
291
commit 75a8fce621adecd50db129c839a578df630137db
 
292
Author: Daniel Stone <daniel@fooishbar.org>
 
293
Date:   Thu Nov 30 19:49:31 2006 +0200
 
294
 
 
295
    bump to 1.1.2
 
296
 
 
297
commit c8612093ba0a67c1a161111d58aac9956b9c5320
 
298
Author: J.P. Larocque <piranha-fdo-bz@thoughtcrime.us>
 
299
Date:   Mon Nov 20 11:06:18 2006 -0800
 
300
 
 
301
    Bug 7317: xfs doesn't build on some GLIBC based systems: _XOPEN_SOURCE undefined
 
302
    
 
303
    Bug 7317: <https://bugs.freedesktop.org/show_bug.cgi?id=7317>
 
304
 
 
305
commit 15e5c60cced750559853ca7e9bddcd6b7f1dd3f9
 
306
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
307
Date:   Mon Nov 13 14:51:16 2006 -0800
 
308
 
 
309
    Bump version number to 1.1.1
 
310
 
 
311
commit 623dacd509bd6c0c1f0c2c424933818ff34788ca
 
312
Author: Vickenty Fesunov <kent@comintern.ru>
 
313
Date:   Mon Nov 13 14:48:02 2006 -0800
 
314
 
 
315
    Bug 8995: Copying address into in6_addr instead of in6_addr.sin6_addr in forward_respond()
 
316
    
 
317
    Bugzilla #8995 <https://bugs.freedesktop.org/show_bug.cgi?id=8995>
 
318
    Patch #7759 <https://bugs.freedesktop.org/attachment.cgi?id=7759>
 
319
 
 
320
commit 37f9293e3cc00411d8d335ce729d18995bb9ce59
 
321
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
322
Date:   Mon Nov 6 14:08:15 2006 -0800
 
323
 
 
324
    Fill in paths at build time in Xreset & Xstartup
 
325
    
 
326
    Stop hardcoding /usr/X11R6/bin/sessreg and instead fill in paths like other
 
327
    config files from directories passed via configure.
 
328
 
 
329
commit 0e0221a70543ba5f2aa7ce188e2dc9544bac96bd
 
330
Author: Darrel Goeddel <dgoeddel@trustedcs.com>
 
331
Date:   Wed Oct 18 18:59:02 2006 -0700
 
332
 
 
333
    Set PAM_TTY for local displays
 
334
 
 
335
commit 698ffcff29d4c574b155451342bc6e3b9ee07287
 
336
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
337
Date:   Tue Oct 3 18:32:54 2006 -0700
 
338
 
 
339
    Bump version number to 1.1.0
 
340
 
 
341
commit 46fea537186aa57d803262bf5f504f7041a7d97e
 
342
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
343
Date:   Tue Oct 3 18:21:15 2006 -0700
 
344
 
 
345
    Replace static ChangeLog with dist-hook to generate from git log
 
346
 
 
347
commit f97db135e818ea04735e1fbbaea2e7d3dac9c872
 
348
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
349
Date:   Tue Oct 3 18:11:03 2006 -0700
 
350
 
 
351
    Replace static ChangeLog with dist-hook to generate from git log
 
352
 
 
353
commit 3349ab7b6c2b9ff6ad39da6d29b6aa1250f96cd9
 
354
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
355
Date:   Mon Aug 14 13:48:19 2006 -0700
 
356
 
 
357
    Draw text with Xft in greeter window
 
358
    
 
359
    (Includes portions copied from Keith Packard's Xft conversion of xclock)
 
360
 
 
361
commit 0e47586fe5c76d7804368c4536e66ec610978e38
 
362
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
363
Date:   Mon Aug 14 11:02:51 2006 -0700
 
364
 
 
365
    SetPrompt takes LOGIN_* not PAM_* constants for type argument
 
366
 
 
367
commit 929d2d81827325c2736f6ccf47d017364153b3a7
 
368
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
369
Date:   Mon Aug 14 10:56:50 2006 -0700
 
370
 
 
371
    Include display number in Xserver arguments
 
372
 
 
373
commit 2fbac8d6d0fd9bfebcd30a128cfef4131149e735
 
374
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
375
Date:   Fri Aug 11 14:04:58 2006 -0700
 
376
 
 
377
    Sun bug 6459557: remote logins to xdm fail since recent PAM fixes
 
378
    
 
379
    <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6459557>
 
380
    When stripping :<display> off the end of the display name so that we can
 
381
    pass the remote hostname to PAM, make sure we modify the copy we made for
 
382
    PAM, not the original which is used to set $DISPLAY for the session being
 
383
    created.
 
384
 
 
385
commit be9b2e85f579c5eda7a8868ee9ebf0b268c5a181
 
386
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
387
Date:   Fri Jul 14 15:25:19 2006 -0700
 
388
 
 
389
    Delete unused Panic() function
 
390
 
 
391
commit 2094955be1ef94a0ba3f7dcf64ae04c9575dbd9c
 
392
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
393
Date:   Fri Jul 14 15:11:08 2006 -0700
 
394
 
 
395
    Use pid_t instead of int when working with fork/wait/etc. (clear more lint warnings)
 
396
 
 
397
commit 1abe7027403ecf00b846c675fac27c2d86ebd9d4
 
398
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
399
Date:   Fri Jul 14 14:01:18 2006 -0700
 
400
 
 
401
    Store return values from umask in mode_t instead of int (clear lint warnings)
 
402
 
 
403
commit 5283b118b4bfdb1a85356147701f602b884c342b
 
404
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
405
Date:   Fri Jul 14 13:05:52 2006 -0700
 
406
 
 
407
    Fix many sparse warnings of: Using plain integer as NULL pointer
 
408
    
 
409
    Also fixes Login.c:1329:5: warning: mixing declarations and code from extra ;
 
410
 
 
411
commit 41211f8c849de67cebeb9d9f7516eb5a4a7eb3cf
 
412
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
413
Date:   Fri Jul 14 13:02:02 2006 -0700
 
414
 
 
415
    Add XORG_WITH_LINT & lint targets for checking code with lint/sparse/etc.
 
416
 
 
417
commit bfe7bc6a04d468f7943ebed9a7ea571cbf916d9e
 
418
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
419
Date:   Fri Jul 14 11:40:20 2006 -0700
 
420
 
 
421
    Add *~ to .gitignore to skip emacs droppings
 
422
 
 
423
commit 1e19a9746ffa570f81346307b1eb32257a0bb24a
 
424
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
425
Date:   Fri Jul 14 11:38:39 2006 -0700
 
426
 
 
427
    renamed: .cvsignore -> .gitignore
 
428
 
 
429
commit aee9b7f645c12a2a3bc6605726669dbb7b5f3985
 
430
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
431
Date:   Tue Jun 27 16:33:25 2006 +0000
 
432
 
 
433
    Bugzilla #7317 <https://bugs.freedesktop.org/show_bug.cgi?id=7317> xdm
 
434
        needs to define _XOPEN_SOURCE to build on Hurd (J.P. Larocque)
 
435
 
 
436
commit 6329bf48b0f775335e552967622bf53912131edb
 
437
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
438
Date:   Tue Jun 27 01:25:40 2006 +0000
 
439
 
 
440
    Bugzilla #7318 <https://bugs.freedesktop.org/show_bug.cgi?id=7318> Patch
 
441
        #6032 <https://bugs.freedesktop.org/attachment.cgi?id=6032> xdm crashes
 
442
        on Hurd because of incongruity in dlfuncs (J.P. Larocque)
 
443
 
 
444
commit 6bf94d0ed871db12e8e5aa48200ce3b548895b8f
 
445
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
446
Date:   Mon Jun 26 23:56:06 2006 +0000
 
447
 
 
448
    Bugzilla #7332 <https://bugs.freedesktop.org/show_bug.cgi?id=7332> Patch
 
449
        #6046 <https://bugs.freedesktop.org/attachment.cgi?id=6046> (1) Xdm
 
450
        compiled with IPv6 support failed to accept any chooser connections
 
451
        (even when only using IPv4). (2) There should be a one-to-one
 
452
        correspondence between successful getaddrinfo calls and freeaddrinfo
 
453
        calls. (Peter Breitenlohner)
 
454
 
 
455
commit b80ae0aa74cfd9d168f4e100e0fea8fef240500f
 
456
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
 
457
Date:   Tue Jun 20 19:25:51 2006 +0000
 
458
 
 
459
    Check setuid() return value. Bugzilla #7116.
 
460
 
 
461
commit 57e927d7340494bb5fdd73c04c9e1f33379b9b75
 
462
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
463
Date:   Tue Jun 20 01:50:35 2006 +0000
 
464
 
 
465
    Initialize manufacturerDisplayID.length to 0 too.
 
466
 
 
467
commit fe7e9b5b69e42b92a1e0aac4faef8c1c9d21ac96
 
468
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
469
Date:   Sat Jun 3 01:13:44 2006 +0000
 
470
 
 
471
    Mark GreetUser (called from xdm) as _X_EXPORT. Make all other non-static
 
472
        functions in libXdmGreet _X_INTERNAL.
 
473
 
 
474
commit aae2d2d25d7423c99baadb724ff7722cafdcf095
 
475
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
476
Date:   Sat Jun 3 01:01:21 2006 +0000
 
477
 
 
478
    Replace old Imake-based SIGNALRETURNSINT with AC_TYPE_SIGNAL
 
479
    util.c Replace old Imake #ifdefs with AC_CHECK_FUNCS([sigaction])
 
480
 
 
481
commit ec8fdcf0cff01a504bfbf096194012fff997f4ca
 
482
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
483
Date:   Sat Jun 3 00:06:46 2006 +0000
 
484
 
 
485
    Make initial pass at an AUTHORS list.
 
486
 
 
487
commit 4010a63ee6e05bee51208d667a0dc7f01f916af8
 
488
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
489
Date:   Sat Jun 3 00:05:24 2006 +0000
 
490
 
 
491
    Convert PAM code to use full PAM conversation. Modify greeter to allow PAM
 
492
        to prompt for more than just username and password. Rely on PAM to
 
493
        initialize Secure RPC & Kerberos credentials when it is being used.
 
494
        (Based on work begun for Sun bug #6398796 "Solaris-10: Unable to login
 
495
        thru xdm once password is aged")
 
496
 
 
497
commit 1f7dab056c661af97ca7c6a7b61a87b26ca3fa36
 
498
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
499
Date:   Fri Jun 2 23:14:36 2006 +0000
 
500
 
 
501
    Drop pre-waitpid() support since all POSIX.1-1990 systems have waitpid.
 
502
 
 
503
commit 2a79e8011cffd6e7a2d4a5c15ad4df8b96e12309
 
504
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
505
Date:   Fri Jun 2 23:12:12 2006 +0000
 
506
 
 
507
    Bump version to 1.0.99 for 1.1 branch.
 
508
 
 
509
commit 56ee4c350624f42cbeb7a19656f65a79b74ba53f
 
510
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
511
Date:   Thu Apr 27 21:21:15 2006 +0000
 
512
 
 
513
    Version bump: 1.0.4
 
514
 
 
515
commit 1ba990f121143be61eedc530f15ad30ca4d1742f
 
516
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
517
Date:   Fri Apr 14 20:17:31 2006 +0000
 
518
 
 
519
    <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6413255> Sun
 
520
        bug #6413255: xdm should check for uid 0, not for username of "root",
 
521
        when doing non-console login check
 
522
 
 
523
commit aa1a1388081db6f1592db823c69bd699ca172683
 
524
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
525
Date:   Fri Apr 14 02:52:02 2006 +0000
 
526
 
 
527
    Add AC_C_INLINE so we can use "inline" keyword
 
528
    Add "inline" to max function definition
 
529
 
 
530
commit 03fad3472eabe457a6bc37989edd875f081b529b
 
531
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
532
Date:   Wed Apr 12 01:57:46 2006 +0000
 
533
 
 
534
    When clearing username & password buffers, zero out the entire buffer, not
 
535
        just the first byte, for reduced risk of leaking passwords into core
 
536
        dumps.
 
537
 
 
538
commit 3960bb1666e3d0ec2da3cd5ea8492792290018c7
 
539
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
540
Date:   Wed Apr 12 01:55:05 2006 +0000
 
541
 
 
542
    ChangeLog for last commit
 
543
 
 
544
commit 2900b8984d8fdce182b87f0ce7a2f5813ea0b53f
 
545
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
546
Date:   Sat Apr 8 00:22:23 2006 +0000
 
547
 
 
548
    Xorg bug #4765 <https://bugs.freedesktop.org/show_bug.cgi?id=4765> Patch
 
549
        #3555 <https://bugs.freedesktop.org/attachment.cgi?id=3555> xdm doesn't
 
550
        work with the pam_krb5 module (call pam_getenvlist after pam_setcred)
 
551
        (Constantine Sapuntzakis)
 
552
 
 
553
commit c9fcce730483358594c9556426098ac3325da47f
 
554
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
555
Date:   Fri Mar 31 02:19:01 2006 +0000
 
556
 
 
557
    Version bump: 1.0.3
 
558
 
 
559
commit e6e6b9960262ab30d64486898fc147c7010a5559
 
560
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
561
Date:   Thu Mar 30 21:14:31 2006 +0000
 
562
 
 
563
    Drop all setpgrp/setpgid silliness and just use setsid everywhere. (Assumes
 
564
        all platforms are at least POSIX.1-1990 compliant.)
 
565
    Check for error return from daemon() function.
 
566
 
 
567
commit 4fad29bad3e06127b93c8cef3761b40472df6bb7
 
568
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
569
Date:   Mon Mar 27 23:59:21 2006 +0000
 
570
 
 
571
    Version bump: 1.0.2
 
572
 
 
573
commit 9609b9f14945b8dc55321a5fee7855f7b1dc9451
 
574
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
575
Date:   Sat Mar 18 03:43:18 2006 +0000
 
576
 
 
577
    Bug #5898 <https://bugs.freedesktop.org/show_bug.cgi?id=5898> Use mktemp
 
578
        command to create files safely in TMPDIR or /tmp on systems that have
 
579
        it - don't try to create files there if mktemp is not present. Fix
 
580
        based on NetBSD fix from
 
581
        <http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=32805> .
 
582
 
 
583
commit 5102f671d3f5a4e870e8ea8b78cef953d4f64111
 
584
Author: Jeremy C. Reed <reed@reedmedia.net>
 
585
Date:   Thu Mar 16 21:56:24 2006 +0000
 
586
 
 
587
    DragonFly is a BSD, so is CSRG_BASED and use su with -m option.
 
588
 
 
589
commit 4a0e026c04bd1027641670eda68e3a65441d2b63
 
590
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
591
Date:   Thu Mar 16 21:46:55 2006 +0000
 
592
 
 
593
    Convert checks for <grp.h>, daemon(), and setpgrp arguments to autoconf
 
594
        tests instead of checking OS name #ifdefs.
 
595
 
 
596
commit 0a224935e64342e3eec055672229212c856ea14b
 
597
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
598
Date:   Sat Mar 11 04:07:00 2006 +0000
 
599
 
 
600
    Coverity ids #722, 723, 724, 725, 726, 727, 728: Need to XtFree the values
 
601
        returned by XawListShowCurrent to plug memory leaks.
 
602
    Coverity id #834: After joining a multicast group, add group pointer to the
 
603
        list of active multicast groups instead of just leaking the group
 
604
        pointer.
 
605
 
 
606
commit 23198133e90c34508e5d0c0f1314bf167bf3a98c
 
607
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
608
Date:   Fri Mar 10 00:48:16 2006 +0000
 
609
 
 
610
    Coverity ids #7689, 7690, 7691: When malloc fails, don't just print an
 
611
        error and continue on using the NULL pointer, return NULL to the
 
612
        caller.
 
613
 
 
614
commit 17b0d313c80ca754348ca8b92ce117918a2f8d43
 
615
Author: Matthias Hopf <mhopf@suse.de>
 
616
Date:   Wed Mar 1 15:48:06 2006 +0000
 
617
 
 
618
    openSUSE bug #142954 Fixed potential segfault on OOM condition.
 
619
 
 
620
commit 6729f4df2d314a3573f3da7da3fc364cb48685de
 
621
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
622
Date:   Sat Feb 25 02:21:51 2006 +0000
 
623
 
 
624
    Bug #6036 <https://bugs.freedesktop.org/show_bug.cgi?id=6036> Check for
 
625
        key_setnet declaration before defining it to avoid compiler error of
 
626
        conflicting types on DragonFly BSD
 
627
 
 
628
commit ebec01137a6b200ee9432faecde5817670b41684
 
629
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
630
Date:   Sat Feb 25 00:58:50 2006 +0000
 
631
 
 
632
    Bug #6026 <https://bugs.freedesktop.org/show_bug.cgi?id=6026> Segfault in
 
633
        netaddr.c:ConvertAddr if ifa_addr is NULL (Loser Mcloser
 
634
        <reebydobalina@yahoo.ca>)
 
635
 
 
636
commit f82da0960018bfa4237d3d8239cf84d880673e6a
 
637
Author: Jeremy C. Reed <reed@reedmedia.net>
 
638
Date:   Fri Feb 24 21:36:13 2006 +0000
 
639
 
 
640
    Bug #5897 <https://bugs.freedesktop.org/show_bug.cgi?id=5897>
 
641
    Create xsession error file with umask 077 instead of chmod a moment later
 
642
        so others can't open first. This was reported by Steven M. Bellovin to
 
643
        NetBSD http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=32804
 
644
    Reviewed by Alan Coopersmith via xorg_security list.
 
645
 
 
646
commit 2a01568e61905944a59a7a8b34f22e08ccd25937
 
647
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
648
Date:   Fri Feb 24 18:09:00 2006 +0000
 
649
 
 
650
    Bug #1391 <https://bugs.freedesktop.org/show_bug.cgi?id=1391> Patch #4739
 
651
        <https://bugs.freedesktop.org/attachment.cgi?id=4739> xdm hangs in a
 
652
        loop when invalid xpm bitmap is used for logo (Costantino Leandro
 
653
        <lcostantino@gmail.com>)
 
654
 
 
655
commit 26388c9b82fd29ecde162b81bd59f38827171142
 
656
Author: Kevin E Martin <kem@kem.org>
 
657
Date:   Wed Dec 21 02:29:49 2005 +0000
 
658
 
 
659
    Update package version for X11R7 release.
 
660
 
 
661
commit b0c37b961844260d75e0bf88354e4fd04c36a4fc
 
662
Author: Adam Jackson <ajax@nwnk.net>
 
663
Date:   Mon Dec 19 16:22:43 2005 +0000
 
664
 
 
665
    Stub COPYING files
 
666
 
 
667
commit 2e78ed332496e323acf63b3783d4818751dcf560
 
668
Author: Kevin E Martin <kem@kem.org>
 
669
Date:   Thu Dec 15 00:24:06 2005 +0000
 
670
 
 
671
    Update package version number for final X11R7 release candidate.
 
672
 
 
673
commit c8288d472e3c0881a201207140ac51ce713da877
 
674
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
675
Date:   Sun Dec 11 20:46:25 2005 +0000
 
676
 
 
677
    Bugzilla #5055 <https://bugs.freedesktop.org/show_bug.cgi?id=5055> Add
 
678
        XDMSCRIPTDIR cpp substitution to allow modular tree builder/packager to
 
679
        decide if scripts should go in config, lib, or data directories.
 
680
 
 
681
commit 3d1caeec0b120997b5a958bec586c01665516499
 
682
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
683
Date:   Sun Dec 11 20:43:49 2005 +0000
 
684
 
 
685
    Bugzilla #5055 <https://bugs.freedesktop.org/show_bug.cgi?id=5055> Add
 
686
        --with-xdmscriptdir to allow builder/packager to decide if scripts
 
687
        should go in config, lib, or data directories.
 
688
 
 
689
commit af3cf72277abea12541117e7acc9867a7ad48cb7
 
690
Author: Kevin E Martin <kem@kem.org>
 
691
Date:   Wed Dec 7 16:17:59 2005 +0000
 
692
 
 
693
    Change to use the app-defaults default dir configured in libXt.
 
694
 
 
695
commit 15eddf034f082a10076967e77fd7af5d6a0cca2a
 
696
Author: Kevin E Martin <kem@kem.org>
 
697
Date:   Tue Dec 6 22:48:20 2005 +0000
 
698
 
 
699
    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
 
700
 
 
701
commit 2824039d6b25007fd597a5fd0823268e193b4810
 
702
Author: Kevin E Martin <kem@kem.org>
 
703
Date:   Sat Dec 3 05:49:19 2005 +0000
 
704
 
 
705
    Update package version number for X11R7 RC3 release.
 
706
 
 
707
commit eace59cc41e57fd48e22be043cefb5bdee60a0d6
 
708
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
709
Date:   Mon Nov 28 22:01:40 2005 +0000
 
710
 
 
711
    Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
 
712
        update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
 
713
 
 
714
commit 06dcef110dc99a939ff2cfbc68ba85b4635cb055
 
715
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
716
Date:   Wed Nov 23 19:32:39 2005 +0000
 
717
 
 
718
    Set HAS_ARC4_RANDOM if arc4random() function is found Set RANDOMMANDEFS to
 
719
        correctly substitute alternate random device/method descriptions in man
 
720
        page.
 
721
 
 
722
commit 53c306241b93562b3b309072a652c708e87c0850
 
723
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
724
Date:   Tue Nov 22 05:43:52 2005 +0000
 
725
 
 
726
    Fix file paths in man pages.
 
727
 
 
728
commit a608715447b1c700c017f80c6ba27ce4dbbac973
 
729
Author: Eric Anholt <anholt@freebsd.org>
 
730
Date:   Mon Nov 21 10:34:59 2005 +0000
 
731
 
 
732
    Another pass at .cvsignores for apps.
 
733
 
 
734
commit d0149420c83f80cb15151a361b0929d53505d056
 
735
Author: Eric Anholt <anholt@freebsd.org>
 
736
Date:   Mon Nov 21 07:21:39 2005 +0000
 
737
 
 
738
    Bug #5113: The insertion of -lutil into XDM_LIBS ended up having no effect
 
739
        because PKG_CHECK_MODULES(XDM, ...) later overwrote it. So put
 
740
    -lutil into XDM_OS_LIBS and add XDM_OS_LIBS to XDM_LIBS later.
 
741
 
 
742
commit b4ee0e22b54786e0bb9a5b1c527be2e7f71100ba
 
743
Author: Eric Anholt <anholt@freebsd.org>
 
744
Date:   Sun Nov 20 22:08:51 2005 +0000
 
745
 
 
746
    Add/improve .cvsignore files for apps.
 
747
 
 
748
commit 05b9908f5e7d30df1230cfa872d4022c2fccfc3d
 
749
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
750
Date:   Sun Nov 20 04:00:36 2005 +0000
 
751
 
 
752
    Add dependency on xau.
 
753
 
 
754
commit 7f31d566014d9e99569e0b93ee93009ec4028e6e
 
755
Author: Kevin E Martin <kem@kem.org>
 
756
Date:   Sat Nov 19 07:15:36 2005 +0000
 
757
 
 
758
    Update pkgconfig files to separate library build-time dependencies from
 
759
        application build-time dependencies, and update package deps to work
 
760
        with separate build roots.
 
761
 
 
762
commit 6ebcb3aab1c6a0c58b6d6d304d7ae61168990c33
 
763
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
764
Date:   Mon Nov 14 04:25:43 2005 +0000
 
765
 
 
766
    Add --enable-dynamic-greeter flag to allow choosing whether greeter should
 
767
        be built into xdm binary or dynamically loaded libXdmGreet.so object.
 
768
        Add -rdynamic flag to link options when using gcc with dynamic greeter
 
769
        to allow greeter object to reference symbols in xdm.
 
770
 
 
771
commit f9e6bc3588358c82c9d6e3293cc4eae28567959b
 
772
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
773
Date:   Sun Nov 13 01:41:50 2005 +0000
 
774
 
 
775
    Install xdm man page using APP_MAN_SUFFIX instead of forcing .1
 
776
 
 
777
commit 9bccda24de3851829059c224ce94de28066bd8f5
 
778
Author: Kevin E Martin <kem@kem.org>
 
779
Date:   Wed Nov 9 21:09:20 2005 +0000
 
780
 
 
781
    Update package version number for X11R7 RC2 release.
 
782
 
 
783
commit 515ba1756966081ca3fae0cdd5a776f5a4fc6ad1
 
784
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
785
Date:   Tue Nov 8 07:50:12 2005 +0000
 
786
 
 
787
    Changes to match bug #3180 checkin to monolith:
 
788
    Generate Xsession from Xsession.cpp Add SHELL_CMD to cpp substitutions
 
789
    configure.ac Set SHELL_CMD to /bin/ksh for sco, /bin/sh for all other
 
790
        OS'es.
 
791
 
 
792
commit 3834f880ba013be524cd5b4ce4ff75734742ad12
 
793
Author: Kean Johnson <kean@armory.com>
 
794
Date:   Tue Nov 8 06:33:32 2005 +0000
 
795
 
 
796
    See ChangeLog entry 2005-11-07 for details.
 
797
 
 
798
commit d384b20b3d63f1b28d428f02746d5ec0c1e81a39
 
799
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
800
Date:   Tue Nov 1 16:44:38 2005 +0000
 
801
 
 
802
    Add AC_DEFINE_DIR calls for the path #defines previously set in RES_DEFINES
 
803
        section of xdm Imakefile. (Some should probably be made settable via
 
804
        configure --with-* flags, but at least they correctly set defaults to
 
805
        match the directories specified to configure now.)
 
806
 
 
807
commit dc12a42ebd70b24c4d84632fa253cd6e3094cbd2
 
808
Author: Kevin E Martin <kem@kem.org>
 
809
Date:   Tue Nov 1 15:05:18 2005 +0000
 
810
 
 
811
    Update pkgcheck depedencies to work with separate build roots.
 
812
 
 
813
commit 2b9da10c25ddcc9f098fa9af69e5f560037b5660
 
814
Author: Daniel Stone <daniel@fooishbar.org>
 
815
Date:   Sun Oct 30 17:25:00 2005 +0000
 
816
 
 
817
    Add -I$(top_srcdir) to pick up dm{,_error}.h and greet.h.
 
818
 
 
819
commit 2e06c1273459c14006452b8a483178494a4ba61f
 
820
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
821
Date:   Sat Oct 29 01:48:12 2005 +0000
 
822
 
 
823
    Fix #ifdef statement syntax to clear compiler warning.
 
824
 
 
825
commit f4a2e78f543a5b8ab5101cd22b625addc12cf6a5
 
826
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
827
Date:   Sat Oct 29 00:05:12 2005 +0000
 
828
 
 
829
    Add -DGREET_LIB to GREETER_CFLAGS on Solaris & SVR4 (was in #if SVR4 in
 
830
        Imake) Add --with-random-device and checks for /dev/urandom &
 
831
        /dev/random for source of random data for key generation Link
 
832
        libXdmgreet with Xinerama & XPM libraries when using those features.
 
833
 
 
834
commit 461b7fc37aae3578577a9eab2c9310287af14726
 
835
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
836
Date:   Wed Oct 26 03:21:17 2005 +0000
 
837
 
 
838
    Use XDMCONFIGDIR for location of configuration files so they can be
 
839
        installed in a directory other than the lib directory. (Only
 
840
        overridable in modular build system at this point.)
 
841
 
 
842
commit 16917371d7663d59c58dbd27c8592d3b6e8ef078
 
843
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
844
Date:   Wed Oct 26 03:17:17 2005 +0000
 
845
 
 
846
    Allow overriding directories for xdm scripts/modules & configuration files
 
847
        via configure options --with-xdmlibdir & --with-xdmconfigdir Add libXt
 
848
        and libX11 to dependencies for libXdmgreet.
 
849
    Document default directories & configure options to change them
 
850
 
 
851
commit eb1ed04945a3af8d04f5441966674486be715036
 
852
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
853
Date:   Wed Oct 26 02:25:02 2005 +0000
 
854
 
 
855
    We forgot to build the Xdm greeter library. Add it to build and cleanup
 
856
        hardcoded values to find it.
 
857
 
 
858
commit 1770fc21706c276d051de4dbe8a199f12a06f711
 
859
Author: Kevin E Martin <kem@kem.org>
 
860
Date:   Wed Oct 19 02:47:53 2005 +0000
 
861
 
 
862
    Update package version number for RC1 release.
 
863
 
 
864
commit 6279ce5e919e7a1a92060b7448c8d68ef6aef8af
 
865
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
866
Date:   Tue Oct 18 02:12:17 2005 +0000
 
867
 
 
868
    Change XCOMM to \&# to allow both cpp & sed to translate correctly.
 
869
    Use XDMPIDDIR instead of XDMDIR when showing location of xdm-pid file in
 
870
        man page.
 
871
 
 
872
commit fbfdcd1c2e760014c5c0632c785e405f20d759e1
 
873
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
874
Date:   Tue Oct 18 00:32:55 2005 +0000
 
875
 
 
876
    Change default install dir for app-default files from
 
877
        $(sysconfdir)/X11/app-defaults to $(libdir)/X11/app-defaults to match
 
878
        the monolith & allow localization
 
879
 
 
880
commit 971fdf46fa6a43b121db4a8e64dcde62dab0a85e
 
881
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
882
Date:   Mon Oct 17 20:40:32 2005 +0000
 
883
 
 
884
    Set XDMPIDDIR in when subsituting variables in man pages
 
885
 
 
886
commit 1afabc5f0a70fc32581b53eb978f06a30f58fefa
 
887
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
888
Date:   Mon Oct 17 00:40:28 2005 +0000
 
889
 
 
890
    Put files in $(prefix)/lib/X11/xdm to match monolith install locations
 
891
 
 
892
commit 82d152fba78e1c34b62b426a7854efd0b116afdd
 
893
Author: Donnie Berkholz <spyderous@gentoo.org>
 
894
Date:   Fri Oct 14 18:42:17 2005 +0000
 
895
 
 
896
    Add another set of brackets around DEFAULTVT's empty default setting so it
 
897
        isn't treated as a command.
 
898
 
 
899
commit 8ae6b815fc2641e48f994260ad817010116a1ec9
 
900
Author: Kevin E Martin <kem@kem.org>
 
901
Date:   Tue Oct 4 23:45:46 2005 +0000
 
902
 
 
903
    Use CLEANFILES for all generated files
 
904
 
 
905
commit 3d9c1086b712ea62717c34e83d31efa3988dfc08
 
906
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
907
Date:   Mon Oct 3 17:36:09 2005 +0000
 
908
 
 
909
    Bug #3891 <https://bugs.freedesktop.org/show_bug.cgi?id=3891> xdm build
 
910
        failure: IN6_IS_ADDR_LOOPBACK undefined (David Schleef)
 
911
 
 
912
commit 960be79d2f246edc3b0d2b571c5ed44edbc07276
 
913
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
914
Date:   Sun Oct 2 19:44:42 2005 +0000
 
915
 
 
916
    Add Chooser app-defaults file to app/xdm
 
917
 
 
918
commit 51a6b1de8beeb33858d3e8eb151cfad004a62ef8
 
919
Author: Kristian Høgsberg <krh@redhat.com>
 
920
Date:   Wed Sep 28 21:13:12 2005 +0000
 
921
 
 
922
    Add Xservers.fs.
 
923
 
 
924
commit 92864cfde7de9b5d9cf8894abeb7a972ea35d2a0
 
925
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
926
Date:   Sun Aug 28 22:46:07 2005 +0000
 
927
 
 
928
    Add comment to configure.ac explaining error: possibly undefined macro:
 
929
        AC_DEFINE message that some users were seeing, thanks to diagnosis from
 
930
        Stepan Kasal on the autoconf@gnu.org mailing list: dnl If you're
 
931
        looking here because you got a message that said dnl 'error: possibly
 
932
        undefined macro: AC_DEFINE', the source of dnl your problem is not
 
933
        here. You need to upgrade to pkgconfig 0.18 dnl or later to get an
 
934
        updated pkg.m4 with PKG_CHECK_EXISTS defined. dnl See
 
935
        http://www.mail-archive.com/autoconf@gnu.org/msg13413.html
 
936
 
 
937
commit e0187570bd3efd7b61ccc41dbc21d0840ee82260
 
938
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
939
Date:   Sat Aug 27 17:06:16 2005 +0000
 
940
 
 
941
    Fixes for config files built via cpp
 
942
 
 
943
commit 6bdf59b8f4fa96e5d85aafc87af57513794cb43e
 
944
Author: Daniel Stone <daniel@fooishbar.org>
 
945
Date:   Tue Aug 23 07:07:57 2005 +0000
 
946
 
 
947
    Actually generate Xservers.ws from .cpp, and make build objdir != srcdir
 
948
        safe.
 
949
 
 
950
commit d778b237aab11cfa4ac8d50587f045d8a0497b9a
 
951
Author: Daniel Stone <daniel@fooishbar.org>
 
952
Date:   Tue Aug 23 06:53:53 2005 +0000
 
953
 
 
954
    Actually generate Xservers.ws from .cpp, and make build objdir != srcdir
 
955
        safe.
 
956
 
 
957
commit 6a9a224cf84913f4dc9b87d59fac6594226e5b7e
 
958
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
959
Date:   Fri Aug 19 04:26:04 2005 +0000
 
960
 
 
961
    Add #ifdef HAVE_CONFIG_H/#include "config.h" since "dm.h" is included too
 
962
        late.
 
963
 
 
964
commit 91a45fdfd505233d8624f2664ffdf188d96549e4
 
965
Author: Adam Jackson <ajax@nwnk.net>
 
966
Date:   Wed Aug 17 20:35:09 2005 +0000
 
967
 
 
968
    Fix EXTRA_DIST to point to a real variable. Bump to 0.99.1.
 
969
 
 
970
commit 0f0954a36a9a71b9a98fb9a251dfc8ef4f815bed
 
971
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
972
Date:   Wed Aug 17 05:11:04 2005 +0000
 
973
 
 
974
    Define USESHADOW if getspnam() is available Define USE_XINERAMA if
 
975
        pkg-config finds xinerama module Fix XDM_LIBS settings by various
 
976
        options
 
977
 
 
978
commit 1abcef080aa3bd268a496c81b965d2db1086112e
 
979
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
980
Date:   Tue Aug 16 02:21:37 2005 +0000
 
981
 
 
982
    Fix quoting on BINDIR definition for xdmshell
 
983
 
 
984
commit e130f52f3b5f70f8cb478a2f64be2cd0c1fc553f
 
985
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
986
Date:   Tue Aug 16 01:19:40 2005 +0000
 
987
 
 
988
    Convert cpp substitutions from __projectroot__/... to XDMDIR and BINDIR so
 
989
        they get correct pathnames in both modular & monolithic trees.
 
990
 
 
991
commit 6b2d39036681c603f74bdd63f62198fbcdaae98f
 
992
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
993
Date:   Mon Aug 15 23:08:42 2005 +0000
 
994
 
 
995
    Install xdm config files & man page Convert many more Imakefile checks into
 
996
        autoconf checks for xdm
 
997
 
 
998
commit 7cd1bfa8acde5b494960c0b7e5b97abd89121545
 
999
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
1000
Date:   Sat Aug 13 02:46:59 2005 +0000
 
1001
 
 
1002
    Install chooser in $(libdir)/xdm, not $(bindir)
 
1003
 
 
1004
commit 6ae3766444c62ee920b94807ac514d1003ca4fee
 
1005
Author: Daniel Stone <daniel@fooishbar.org>
 
1006
Date:   Wed Aug 10 11:17:06 2005 +0000
 
1007
 
 
1008
    Add build system for sessreg, broken out from xdm.
 
1009
 
 
1010
commit 23b64bbec8561ea707633f4e73ec8e1616e48c8f
 
1011
Author: Adam Jackson <ajax@nwnk.net>
 
1012
Date:   Wed Aug 3 04:14:23 2005 +0000
 
1013
 
 
1014
    General fix: need to pull in more xtrans macros to get UNIXCONN etc defined
 
1015
        OSX fixes: Define __DARWIN__, workaround some lastlog breakage.
 
1016
 
 
1017
commit fbeae50b9153d45afa90df2b540141b74a436594
 
1018
Author: Kevin E Martin <kem@kem.org>
 
1019
Date:   Fri Jul 29 21:22:31 2005 +0000
 
1020
 
 
1021
    Various changes preparing packages for RC0:
 
1022
    - Verify and update package version numbers as needed
 
1023
    - Implement versioning scheme
 
1024
    - Change bug address to point to bugzilla bug entry form
 
1025
    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
 
1026
        reenable it)
 
1027
    - Fix makedepend to use pkgconfig and pass distcheck
 
1028
    - Update build script to build macros first
 
1029
    - Update modular Xorg version
 
1030
 
 
1031
commit f07aa24d8eb865b4b15fdb0c059e70ab437a97f9
 
1032
Author: Kevin E Martin <kem@kem.org>
 
1033
Date:   Thu Jul 28 01:10:49 2005 +0000
 
1034
 
 
1035
    Add -D_XOPEN_SOURCE for Linux
 
1036
 
 
1037
commit ac5184384d6347ea97da5cc7f85e9687ff060641
 
1038
Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
 
1039
Date:   Wed Jul 27 22:37:02 2005 +0000
 
1040
 
 
1041
    Add XPROTO_CFLAGS to XDM_CFLAGS and CHOOSER_CFLAGS, also add _BSD_SOURCE to
 
1042
        CHOOSER_FLAGS
 
1043
 
 
1044
commit b92f8751058bf2bc94967b84f71c4c88a5f007df
 
1045
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
1046
Date:   Thu Jul 14 22:58:25 2005 +0000
 
1047
 
 
1048
    Set HAS_VFORK if autoconf has set HAVE_WORKING_VFORK.
 
1049
    Add #include "config.h" for modularization
 
1050
 
 
1051
commit e3b9c2dfffb74fe0bb96c21c198b8f08dfff65f0
 
1052
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
1053
Date:   Thu Jul 14 22:55:17 2005 +0000
 
1054
 
 
1055
    Makefile.am:
 
1056
    - Remove hardcoded definitions of _XOPEN_SOURCE, _POSIX_SOURCE, &
 
1057
        _BSD_SOURCE
 
1058
    configure.ac:
 
1059
    - Use xtrans.m4 macros for IPv6 & SecureRPC support
 
1060
    - Add PAM support
 
1061
    - Add checks for vfork & mkstemp functions
 
1062
    - Add libXdmcp to CHOOSER_LIBS
 
1063
 
 
1064
commit 90b6e7d98567f77981adca5c2b9acc71d07f1442
 
1065
Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
 
1066
Date:   Fri Jul 8 20:45:03 2005 +0000
 
1067
 
 
1068
    Add build system for xdm
 
1069
 
 
1070
commit ac796dbe8d2877d479cb25397e2982b9e73b87ad
 
1071
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
1072
Date:   Tue Jul 5 18:52:33 2005 +0000
 
1073
 
 
1074
    Bugzilla #2901 <https://bugs.freedesktop.org/show_bug.cgi?id=2901> Patch
 
1075
        #2317 <https://bugs.freedesktop.org/attachment.cgi?id=2317>
 
1076
    This patch fixes several problems arising if xdm is compiled with IPv6
 
1077
        support, but the (linux) kernel does not support IPv6. (Peter
 
1078
        Breitenlohner)
 
1079
 
 
1080
commit 13b06d4e40a4d8a309b97dbab13cd6ac6aa469ad
 
1081
Author: Adam Jackson <ajax@nwnk.net>
 
1082
Date:   Mon Jun 20 02:59:16 2005 +0000
 
1083
 
 
1084
    Bug #2959: Make sure displays other than :0 get entries in utmp when
 
1085
        started from xdm. (Tim Waugh)
 
1086
 
 
1087
commit f890eac42449a34b258128749075220f860421c3
 
1088
Author: Kean Johnson <kean@armory.com>
 
1089
Date:   Fri Jun 10 06:54:09 2005 +0000
 
1090
 
 
1091
    file Xsession.cpp was initially added on branch sco_port_update.
 
1092
 
 
1093
commit 9ab8ed5d49559eed0c7357c1a390bcd08b217d7a
 
1094
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
1095
Date:   Tue May 24 00:10:17 2005 +0000
 
1096
 
 
1097
    Bugzilla #2165 <https://bugs.freedesktop.org/show_bug.cgi?id=2165> Patches
 
1098
        #1599 & 2754 XDM Chooser enhancements: scrollwheel, no mouse (Thomas
 
1099
        Reifferscheid)
 
1100
 
 
1101
commit dd32476e8b55a0c191376d61918e78a61d76ae43
 
1102
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
 
1103
Date:   Wed Dec 15 20:49:08 2004 +0000
 
1104
 
 
1105
    Remove unused define.
 
1106
 
 
1107
commit 7a776dd5a49283ddb29c37eed565b7bd86a5ad8a
 
1108
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
 
1109
Date:   Thu Nov 11 15:44:31 2004 +0000
 
1110
 
 
1111
    update shared lib revisions on OpenBSD (Bug #1828).
 
1112
    update references to xf86site.def in comments (Bug #1827).
 
1113
    fix kbd driver for wskbd protocol and pure wscons console driver (Bug
 
1114
        #1825).
 
1115
    don't add '-4' to generated default file name (bug #1826).
 
1116
    typo in resource name (XFree86 bug #1300, X.org bug #1825)
 
1117
 
 
1118
commit e58e367fd2a7d5e395cee23cfab6716219c74f67
 
1119
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
 
1120
Date:   Thu Oct 21 06:03:13 2004 +0000
 
1121
 
 
1122
    programs/xdm/greeter/verify.c Make BSDAUTH able to use non-default login
 
1123
        classes. (Bugzilla #1676, Pierre Lalet).
 
1124
 
 
1125
commit 40a8dac56de796db130b53dc1b01ea7421d0bf93
 
1126
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
1127
Date:   Sat Aug 7 19:22:01 2004 +0000
 
1128
 
 
1129
    Check to see if array->data is NULL before we dereference it, instead of
 
1130
        after. (Prevents segfault when array->data is initialized to NULL, but
 
1131
        array->length is not set to 0.)
 
1132
    Always initialize both data & length in ARRAYs.
 
1133
 
 
1134
commit 0f92f0f76b812a29bbb748e7588a7208be4c30e2
 
1135
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
 
1136
Date:   Mon Jul 26 22:56:33 2004 +0000
 
1137
 
 
1138
    Fix log file location in manual page.
 
1139
 
 
1140
commit 616e67f2b69018a7c6ffd91f1742ece51c4c5f78
 
1141
Author: Eric Anholt <anholt@freebsd.org>
 
1142
Date:   Tue Jul 6 00:44:39 2004 +0000
 
1143
 
 
1144
    XFree86 bugzilla #1376: xdm opens random tcp sockets
 
1145
    "Even when DisplayManager.requestPort is set to 0, xdm will open a
 
1146
        chooserFd tcp socket on all interfaces. This apparently cannot be
 
1147
        disabled by configuration and presents a possible security risk. Older
 
1148
        versions of xdm/socket.c appear to have checked and aborted if
 
1149
        request_port == 0, but the current one does not..."
 
1150
 
 
1151
commit c5072fb61a23d4b4063d9c2f6043c23ff200af1b
 
1152
Author: Egbert Eich <eich@suse.de>
 
1153
Date:   Mon May 24 19:05:01 2004 +0000
 
1154
 
 
1155
    Muffle compiler warnings.
 
1156
    fix option name in log message.
 
1157
    improve debugging messages.
 
1158
 
 
1159
commit 1a5767483ccfb5e95555ff9bed0a1ec5456be725
 
1160
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
1161
Date:   Sat Apr 24 23:28:17 2004 +0000
 
1162
 
 
1163
    xc/programs/xdm/greeter/verify.c Fix typo in Solaris console restriction
 
1164
        code (Xfree() -> XFree())
 
1165
    xc/programs/xdm/greeter/Imakefile Link with PamLibraries if building with
 
1166
        PAM support
 
1167
 
 
1168
commit ec8b11f4b1ea888e28d71ee6f3903933d73aa65d
 
1169
Author: Egbert Eich <eich@suse.de>
 
1170
Date:   Fri Apr 23 19:54:43 2004 +0000
 
1171
 
 
1172
    Merging XORG-CURRENT into trunk
 
1173
 
 
1174
commit 37f2b9991615b9f440c08c15457c54ee69f27f38
 
1175
Author: Keith Packard <keithp@keithp.com>
 
1176
Date:   Sat Mar 27 01:44:18 2004 +0000
 
1177
 
 
1178
    file xorg-bw.xpm was initially added on branch XORG-RELEASE-1-TM.
 
1179
 
 
1180
commit a6bfe9be2718bf7eb78ec4b7c0f8f32ddff9d5ab
 
1181
Author: Keith Packard <keithp@keithp.com>
 
1182
Date:   Sat Mar 27 01:44:18 2004 +0000
 
1183
 
 
1184
    file xorg.xpm was initially added on branch XORG-RELEASE-1-TM.
 
1185
 
 
1186
commit 69a0d00505815453ed192d9ce8da11ad1449d79b
 
1187
Author: Egbert Eich <eich@suse.de>
 
1188
Date:   Sun Mar 14 08:35:13 2004 +0000
 
1189
 
 
1190
    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
 
1191
 
 
1192
commit 819eb99db26dc93c189170ca00f268463c1f13ba
 
1193
Author: Egbert Eich <eich@suse.de>
 
1194
Date:   Wed Mar 3 12:13:00 2004 +0000
 
1195
 
 
1196
    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
 
1197
 
 
1198
commit 71d3a63e7fb725820d68fae4acc4b8868ea7e95d
 
1199
Author: Egbert Eich <eich@suse.de>
 
1200
Date:   Thu Feb 26 13:36:17 2004 +0000
 
1201
 
 
1202
    readding XFree86's cvs IDs
 
1203
 
 
1204
commit aaa7fe57361c3df1dc35775fa9610b16755d1d02
 
1205
Author: Egbert Eich <eich@suse.de>
 
1206
Date:   Thu Feb 26 09:24:04 2004 +0000
 
1207
 
 
1208
    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
 
1209
 
 
1210
commit 102dcbe36ca6c5ef6c8efcfbf6ce6fa3542142ec
 
1211
Author: Egbert Eich <eich@suse.de>
 
1212
Date:   Thu Jan 29 08:09:07 2004 +0000
 
1213
 
 
1214
    Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004
 
1215
 
 
1216
commit 0bd68eefddac98eaebb353dce62971a34a565842
 
1217
Author: Kaleb Keithley <kaleb@freedesktop.org>
 
1218
Date:   Fri Dec 19 20:55:50 2003 +0000
 
1219
 
 
1220
    XFree86 4.3.99.902 (RC 2)
 
1221
 
 
1222
commit 450fda6015f1799648ff7da87fdb2c46d42415f8
 
1223
Author: Kaleb Keithley <kaleb@freedesktop.org>
 
1224
Date:   Thu Dec 4 22:03:47 2003 +0000
 
1225
 
 
1226
    XFree86 4.3.99.901 (RC 1)
 
1227
 
 
1228
commit ca56bbdb0d398371332467534deaefdb77883bd7
 
1229
Author: Kaleb Keithley <kaleb@freedesktop.org>
 
1230
Date:   Tue Nov 25 19:29:12 2003 +0000
 
1231
 
 
1232
    XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
 
1233
 
 
1234
commit 19bd1c5e3910088ac0e92ca005427192a223c8a0
 
1235
Author: Kaleb Keithley <kaleb@freedesktop.org>
 
1236
Date:   Tue Nov 25 19:29:11 2003 +0000
 
1237
 
 
1238
    Initial revision
 
1239
 
 
1240
commit 6c29c43354706a933c0bc73a9c800bdfd1a9a827
 
1241
Author: Kaleb Keithley <kaleb@freedesktop.org>
 
1242
Date:   Fri Nov 14 16:49:22 2003 +0000
 
1243
 
 
1244
    XFree86 4.3.0.1
 
1245
 
 
1246
commit fa5d4a38a4dae7f24cdf3b8650dd931294c0fdc6
 
1247
Author: Kaleb Keithley <kaleb@freedesktop.org>
 
1248
Date:   Fri Nov 14 16:49:22 2003 +0000
 
1249
 
 
1250
    Initial revision
 
1251
 
 
1252
commit df3e1beed5bbb631975127133464b7e24fc38497
 
1253
Author: Kaleb Keithley <kaleb@freedesktop.org>
 
1254
Date:   Fri Nov 14 15:54:53 2003 +0000
 
1255
 
 
1256
    R6.6 is the Xorg base-line