summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-04-27Oops, correct import this time.Miod Vallat
2006-04-18Oops, correct import this time.Miod Vallat
2015-12-01syncTheo de Raadt
2015-12-01Mention ksh along with csh when job control is discussed. ok deraadt@mmcc
2015-12-01Phrase allocation failure more clearly. ok deraadt@mmcc
2015-12-01pledge dns so openssl can use dns.. noticed and fix by todd@Bob Beck
ok jcs@ deraadt@ theo@
2015-12-01Cope with the changed order of warning and error messages caused by theIngo Schwarze
seperation of parsing and validation modules. I originally intended to mop this up when the parser reorg is complete, but since the work stalled a bit, i should not leave this lying around broken for weeks. Reminded by daniel@.
2015-12-01typo in commentmmcc
2015-12-01Answering "yes" to the question "Do you want to see the rules of the game?"tb
execs teachgammon. Allow this and drop this pledge afterward. Spotted by Paul Janzen, thanks!
2015-12-01We no longer need pledge "wpath" since "tty" allows read-write onTodd C. Miller
/dev/tty.
2015-11-30Add rebound rc.d script.James Turner
ok benno@ requested by tedu@
2015-11-30pledge regression: some operations appear to want to getpwent fromTheo de Raadt
spwd, then apply to a new password database. This runs into issues also with the new shadow routines. Needs to be looked at more, but for now remove pledge to make the shadow issues easier to figure out..
2015-11-30Sort includes.Jeremie Courreges-Anglas
2015-11-30Fix error message after conversion from select(2) to poll(2).Jeremie Courreges-Anglas
2015-11-30Kill Mobile IPv6 references. Also spotted by florian@Jeremie Courreges-Anglas
2015-11-30Clean up get_next_msg(): kill dead argument/codeJeremie Courreges-Anglas
The "ifindex" argument has always been zero, making the interface index checks within get_next_msg() useless. The caller already properly retrieves and handle the interface index of the routing messages. ok florian@
2015-11-30Remove the already disabled Router Renumbering support (RFC2894).Jeremie Courreges-Anglas
This code has only been reachable for two months after rtadvd has been imported into the tree. This unsafe protocol is supposed to be used along with IPsec and rrenumd(8), a KAME tool that we don't have. I couldn't find an example of use in the real world. ok sthen@ florian@ millter@
2015-11-30remove table-passwd, table-sqlite, and table-ldapJoerg Jung
about 4k lines seldom used code people who rely on this install mail/opensmtpd-extras direction discussed (and agreed) with many ok gilles
2015-11-30Revert the sync -> fsync conversion (at least for the time being) - thereJoel Sing
is a good chance that this is causing the 'No blocks to load' errors that various people have encountered.
2015-11-30change Xrs from now-defunct db(3) to dbopen(3); this wasn;t aJason McIntyre
straight replace: thanks both to schwarze and maja for feedback on how to rewrite parts; i've snuck in an rcs id->openbsd id change in dev_mkdb too;
2015-11-30delete useless BUGS section; patch from Jan Stary <hans at stare dot cz>Ingo Schwarze
2015-11-30fix prototypeGilles Chehade
2015-11-30smtpd-api.h update, missing prototypes, no functional changeGilles Chehade
2015-11-30add a couple smtpd-specific defines we want to expose to filtersGilles Chehade
and comment to clarify what they are used for
2015-11-30if a ca_name is set, dump it to on-disk envelope so we recall it on reload.Gilles Chehade
we don't set ca_name yet, it is part of a larger diff i'm splitting
2015-11-30add ca_name field to some structures in preparation for a largerGilles Chehade
diff to refactor handling of CA certificates
2015-11-30when looking up tables, start in /usr/local/libexec before /usr/libexec, soGilles Chehade
ports/packages can be installed in the proper place ok jung@
2015-11-30bring lka_mailaddrmap(), currently unused, required by sendermap/masqueradeGilles Chehade
ok jung@
2015-11-30handle "mda command too long" as a tempfailGilles Chehade
2015-11-30replace a fatalx() with a graceful failureGilles Chehade
2015-11-30update to.c to fix IPv6 address parsing in smtpd.conf, while at it allowGilles Chehade
use of tls+backup:// schema for relaying over TLS to primary MX ok sunil@, ok jung@
2015-11-30mechanical rename of some IMSG constantsGilles Chehade
ok sunil@, ok jung@
2015-11-30Fix dynamic prefix tracking.Jeremie Courreges-Anglas
This code should not be using RTAX_GATEWAY to retrieve the interface index. Also this index is meaningless within get_next_msg(), further cleanup is planned. Issue reported by Sly Midnight on bugs@, ok mpi@
2015-11-30While delivering to lmtp or mda, accept optional "as user" parameterSunil Nimmagadda
whose privileges would be used instead of the default. Ok gilles@ jung@
2015-11-30remove mailaddr_to_username(), no longer neededGilles Chehade
suggested by jung@
2015-11-30teach aliases expansion how to deal with user+tagGilles Chehade
ok sunil@, ok jung@
2015-11-30Rewrite the "netmask" rule testing the "-dst" and "-net" optionsMartin Pieuchot
of route(8) to populate the test routing table (number 5) and use different subnets since we're not passing the "-mpath" flags. Breakage reported by daniel@
2015-11-30Add support for the touchpad found on the MacBooPro12,1.Mark Kettenis
ok jcs@
2015-11-30last but not least: add pledge for wump(6)tb
one more of those games which fork a pager with instructions, so first pledge "stdio rpath proc exec", then drop to pledge "stdio" afterwards.
2015-11-30pledge "stdio rpath wpath cpath" for this one.tb
2015-11-30primes only needs pledge "stdio".tb
2015-11-30The usual deal for a curses game with the possibility of saving a game:tb
pledge "stdio rpath wpath cpath tty"
2015-11-30unspectacular pledge "stdio rpath tty" for grdctb
2015-11-30straightforward pledge "stdio rpath wpath cpath tty" for gomokutb
2015-11-30slightly interesting pledge for fish:tb
start with "stdio rpath proc exec" since it pipes instructions to a pager afterwards "stdio" is enough
2015-11-30pledge "stdio rpath wpath cpath tty" for canfieldtb
pledge "stdio rpath" for cfscores made possible by Ricardo Mestre's earlier work
2015-11-30pledge "stdio rpath tty" for bstb
2015-11-30pledge "stdio rpath tty" for boggle.tb
skip mkdict and mkindex for now, they aren't installed anyway.
2015-11-30Pledge for backgammon and teachgammon.tb
Both are straightforward "stdio rpath tty" programs; teachgammon exec's backgammon at the end, so give it "exec" in addition. While there, ANSIfy
2015-11-30Straightforward pledge "stdio rpath wpath cpath" for adventure.tb
It is possible to make it finer grained, but try to keep it simple for now.