| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2001-12-12 | Set NOxxx= before <bsd.own.mk> is pulled in (even indirectly). | lukem | |
| Otherwise the appropriate MKxxx=no won't be defined . | |||
| 2001-12-12 | MKfoo=no -> NOfoo | tv | |
| 2001-10-19 | Remove all traces of "aux.m4" so as not to conflict with Microsoft host OS's. | tv | |
| (Since we aren't A/UX, this is not much of a loss for a NetBSD host.) | |||
| 2001-05-29 | sync with 8.11.4. | itojun | |
| 2001-03-21 | enable STARTTLS, gshapiro@sendmail says it works just fine on freebsd. | itojun | |
| report if there's any problem. | |||
| 2001-02-28 | no longer need to replace relative path in netbsd-proto.mc | itojun | |
| 2001-01-15 | no longer need to ship IPv4-only sendmail.cf. | itojun | |
| 2001-01-15 | pull DaemonPortOptions modifier for "optional address", from | itojun | |
| 8.12.x change (Modifiers=O). this will let us use the same sendmail.cf file on IPv4/v6, and IPv4-only kernels. (we do not really need netbsd-proto-IPv4only.cf any more) | |||
| 2001-01-09 | - Use PRINTOBJDIR and .WAIT where appropriate. | enami | |
| - Define PARALLEL in gdb/Makefile since multiple yacc might run. | |||
| 2001-01-04 | upgrade to sendmail 8.11.2. | itojun | |
| 2001-01-04 | add STARTTLS handling - commented out for now. someone with knowledge | itojun | |
| please test it. | |||
| 2000-12-26 | netbsd has strlcpy/strlcat | itojun | |
| 2000-12-25 | run eqn. PR 11814 | itojun | |
| 2000-10-23 | Use MKDOC to check for building in the doc subdirectory, not MKSHARE. | simonb | |
| If MKSHARE=no, <bsd.own.mk> will set MKDOC=no automatically. | |||
| 2000-10-10 | sync with sendmail 8.11.1. | itojun | |
| added file: /usr/share/sendmail/ostype/solaris8.m4 | |||
| 2000-09-23 | Use ${COPY} instead of -c for ${INSTALL} commands. | simonb | |
| 2000-08-26 | Fix the path to netbsd-proto-IPv4only.mc in the installed | hubertf | |
| netbsd-proto.mc file. Suggested by Frederick Bruckman <fb@enteract.com> | |||
| 2000-08-25 | Enable some commonly used features: genericstable, mailertable, virtusertable, | hubertf | |
| domaintable, access_db and redirect. | |||
| 2000-08-25 | add that netbsd-proto.cf now depends on netbsd-proto-IPv4only.mc | hubertf | |
| 2000-08-25 | Rewrite: include netbsd-proto-IPv4only.mc, and enable handling of IPv6. | hubertf | |
| 2000-08-23 | Allow to override CFDIR from command line. | enami | |
| 2000-08-20 | NetBSD has setusercontext() since Feb 2000. | itojun | |
| detect it by "1.4Q or more recent" (are there better ways? - it is not about kernel API...) | |||
| 2000-08-13 | install m4 file for darwin (added in 8.10.x -> 8.11.0) | itojun | |
| 2000-07-22 | use FILES* rather than an explicit afterinstall target, so that | cgd | |
| UNPRIVILEGED is handled correctly w/o local hacks. | |||
| 2000-07-07 | use '${MAKE}', not 'make'. | cgd | |
| 2000-07-05 | Pass ${INSTPRIV} to ${INSTALL}. | enami | |
| 2000-07-05 | - Simplify modifiers. | enami | |
| - Wrap long line. | |||
| 2000-07-04 | v4 only sendmail.cf source | itojun | |
| 2000-07-04 | sync sendmail default configuration file with GENERIC kernel setting. | itojun | |
| was: sendmail-IPv6.cf(v4/v6) + sendmail.cf(v4) now: sendmail-IPv4only.cf(v4) + sendmail.cf(v4/v6) do we need etc/obsolete.mi? | |||
| 2000-05-08 | make default sendmail.cf IPv4-only again. | itojun | |
| roll sendmail-IPv6.cf, which does IPv4/v6. | |||
| 2000-05-06 | BINMODE=4555. PR 10053. | itojun | |
| 2000-05-04 | sync better with 8.10.1. | itojun | |
| 2000-05-03 | listen to IPv6 smtp socket. | itojun | |
| 2000-05-03 | correct a post 8.10.1 bug - stock 8.10.1 starts with listening IPv6 socket | itojun | |
| by default, and crushes old configuration files when sendmail gets IPv6 connection. by default listen to IPv4 socket only for backward compatibility. turn on IPv6 support. IPv6 socket can be enabled by the following sendmail.cf directive: O DaemonPortOptions=Family=inet,address=0.0.0.1 O DaemonPortOptions=Family=inet6,address=:: | |||
| 2000-05-03 | for gnu/dist/sendmail, prevent rewrite of $Id$, $Revision$ and $Date$. | itojun | |
| supply sendmail2netbsd for future imports. remove 8.9.x files. populate sendmail 8.10.1 build tree under gnu/usr.sbin/sendmail. | |||
| 2000-04-28 | remove files that should not be imported. | itojun | |
| in Makefile, s/SRC/.ALLSRC/ to honor .PATH. | |||
| 2000-04-22 | Repeat after me: # is NOT a comment character in m4! :-) | groo | |
| Removed "OSTYPE" from comment section which causes a build failure after the recent cf/cf/Makefile changes (c.f. misc/9919). mmm, m4 voodoo. | |||
| 2000-04-19 | Repload "cf.m4" in build rule for sendmail configurations as requested | tron | |
| by the documentation. Patch supplied by Andrew Brown in PR misc/9919. | |||
| 2000-04-05 | Add snprintf.c to get quad_to_string(). | erh | |
| 2000-03-15 | Install correct "README" describing the configuration of "sendmail". | tron | |
| 2000-02-26 | Don't blow away sendmail.st on install. | mycroft | |
| Install sendmail.hf with group wheel, not kmem. | |||
| 2000-02-13 | Fix the CMDDIR problem noticed in pr#9409 and while I am here move the | veego | |
| BINDIR before PROG (thats looks nicer). | |||
| 2000-02-13 | Install smrsh into /usr/libexec and not /usr/sbin. | veego | |
| 2000-02-08 | We need to redistribute the license terms. | tron | |
| 2000-02-08 | "distribution" target requires "netbsd-proto.cf". | tron | |
| 2000-02-08 | Initial import of NetBSD build environment for "sendmail" 8.9.3. | tron | |
