Timeline


and

11/25/03:

19:28 Changeset [19997] by rbasch
Add mailusage.
19:27 Changeset [19996] by rbasch
Add spec file for mailusage.
19:26 Changeset [19995] by rbasch
Add mailusage, a program to display the size of mail folders on a post office server.

11/21/03:

10:41 Changeset [19994] by miki
*** empty log message ***

11/20/03:

17:35 Changeset [19993] by miki
*** empty log message ***

11/15/03:

02:45 Changeset [19992] by zacheiss
Strip sendmail.real, not sendmail.

11/14/03:

19:12 Changeset [19991] by rbasch
Add the MIT CA as a builtin. Only the "This certificate can identify web sites" trust setting is enabled by default. The certdata.txt addition was generated by running the NSS addbuiltin utility; the procedure is detailed in source-developers [627].

11/12/03:

20:55 Changeset [19990] by ghudson
Pull up 1.16 to athena-9_2 branch.
20:55 Changeset [19989] by ghudson
Pull up 1.19 to athena-9_2 branch.
20:54 Changeset [19988] by ghudson
Move USRLIBDIR from Makefile to os/solaris/Makefile.
20:52 Changeset [19987] by ghudson
Pull up 1.3 to athena-9_2 branch.
20:51 Changeset [19986] by ghudson
On non-mit.edu or DHCP machines, we do direct delivery (by making sendmail.conf not exist in syncconf) even if MAILRELAY is set to default. So, don't select the -P 587 flag if sendmail.conf doesn't exist.
07:48 Changeset [19985] by zacheiss
Pullups from OpenAFS mainline: Apply "callbacks-later" patches to split out callback breaking into a seperate thread so that the volserver can't block talking to a busy fssync thread.
07:48 Changeset [19984] by zacheiss
Pullups from OpenAFS mainline: "softsig" support to prevent occasional problem of fileserver deadlocking at shutdown due to signal handlers that grab locks. Make concessions to Linux i-can't-believe-it's-not-posix threads. Apply "callbacks-later" patches to split out callback breaking into a seperate thread so that the volserver can't block talking to a busy fssync thread.
07:45 Changeset [19983] by zacheiss
Pullups from OpenAFS mainline: "softsig" support to prevent occasional problem of fileserver deadlocking at shutdown due to signal handlers that grab locks. Make concessions to Linux i-can't-believe-it's-not-posix threads.
07:44 Changeset [19982] by zacheiss
Pullups from OpenAFS mainline: "softsig" support to prevent occasional problem of fileserver deadlocking at shutdown due to signal handlers that grab locks. Make concessions to Linux i-can't-believe-it's-not-posix signals.

11/07/03:

17:49 Changeset [19981] by rbasch
Remove an extraneous comment line.
03:44 Changeset [19980] by zacheiss
The data member of a struct krb5_data isn't always NULL or null-terminated in cases where you might expect it to, so use the length member of krb5_princ_size() as appropriate instead.

11/05/03:

14:36 Changeset [19979] by ghudson
port seems to have been split into udp_port and tcp_port more recently than this was written; document the two separate fields.

11/04/03:

