file header comment updated

This commit is contained in:
2018-11-14 09:30:54 -05:00
parent 0c909d5a93
commit eb4fd57eb9
9 changed files with 77 additions and 29 deletions
+11 -2
View File
@@ -1,3 +1,12 @@
/////
//
// File : mod_absec.c
// Author : Jean-Luc Cyr
// Date : 2018-10
//
// Description: apache module for authentification and autorisation management
//
/*
** mod_absec.c -- Apache absec module
** [base Autogenerated via ``apxs -n absec -g'']
@@ -58,8 +67,8 @@
#include <shadow.h>
#include <sys/stat.h>
#include "absec_pam.h"
#include "absec_mysql.h"
#include "absec_authen.h"
#include "absec_auto.h"
////////////////////////////////////////////////////////////////
/* Main routine - called after request processing */