Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-10 | - remove last occurences of the atomic api in store.c, smtpd no longer uses | Gilles Chehade | |
atomic api when dealing with files but uses stdio instead | |||
2008-11-10 | last character in line is at len - 1. ok gilles | Ted Unangst | |
2008-11-10 | insertion sort is faster than bubble sort. ok gilles | Ted Unangst | |
2008-11-10 | - simplify the passing of ssl cert/key during ssl configuration, | Gilles Chehade | |
from Jacek Masiulaniec <jacekm@dobremiasto.net> | |||
2008-11-10 | - in queue, do not use the atomic api when dealing with real files | Gilles Chehade | |
change based on a comment from deraadt@ - in queue_register_submission(), if an envelope cannot be fully written because of some error (ie: disk full), not only return error but also remove the partial envelope from file system. this prevents the queue process from trying (failing) to reload it over and over. | |||
2008-11-10 | - plug a descriptor leak when session is aborted by a server error instead | Gilles Chehade | |
of a client QUIT or client timeout | |||
2008-11-10 | - move '=>' into the lex loop, requested by and with help from deraadt@ | Gilles Chehade | |
2008-11-10 | - in queue_load_submissions(), if queue_message_from_id() fails for some | Gilles Chehade | |
reason just warn instead of aborting the whole smtpd. | |||
2008-11-10 | - snprintf() can return -1, make sure every call is checked properly | Gilles Chehade | |
2008-11-10 | - recognize '=>' as one token instead of trying to match '=' and '>'. this | Gilles Chehade | |
prevents: "foo = > bar" from being valid | |||
2008-11-10 | - make READ_BUF_SIZE a power of 2 | Gilles Chehade | |
2008-11-09 | typo fixed (overriden -> overridden) | Tobias Stoeckmann | |
ok espie, jmc | |||
2008-11-08 | Some clients don't parse a DHO_DHCP_OPTION_OVERLOAD option the way | Kenneth R Westerback | |
I expected. They object if there are no bits set in the option value. So just use DHO_PAD in the reserved space unless at least one of the bits is set. Various versions tested by Tobias Ulmer on OpenSolaris, matthieu@ on busybox's DHCP client, and Uwe Dippel on Solaris. All of which failed before. | |||
2008-11-06 | Mixed up characters found by Gleydson Soares. | Claudio Jeker | |
2008-11-06 | use spacing consistently to make example shorter and more readable; | Igor Sobrado | |
improve indentation. | |||
2008-11-06 | More complete example, for e.g., usb devices that need wep/wpa keys. | Ian Darwin | |
OK (with typo corrected) sthen@ | |||
2008-11-05 | add gilles@ as copyright holder for this file. | Igor Sobrado | |
2008-11-05 | add a few missing id tags; there are a bunch of files, and developers | Igor Sobrado | |
will probably miss this change when working on more important matters, so it is probably better to sort them now. there is a risk of losing the tags if a change needs to be reverted too. written with excellent advice from jmc@ ok gilles@ | |||
2008-11-04 | word better than number here. | Igor Sobrado | |
2008-11-03 | sync to openssl-0.9.8i; | Jason McIntyre | |
i still haven't folded in x509v3_config.pod, since i'm not entirely sure what to do with it. | |||
2008-11-03 | use colon before a list. | Igor Sobrado | |
2008-11-03 | improve description in .Nd macros. | Igor Sobrado | |
ok reyk@ | |||
2008-11-03 | Fix some errors, okay espie@ | Landry Breuil | |
2008-11-03 | be more clear about what getpwnam failed; ok claudio | Theo de Raadt | |
2008-11-02 | various minor tweaks, including spelling fixes from Brian Keefer | Jason McIntyre | |
and Jim Razmus; | |||
2008-11-02 | write the command description (the .Nd macro) in a more usual way; | Igor Sobrado | |
improve spacing in the FILES section. ok gilles@ | |||
2008-11-01 | remove a superfluous .Pq macro; cites bibliography in a more standard way; | Igor Sobrado | |
fix the reference to RFC 5321. ok gilles@ | |||
2008-11-01 | - put back all copyright holders | Gilles Chehade | |
- add myself as a copyright holder | |||
2008-11-01 | correct order of includes | Theo de Raadt | |
2008-11-01 | smtpd is a smtp server implementation for OpenBSD. It is a work in progress | Gilles Chehade | |
which still lacks many features. bringing it in tree will help working on it more easily. "at this stage it should go in" henning@, "move ahead" deraadt@ | |||
2008-11-01 | Use correct function names in fatal() messages. | Claudio Jeker | |
2008-10-30 | move the list of options to the right place on the manual page; | Igor Sobrado | |
while here, remove an obsolete url. diff tweaked by jmc@; sent upstream to FreeBSD people. ok jmc@ | |||
2008-10-29 | Xr OpenBSD::Intro(3p) | Marc Espie | |
2008-10-28 | NewUser and NewGroup are subclasses of NewAuth | Marc Espie | |
2008-10-28 | Do the DNS resolution in a seperate process. A lot of code is copied from ntpd. | aschrijver | |
This is necessary because DNS resolution is not possible from a chroot. Cleanup the aldap interface a bit. | |||
2008-10-28 | "destate" comments, let them know in which cwd they stand. | Marc Espie | |
This is actually useful for update-plist... | |||
2008-10-26 | zap old code that was a confusion with -l, and didn't ever do anything | Marc Espie | |
in the new pkg_info problem noticed by landry@ | |||
2008-10-25 | Copy packages to the cache if a local PKG_PATH is used and PKG_CACHE is | Bernd Ahlers | |
defined. This unbreaks FETCH_PACKAGES with a local package repository. help & discussion: espie@ and sturm@ | |||
2008-10-24 | tweak compute_digest so that it `defaults' if invoked without a 2nd argument. | Marc Espie | |
switch the default digest to sha256. It's been there for a few weeks, all package tools cope with both formats, now is the time for the switch. | |||
2008-10-22 | man page for Makefile.yp, and associated bits; from Ingo Schwarze | Jason McIntyre | |
ok deraadt | |||
2008-10-22 | fix format of AS number output | Joerg Goltermann | |
ok henning@ | |||
2008-10-21 | ouch, this one requires local for now | Marc Espie | |
(as found out by Chris Cappuccio) | |||
2008-10-21 | Code cleanup. No functional change. | Michele Marchetto | |
OK norby@ | |||
2008-10-21 | Oops, freed to much memory. | aschrijver | |
2008-10-20 | Do not stop connecting after the first connect fails. | aschrijver | |
OK mikeb@ | |||
2008-10-20 | Add 2 missing directives and remove duplicate configuration entry. | aschrijver | |
Thanks to: uw at o3si dot de | |||
2008-10-20 | Say goodbye to local $_ | Marc Espie | |
lexical scoping is so much neater (courtesy of perl 5.10) | |||
2008-10-19 | Do the DNS resolution before the chroot and disable LDAP referrals for now. | aschrijver | |
2008-10-17 | bring in findeol() fix from pfctl | Henning Brauer | |
2008-10-17 | bring in the findeol() fix from pfctl. list of affected parsers by sthen | Henning Brauer | |