CVS commit: src/external/bsd/blacklist/lib

2020-03-30 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Mar 30 17:32:22 UTC 2020 Modified Files: src/external/bsd/blacklist/lib: libblacklist.3 Log Message: New sentence, new line. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/external/bsd/blacklist/lib/libblackl

CVS commit: src/external/bsd/blacklist/lib

2020-03-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 30 15:47:15 UTC 2020 Modified Files: src/external/bsd/blacklist/lib: libblacklist.3 Log Message: Clarify that we always need a valid socket To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/external/bsd/

CVS commit: src/external/bsd/blacklist/lib

2019-03-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Mar 8 20:40:05 UTC 2019 Modified Files: src/external/bsd/blacklist/lib: Makefile Log Message: We don't need to depend on pthreads. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/bsd/blacklist/lib

CVS commit: src/external/bsd/blacklist/lib

2017-10-22 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Oct 22 10:31:57 UTC 2017 Modified Files: src/external/bsd/blacklist/lib: libblacklist.3 Log Message: Add comma between Nm entries To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/external/bsd/blacklist/lib/li

CVS commit: src/external/bsd/blacklist/lib

2017-02-04 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Feb 4 23:33:56 UTC 2017 Modified Files: src/external/bsd/blacklist/lib: libblacklist.3 Log Message: Quote - to make it a minus. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/bsd/blacklist/lib/libblac

CVS commit: src/external/bsd/blacklist/lib

2017-01-31 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Tue Jan 31 16:55:04 UTC 2017 Modified Files: src/external/bsd/blacklist/lib: libblacklist.3 Log Message: Correct the function names in the RETURN VALUES section and use markup for errno. To generate a diff of this commit: cvs r

CVS commit: src/external/bsd/blacklist/lib

2017-01-31 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Tue Jan 31 16:31:21 UTC 2017 Modified Files: src/external/bsd/blacklist/lib: libblacklist.3 Log Message: Fix a sentence. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/bsd/blacklist/lib/libblacklist.3

CVS commit: src/external/bsd/blacklist/lib

2017-01-31 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Tue Jan 31 16:23:19 UTC 2017 Modified Files: src/external/bsd/blacklist/lib: libblacklist.3 Log Message: Remove comma after the last Nm entry. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/blackli

CVS commit: src/external/bsd/blacklist/lib

2016-07-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jul 29 17:13:09 UTC 2016 Modified Files: src/external/bsd/blacklist/lib: bl.c Log Message: Use %s+strerro(errno) instead of %m (From Kurt Lidl) To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/external/bsd

CVS commit: src/external/bsd/blacklist/lib

2015-12-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Dec 30 17:57:20 UTC 2015 Modified Files: src/external/bsd/blacklist/lib: Makefile Log Message: typo To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/bsd/blacklist/lib/Makefile Please note that diff

CVS commit: src/external/bsd/blacklist/lib

2015-12-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Dec 30 16:42:48 UTC 2015 Modified Files: src/external/bsd/blacklist/lib: Makefile bl.c Log Message: Add a mutex to prevent races during initialization code from multiple threads. Found in named. To generate a diff of this

CVS commit: src/external/bsd/blacklist/lib

2015-05-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu May 28 01:01:37 UTC 2015 Modified Files: src/external/bsd/blacklist/lib: bl.c Log Message: put back setting uid and gid to -1 if they are not available. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/ext

CVS commit: src/external/bsd/blacklist/lib

2015-05-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 27 22:37:13 UTC 2015 Modified Files: src/external/bsd/blacklist/lib: bl.c Log Message: Make sure that we get the socket messages we expect, otherwise return NULL. To generate a diff of this commit: cvs rdiff -u -r1.24

CVS commit: src/external/bsd/blacklist/lib

2015-02-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 3 01:22:08 UTC 2015 Modified Files: src/external/bsd/blacklist/lib: bl.c Log Message: fix typo. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/external/bsd/blacklist/lib/bl.c Please note that diffs

CVS commit: src/external/bsd/blacklist/lib

2015-02-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 2 22:03:45 UTC 2015 Modified Files: src/external/bsd/blacklist/lib: bl.c Log Message: CID/126787{0,1}: Uninitialized msg_flags To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/external/bsd/blacklist/

CVS commit: src/external/bsd/blacklist/lib

2015-01-25 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Jan 25 23:09:28 UTC 2015 Modified Files: src/external/bsd/blacklist/lib: libblacklist.3 Log Message: Minor fixes. XXX: libblacklist needs to be defined. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/