summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd
AgeCommit message (Expand)Author
2008-12-01- in mxsort, fix type of loop counter, it will never be < 0 if it isGilles Chehade
2008-11-25- more prototype moving to smtpd.hGilles Chehade
2008-11-25- move prototype to smtpd.hGilles Chehade
2008-11-25- move prototypes to smtpd.hGilles Chehade
2008-11-25- plug memory leakGilles Chehade
2008-11-25- recent change in parse.y caused htons() to be called twice on the portGilles Chehade
2008-11-25- update email address for bug reports when replying to HELPGilles Chehade
2008-11-25- F_IMSG_SENT is no longer used, killGilles Chehade
2008-11-24- when using fread/fwrite, do not swap the size and nmemb arguments. noGilles Chehade
2008-11-24- not really a bug since we don't use other descriptor flags, but inGilles Chehade
2008-11-22- do not set nochdir in daemon() call, we want parent and lka to have theirGilles Chehade
2008-11-22- allow the optionnal ssmtp keywork in "relay via" rules, while at itGilles Chehade
2008-11-17add missing header needed by time(), ctime_r() and tzset().Charles Longeau
2008-11-17- clear session flags upon helo/ehloGilles Chehade
2008-11-17- until now a client could issue a command from an extension even though itGilles Chehade
2008-11-17- err() -> fatal()Gilles Chehade
2008-11-17- remove prototypes for the atomic API, we don't use it anymoreGilles Chehade
2008-11-17add missing header needed by signal().Charles Longeau
2008-11-17- we don't need this anymoreGilles Chehade
2008-11-17- remove some unused prototypesGilles Chehade
2008-11-17- queue_record_daemon() no longer used, remove definitionGilles Chehade
2008-11-17- replace uses of O_EXLOCK and O_EXLOCK|O_NONBLOCK with the correspondingGilles Chehade
2008-11-17- fix error message in aliases_virtual_exist()Gilles Chehade
2008-11-17- exit() -> _exit()Gilles Chehade
2008-11-17- remove several constructs where format strings are used in an evbufferGilles Chehade
2008-11-13- rephrase the "cannot load cert" warning that is output at startup when aGilles Chehade
2008-11-11- mistakenly removed this lockGilles Chehade
2008-11-11- introduce queue_init_submissions() which will sanitize the disk-basedGilles Chehade
2008-11-11- temporarily comment chl@'s O_EXLOCK -> fcntl() change until we understandGilles Chehade
2008-11-11- now that we fdopen() message file descriptor, do not forget to fclose()Gilles Chehade
2008-11-11some small improvements. ok gillesTed Unangst
2008-11-11- queue process no longer schedules messages which do not have flagGilles Chehade
2008-11-11remove the use of O_EXLOCK, when open()ing a file, and use flock() instead.Charles Longeau
2008-11-10- open the message file earlier after a successful MAIL command instead ofGilles Chehade
2008-11-10- define MAX_LINE_SIZE which is the maximum length of a line we allow fromGilles Chehade
2008-11-10rename h_errno field into getaddrinfo_error, to avoid confusion with errno.Charles Longeau
2008-11-10fix store_write_header() prototype.Charles Longeau
2008-11-10spaces fixed while reading codeTheo de Raadt
2008-11-10- remove last occurences of the atomic api in store.c, smtpd no longer usesGilles Chehade
2008-11-10last character in line is at len - 1. ok gillesTed Unangst
2008-11-10insertion sort is faster than bubble sort. ok gillesTed Unangst
2008-11-10- simplify the passing of ssl cert/key during ssl configuration,Gilles Chehade
2008-11-10- in queue, do not use the atomic api when dealing with real filesGilles Chehade
2008-11-10- plug a descriptor leak when session is aborted by a server error insteadGilles Chehade
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 someGilles Chehade
2008-11-10- snprintf() can return -1, make sure every call is checked properlyGilles Chehade
2008-11-10- recognize '=>' as one token instead of trying to match '=' and '>'. thisGilles Chehade
2008-11-10- make READ_BUF_SIZE a power of 2Gilles Chehade
2008-11-05add gilles@ as copyright holder for this file.Igor Sobrado