summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Kichan Kwon [Tue, 17 May 2016 00:48:53 +0000 (09:48 +0900)]
Remove surplus license file
Change-Id: I213288c6a3d997dc8660d97b144dad6467b150b2
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
Kichan Kwon [Mon, 16 May 2016 03:10:21 +0000 (12:10 +0900)]
Merge branch 'upstream' into tizen
Change-Id: I2d8a6f8520812bda9af669bc65c1a68f973fb23e
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
Kichan Kwon [Mon, 16 May 2016 03:06:16 +0000 (12:06 +0900)]
Imported Upstream version 1.2.1
Change-Id: If89c11699d9a837730d10a25840bb5c6556337d5
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
boseong choi [Fri, 18 Mar 2016 10:53:42 +0000 (19:53 +0900)]
spec: change license name "BSD-3-Clause" to "BSD-2.0"
change license name in spec file to "BSD-2.0",
add GPL-2.0 license document.
Change-Id: Ie95e8b73181e2a2c317fb2134f62a1dfc4383c7c
Signed-off-by: boseong choi <boseong.choi@samsung.com>
Dong Sun Lee [Mon, 30 Nov 2015 23:21:41 +0000 (15:21 -0800)]
Revert "Key-Manager module integration."
This reverts commit
58c242f20ff88b03bdb38d94fc394777de6cf51d.
Change-Id: I6d4394c9755449764a906cacc44da59863786c9a
Maciej J. Karpiuk [Thu, 23 Apr 2015 13:07:03 +0000 (15:07 +0200)]
Key-Manager module integration.
Key-Manager provides secure storage for user keys, certificates and other, private data.
Key-Manager database is encrypted using user password.
Key-Manager module must know the user login, logout and password change events.
This change integrates the Key-Manager with PAM - Key-Manager listens to session events to lock/unlock
the database and password interface to know the user password change - and to re-encrypt the database
key using new password.
pam_key_manager_plugin.so is marked as optional in system-auth config.
Change-Id: Ifd1158f8b82fa28f8ae9442b42c2f2e7723068c7
Ronan Le Martret [Fri, 21 Nov 2014 09:49:17 +0000 (10:49 +0100)]
clean path for yocto compatibility
Change-Id: Ie076bb3ee6df8104f4ac0d881d34a49612495770
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
Kévin THIERRY [Fri, 26 Sep 2014 07:20:31 +0000 (09:20 +0200)]
Packaging: add missing dependency to pkgconfig
Change-Id: I03dda9173b5b92eee38cff5347d77cb8a66aafe3
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Ronan Le Martret [Thu, 24 Jul 2014 11:40:40 +0000 (13:40 +0200)]
corrective on wrong spec macro.
%{name} = %{version} should be used instead of %{version} = %{version}
Change-Id: Ic31f3da1cc35ba5d85b065a5da800f4903beed72
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
Ronan Le Martret [Fri, 11 Jul 2014 16:37:38 +0000 (18:37 +0200)]
clean spec file for yocto compliance.
Change-Id: I25e45387ae5cf76f43d91b4b2dce015846ca3037
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
Rafal Krypa [Fri, 11 Apr 2014 15:51:02 +0000 (08:51 -0700)]
Merge "Packaging: spec cleanup." into tizen
Karol Lewandowski [Wed, 12 Mar 2014 17:29:25 +0000 (18:29 +0100)]
packaging: Drop pam_systemd.so from system-auth
Having pam_systemd.so enabled globally causes systemd --user to be
spawned for every login. This is a problem at least for ssh, sdb and
/bin/login (eg. serial console) logins.
This commit drops pam_systemd from systemd-auth with expectation that
it will be added in pam config for graphical login manager (or
similar).
Change-Id: I933f9391e7e7d45adb148567e41e1cd66de9986d
Signed-off-by: Karol Lewandowski <k.lewandowsk@samsung.com>
Ronan Le Martret [Wed, 5 Mar 2014 08:52:39 +0000 (09:52 +0100)]
Packaging: spec cleanup.
Change-Id: I3cc5abeac491670b4551c47f2acd87138e6e5bde
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
Michael Leibowitz [Mon, 24 Feb 2014 22:53:02 +0000 (14:53 -0800)]
adding .changes
Change-Id: I51c91b81cd5109ff9befa0e9d793e124928af28a
Signed-off-by: Michael Leibowitz <michael.leibowitz@intel.com>
Michael Leibowitz [Fri, 21 Feb 2014 00:49:35 +0000 (16:49 -0800)]
Add a pam module to set smack label (PTREL-549)
After some back and forth, this was deemed to be sufficient for now, as
other solutions where wrong in an equal number of cases, but where
substantially more complicated.
Adds a session module that just sets context to "User"
Change-Id: I5a72fee29519d89d6b8ea60cd970d0438a0cb7cd
Signed-off-by: Michael Leibowitz <michael.leibowitz@intel.com>
Anas Nashif [Fri, 2 Aug 2013 15:07:52 +0000 (11:07 -0400)]
fixed license
Anas Nashif [Thu, 1 Aug 2013 20:28:00 +0000 (16:28 -0400)]
optimize package groups
Anas Nashif [Mon, 22 Jul 2013 14:22:03 +0000 (10:22 -0400)]
build locale package
Alexandru Cornea [Mon, 1 Jul 2013 18:46:20 +0000 (21:46 +0300)]
resetting manifest requested domain to floor
Anas Nashif [Fri, 22 Mar 2013 18:04:21 +0000 (11:04 -0700)]
Fixed package groups
Patrick McCarty [Wed, 6 Feb 2013 01:03:12 +0000 (17:03 -0800)]
Add multi-lib support
Change-Id: Ie3f00a4319e7beb2be15236b725ca5cd3f57ce87
Anas Nashif [Sun, 3 Feb 2013 01:34:13 +0000 (17:34 -0800)]
remove non-existant manifest macro
Anas Nashif [Sun, 3 Feb 2013 01:33:53 +0000 (17:33 -0800)]
remove manifest
Anas Nashif [Sun, 3 Feb 2013 01:25:33 +0000 (17:25 -0800)]
remove manifest macro
Anas Nashif [Sun, 3 Feb 2013 01:25:21 +0000 (17:25 -0800)]
remove manifest macro
Anas Nashif [Thu, 17 Jan 2013 00:24:16 +0000 (16:24 -0800)]
Move pam_mkhomedir.so to main package, systemd needs it
Anas Nashif [Sat, 12 Jan 2013 05:53:43 +0000 (21:53 -0800)]
Update to 1.1.6
Anas Nashif [Sat, 12 Jan 2013 05:52:03 +0000 (21:52 -0800)]
add missing DESTDIR
Anas Nashif [Sat, 12 Jan 2013 05:45:07 +0000 (21:45 -0800)]
Update to 1.1.6
Anas Nashif [Thu, 8 Nov 2012 04:04:22 +0000 (20:04 -0800)]
add missing files
Anas Nashif [Thu, 8 Nov 2012 04:03:07 +0000 (20:03 -0800)]
fix includes
Anas Nashif [Wed, 7 Nov 2012 06:56:58 +0000 (22:56 -0800)]
add packaging
Anas Nashif [Sat, 12 Jan 2013 05:40:28 +0000 (21:40 -0800)]
Imported Upstream version 1.1.6
Anas Nashif [Wed, 7 Nov 2012 06:56:57 +0000 (22:56 -0800)]
Imported Upstream version 1.1.5