Age | Commit message (Expand) | Author |
2016-11-11 | regen | Matthieu Herrb |
2016-11-11 | Keep only on Xservers file. | Matthieu Herrb |
2016-11-08 | Fix X11 property retrieval code | Dmitrij Czarkoff |
2016-11-06 | More unused code, when xdm-authorization is not used. | Matthieu Herrb |
2016-11-06 | Remove a number of unused prototypes | Matthieu Herrb |
2016-11-06 | The SIGFUNC type definition is unused now | Matthieu Herrb |
2016-11-06 | Good bye <setjmp.h> and associated definitions. | Matthieu Herrb |
2016-11-06 | Use explicit_bzero(). With BSD auth these data have already been | Matthieu Herrb |
2016-11-06 | Rework the Xservers parsing code to correctly reject | Matthieu Herrb |
2016-11-06 | GreetUser() doen't need to return the X display pointer. | Matthieu Herrb |
2016-11-06 | Check strdup return value | Matthieu Herrb |
2016-11-06 | Remove useless endpwent() calls | Matthieu Herrb |
2016-11-06 | Remove a server reset that was there for compatilibity with "old" servers | Matthieu Herrb |
2016-11-06 | Remove display class from Xserver examples. | Matthieu Herrb |
2016-11-06 | Remove special handling of Kerberos auth that will never happen. | Matthieu Herrb |
2016-11-06 | Add an autologin mode to xenodm. | Matthieu Herrb |
2016-11-06 | Remove more mentions of remote and foreign X servers | Matthieu Herrb |
2016-11-06 | Remove the displayType member of struct display. | Matthieu Herrb |
2016-11-03 | Update to xterm 327 | Matthieu Herrb |
2016-10-26 | Add a "flock" promise. If there are no local cache files for the user, | Theo Buehler |
2016-10-26 | With the disabling of Tektronics emulation, the pledge(2) promises could | Matthieu Herrb |
2016-10-24 | Make it clear these are flags. | Okan Demirmen |
2016-10-24 | Stop providing the uxterm and koi8rxterm shell scripts. | Matthieu Herrb |
2016-10-24 | Disable Tektronics 4014 emulation. ok natano@, naddy@, schwarze@ | Matthieu Herrb |
2016-10-24 | Remove duplicate check that strsubmatch() already does; while here, fix a | Okan Demirmen |
2016-10-24 | Sprinkle __func__ in appropriate error messages. | Okan Demirmen |
2016-10-24 | Get rid of 'matchname'; it's too surprising to have the menu change during | Okan Demirmen |
2016-10-23 | Don't try to find an interpreter to execute the Xsession file if | Matthieu Herrb |
2016-10-23 | Mark some functions as __dead | Matthieu Herrb |
2016-10-23 | endpwent() is not needed after getpwnam() | Matthieu Herrb |
2016-10-23 | Augment the chances LogOutOfMem() works in out-of-memory conditions. | Matthieu Herrb |
2016-10-23 | Oops a typo crept in | Matthieu Herrb |
2016-10-23 | Use xenodm where applicable in comments | Matthieu Herrb |
2016-10-23 | Use explicit_bzero() to wipe the password | Matthieu Herrb |
2016-10-23 | greet->password is wiped after handling it to auth_setdata(). | Matthieu Herrb |
2016-10-23 | Remove out-dated comment | Matthieu Herrb |
2016-10-23 | remove unused parameter passwd in StartClient(). | Matthieu Herrb |
2016-10-23 | Generate autotools build system | Matthieu Herrb |
2016-10-23 | Add xenodm a stripped down xdm (X Display Manager) for OpenBSD. | Matthieu Herrb |
2016-10-22 | clean up search_match_client(); no behaviour change | Okan Demirmen |
2016-10-21 | add NetWM-compliant fullscreen support | Dmitrij Czarkoff |
2016-10-18 | Refactor callbacks to take a void * so as to not try and generalize into | Okan Demirmen |
2016-10-12 | remove another unused proto | Okan Demirmen |
2016-10-11 | regen | Matthieu Herrb |
2016-10-10 | Remove the global 'make includes' step from 'make build'. | Matthieu Herrb |
2016-10-06 | Rename 2 kbfunc to match closer to what they do | Okan Demirmen |
2016-10-06 | Add an argument to the callbacks to pass the xevent context, button or | Okan Demirmen |
2016-10-06 | Check the ptr bounds in the new client during cycling, since not all | Okan Demirmen |
2016-10-05 | More accurate to say 'toggle', rather than 'select', for group[n]/nogroup. | Okan Demirmen |
2016-10-05 | Add CM-a for 'nogroup' (CM-0 stays for now); update manpage to reflect. | Okan Demirmen |