]> git.armaanb.net Git - opendoas.git/shortlog
opendoas.git
2016-06-26 Duncaenbump version 0.3.1 v0.3.1
2016-06-26 Duncaenremove pam_timestamp from pam config
2016-06-26 Duncaenremove unnecessary warning output
2016-06-26 Duncaenbump version 0.3 v0.3
2016-06-26 Duncaenadd --without-pam configure option to allow passwd...
2016-06-26 Duncaenfix err messages
2016-06-26 Duncaensome more cleanup and refactoring of pam code
2016-06-24 Duncaenrename doas_pam.c to pam.c
2016-06-24 Duncaenimport sys-tree.h from openssh-portable
2016-06-24 martijnMove the RB_ code from doas.h to env.c, and limit the...
2016-06-24 teduthe environment handling code was showing its age....
2016-06-24 tedudon't use specified twice in a sentence, noticed by jmc
2016-06-24 teduclarify some wording
2016-06-24 teduspecify that default is deny if no rule matches
2016-06-08 Duncaenremove pledge seccomp shim
2016-06-08 Duncaenopen pam sessions with right user and remove setusercon...
2016-06-08 DuncaenRevert "sync with upstream (setenv)"
2016-06-05 Duncaenbump version to 0.2 v0.2
2016-06-05 Duncaenadd more restrictive permissions and root:root as owner...
2016-06-05 Duncaenfix ld and cflags
2016-06-05 Duncaensync with upstream (setenv)
2016-06-05 Duncaenremove version.h and define VERSION in configure script
2016-06-02 Duncaencheck return value of setresuid
2016-06-02 Duncaenremove nonstandard sys/cdefs.h
2016-05-09 Duncan OverbruckMerge pull request #7 from frgm/master v0.1
2016-05-09 Svyatoslav... fix configure script
2016-05-09 Svyatoslav... bsd.prog.mk: add "uninstall" target
2016-05-08 DuncaenAdd doas style prompt for pam authentication
2016-05-08 DuncaenMake pam session handling more failsafe
2016-05-08 DuncaenMore configure and make cleanup
2016-05-08 Duncan OverbruckMerge pull request #4 from frgm/master
2016-05-08 Svyatoslav... fix make install
2016-05-08 DuncaenFix horrible mistake
2016-05-08 DuncaenSimply install and move version to configure script
2016-05-08 Duncaenset PAM_USER, PAM_RUSER and PAM_TTY if available
2016-05-08 Svyatoslav... configure: tune up a little bit
2016-05-08 DuncaenAdd proper pam session handling
2016-05-07 DuncaenEnable style option only if bsd_auth.h is available
2016-05-07 DuncaenFix typos and configure pledge detection
2016-05-06 DuncaenTesting only seccomp pledge
2016-05-06 DuncaenAdd more compatibility functions for linux support
2016-05-06 DuncaenActually open pam sessions
2016-05-06 DuncaenSync doas.c
2016-05-06 DuncaenAdd configure script
2015-08-10 Nathan HolsteinGenerate automatic header dependencies.
2015-08-10 Nathan HolsteinAdd version information to doas executable.
2015-08-10 Nathan HolsteinGenerate a version header file from Git.
2015-08-07 Nathan HolsteinChange formating of comic in README.
2015-08-07 Nathan HolsteinAdd the XKCD comic to README.
2015-08-06 Nathan HolsteinAdd PAM service definition for doas.
2015-08-06 Nathan HolsteinAdd IO error checking to auth_userokay().
2015-08-06 Nathan HolsteinUpdate README to match status of PAM integration.
2015-08-06 Nathan HolsteinImplement PAM authentication.
2015-08-05 Nathan HolsteinMerge doas.c 1.34 from OpenBSD CVS.
2015-08-05 Nathan HolsteinSwitch an unsigned for a size_t.
2015-08-05 Nathan HolsteinBreak out make functionality into utility makefile.
2015-08-05 Nathan HolsteinAdd installation rules for man files.
2015-08-05 Nathan HolsteinAdd license file.
2015-08-05 Nathan HolsteinAdd a make rule to create ${BINDIR}.
2015-08-05 Nathan HolsteinBeing integration of PAM into auth_userokay().
2015-08-05 Nathan HolsteinAdd README.md.
2015-08-05 Nathan HolsteinAdd copyright clauses to new code.
2015-08-05 Nathan HolsteinFix memory corruption bug in rules parsing.
2015-08-05 Nathan HolsteinImport explicit_bzero() from OpenBSD.
2015-08-05 Nathan HolsteinImplement the semantics of setusercontext().
2015-08-05 Nathan HolsteinWarn when doas.conf doesn't exist.
2015-08-05 Nathan HolsteinRestrict read permissions of doas binary.
2015-08-05 Nathan HolsteinAdd compatibility functions from OpenBSD.
2015-08-05 Nathan HolsteinFix a group of sign comparison warnings.
2015-08-05 Nathan HolsteinFix a sign comparison warning.
2015-08-05 Nathan HolsteinHeader file revamp to build on MacOSX.
2015-08-05 Nathan HolsteinMakefile for gmake on MacOSX.
2015-08-05 Nathan HolsteinAdd a simple .gitignore.
2015-08-05 Nathan HolsteinAdd git-cvsimport author conversion file.
2015-08-03 Ted Unangstremove an extra getuid call, reported by Martijn van...
2015-07-30 Ted Unangstmake gid parsing look like uid parsing. from Martijn...
2015-07-30 Vadim ZhukovFix usage examples.
2015-07-29 Ted Unangstrefine a comment
2015-07-28 Theo de Raadtwrap some exceedingly long lines
2015-07-28 Vadim ZhukovRename some variables and add few comments in keepenv...
2015-07-28 Vadim ZhukovFix keepenv handling. Initially reported by Ze Loff...
2015-07-27 Ted Unangstdefault permitted target is all users, not root.
2015-07-27 Jean-Marie... some improvements from michael reed;
2015-07-27 Marc EspieAdd -n to usage. As noticed by Theo Buehler.
2015-07-26 Ted Unangstsmall clarifications
2015-07-26 Ted Unangstcheckconfig doesn't return anymore, noted by zhuk
2015-07-26 Marc Espienflag (as in sudo, force non-interactive mode)
2015-07-26 Vadim ZhukovOops, CVS mismerged changes, resulting in compilable...
2015-07-26 Ted Unangsttweak config checking slightly
2015-07-26 Vadim ZhukovStop exiting on cmdline overflow: it's used only for...
2015-07-26 Vadim ZhukovImplement command matching without execution. This...
2015-07-24 Vadim ZhukovFurther improve syntax error reporting in doas:
2015-07-23 Jean-Marie... tweak previous;
2015-07-22 Vadim ZhukovImplement quoting support in doas.conf. Now you can...
2015-07-22 Vadim ZhukovSmall tweaks:
2015-07-22 Jean-Marie... tweak previous; ok zhuk
2015-07-22 Theo de Raadtone whitespace out of place
2015-07-21 Jean-Marie... options w/o args go first in SYNOPSIS, and add -C to...
2015-07-21 Ted Unangstoops, previous commit regarding cases should have just...
2015-07-21 Ted Unangstcases should line up with switch, from Dimitris Papastamos
next