commit - 09a12e37c36bb108ccb3e4556c96ea992d7695b3
commit + 79c9b1b2fadee466e992820e5857c995f7b9c49d
blob - fb3216d6cf4e60bc3738ca310dfae4d291ad477a
blob + bb59c0e04cff956d719f500bc85d2ed630b89008
--- Makefile
+++ Makefile
-# $OpenBSD: Makefile,v 1.1 2015/07/16 20:44:21 tedu Exp $
-
SRCS= parse.y vias.c
PROG= vias
blob - c0e7dc2f71581125e6a029c74e322e4322a91a0b
blob + 48b77c0f6a6d138e970b0aec1363d02bc290c4e5
--- parse.y
+++ parse.y
-/* $OpenBSD: parse.y,v 1.19 2016/06/27 15:41:17 tedu Exp $ */
/*
- * Copyright (c) 2016 Martijn van Duren <martijn@openbsd.org>
+ * Copyright (c) 2016 Martijn van Duren <vias@imperialat.at>
* Copyright (c) 2015 Ted Unangst <tedu@openbsd.org>
*
* Permission to use, copy, modify, and distribute this software for any
blob - /dev/null
blob + d20e3950c7573cd22ca766a05378687975743f33 (mode 644)
--- /dev/null
+++ README
+This project is setup as a complement to doas and a replacement for sudoedit.
+
+Although based on the doas code from - and runs on OpenBSD, this code is in no
+way affiliated to OpenBSD or it's developers and has been even called dangerous
+by some of its senior members.
+
+Being a suid program it has the potential for a normal user to ruin the entire
+system.
+USE AT YOUR OWN RISK.
+I am in no way reliable for any harm resulting from use of this program.
+
+If you do decide to use it, or if you have any improvements, feel free to drop
+me a line.
blob - 1d08973fbf995e8a70855eb6a68969e2408786d7
blob + 393502930af5fe8fdc7ce4a232ce30a6e7261e5d
--- vias.1
+++ vias.1
-.\" $OpenBSD: $
.\"
-.\"Copyright (c) 2016 Martijn van Duren <martijn@openbsd.org>
+.\"Copyright (c) 2016 Martijn van Duren <vias@imperialat.at>
.\"Copyright (c) 2015 Ted Unangst <tedu@openbsd.org>
.\"
.\"Permission to use, copy, modify, and distribute this software for any
.Xr doas 1 ,
.Xr vias.conf 5
.Sh AUTHORS
-.An Martijn van Duren Aq Mt martijn@openbsd.org
+.An Martijn van Duren Aq Mt vias@imperialat.at
blob - 244baeac496196d5b096928b125f4e0abbdd42dd
blob + 95972527928d90c3dfd17b89fd9a72f17110147f
--- vias.c
+++ vias.c
-/* $OpenBSD: vias.c,v 1.57 2016/06/19 19:29:43 martijn Exp $ */
/*
- * Copyright (c) 2016 Martijn van Duren <martijn@openbsd.org>
+ * Copyright (c) 2016 Martijn van Duren <vias@imperialat.at>
* Copyright (c) 2015 Ted Unangst <tedu@openbsd.org>
*
* Permission to use, copy, modify, and distribute this software for any
blob - 4493c3af54ed59239f89c3f4c86bc221fd38c3b7
blob + e658a935f4572917954f7a4c4c49e00f491b924a
--- vias.conf.5
+++ vias.conf.5
-.\" $OpenBSD: $
.\"
-.\"Copyright (c) 2016 Martijn van Duren <martijn@openbsd.org>
+.\"Copyright (c) 2016 Martijn van Duren <vias@imperialat.at>
.\"Copyright (c) 2015 Ted Unangst <tedu@openbsd.org>
.\"
.\"Permission to use, copy, modify, and distribute this software for any
.Sh SEE ALSO
.Xr vias 1
.Sh AUTHORS
-.An Martijn van Duren Aq Mt martijn@openbsd.org
+.An Martijn van Duren Aq Mt vias@imperialat.at
blob - 48d88dd7713cf28247a91d7c72781ed611365a32
blob + 1e8734bbceeb2422784892612a5fdcdbf807e31a
--- vias.h
+++ vias.h
-/* $OpenBSD: doas.h,v 1.8 2016/06/19 19:29:43 martijn Exp $ */
struct rule {
int action;
int options;