Prettied up module configs.
[mod_auth_kerb.cvs/.git] / ChangeLog
1 2002-09-05  Daniel Henninger  <daniel@ncsu.edu>
2
3         * apache1/module.c:
4         * apache2/module.c:
5         Prettied up module config and documented it a tad better.
6
7 2002-09-02  Daniel Henninger  <daniel@ncsu.edu>
8
9         * apache1/auth_cmds.c:
10         * apache2/auth_cmds.c:
11         Added flag parsing for options and finished up first two commands.
12
13         * apache1/auth_config.h:
14         * apache2/auth_config.h:
15         Added auth config struct.
16
17         * apache1/auth_user.c:
18         * apache2/auth_user.c:
19         Added fail_status, authoritative, and kerbauthtype functionality.
20
21         * apache1/dir_config.c:
22         * apache2/dir_config.c:
23         Added defaults for current flags.
24
25 2002-09-01  Daniel Henninger  <daniel@ncsu.edu>
26
27         * apache1/auth_cmds.c:
28         * apache2/auth_cmds.c:
29         Put together everything but flag parsing for the first batch of options.
30
31 2002-07-09  Daniel Henninger  <daniel@ncsu.edu>
32
33         * apache1/auth_cmds.c:
34         Started various apache config options.
35
36 2002-07-07  Daniel Henninger  <daniel@ncsu.edu>
37
38         * TODO:
39         Finished creation of TODO file and went through all submissions.
40
41         * apache1/auth_user.c:
42         * apache2/auth_user.c:
43         Added KerberosDualV5V4 and KerberosDualV4V5 support.
44
45 2002-05-08  Daniel Henninger  <daniel@ncsu.edu>
46
47         * *:
48         Creation of new layout and initial functionality.