aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Bugfix: s6-tcpclient and s6-tcpserver-access didn't s6dns_init()Laurent Bercot2015-03-306-9/+28
| | | | - Version: rc for 2.1.0.1
* Doc update and version number fix.v2.1.0.0Laurent Bercot2015-01-274-9/+22
| | | | Version: 2.1.0.0
* Move Unix domain socket and access control stuff to s6.Laurent Bercot2015-01-1561-4165/+39
| | | | | Move seekablepipe to s6-portable-utils. Version: 2.0.1.0, release candidate
* Doc updateLaurent Bercot2015-01-142-0/+26
|
* Doc fixesLaurent Bercot2015-01-143-0/+3
|
* doc/index.html updateLaurent Bercot2015-01-141-0/+6
|
* version: 2.0.1.0Laurent Bercot2015-01-143-5/+7
|
* - Parallel build fixv2.0.1.0Laurent Bercot2015-01-1415-24/+43
| | | | - Version updated to 2.0.1.0, release candidate
* Add .NOTPARALLEL to work around possible make bugLaurent Bercot2015-01-131-0/+2
|
* Clean up static/shared libs initialization in configure and MakefileLaurent Bercot2015-01-112-4/+4
|
* Bugfix: bad test in s6-ipcclient (for skalibs 2)Laurent Bercot2015-01-101-1/+1
|
* Complete conversion of s6-ipcserver and s6-tcpserver (4 and 6)Laurent Bercot2015-01-0715-827/+911
| | | | to socketbinder + d model. With documentation (!)
* Experimental decoupling of socketbinders and daemons in ucspi servers.Laurent Bercot2015-01-0718-398/+1420
| | | | | Rewrite of s6-ipcserver as a small wrapper. s6-tcpserver4 and s6-tcpserver6 will follow.
* Prevent failure of -1 option in ucspi servers when stdout is closedLaurent Bercot2015-01-063-6/+24
|
* - deps.mak fixv2.0.0.1Laurent Bercot2015-01-065-8/+15
| | | | - version increase to 2.0.0.1
* Remove -x test from gen-deps.shLaurent Bercot2015-01-041-3/+1
|
* Fix configure --help: no support for VAR=VALUELaurent Bercot2015-01-021-4/+1
|
* More noob-friendly configure defaultsLaurent Bercot2015-01-021-11/+31
|
* Better documentation for --enable-slashpackageLaurent Bercot2015-01-021-2/+16
|
* Remove the shutdown() in s6-sudoc: the MSG_DONTWAIT support in skalibsv2.0.0.0Laurent Bercot2014-12-211-3/+0
| | | | should fix the BSD problem in a better fashion.
* Doc fixesLaurent Bercot2014-12-204-6/+6
|
* My instinctive attempt to fix s6-sudoc on the BSDs appears to be working...Laurent Bercot2014-12-201-1/+1
| | | | BSD is easy: when in doubt, shutdown() the socket. wtfbsdseriously.
* s6-sudo PATH fixLaurent Bercot2014-12-201-1/+1
|
* s6-ioconnect fixLaurent Bercot2014-12-201-2/+2
|
* Test a shutdown in s6-sudoc, see if it helps the BSDsLaurent Bercot2014-12-202-3/+4
|
* Real fix >.>Laurent Bercot2014-12-193-3/+3
|
* Safewrap around iopause in UCSPI servers!Laurent Bercot2014-12-193-3/+3
|
* Documentation fixesLaurent Bercot2014-12-196-13/+12
|
* tain_t doc fixLaurent Bercot2014-12-191-2/+2
|
* Don't make UCSPI servers die if they can't write to stdoutLaurent Bercot2014-12-193-3/+3
|
* Clean up mgetuid.c target in targets.makLaurent Bercot2014-12-181-1/+1
|
* Fix sudoc/sudod communicationLaurent Bercot2014-12-182-9/+9
|
* Add PROG logging to minidentd -vLaurent Bercot2014-12-181-2/+4
|
* Fix minidentd (wrong byte order in /proc/net/tcp*) and ident-client.Laurent Bercot2014-12-184-4/+19
| | | | Add mgetuid.c to the list of cleaned targets.
* And s6-ioconnect, that pulls shutdown. </3 SolarisLaurent Bercot2014-12-162-1/+2
|
* And s6-getservbyname, because Solaris !Laurent Bercot2014-12-162-1/+2
|
* Update dependencies to ${SOCKET_LIB}, because SolarisLaurent Bercot2014-12-164-3/+6
|
* Don't forget the new Makefile >.>Laurent Bercot2014-12-161-2/+2
|
* Update gen-deps.sh and deps.makLaurent Bercot2014-12-162-18/+48
|
* Give Solaris a chanceLaurent Bercot2014-12-161-0/+4
|
* Update doc: dependency to make 4Laurent Bercot2014-12-162-2/+2
|
* Because BSDs can't understand setgroups... -> nonposixLaurent Bercot2014-12-163-12/+3
|
* Fix include order in MakefileLaurent Bercot2014-12-163-10/+22
|
* Initial commitLaurent Bercot2014-12-15115-0/+9395