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