freebsd-dev/usr.sbin
Bill Paul 434584a95a Import the new yppush.
This program does what the old one did, PLUS:

- Supports parallel jobs (like the SunOS yppush)
- Does everything in one proces instead of fork()ing off
  children processes as callback listeners (this is done
  using async socket I/O).
- Can be used to transmit maps to user-specified hosts.
- Has a much more verbose verbose option.
- Reuses existing code from ypserv and ypxfr.
- Uses some rpcgen-erated code as well.
- Isn't fattening. :)

Note that this is going in /usr/sbin rather than /usr/bin like
the old one. yppush is an administrative command it it's anything.
1996-01-12 07:03:33 +00:00
..
ac Add setlocale LC_TIME 1995-10-26 23:10:10 +00:00
accton Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
adduser recording cvs-1.6 file death 1995-12-30 19:02:48 +00:00
amd Obtained from: David Mazieres (OpenBSD) 1996-01-09 08:49:21 +00:00
apm Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
apmconf Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
arp This commit was generated by cvs2svn to compensate for changes in r13122, 1995-12-30 19:02:48 +00:00
bad144 Commit the longstanding bin/410 & kern/411 fix, in the hope that somebody 1995-12-01 11:07:01 +00:00
bootparamd recording cvs-1.6 file death 1995-12-30 19:02:48 +00:00
cdcontrol Add the cdcontrol program by Serge Vakulenko. It's my understanding 1995-08-18 11:41:32 +00:00
cdplay Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
chown Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
chroot Get rid of update. Make man page installation work with our scheme 1994-08-05 16:31:05 +00:00
config Changed the default/min/max number of users to 8/2/512 for all machine 1995-12-29 18:24:43 +00:00
config.new Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
cron recording cvs-1.6 file death 1995-12-30 19:02:48 +00:00
crunch recording cvs-1.6 file death 1995-12-30 19:02:48 +00:00
ctm typo in my last commit. 1995-12-26 09:43:40 +00:00
dev_mkdb Get rid of update. Make man page installation work with our scheme 1994-08-05 16:31:05 +00:00
diskpart Fix second gets() -> fgets() conversion botch I missed. 1995-12-02 11:01:43 +00:00
edquota Cast some expressions involving dbtob() to (unsigned long) and print them 1995-05-07 07:48:35 +00:00
eeprom Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
fdcontrol Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
fdformat Cross-reference newfs(8), and mkdosfs(1). 1995-11-05 19:23:42 +00:00
fdwrite Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
inetd Make inetd use setproctitle from libutil instead of it's own version. 1996-01-01 08:42:23 +00:00
iostat Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
IPXrouted Submitted by: John Hay 1995-12-09 09:42:03 +00:00
kbdcontrol Merge RELENG_2_0_5 into HEAD 1995-06-11 19:33:05 +00:00
kbdmap Change install' to ${INSTALL}' so that default install flags can be 1995-07-25 00:37:58 +00:00
kernbb Fix various bogosities. 1995-10-22 19:45:28 +00:00
kgmon Implemented non-statistical kernel profiling. This is based on 1995-12-29 15:30:05 +00:00
kvm_mkdb Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
lpr Mention a bug in lpd that causes a core dump if a request is made for 1996-01-07 15:49:15 +00:00
lptcontrol Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
lsdev Unspammed #includes. 1995-12-13 15:10:56 +00:00
manctl Change install' to ${INSTALL}' so that default install flags can be 1995-07-25 00:37:58 +00:00
mixer Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
mkdosfs mkdosfs -- a tool to create an MS-DOS file system on a device or file. 1995-11-05 16:02:04 +00:00
mount_portalfs Remove trailing whitespace. 1995-05-30 06:12:45 +00:00
mountd Avoid bogus free() of a junk pointer. 1995-11-17 23:22:34 +00:00
mrouted This commit was generated by cvs2svn to compensate for changes in r13282, 1996-01-06 21:12:18 +00:00
mtree st_size in struct stat has type off_t (long long) and not unsigned long 1995-10-06 16:25:10 +00:00
named Round 1 of the conflict merge. It now compiles.. 1996-01-07 05:48:49 +00:00
ncrcontrol recording cvs-1.6 file death 1995-12-30 19:02:48 +00:00
newsyslog Obtained from: NetBSD (PR#1906) 1996-01-09 08:40:08 +00:00
nfsd oops, do it right this time 1996-01-03 11:48:14 +00:00
nologin Change install' to ${INSTALL}' so that default install flags can be 1995-07-25 00:37:58 +00:00
nslookup Merge nslookup conflicts from 4.9.3-rel import 1996-01-07 05:53:23 +00:00
pccard Minor tweaks to get ethernet working too. 1995-10-10 09:57:47 +00:00
pcvt Fix SRCS so that `make depend' works. There were some .l's and some .y's. 1995-09-28 18:23:44 +00:00
pkg_install recording cvs-1.6 file death 1995-12-30 19:02:48 +00:00
pkg_manage recording cvs-1.6 file death 1995-12-30 19:02:48 +00:00
portmap Correct ip protocol in error message, when binding the tcp port. 1995-10-27 11:44:07 +00:00
ppp Final cleanup for now. -Wall is now silent. A couple of bogons found. 1996-01-11 17:48:59 +00:00
pppd ppp-2.2 doesn't have a RELNOTES file anymore, so the old one here was 1995-11-10 21:39:32 +00:00
pppstats Merge pppstats from ppp-2.2 onto mainline.. 1995-10-31 21:41:59 +00:00
pstat #include <sys/user.h> 1995-10-29 09:57:50 +00:00
pwd_mkdb Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
quot No need to go back quite _that_ far to the MOUNT_UFS constant when we have 1995-11-03 17:04:02 +00:00
quotaon Get rid of update. Make man page installation work with our scheme 1994-08-05 16:31:05 +00:00
rarpd recording cvs-1.6 file death 1995-12-30 19:02:48 +00:00
repquota Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
rmt The rmt protocol didn't allow to pass a file creation mode (permission 1995-04-09 09:20:47 +00:00
rndcontrol Fix typos/lies. 1995-12-27 11:40:47 +00:00
routed Typo.. SIOGIFCONF -> SIOCGIFCONF 1995-08-21 16:44:02 +00:00
rtprio recording cvs-1.6 file death 1995-12-30 19:02:48 +00:00
rwhod Here are patches to add full multicast support to rwhod, and an updated man 1995-08-17 00:51:40 +00:00
sa Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
sade Bring my changes forward from 2.1 1995-12-11 16:32:33 +00:00
sendmail Get sendmail to detect when to use the setproctitle() in libutil 1996-01-01 08:54:01 +00:00
sgsc Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
sicontrol Cosmetic fix: The usage message was wrong.. One of the commands (mstate) 1995-10-01 03:13:33 +00:00
sliplogin This commit was generated by cvs2svn to compensate for changes in r13122, 1995-12-30 19:02:48 +00:00
slstat Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
spkrtest recording cvs-1.6 file death 1995-12-30 19:02:48 +00:00
spray Obtained from: NetBSD 1996-01-05 09:09:30 +00:00
sup Restore the changes I made after my last brain hiccup... 1996-01-04 16:10:42 +00:00
sysctl The rewamped sysctl program that will find all the variables itself. 1995-12-21 12:39:25 +00:00
sysinstall Bring my changes forward from 2.1 1995-12-11 16:32:33 +00:00
syslogd With the recent 'make install' change in the kernel build makefiles, an 1995-11-14 23:39:39 +00:00
tcpdump This commit was generated by cvs2svn to compensate for changes in r13122, 1995-12-30 19:02:48 +00:00
timed Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
traceroute bugfix: traceroute hangs forever, if another ICMP traffics exists and 1995-07-23 01:25:33 +00:00
trpt Removed bogus #include of netinet/in_pcb.h 1995-04-10 00:41:25 +00:00
trsp Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
tzsetup recording cvs-1.6 file death 1995-12-30 19:02:48 +00:00
vidcontrol Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
vipw Small NIS tweak: frob pw_error() a little so that it can say either 1995-08-13 16:05:06 +00:00
vnconfig The vnconfig man page needs updating (change vndXX to vnXX). 1995-07-08 09:29:51 +00:00
watch Map ^C and ^\ (INTR and QUIT) to ^Q so that you can actually send these 1995-12-16 10:07:10 +00:00
XNSrouted Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
xntpd Second attempt to correct the leap year handling. 1996-01-09 07:59:54 +00:00
xten recording cvs-1.6 file death 1995-12-30 19:02:48 +00:00
ypbind More XDR routine cleanups. These three programs should be the only 1995-12-15 03:39:46 +00:00
yppoll Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
yppush Import the new yppush. 1996-01-12 07:03:33 +00:00
ypserv More changes brought about by testing of yppush (which is almost finished): 1996-01-10 16:07:39 +00:00
ypset More XDR routine cleanups. These three programs should be the only 1995-12-15 03:39:46 +00:00
zic Update timezone compiler and dumper to understand the new EC rules. 1995-08-05 20:28:48 +00:00
Makefile added newsyslog and spray 1996-01-05 09:53:49 +00:00
Makefile.inc BSD 4.4 Lite usr.sbin Sources 1994-05-26 05:23:31 +00:00