summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2008-11-12we should not document each operand in the usage of a command,Igor Sobrado
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-10delete operation not needed; from naddyTheo de Raadt
2008-11-10#if 0 a function which we have we do not use, and where the call to it is in ...Theo de Raadt
2008-11-10spaces fixed while reading codeTheo de Raadt
2008-11-10If a bind() spuriously fails (as appears to happen once in a blue moon dueTheo 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-09typo fixed (overriden -> overridden)Tobias Stoeckmann
2008-11-08Some clients don't parse a DHO_DHCP_OPTION_OVERLOAD option the wayKenneth R Westerback
2008-11-06Mixed up characters found by Gleydson Soares.Claudio Jeker
2008-11-06use spacing consistently to make example shorter and more readable;Igor Sobrado
2008-11-06More complete example, for e.g., usb devices that need wep/wpa keys.Ian Darwin
2008-11-05add gilles@ as copyright holder for this file.Igor Sobrado
2008-11-05add a few missing id tags; there are a bunch of files, and developersIgor Sobrado
2008-11-04word better than number here.Igor Sobrado
2008-11-03sync to openssl-0.9.8i;Jason McIntyre
2008-11-03use colon before a list.Igor Sobrado
2008-11-03improve description in .Nd macros.Igor Sobrado
2008-11-03Fix some errors, okay espie@Landry Breuil
2008-11-03be more clear about what getpwnam failed; ok claudioTheo de Raadt
2008-11-02various minor tweaks, including spelling fixes from Brian KeeferJason McIntyre
2008-11-02write the command description (the .Nd macro) in a more usual way;Igor Sobrado
2008-11-01remove a superfluous .Pq macro; cites bibliography in a more standard way;Igor Sobrado
2008-11-01- put back all copyright holdersGilles Chehade
2008-11-01correct order of includesTheo de Raadt
2008-11-01smtpd is a smtp server implementation for OpenBSD. It is a work in progressGilles Chehade
2008-11-01Use correct function names in fatal() messages.Claudio Jeker
2008-10-30move the list of options to the right place on the manual page;Igor Sobrado
2008-10-29Xr OpenBSD::Intro(3p)Marc Espie
2008-10-28NewUser and NewGroup are subclasses of NewAuthMarc Espie