summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
2016-11-15Use an additional check with lstat(2) when d_type is unknown.Okan Demirmen
2016-11-15revert previous; upcoming changes will hopefully deal with these moreOkan Demirmen
2016-11-15Add a wrapper based upon xevent handlers around client move/resize for key andOkan Demirmen
2016-11-14Define callbacks, then default bindings.Okan Demirmen
2016-11-14Reorganize for upcoming changes.Okan Demirmen
2016-11-14Remove the (8) default bindings for pointer move since they conflict withOkan Demirmen
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-08Fix X11 property retrieval codeDmitrij Czarkoff
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-11-03Update to xterm 327Matthieu Herrb
2016-10-26Add a "flock" promise. If there are no local cache files for the user,Theo Buehler
2016-10-26With the disabling of Tektronics emulation, the pledge(2) promises couldMatthieu Herrb
2016-10-24Make it clear these are flags.Okan Demirmen
2016-10-24Stop providing the uxterm and koi8rxterm shell scripts.Matthieu Herrb
2016-10-24Disable Tektronics 4014 emulation. ok natano@, naddy@, schwarze@Matthieu Herrb
2016-10-24Remove duplicate check that strsubmatch() already does; while here, fix aOkan Demirmen
2016-10-24Sprinkle __func__ in appropriate error messages.Okan Demirmen
2016-10-24Get rid of 'matchname'; it's too surprising to have the menu change duringOkan Demirmen
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
2016-10-23Add xenodm a stripped down xdm (X Display Manager) for OpenBSD.Matthieu Herrb
2016-10-22clean up search_match_client(); no behaviour changeOkan Demirmen