Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 169077e6 | 2018-05-21 17:05:09 | Update to xinit 1.4.0 | ||
| 5150e677 | 2017-09-05 17:48:07 | backout hard-coded behaviour change which was not discussed, in particular no justification for why the current behaviour is wrong | ||
| 12dfb02f | 2017-08-29 08:50:37 | Fix error check according to the secure idiom described in the snprintf(3) manual. ok dcoppa@ | ||
| 7069c249 | 2017-08-28 15:13:11 | When xinit starts an X server that listens only on UNIX socket, prefer DISPLAY=unix:0 rather than DISPLAY=:0. This will prevent applications from ever falling back to TCP if the UNIX socket connection fails (such as when the X server crashes). joint work with tb@ cluebat and ok matthieu@ | ||
| fd18c20e | 2016-10-11 22:14:30 | regen | ||
| 33d107bf | 2015-10-17 08:25:11 | Don't automatically launch dbus as part of the default user sessions. requested by deraadt@ no objection ajacoutot@ | ||
| 0a779e42 | 2015-08-30 13:32:02 | Remove abuse of \/ which is not a slash but an italic correction; ok matthieu@, who will also push these fixes upstream (thanks). | ||
| d365eacb | 2015-06-20 10:12:39 | Now that nolisten tcp is the Xserver default, don't pass the option in scripts anymore. | ||
| 5df814c8 | 2015-06-15 16:17:46 | Pass '-nolisten tcp' option to Xserver so that it doesn't listen on port 6000 by default anymore. ok jasper@, ajacoutot@, naddy@, phessler@ | ||
| 78490636 | 2015-06-14 10:33:02 | Use mktemp to create .serverauth file. Inspired by Debian patches | ||
| 2193f5c5 | 2015-05-10 14:06:23 | No NEWS is good NEWS - remove a bunch of files not present upstreams anymore | ||
| 3c60ea3f | 2015-01-30 10:51:41 | Avoid GNU expr extensions. Already committed upstream. ok matthieu@ | ||
| fcc6eaf3 | 2015-01-25 11:37:57 | Update to xinit 1.3.4 | ||
| 9f7fb363 | 2014-08-28 17:34:57 | regen | ||
| d30eea24 | 2014-08-28 17:34:29 | Reduce diffs with upstream. No functional change. | ||
| fcd6bcf1 | 2014-02-26 14:21:28 | oops Pablo Mendez Hernandez <pablomh@gmail.com> pointed out there is a typo in previous commit. ok jca@, dcoppa@, deraadt@ | ||
| c2e393c2 | 2014-02-25 22:16:24 | Support for ed25519 keys. from Tristan Le Guern with tweaks by sthen@ Ok deraadt@ | ||
| c38ca59e | 2013-09-14 09:16:23 | Update to xinit 1.3.3 | ||
| 61e2983c | 2013-08-18 06:20:12 | Fix a number of merge issues accumulated over the years - INSTALL often got doubled by patch - empty AUTHORS files didn't get removed. | ||
| 3e0f48d5 | 2013-05-31 21:44:40 | Update to xinit 1.3.2 | ||
| 87065b17 | 2013-05-19 07:22:53 | Don't try to start an ssh agent if $SSH_AGENT_PID is already set. ok matthieu@ | ||
| a6e96391 | 2013-05-03 05:57:05 | Start dbus-launch in a consistent way int xinitrc and Xsession and fix an indent weirdness while here. ok matthieu@ | ||
| 77e64dc4 | 2012-08-05 07:27:34 | Indent with tabs like the rest of the script. ok matthieu@ | ||
| 31da0ff7 | 2012-08-04 20:41:42 | If dbus is installed, start the daemon as part of the X session. That will help applications that depend on dbus beeing started. With ajacoutot@. | ||
| 84d60d9b | 2011-10-31 14:00:14 | Update to xinit 1.3.1 | ||
| 4d8053ee | 2011-03-19 15:40:02 | Add support for ecdsa SSH keys. From dave at davec dot name. Thanks. | ||
| 47220c0c | 2010-11-01 08:58:06 | Remove Xorg RCSId that was left in a previous merge. | ||
| 8e650c80 | 2010-11-01 08:52:28 | Update to xinit 1.3.0 | ||
| 7d4fcb4c | 2010-05-31 20:23:19 | Update to xinit 1.2.1 | ||
| 033e24f2 | 2009-05-03 13:17:37 | update to xinit 1.1.1 | ||
| 2a567d88 | 2008-06-18 20:33:15 | Tis file is no longer in xinit 1.1.0. | ||
| 1420b924 | 2008-06-18 20:31:51 | update to xinit 1.1.0. | ||
| 33acf341 | 2008-04-20 13:46:02 | Update to xinit-1.0.8, while preserving local changes. | ||
| e14d5aef | 2008-04-20 13:25:46 | Get rid of the Xwrapper hack. OpenBSD doesn't support XFree86 3.3.x anymore. | ||
| 7830df18 | 2008-03-15 18:08:24 | Regen with autoconf 2.59-p2, with AM_SANITY check zapped. | ||
| 6da42243 | 2008-03-07 07:48:10 | use explicit path to openssl. Reported by Dave Del Debbio. Thanks. | ||
| c8a36eb1 | 2008-01-12 14:20:50 | regen | ||
| a80a36f4 | 2008-01-12 14:20:27 | On OpenBSD use 'openssl rand 16 -hex' to generate the cookie. This avoids the quoting hell needed for 'dd /dev/arandom | hexdump' that confuses cpp from gcc 2.95. | ||
| 3af14866 | 2007-09-28 20:23:21 | regen | ||
| 0e83804b | 2007-09-28 20:23:04 | use /dev/arandom to generate the cookie. Problem noticed by Joerg Sonnenberger. Thanks. | ||
| 4798ec43 | 2007-09-28 20:22:10 | revert previous. This is not the good place to patch. | ||
| 23feae05 | 2007-09-28 20:12:18 | use /dev/arandom to generate the cookie. Problem noticed by Joerg Sonnenberger. Thanks. | ||
| 59ec3355 | 2007-09-15 17:12:01 | merge xinit 1.0.6 | ||
| 7fd4ac2f | 2007-09-15 17:05:29 | xinit 1.0.6 | ||
| 9be58eca | 2007-07-29 11:34:29 | regen | ||
| 220aba59 | 2007-04-15 14:09:29 | regen | ||
| 6637a9a3 | 2007-03-18 22:29:12 | regen with automake 1.9.6p2 | ||
| df973de8 | 2007-03-16 00:03:49 | regen | ||
| eb500fcb | 2006-11-29 12:16:20 | regen | ||
| 8a2d071a | 2006-11-29 12:16:07 | Install startup script in /etc/X11 | ||
| 78e2e447 | 2006-11-27 19:27:25 | $Xenocara$ -> $OpenBSD$ | ||
| 7589183e | 2006-11-27 13:10:10 | regenerate with OpenBSD autotools | ||
| 577ea267 | 2006-11-26 17:54:05 | regen with OpenBSD autotools | ||
| 7304755a | 2006-11-26 17:17:57 | OpenBSD customization: - hack for XFree86 3.3.x X servers - ssh-agent integration - fvwm default window manager | ||
| e43a04e2 | 2006-11-26 15:04:55 | More build infrastructure. (applications missing in X.Org 7.2RC2) | ||
| 88a6319a | 2006-11-26 14:43:35 | Importing from X.Org indiviual releases |