Committing what I have. See ChangeLog for the last couple of things I
[mod_auth_kerb.cvs/.git] / ChangeLog
1 2003-06-10  Daniel Henninger  <jadestorm@users.sourceforge.net>
2
3         * src/mod_auth_kerb.c:
4         Reworked the AuthType-esque directives.
5         Made KrbAuthRealm(s) be... more correct.
6
7 2003-06-03  Daniel Henninger  <jadestorm@users.sourceforge.net>
8
9         * src/mod_auth_kerb.c:
10         Removed KrbDefaultRealm, replaced with KrbAuthRealms.
11         Working on full multi-realm support as per request 738054.
12
13 2003-06-02  Daniel Henninger  <jadestorm@users.sourceforge.net>
14
15         * src/mod_auth_kerb.c:
16         Added save_credentials support.
17         Hushed up an warnings at compile time.
18         Added krb4 instance/realm specification support.
19         Added force_instance support.
20         Fixed Kerberos options support.
21         Added tmpdir support.
22         Added lifetime support.
23
24         * TODO:
25         Removed work already completed.
26
27 2003-06-01  Daniel Henninger  <jadestorm@users.sourceforge.net>
28
29         * INSTALL:
30         Replaced with standard autoconf INSTALL file.
31
32         * NEWS:
33         Added alpha2 comment.
34
35         * configure.in:
36         Changed AC_INIT to provide more information.
37
38 2003-05-29  Daniel Henninger  <jadestorm@users.sourceforge.net>
39
40         * src/mod_auth_kerb.c:
41         Combined current work back into a single file.
42
43         * apache1/*:
44         * apache2/*:
45         * krb4/*:
46         * krb5/*:
47         Removed since they are replaced by src/mod_auth_kerb.c.
48
49 2002-09-06  Daniel Henninger  <daniel@ncsu.edu>
50
51         * apache1/auth_cmds.c:
52         * apache1/auth_config.h:
53         * apache2/auth_cmds.c:
54         * apache2/auth_config.h:
55         Added all of the options I currently forsee supporting.
56
57 2002-09-05  Daniel Henninger  <daniel@ncsu.edu>
58
59         * apache1/module.c:
60         * apache2/module.c:
61         Prettied up module config and documented it a tad better.
62
63         * apache1/module.c:
64         Added EAPI define check and additional fields.
65
66 2002-09-02  Daniel Henninger  <daniel@ncsu.edu>
67
68         * apache1/auth_cmds.c:
69         * apache2/auth_cmds.c:
70         Added flag parsing for options and finished up first two commands.
71
72         * apache1/auth_config.h:
73         * apache2/auth_config.h:
74         Added auth config struct.
75
76         * apache1/auth_user.c:
77         * apache2/auth_user.c:
78         Added fail_status, authoritative, and kerbauthtype functionality.
79
80         * apache1/dir_config.c:
81         * apache2/dir_config.c:
82         Added defaults for current flags.
83
84 2002-09-01  Daniel Henninger  <daniel@ncsu.edu>
85
86         * apache1/auth_cmds.c:
87         * apache2/auth_cmds.c:
88         Put together everything but flag parsing for the first batch of options.
89
90 2002-07-09  Daniel Henninger  <daniel@ncsu.edu>
91
92         * apache1/auth_cmds.c:
93         Started various apache config options.
94
95 2002-07-07  Daniel Henninger  <daniel@ncsu.edu>
96
97         * TODO:
98         Finished creation of TODO file and went through all submissions.
99
100         * apache1/auth_user.c:
101         * apache2/auth_user.c:
102         Added KerberosDualV5V4 and KerberosDualV4V5 support.
103
104 2002-05-08  Daniel Henninger  <daniel@ncsu.edu>
105
106         * *:
107         Creation of new layout and initial functionality.