File: ChangeLog

package info (click to toggle)
relay-ctrl 2.5-1
  • links: PTS
  • area: contrib
  • in suites: woody
  • size: 104 kB
  • ctags: 52
  • sloc: ansic: 296; makefile: 83
file content (67 lines) | stat: -rw-r--r-- 2,258 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
2000-10-06  Bruce Guenter  <bruce@bruce-guenter.dyndns.org>

	* Released version 2.5

2000-10-04  Bruce Guenter  <bruce@bruce-guenter.dyndns.org>

	* relay-ctrl-age.c: Force an unlink of the temporary CDB file
	after waiting for the exit of tcprules, in case the rename in
	tcprules fails and leaves a temporary file behind.

2000-09-20  Bruce Guenter  <bruce@bruce-guenter.dyndns.org>

	* relay-ctrl-age.c (parent): Show the rules file before the
	generated rules, to allow the rules file to override generated
	rules.

	* relay-ctrl-allow.c: Removed the "touch" function from this
	program, and moved it into relay-ctrl-age instead, which already
	modifies files in the IP spool.

	* relay-ctrl-age.c: Overhauled to read most site-specific options
	out of a config file.

2000-09-19  Bruce Guenter  <bruce@bruce-guenter.dyndns.org>

	* relay-ctrl-age.c (read_config): Removed the previous limited
	"fixup" control file, and replaced it with a "relayclient"
	control.

2000-07-25  Bruce Guenter  <bruce@bruce-guenter.dyndns.org>

	* relay-ctrl-allow.c (validate): Removed the checks for standard
	input and output being pipes, and added a check for the "::ffff:"
	IPv6 address prefix added by couriertcpd.

2000-06-14  Bruce Guenter  <bruce@bruce-guenter.dyndns.org>

	* Released version 2.0
	
	* relay-ctrl-allow.c (main): Require that UID and GID are
	non-zero.  
	(main): Handle a "--courier-imap" option to make it act like a
	trivial Courier IMAP authentication module.

2000-03-15  Bruce Guenter  <bruce@bruce-guenter.dyndns.org>

	* Released version 1.4
	
	* relay-ctrl-age.c (child): Added a "umask" call to force tcprules
	to create a world-readable CDB file.

2000-02-03  Bruce Guenter  <bruce@bruce-guenter.dyndns.org>

	* relay-ctrl-age.c: Some systems need sys/types.h to be included
	before dirent.h, so rearrange the include list.

	* relay-ctrl-allow.c (run_age_cmd): Fixed typo in execution of
	AGE_CMD that caused problems on BSDI.

1999-09-29  Bruce Guenter  <bguenter@mikhail.qcc.sk.ca>

	* relay-ctrl-age.c (age_addresses): Added code to setup a fixup
	address in the relayclient string.
	(read_fixup): Read in a "fixup" string to add to the relayclient
	string output.
	Moved all of the hard-coded file names into the defines.h file.