Module Name: src Committed By: snj Date: Tue Jun 2 20:32:44 UTC 2015
Modified Files: src/external/bsd/blacklist/bin [netbsd-7]: conf.c src/external/bsd/blacklist/etc [netbsd-7]: blacklistd.conf src/external/bsd/blacklist/lib [netbsd-7]: bl.c src/external/bsd/blacklist/test [netbsd-7]: Makefile srvtest.c Log Message: Pull up following revision(s) (requested by christos in ticket #815): external/bsd/blacklist/bin/conf.c: revision 1.19, 1.20 external/bsd/blacklist/etc/blacklistd.conf: revision 1.4 external/bsd/blacklist/lib/bl.c: revisions 1.25, 1.26 external/bsd/blacklist/test/Makefile: revision 1.3 external/bsd/blacklist/test/srvtest.c: revision 1.10 Centralize and fix =/* parsing, now =/24 works again. XXX: pullup-7 -- fix example. -- Add ability to test using a local socket. -- put back setting uid and gid to -1 if they are not available. -- Merge the uid data too, so that we don't end up with multiple entries when we don't care about the uid in the config file. In this case sshd returns either uid=root|sshd depending on how we failed, so we used to get two entries. -- Make sure that we get the socket messages we expect, otherwise return NULL. To generate a diff of this commit: cvs rdiff -u -r1.18.2.2 -r1.18.2.3 src/external/bsd/blacklist/bin/conf.c cvs rdiff -u -r1.3.2.2 -r1.3.2.3 \ src/external/bsd/blacklist/etc/blacklistd.conf cvs rdiff -u -r1.24.2.2 -r1.24.2.3 src/external/bsd/blacklist/lib/bl.c cvs rdiff -u -r1.2.2.2 -r1.2.2.3 src/external/bsd/blacklist/test/Makefile cvs rdiff -u -r1.9.2.2 -r1.9.2.3 src/external/bsd/blacklist/test/srvtest.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.