index
:
xorg/app/xdm
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
IPv6-REVIEW
STSF-CURRENT
XACE-SELINUX
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
lg3d
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
master
sco_port_update
xdm-1-0-2
xdm-1_0-branch
X Display Manager / XDMCP server
alanc
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
11 days
Handle NULL returns from glibc 2.17+ crypt().
HEAD
master
mancha
1
-1/+4
2013-04-21
Avoid fd leak when fdopen() fails in openFiles()
Alan Coopersmith
1
-1/+4
2013-04-21
Remove old man page note about XDM-AUTHENTICATION-1
Alan Coopersmith
1
-4/+1
2013-04-02
Stop leaking address struct on every call to getLocalAddress()
Alan Coopersmith
1
-22/+32
2013-02-23
Assume signal handlers return void, as C89 requires
Alan Coopersmith
7
-24/+19
2013-01-24
Look for pam in both pam/ and security/ paths
Jeremy Huddleston Sequoia
3
-2/+11
2012-12-27
Remove old Interactive Unix ("ISC") code from xdm
Alan Coopersmith
4
-80/+7
2012-12-27
Remove unused NCR/Wollongong TCP ("WINTCP") code from xdm
Alan Coopersmith
2
-175/+45
2012-12-27
Remove unused DECnet ("DNETCONN") code from xdm
Alan Coopersmith
4
-88/+31
2012-12-27
Remove unused TLI ("STREAMSCONN") code from xdm
Alan Coopersmith
10
-545/+124
2012-01-07
Add some missing malloc failure checks
Alan Coopersmith
2
-0/+15
2011-12-15
replace <varargs.h> by <stdarg.h>. Spotted my Marco Peereboom with clang.
Matthieu Herrb
1
-1/+1
2011-11-07
Fix build outside of source dir. Fixes distcheck too.
Matthieu Herrb
1
-2/+2
2011-10-22
greeter: link against -lXrender if xft is enabled
Julien Cristau
2
-2/+6
2011-10-01
Support systemd startup notification.
Michał Górny
5
-4/+37
2011-09-28
Fix warnings about printing longs with int type format strings
Alan Coopersmith
2
-2/+2
2011-09-28
Mark some chars as const to fix gcc -Wwrite-strings warnings
Alan Coopersmith
12
-45/+46
2011-09-25
Require xt >= 1.0 for appdefaultdir
Jeremy Huddleston
1
-1/+1
2011-09-25
configure.ac: Bump to 1.1.11
xdm-1.1.11
Jeremy Huddleston
1
-1/+1
2011-09-21
fix whitespace issues
Alan Coopersmith
9
-51/+51
2011-09-21
Use explicitly /bin/sh for running of Xwilling script via su.
Matěj Cepl
1
-1/+1
2011-08-31
Support installing systemd unit file.
Michał Górny
4
-1/+43
2011-06-08
Simplify FailedLogin code
Alan Coopersmith
1
-27/+23
2011-06-08
Stop using username retrieved from PAM before pam_end frees it.
Alan Coopersmith
1
-0/+4
2011-06-08
Add _X_ATTRIBUTE_PRINTF to LogVWrite declaration
Alan Coopersmith
1
-1/+1
2011-06-08
Replace GCC_PRINTFLIKE with xproto's _X_ATTRIBUTE_PRINTF
Alan Coopersmith
1
-12/+6
2011-06-08
Use C99 named initializers for XSetWindowAttributes structure
Alan Coopersmith
1
-4/+4
2011-06-08
Bug 13455: allowNullPasswd: true doesn't work until the second login attempt
Alan Coopersmith
1
-4/+9
2011-05-28
On Solaris, make sure PAM_TTY is only ever set to an actual /dev path
Alan Coopersmith
1
-2/+19
2011-05-28
xdm.man: address only needs 2 S's, not 3
Alan Coopersmith
1
-1/+1
2011-05-28
freeifaddrs() when done with it in DefineSelf()
Alan Coopersmith
1
-0/+1
2011-05-28
Add Solaris 11 libsocket to list of libraries to search for getifaddrs()
Alan Coopersmith
1
-2/+3
2011-05-16
Only greeter needs XPM CFLAGS & LIBS, not xdm daemon
Alan Coopersmith
1
-2/+0
2011-05-16
Stop casting return values of malloc and friends
Alan Coopersmith
17
-43/+40
2011-05-16
Stop casting free() arguments to (char *)
Alan Coopersmith
14
-69/+69
2011-05-16
Stop checking for NULL before calling free()
Alan Coopersmith
11
-60/+42
2011-05-16
Fix potential memory leak in allocation failure cleanup path
Alan Coopersmith
1
-0/+1
2011-03-05
man: replace hard coded section number (1) with __appmansuffix__
Gaetan Nadon
1
-2/+2
2011-02-22
greeter: Make sure cursor stays in bounds too
Alan Coopersmith
1
-2/+9
2011-02-22
greeter: Replace several #ifdef XPM blocks with LOGO_W macro
Alan Coopersmith
1
-26/+13
2011-02-22
greeter: Make sure text input areas stay inside the lines
Alan Coopersmith
1
-6/+3
2011-02-22
greeter: Add echoPasswdChar resource to set character to display
Alan Coopersmith
4
-14/+24
2011-02-21
greeter: inline valueMask for xpm window to avoid shadowing argument
Alan Coopersmith
1
-2/+1
2011-02-21
greeter: Remove unused extern dpy that is shadowed by local variables
Alan Coopersmith
1
-2/+0
2011-02-21
Delete some unused variables
Alan Coopersmith
2
-3/+0
2011-02-19
Add resource reservAttempts to allow a few successive crash-type exits
Servaas Vandenberghe
5
-17/+33
2011-02-19
crash detect: use StopDisplay().
Servaas Vandenberghe
1
-15/+31
2011-02-19
Fix missing linking dependency on -ldl.
Fernando Tarlá Cardoso Lemos
1
-0/+3
2011-02-19
xdm itself doesn't need to link with Xinerama library
Alan Coopersmith
1
-2/+0
2011-02-19
config: rename XDM_PRINT to XDM_TOOLKIT
Alan Coopersmith
1
-7/+7
[next]