summaryrefslogtreecommitdiff
path: root/app/xenodm
AgeCommit message (Expand)Author
2018-05-06static variable shadowing found by clangMatthieu Herrb
2018-05-06Unused variables found by clangMatthieu Herrb
2018-05-06Add missing brackets to multi-statement if in SaveServerAuthorizationsMatthieu Herrb
2017-11-12xdm -> xenodm in log and error messagesMatthieu Herrb
2017-10-04chown before chmodMatthieu Herrb
2017-09-05backout hard-coded behaviour change which was not discussed, inTheo de Raadt
2017-08-30amend commentDavid Coppa
2017-08-30Use 'unix:0' for the DISPLAY environment variableDavid Coppa
2017-08-22Missing dot breaks semantic markup. from Klemens Nanni. Thanks.Matthieu Herrb
2017-07-26Stop abusing cpp as generic macro processor in the build system.Matthieu Herrb
2017-07-26regenMatthieu Herrb
2017-07-26There is no xdm.service file in xenodm.Matthieu Herrb
2017-03-04Don't mention the unsupported Kerberos credentials cache.Theo Buehler
2017-03-04Convert xenodm manual to mdoc(7).Anthony J. Bentley
2017-02-28Replace the binaryEqual() function with std memcmp().Martin Natano
2017-02-28Remove some remaining XDMCP and remote X servers references.Matthieu Herrb
2017-01-30Reset SIGCHLD signal handler to previous value in error path, too.Tobias Stoeckmann
2016-11-11regenMatthieu Herrb
2016-11-11SU is not needed without xdmcp supportMatthieu Herrb
2016-11-11regenMatthieu Herrb
2016-11-11Xsession cleanup:Matthieu Herrb
2016-11-11regenMatthieu Herrb
2016-11-11Keep only on Xservers file.Matthieu Herrb
2016-11-06More unused code, when xdm-authorization is not used.Matthieu Herrb
2016-11-06Remove a number of unused prototypesMatthieu Herrb
2016-11-06The SIGFUNC type definition is unused nowMatthieu Herrb
2016-11-06Good bye <setjmp.h> and associated definitions.Matthieu Herrb
2016-11-06Use explicit_bzero(). With BSD auth these data have already beenMatthieu Herrb
2016-11-06Rework the Xservers parsing code to correctly rejectMatthieu Herrb
2016-11-06GreetUser() doen't need to return the X display pointer.Matthieu Herrb
2016-11-06Check strdup return valueMatthieu Herrb
2016-11-06Remove useless endpwent() callsMatthieu Herrb
2016-11-06Remove a server reset that was there for compatilibity with "old" serversMatthieu Herrb
2016-11-06Remove display class from Xserver examples.Matthieu Herrb
2016-11-06Remove special handling of Kerberos auth that will never happen.Matthieu Herrb
2016-11-06Add an autologin mode to xenodm.Matthieu Herrb
2016-11-06Remove more mentions of remote and foreign X serversMatthieu Herrb
2016-11-06Remove the displayType member of struct display.Matthieu Herrb
2016-10-26Add a "flock" promise. If there are no local cache files for the user,Theo Buehler
2016-10-23Don't try to find an interpreter to execute the Xsession file ifMatthieu Herrb
2016-10-23Mark some functions as __deadMatthieu Herrb
2016-10-23endpwent() is not needed after getpwnam()Matthieu Herrb
2016-10-23Augment the chances LogOutOfMem() works in out-of-memory conditions.Matthieu Herrb
2016-10-23Oops a typo crept inMatthieu Herrb
2016-10-23Use xenodm where applicable in commentsMatthieu Herrb
2016-10-23Use explicit_bzero() to wipe the passwordMatthieu Herrb
2016-10-23greet->password is wiped after handling it to auth_setdata().Matthieu Herrb
2016-10-23Remove out-dated commentMatthieu Herrb
2016-10-23remove unused parameter passwd in StartClient().Matthieu Herrb
2016-10-23Generate autotools build systemMatthieu Herrb