* add support for reading the UID via getsockopt from unix domain socket conneciotns...
authorWilfried Göesgens <willi@citadel.org>
Sun, 21 Jun 2009 21:14:56 +0000 (21:14 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sun, 21 Jun 2009 21:14:56 +0000 (21:14 +0000)
commit9d04a04a45ac67c1747e784de135afb977b03dd2
tree9edde09bb0561859002a5af7778bef20ccf45a1a
parent013c587bf5ad95282ad766b363d8734e99522052
* add support for reading the UID via getsockopt from unix domain socket conneciotns in begin_session()
* use the UID like bzed suggested in debian Bug#528760 when sending mails via LMTP
* add configure options to detect ucread; borowed from http://git.musicpd.org/cgit/master/mpd.git/plain/m4/ucred.m4; thanks to Max Kellermann to point me there.
a further good read is http://www.wsinnovations.com/softeng/articles/uds.html ; it indicates that this might not be portable to *bsd / Solaris; configure should protect us from problems here though.
citadel/bootstrap
citadel/citserver.c
citadel/configure.ac
citadel/m4/ucread.m4 [new file with mode: 0644]
citadel/modules/smtp/serv_smtp.c
citadel/server.h
citadel/sysdep.c