Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
073af45f
...
073af45f3402afb1cb11815d3d5f0d66a13bc324
authored
2008-05-28 14:26:37 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Update
1 parent
d07b719f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
ChangeLog
lib/muaux.h
ChangeLog
View file @
073af45
2008-05-28 Sergey Poznyakoff <gray@gnu.org.ua>
* lib/Makefile.am (libmuaux_la_SOURCES): Add userprivs.c.
* lib/userprivs.c: New file.
* lib/muaux.h (mu_switch_to_privs): New prototype.
* libproto/include/amd.h (_amd_data.msg_finish_delivery): Pass
original message as the 3rd argument.
* libproto/maildir/mbox.c (maildir_msg_finish_delivery): Take
original message as the 3rd argument.
Use message attributes to select the subdirectory to place it
into.
* mailbox/amd.c (amd_append_message): Pass original message as the
3rd argument to msg_finish_delivery.
* mailbox/filter_trans.c (SOFTBRK): Remove unused macro.
* movemail/movemail.c: New option --copy-permissions (-P).
2008-04-07 Sergey Poznyakoff <gray@gnu.org.ua>
Implement compilation of Sieve sources from the memory.
...
...
lib/muaux.h
View file @
073af45
...
...
@@ -16,6 +16,7 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
MA 02110-1301 USA */
int
mu_switch_to_privs
(
uid_t
uid
,
gid_t
gid
,
mu_list_t
retain_groups
);
void
mu_set_signals
(
RETSIGTYPE
(
*
handler
)
(
int
signo
),
int
*
sigv
,
int
sigc
);
const
char
*
mu_strexit
(
int
code
);
...
...
Please
register
or
sign in
to post a comment