index
:
app/xenodm
master
Xenocara Display Manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-07-14
Keep only on Xservers file. The Xservers.fs file makes no sense in xenodm.
Matthieu Herrb
2020-07-14
More unused code, when xdm-authorization is not used.
Matthieu Herrb
2020-07-14
Remove a number of unused prototypes
Matthieu Herrb
2020-07-14
The SIGFUNC type definition is unused now
Matthieu Herrb
2020-07-14
Good bye <setjmp.h> and associated definitions.
Matthieu Herrb
2020-07-14
Use explicit_bzero(). With BSD auth these data have already been wiped when w...
Matthieu Herrb
2020-07-14
Rework the Xservers parsing code to correctly reject non local display types.
Matthieu Herrb
2020-07-14
GreetUser() doen't need to return the X display pointer.
Matthieu Herrb
2020-07-14
Check strdup return value
Matthieu Herrb
2020-07-14
Remove useless endpwent() calls
Matthieu Herrb
2020-07-14
Remove a server reset that was there for compatilibity with "old" servers
Matthieu Herrb
2020-07-14
Remove display class from Xserver examples. They are of little interest in xe...
Matthieu Herrb
2020-07-14
Remove special handling of Kerberos auth that will never happen.
Matthieu Herrb
2020-07-14
Add an autologin mode to xenodm.
Matthieu Herrb
2020-07-14
Remove more mentions of remote and foreign X servers
Matthieu Herrb
2020-07-14
Remove the displayType member of struct display.
Matthieu Herrb
2020-07-14
Add a "flock" promise. If there are no local cache files for the user, fontco...
Theo Buehler
2020-07-14
Don't try to find an interpreter to execute the Xsession file if it's not exe...
Matthieu Herrb
2020-07-14
Mark some functions as __dead
Matthieu Herrb
2020-07-14
endpwent() is not needed after getpwnam()
Matthieu Herrb
2020-07-14
Augment the chances LogOutOfMem() works in out-of-memory conditions. All inst...
Matthieu Herrb
2020-07-14
Oops a typo crept in
Matthieu Herrb
2020-07-14
Use xenodm where applicable in comments
Matthieu Herrb
2020-07-14
Use explicit_bzero() to wipe the password
Matthieu Herrb
2020-07-14
greet->password is wiped after handling it to auth_setdata(). No need to wipe...
Matthieu Herrb
2020-07-14
Remove out-dated comment
Matthieu Herrb
2020-07-14
remove unused parameter passwd in StartClient().
Matthieu Herrb
2020-07-14
Generate autotools build system
Matthieu Herrb
2020-07-14
prepare to merge xenocara commits
Matthieu Herrb
2020-07-14
exit(0) -> return 0; at the end of main.
Matthieu Herrb
2020-07-14
Remove a Linux specific resource
Matthieu Herrb
2020-07-14
Remove unused stuff
Matthieu Herrb
2020-07-14
Remove bsdauth option. It's the only choice left
Matthieu Herrb
2020-07-14
Unifdef X_PRIVSEP
Matthieu Herrb
2016-09-04
white space
Matthieu Herrb
2016-09-04
Fix identation after un-ifdef
Matthieu Herrb
2016-09-04
Remove an empty loop
Matthieu Herrb
2016-09-04
..and remove the indirect function call for the greeter
Matthieu Herrb
2016-09-04
Remove the structure of function pointers used by the dynamic loader
Matthieu Herrb
2016-09-04
Remove a few fields used only by the dynamic greeter
Matthieu Herrb
2016-09-04
Remove shared greeter lib remaining bits
Matthieu Herrb
2016-09-04
Remove the "Dancing" login widget code that was never activated
Matthieu Herrb
2016-09-04
Remove now un-used configuration files
Matthieu Herrb
2016-09-04
Remove remaining chooser configuration bits
Matthieu Herrb
2016-09-04
Xft is now the only font selection system
Matthieu Herrb
2016-09-04
Unconditional IPv6 support.
Matthieu Herrb
2016-09-04
Remove zaurus specific default VT configuration (it had only 2 VTs)
Matthieu Herrb
2016-09-04
Update README for xenodm
Matthieu Herrb
2016-09-04
PidFile was removed. Remove PIDDIR configure support
Matthieu Herrb
2016-09-04
Unifdef Xinerama support
Matthieu Herrb
[prev]
[next]