15:26 Changeset [19978] by ghudson
Pull up 1.3 to athena-9_2 branch.
15:26 Changeset [19977] by ghudson
Clean up sendmail-noauth.cf if we added it.
14:52 Changeset [19976] by ghudson
Pull up 1.2 to athena-9_2 branch.
14:52 Changeset [19975] by ghudson
We also changed services.
14:51 Changeset [19974] by ghudson
Pull up 1.1 to athena-9_2 branch.
14:50 Changeset [19973]
This commit was manufactured by cvs2svn to create branch 'athena-9_2'.
14:50 Changeset [19972] by ghudson
We changed sendmail.cf.
14:50 Changeset [19971] by ghudson
Retroactively delete sendmail-noauth.cf from the lines to add to CONFCHG, since we're doing away with that file.
14:32 Changeset [19970] by ghudson
Pull up 1.13 to athena-9_2 branch.
14:32 Changeset [19969] by ghudson
Pull up 1.2 to athena-9_2 branch.
14:32 Changeset [19968] by ghudson
Pull up 1.27 to athena-9_2 branch.
14:32 Changeset [19967] by ghudson
Pull up 1.32 to athena-9_2 branch.
14:32 Changeset [19966] by ghudson
Pull up 1.16 to athena-9_2 branch.
14:32 Changeset [19965] by ghudson
Pull up 1.22-1.23 to athena-9_2 branch.
14:32 Changeset [19964] by ghudson
Pull up 1.4 to athena-9_2 branch.
14:32 Changeset [19963] by ghudson
Pull up 1.23-1.24 to athena-9_2 branch.
14:32 Changeset [19962] by ghudson
Pull up 1.9 to athena-9_2 branch.
14:32 Changeset [19961] by ghudson
Pull up 1.14 to athena-9_2 branch.
14:32 Changeset [19960] by ghudson
Pull up 1.7 to athena-9_2 branch.
14:32 Changeset [19959] by ghudson
Pull up 1.18 to athena-9_2 branch.
14:32 Changeset [19958] by ghudson
Pull up 1.15 to athena-9_2 branch.
14:29 Changeset [19957] by ghudson
Remove on athena-9_2 branch.
14:25 Changeset [19956] by ghudson
If no srvtab exists, log at the debug level, not the error level. (This is still broken: the srvtab check should be in kerberosv4_mech_avail() function if it exists at all, and it's broken anyway because the default srvtab may actually be a keytab of some kind. But we can at least fix the proximal symptom.)
14:22 Changeset [19955] by ghudson
Don't get default subs when reloading saved subscriptions.
14:21 Changeset [19954] by ghudson
Don't get default subs when doing "zctl add" or "zctl sub".
14:21 Changeset [19953] by ghudson
Don't get default subs when getting filsrv subscriptions.
13:41 Changeset [19952] by zacheiss
Add smtps port.
13:40 Changeset [19951] by zacheiss
Declare these unsigned to match what the SASL library does, so we don't end up with a negative number.

11/03/03:

15:53 Changeset [19950] by zacheiss
Don't specify port 587; we determine that at runtime now.

11/02/03:

16:44 Changeset [19949] by zacheiss
No more sendmail-noauth.cf.
16:43 Changeset [19948] by zacheiss
Remove sendmail-noauth.cf. Undo previous revision of sendmail.cf.
16:42 Changeset [19947] by zacheiss
Remove sendmail-noauth.cf. Back out rev 1.20 of sendmail.cf.

11/01/03:

22:15 Changeset [19946] by zacheiss
Use -P flag to specify mail submission port.
22:14 Changeset [19945] by zacheiss
Add -P flag to specify what port to use for outgoing mail. Redo implementation of -U flag so we don't need two cf files.
22:13 Changeset [19944] by zacheiss
third/sendmail depends on sasl.

10/26/03:

15:12 Changeset [19943] by ghudson
Pull up 1.15 to athena-9_2 branch.
15:12 Changeset [19942] by ghudson
Pull up 1.18 to athena-9_2 branch.
15:12 Changeset [19941] by ghudson
Don't install sendmail-relay-select from packs/maint/Makefile, so that the Linux athena-ws package doesn't get it.
15:05 Changeset [19940] by ghudson
Pull up 1.3 to athena-9_2 branch.
15:04 Changeset [19939] by ghudson
Revert rev 1.2. Returning no output simply makes sendmail.cf stop working (it tries to send mail to the MIT MXs on port 587); it does not cause direct delivery to happen.
14:47 Changeset [19938] by ghudson
Pull up 1.21 to athena-9_2 branch.
14:46 Changeset [19937] by ghudson
Fix spaces/tabs issue.
14:28 Changeset [19936] by ghudson
Pull up 1.2 to athena-9_2 branch.
Note: See TracTimeline for information about the timeline view.