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