summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2008-11-26Implement config reloading (still only work in progress)Uwe Stuehler
2008-11-26pin_len -> pin_sizeUwe Stuehler
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-25Get rid of dependencies on ports libraries (among other things)Uwe Stuehler
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-25grammar fix (in comment): from Anathae TownsendJason McIntyre
2008-11-24- when using fread/fwrite, do not swap the size and nmemb arguments. noGilles Chehade
2008-11-24Bluetooth daemon and contrl utility, one for all, work in progressUwe Stuehler
2008-11-24- not really a bug since we don't use other descriptor flags, but inGilles Chehade
2008-11-24Introduce support for route hold down.Michele Marchetto
2008-11-24Initial support for stub areas. The bit still missing is the redistributionClaudio Jeker
2008-11-24zap trailing whitespace;Jason McIntyre
2008-11-24Change mips detection in crunchgen from ifdef to command line flagDale Rahn
2008-11-24- tweak previousJason McIntyre
2008-11-24Add and document -A and -D options to attach or detach devices atMarc Balmer
2008-11-23Fix two error messages.Michele Marchetto
2008-11-23Remove some whitespace.Brad Smith
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-22Make enable selected by attribute work.Mats O Jansson
2008-11-21closefrom the fds that we aren't interested in. pr5994Ted Unangst
2008-11-21Track nexthops when the underlying route is changing. Until now true nexthopsClaudio Jeker
2008-11-21Kill some old debug messages that are no longer needed.Claudio Jeker
2008-11-21imsg_* returns ssize_tClaudio Jeker
2008-11-21Introduce support for flash updates.Michele Marchetto
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-17Missing end quote in example.Marc Balmer
2008-11-14Sigh. Some clients can't handle three DHO_PAD options holding spaceKenneth R Westerback
2008-11-13- rephrase the "cannot load cert" warning that is output at startup when aGilles Chehade
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