]> git.armaanb.net Git - opendoas.git/history - configure
Handle empty argv
[opendoas.git] / configure
2021-05-03 Armaan BhojwaniCleanup configure script
2021-05-03 Armaan BhojwaniRemove PAM authentication option
2021-04-04 Armaan BhojwaniChange the way insults are enabled
2021-04-04 Armaan BhojwaniFix configuration
2021-04-04 Armaan BhojwaniAdd basic insult capability
2021-01-28 Duncan Overbruckremove pam.d configuration files
2020-11-14 Duncan Overbruckconfigure: respect environment and make CFLAGS
2020-11-14 Duncan Overbruckconfigure: use LDLIBS instead of setting LDFLAGS
2020-11-14 Duncan Overbruckconfigure: fix verrc check
2020-11-12 Duncan Overbruckconfigure: add setresgid, setreuid and setregid checks
2020-11-12 Duncan Overbruckconfigure: add freebsd support
2020-11-12 Duncan Overbruckuse wheel group on MacOSX
2020-11-12 Duncan Overbruckconfigure: don't set --no-as-needed on MacOSX while...
2020-11-12 Duncan Overbruckadd back execvpe fallback
2020-11-12 Duncan Overbrucksimplify makefile
2020-11-12 Duncan Overbruckconfigure: define CURDIR for all targets
2020-11-12 Duncan Overbruckfix portability issues with configure script
2020-11-12 Duncan Overbrucklink libutil for setusercontext on NetBSD
2020-11-12 Duncan Overbruckset _OPENBSD_SOURCE on NetBSD
2020-11-12 Duncan Overbruckuse config.h and link objects instead of libopenbsd.a
2020-11-12 Sunil Nimmagaddaopendoas: Fallback for setresuid(2).
2020-11-12 Duncan Overbruckcheck for login_cap.h and use setusercontext if available
2019-11-23 Duncan Overbruckconfigure: remove version v6.6
2019-11-21 Duncan Overbruckconfigure: make {UID,GID}_MAX configurable
2019-07-26 Duncan Overbrucklibopenbsd: remove MacOSX compat functions, its not...
2019-01-30 Ivy Fosterconfigure: list --with-timestamp in help, since without...
2019-01-30 Duncaentimestamp: rename and simplify
2019-01-30 Duncaendoas: remove unnecessary configure checks, move shadow...
2017-12-11 Duncaenadd initial timestamp file support, disabled by default...
2017-12-11 Duncaenconfigure: update version
2017-12-11 Duncaenconfigure: fix usage
2016-09-06 Duncaenbump version to v6.0 v6.0
2016-09-06 DuncaenAdd closefrom(2) from openssh-portable
2016-09-06 Duncaenminor configure tweaks
2016-09-02 Duncaenconfigure: error out if no authentication found and...
2016-06-27 Duncan OverbruckMerge pull request #8 from frgm/master
2016-06-27 Svyatoslav Mishynconfigure: fix usage() formatting
2016-06-27 Duncaenbump to version v0.3.2 v0.3.2
2016-06-27 Duncaenfix --with(out)-pam configure option
2016-06-27 Duncaenfix sys/tree.h test
2016-06-26 Duncaenbump version 0.3.1 v0.3.1
2016-06-26 Duncaenbump version 0.3 v0.3
2016-06-26 Duncaenadd --without-pam configure option to allow passwd...
2016-06-24 Duncaenrename doas_pam.c to pam.c
2016-06-24 Duncaenimport sys-tree.h from openssh-portable
2016-06-08 Duncaenremove pledge seccomp shim
2016-06-08 Duncaenopen pam sessions with right user and remove setusercon...
2016-06-05 Duncaenbump version to 0.2 v0.2
2016-06-05 Duncaenremove version.h and define VERSION in configure script
2016-05-09 Duncan OverbruckMerge pull request #7 from frgm/master v0.1
2016-05-09 Svyatoslav Mishynfix configure script
2016-05-08 DuncaenMore configure and make cleanup
2016-05-08 Duncan OverbruckMerge pull request #4 from frgm/master
2016-05-08 Svyatoslav Mishynfix make install
2016-05-08 DuncaenSimply install and move version to configure script
2016-05-08 Svyatoslav Mishynconfigure: tune up a little bit
2016-05-08 DuncaenAdd proper pam session handling
2016-05-07 DuncaenFix typos and configure pledge detection
2016-05-06 DuncaenAdd configure script