[openssh-commits] [openssh] branch master updated (422d1b3 -> 4626cba)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Jan 8 14:29:21 AEDT 2016


This is an automated email from the git hooks/post-receive script.

djm pushed a change to branch master
in repository openssh.

      from  422d1b3   upstream commit
       new  4626cba   Support Illumos/Solaris fine-grained privileges

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Detailed log of new commits:

commit 4626cbaf78767fc8e9c86dd04785386c59ae0839
Author: Damien Miller <djm at mindrot.org>
Date:   Fri Jan 8 14:24:56 2016 +1100

    Support Illumos/Solaris fine-grained privileges
    
    Includes a pre-auth privsep sandbox and several pledge()
    emulations. bz#2511, patch by Alex Wilson.
    
    ok dtucker@

Summary of changes:
 Makefile.in                   |   6 ++-
 configure.ac                  |  38 +++++++++++++-
 mux.c                         |   2 +
 openbsd-compat/port-solaris.c | 114 ++++++++++++++++++++++++++++++++++++++++++
 openbsd-compat/port-solaris.h |   3 ++
 platform-pledge.c             |  71 ++++++++++++++++++++++++++
 platform.h                    |   5 ++
 sandbox-solaris.c             | 107 +++++++++++++++++++++++++++++++++++++++
 sftp-server.c                 |   3 ++
 ssh-agent.c                   |   1 +
 uidswap.c                     |  18 ++++---
 11 files changed, 358 insertions(+), 10 deletions(-)
 create mode 100644 platform-pledge.c
 create mode 100644 sandbox-solaris.c

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list