]> git.sur5r.net Git - bacula/bacula/commit
Add support for arbitrary client-to-server certificate CN matching (TLS Allowed CN...
authorLandon Fuller <landonf@opendarwin.org>
Fri, 23 Mar 2007 17:20:40 +0000 (17:20 +0000)
committerLandon Fuller <landonf@opendarwin.org>
Fri, 23 Mar 2007 17:20:40 +0000 (17:20 +0000)
commitfb3b079c97e1f7f467319039aaf3f337fefaa332
treea39e732ee5ee661591155918677dbde4f0f16db2
parent8981b6d51f5a895b3d995ea039125411e5e94df4
Add support for arbitrary client-to-server certificate CN matching (TLS Allowed CN). This allows the TLS client to either use certificate hostname matching, or an arbitrary administer-supplied CN, and is necessary to support roaming clients with non-static hostnames.

Contributed by: Jorj Bauer <jorj@seas.upenn.edu>

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4397 91ce42f0-d328-0410-95d8-f526ca767f89
bacula/src/console/authenticate.c
bacula/src/dird/authenticate.c
bacula/src/dird/dird_conf.c
bacula/src/dird/dird_conf.h
bacula/src/filed/authenticate.c
bacula/src/lib/bnet.c
bacula/src/lib/protos.h
bacula/src/wx-console/authenticate.c