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