File: denied.txt

package info (click to toggle)
sarg 2.4.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,456 kB
  • sloc: ansic: 17,692; sh: 4,581; xml: 371; javascript: 352; php: 205; makefile: 183; sed: 16; pascal: 2
file content (22 lines) | stat: -rw-r--r-- 434 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*!\file denied.c
\brief List the denied accesses made by the user.


/*! \fn static void show_ignored_denied(FILE *fp_ou,int count)
Append a line in the table to show how many entries have been ignored for the user.

\parm fp_ou The html file with the denied report page.
\param count The number of ignored entries.
*/





/*! \fn void gen_denied_report(void)
Write the denied report page from the sorted denied list file.
*/



*/