1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/usr.sbin
gilles 3f522ce892 fsqueue queue backend will implement a filesystem queue:
- fsqueue->setup() performs the queue initialization;
- fsqueue->message() controls messages;
- fsqueue->envelope() controls envelopes;

This commit brings the following to fsbackend:
fsqueue_setup(), fsqueue_message_delete(), fsqueue_envelope_load(),
fsqueue_envelope_update(), fsqueue_envelope_delete().

It also makes smtpd use the queue_backend API for these operations.
2011-04-14 20:11:08 +00:00
..
ac add an EXIT STATUS section for /usr/sbin; 2010-09-03 11:22:36 +00:00
accton rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and 2009-10-27 23:59:19 +00:00
acpidump tweak previous; specifically, -o is no longer optional; 2010-08-08 14:40:19 +00:00
adduser use the UNIX-related macros (.At and .Ux) where appropriate. 2009-10-22 12:35:53 +00:00
afs arla_warn -> arla_warnx if there is no errno to pass... 2011-04-04 14:06:07 +00:00
amd parent_exit() signal handler must use _exit() not exit() 2010-12-21 18:45:54 +00:00
apm more wacky macro fixing; 2010-09-19 21:59:23 +00:00
apmd wording clarification; from Jan Stary 2010-10-28 18:21:20 +00:00
arp consistently use "Wake on LAN (WoL)"; i don;t care if anyone wants to 2011-03-13 21:24:20 +00:00
authpf remove trailing spaces and tabs; no binary change. 2010-09-02 14:01:04 +00:00
bgpctl remove trailing spaces and tabs from source code; no binary changes 2010-09-02 14:03:21 +00:00
bgpd continguous -> contiguous 2011-03-07 07:43:02 +00:00
bind Add missing #includes instead of assuming that some system header pulls in 2010-12-31 21:22:42 +00:00
btctl fix linecount bug with comments spanning multiple lines 2010-08-03 18:42:40 +00:00
btd fix linecount bug with comments spanning multiple lines 2010-08-03 18:42:40 +00:00
chroot - Xr ldd; from jochen keil, netbsd pr 30043 2010-07-08 06:52:30 +00:00
config Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' 2011-04-06 11:36:23 +00:00
cron Remove unused variables; from Michael W. Bombardieri 2011-04-04 15:17:52 +00:00
crunchgen .Ek in the right place, or SYNOPSIS blows up; 2010-08-08 20:22:31 +00:00
dev_mkdb rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and 2009-10-27 23:59:19 +00:00
dhcpd Use the provided note() and warning() functions of dhcpd instead of 2010-12-23 17:38:04 +00:00
dhcrelay use the right capitalization in the Nd strings. 2010-10-08 15:43:45 +00:00
dvmrpctl move some things around to make intentions clear. not really a functional 2010-09-04 21:31:04 +00:00
dvmrpd Correct the logic on when fib-update is set. Test the flag don't 2011-04-10 22:12:34 +00:00
edquota rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and 2009-10-27 23:59:19 +00:00
eeprom
faithd fix typo; spotted by Peter J. Philipp 2011-03-02 04:56:59 +00:00
fdformat
ftp-proxy Use the rdomain information returned by DIOCNATLOOK to install the 2011-03-25 14:51:31 +00:00
gpioctl do not use gcc -W options which you do not understand 2010-07-20 02:05:15 +00:00
hostapd fix linecount bug with comments spanning multiple lines 2010-08-03 18:42:40 +00:00
hotplugd do not use gcc -W options which you do not understand 2010-07-20 02:05:15 +00:00
httpd Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' 2011-04-06 11:36:23 +00:00
ifstated use appropriate timerclear macro - from Christiano F. Haesbaert 2011-03-15 08:38:07 +00:00
ikectl more double word removal; 2011-01-20 13:58:16 +00:00
inetd replace a few remaining UNIX terms with .Ux macros; this diff 2009-12-29 10:25:43 +00:00
iostat Clarify how the -c and -w options interact. OK tedu@ jmc@ 2011-02-10 14:52:35 +00:00
iscsictl spacing, no binary changes. 2010-09-25 16:20:06 +00:00
iscsid Move session related code into session.c. 2011-04-05 18:26:19 +00:00
kgmon rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and 2009-10-27 23:59:19 +00:00
kvm_mkdb patch a whole bunch of memory leaks, parfait only spotted one of them 2009-11-11 16:44:59 +00:00
ldapctl Validate matching rules against attribute syntaxes. All matching rules from 2010-11-03 14:17:01 +00:00
ldapd document available authentication types and formats. 2011-01-28 09:26:22 +00:00
ldpctl move some things around to make intentions clear. not really a functional 2010-09-04 21:31:04 +00:00
ldpd Bad bad Claudio. Fix an evil bug that caused nbr addr_tree corruption. 2011-03-12 01:57:13 +00:00
lpr more roff removal; 2010-10-28 21:51:02 +00:00
mailwrapper
map-mbone
memconfig 0x0 is a valid base address. 2010-04-20 16:10:27 +00:00
mksuncd fix the usage message 2010-02-25 17:15:42 +00:00
mopd mahine->machine 2010-11-19 21:09:20 +00:00
mrinfo use timerclear macro 2011-03-22 10:16:23 +00:00
mrouted - fix possible use of uninitialized variable. 2010-11-05 10:30:33 +00:00
mtrace more wacky macro fixing; 2010-09-19 21:59:23 +00:00
mtree add an EXIT STATUS section for /usr/sbin; 2010-09-03 11:22:36 +00:00
ndp add an EXIT STATUS section for /usr/sbin; 2010-09-03 11:22:36 +00:00
netgroup_mkdb rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and 2009-10-27 23:59:19 +00:00
npppd add support for pppx interfaces instead of tun interfaces. 2011-04-02 12:04:44 +00:00
nsd call setusercontext(3) before chroot. ok miod@ sthen@ 2011-02-21 20:40:04 +00:00
ntpd use timerclear macro 2011-03-19 23:40:11 +00:00
openssl a a -> a 2011-01-20 13:32:19 +00:00
ospf6ctl continguous -> contiguous 2011-03-07 07:43:02 +00:00
ospf6d Make the sequence number constanst explicitly unsigned. The seq_num is 2011-03-24 10:00:43 +00:00
ospfctl Print the checksum sum as a simple fingerprint of the LSDB. 2010-09-25 13:29:56 +00:00
ospfd Rewrite the lsack generation. Make it more like the lsupdate code. 2011-03-25 08:52:21 +00:00
pcidump Add an entry for "Advanced Capabilities for Conventional PCI" 2011-01-13 14:29:26 +00:00
pkg_add cache user name for ~user 2011-03-23 15:29:31 +00:00
popa3d Removed lstat, because fstat will do most of the checks later on. Make 2009-12-20 15:57:26 +00:00
portmap - since inetd(8) and inetd.conf(5) are one and the same, let's not list them 2010-12-16 20:22:07 +00:00
ppp Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' 2011-04-06 11:36:23 +00:00
pppd knock out some "-*- nroff -*-" lines; 2010-10-28 18:33:28 +00:00
pppoe remove dead code from pppoe(8). 2011-03-31 09:19:35 +00:00
procmap Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc now 2011-04-10 03:20:58 +00:00
pstat more wacky macro fixing; 2010-09-19 21:59:23 +00:00
pwd_mkdb Don't leak the fds we open in cp() to copy one file from another. 2010-01-08 13:29:08 +00:00
quot rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and 2009-10-27 23:59:19 +00:00
quotaon rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and 2009-10-27 23:59:19 +00:00
rarpd remove unused variable 2010-08-29 12:33:25 +00:00
rbootd more wacky macro fixing; 2010-09-19 21:59:23 +00:00
rdate Fix another gcc4 mis-alignment, by using bcopy() rather than 2010-08-16 11:09:26 +00:00
rdconfig
relayctl Add missing #includes instead of assuming that some system header pulls in 2010-12-31 21:22:42 +00:00
relayd Splicing is currently only supported for TCP relays, not for HTTP or 2011-04-12 12:43:13 +00:00
repquota rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and 2009-10-27 23:59:19 +00:00
rip6query
ripctl Unbreak the tree. Bad tedu, no cookie. 2010-09-05 12:16:23 +00:00
ripd Change <sys/types.h> to <sys/param.h> instead of assuming that some 2010-12-31 21:49:54 +00:00
rmt rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and 2009-10-27 23:59:19 +00:00
route6d more wacky macro fixing; 2010-09-19 21:59:23 +00:00
rpc.bootparamd dispense with some wacky escape sequences; 2010-03-26 19:30:40 +00:00
rpc.lockd use timerclear macro 2011-03-22 10:16:23 +00:00
rpc.statd
rtadvd Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' 2011-04-06 11:36:23 +00:00
rtsold Print a warning when rtsol or rtsold are used to do IPv6 autoconfiguration 2011-03-23 00:59:49 +00:00
rwhod rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and 2009-10-27 23:59:19 +00:00
sa add an EXIT STATUS section for /usr/sbin; 2010-09-03 11:22:36 +00:00
sasyncd clarify why carp demotion is necessary, and who is doing it. 2010-06-30 00:44:36 +00:00
sdio
sensorsd Add the "angle" sensor, measured in degrees; from Luis Pinto 2010-04-21 04:07:11 +00:00
sliplogin rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and 2009-10-27 23:59:19 +00:00
slstats rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and 2009-10-27 23:59:19 +00:00
smtpd fsqueue queue backend will implement a filesystem queue: 2011-04-14 20:11:08 +00:00
snmpctl fix trap sending in snmpd by adjusting snmpctl to the imsg libutil 2011-03-16 15:30:35 +00:00
snmpd Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc now 2011-04-10 03:20:58 +00:00
spamdb
spray
syslogc
syslogd shuffle some things around to deal with incomplete types 2010-04-30 19:29:01 +00:00
sysmerge Missed that part in previous. 2010-11-11 12:51:31 +00:00
tcpdrop
tcpdump Call setlocale() to avoid display glitches in UTF-8 locales. 2011-04-03 21:10:45 +00:00
timed use timerclear macro 2011-03-19 23:40:11 +00:00
tokenadm Switch the remaining users of libdes in src to libcrypto, 2010-10-15 10:18:42 +00:00
tokeninit Switch the remaining users of libdes in src to libcrypto, 2010-10-15 10:18:42 +00:00
traceroute When specifying tos with -t, display a message if the returned packet 2011-04-06 12:05:00 +00:00
traceroute6 add an EXIT STATUS section for /usr/sbin; 2010-09-03 11:22:36 +00:00
trpt libevent has named two of it's new macros by the same name as our kernel 2010-05-26 17:49:57 +00:00
usbdevs the serial number is now available in struct usb_device_info, so 2011-01-16 00:04:47 +00:00
user - avoid nasty line wrap in SYNOPSIS 2011-04-08 18:13:53 +00:00
vipw rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and 2009-10-27 23:59:19 +00:00
watchdogd
wsconscfg Remove a BUGS section that isn't correct anymore. -moj 2010-07-01 02:46:06 +00:00
wsfontload Palm: Integration into the tree 2009-09-09 12:10:34 +00:00
wsmoused use timerclear macro 2011-03-22 10:16:23 +00:00
ypbind rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and 2009-10-27 23:59:19 +00:00
ypldap Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' 2011-04-06 11:36:23 +00:00
yppoll rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and 2009-10-27 23:59:19 +00:00
ypserv Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' 2011-04-06 11:36:23 +00:00
ypset rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and 2009-10-27 23:59:19 +00:00
zdump
zic
ztsscale lint prompted cleanup 2009-11-10 04:34:38 +00:00
Makefile - move ypldap to the conditional YP block 2011-02-09 17:17:47 +00:00
Makefile.inc