1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/usr.sbin
Bill Paul d2c75ac3d8 Fix a couple of bogons. The first two were brought to my attention
by Peter Wemm:

- In yppasswdproc_update_1_svc(), I wasn't paying attention and put
  a couple of lines of code _after_ a return() instead of before.
  (*blush*)

- The removal of certain temp files didn't always work (this showed
  up mostly if you were using /etc/master.passwd as your NIS passwd
  template instead of /var/yp/master.passwd). This is because the
  whole temp file creation mechanism I was using was tragically
  broken (you can't rename across filesystems).

This problem I found myself:

- If you have a very large password database (30,000 or more entries),
  there can be a delay of several seconds while pw_copy() copies the
  ASCII template file and subsitutes in the modified/new entry. During
  this time, the clnt_udp() code in the RPC library may get impatient
  and retry its request. This will get queued at the server and be
  treated as a second request. By then the password change will have
  been completed and the second request will fail (the old password is
  no longer valid). To attempt to fix this, we save the IP address and
  port of each request and ignore any subsequent requests from the
  same IP and same port that arrive within five minutes of each other.
1996-08-04 22:13:05 +00:00
..
ac Correct some man page cross references and file location references. 1996-04-07 00:06:21 +00:00
accton
adduser documented login name limit 1996-06-09 20:45:35 +00:00
amd `mv'' -> `mv -f'' 1996-05-07 23:19:49 +00:00
apm delete MANDIR=/usr/share/man/man, 1996-05-21 18:09:11 +00:00
apmconf Use /dev/apm instead of /dev/apm0. 1996-03-18 20:35:17 +00:00
arp
bad144
bootparamd Change references from rpc.bootparamd to bootparamd. 1996-04-07 23:28:25 +00:00
cdcontrol Don't print number (garbadge) if media catalog is inactive 1996-06-25 21:01:27 +00:00
chown
chroot
config Bring back the `config file in the kernel' feature from the 1.x days. This 1996-06-08 23:27:16 +00:00
cron fix: debug flag 'test' cause endless loop 1996-06-30 22:11:51 +00:00
crunch Enhance crunchgens understanding of our new /usr/obj/pwd strategy. 1996-08-04 20:38:53 +00:00
ctm Add some explanation on TMPDIR. 1996-07-24 21:36:48 +00:00
dev_mkdb
diskpart Merged type changes and overflow bug fixes from Lite2. 1996-03-19 15:38:44 +00:00
edquota Allow the use of uid ranges when using the "-p" option to allow 1996-03-31 20:57:44 +00:00
fdcontrol
fdformat
fdwrite
inetd Increased listen() queue-depth limit to 64. 1996-07-17 15:00:28 +00:00
iostat Cosmetic fixes for drive names which are 4 chars long. 1996-06-11 16:18:58 +00:00
IPXrouted Accept and use the content of packets received that is bigger than the 1996-04-13 15:13:30 +00:00
kbdcontrol document values for option -r 1996-05-28 00:14:20 +00:00
kbdmap
kernbb
keyadmin This is the `key' program from NRL's IPv6 distribution, heavily 1996-06-17 19:47:57 +00:00
kgmon
kvm_mkdb NBPG -> getpagesize() 1996-05-02 09:09:04 +00:00
lpr "appeared in 4.2BSD.." changed to "appeared in 4.2BSD." 1996-07-27 01:20:00 +00:00
lptcontrol Correct some man page xrefs, and some other minor changes to bring some 1996-04-08 04:18:31 +00:00
lsdev Add a public domain notice to these files. 1996-06-18 15:35:06 +00:00
manctl
mixer
mkdosfs
mount_portalfs Get rid of the last vestiges of the old MOUNT_* constants in the 1996-05-13 17:43:19 +00:00
mountd Correct some man page cross references and file location references. 1996-04-07 00:06:21 +00:00
moused Change the way moused talk to syscons, now its only delivering mouseevents 1996-06-25 08:54:57 +00:00
mrouted Bring in my changes for removing the pestilent obj links (unless you 1996-06-24 04:26:21 +00:00
mtree
named delete /usr/ucb from PATH 1996-03-12 21:46:08 +00:00
ncrcontrol Drop privileges if not using standard namelist or file. 1996-05-30 02:19:43 +00:00
newsyslog Added function prototypes and removed in-line prototypes of standard 1996-06-08 23:32:10 +00:00
nfsd Default to udp if neither udp nor tcp is specified. The previous revision 1996-05-01 03:13:45 +00:00
nologin Now that we have a manpage, don't have the 'clean' target be a NO-OP. 1996-07-10 18:36:41 +00:00
nslookup
pccard Use the defines and macros defined in /sys/pccard/cis.h to make the code 1996-08-01 15:45:46 +00:00
pcvt Bring in my changes for removing the pestilent obj links (unless you 1996-06-24 04:26:21 +00:00
pkg_install Put verbosity in the right place. 1996-08-01 12:13:20 +00:00
portmap
ppp Reset Pred1 protocol on FCS errors. 1996-07-21 13:01:27 +00:00
pppd Update the pppd(8) man page to exmplain the CHAP acronym 1996-07-03 23:23:03 +00:00
pppstats
pstat Document the -i backward compatibility option (same as -v). 1996-07-03 02:11:39 +00:00
pwd_mkdb Fixed brackets in usage message. 1996-07-12 08:20:28 +00:00
qcamcontrol Fix a few bugs in argument processing. 1996-04-17 08:57:50 +00:00
quot
quotaon
rarpd
repquota
rmt
rndcontrol This first appeared in 2.1.5. Correct comment. 1996-06-26 17:11:04 +00:00
routed Merge from vendor branch. The rttrace program is gone (subsumed by rtquery). 1996-07-22 21:13:08 +00:00
rpc.lockd Correct the rpc.lockd and rpc.statd man pages to not reference 1996-04-07 08:55:32 +00:00
rpc.statd Add sm_inter.h to DPSRCS so that make depend is not required to build 1996-07-09 22:40:39 +00:00
rpc.yppasswdd Fix a couple of bogons. The first two were brought to my attention 1996-08-04 22:13:05 +00:00
rpc.ypxfrd Add checks for byte order and DB type mismatches. We ignore the 1996-07-04 02:29:54 +00:00
rtprio
rwhod Correct some man page cross references and file location references. 1996-04-07 00:06:21 +00:00
sa Correct some man page cross references and file location references. 1996-04-07 00:06:21 +00:00
sade Try to make screen update more efficient (less flickering) by more 1996-08-03 10:11:56 +00:00
sendmail freefall's new sendmail.cf file. 1996-05-17 07:47:34 +00:00
sgsc
sicontrol
sliplogin Close a security hole in sliplogin. 1996-04-24 20:18:25 +00:00
slstat Drop privileges if not using standard namelist or kernel file. 1996-05-30 02:20:10 +00:00
spkrtest Print a warning before starting dialog(1) if the user 1996-07-02 23:35:21 +00:00
spray
stallion rm the files first before uudecoding, because the modes in the begin 1996-05-05 07:40:46 +00:00
sup Bring in my changes for removing the pestilent obj links (unless you 1996-06-24 04:26:21 +00:00
sysctl Fix a core dump when the user gives "-w" without an "=" 1996-04-10 00:53:22 +00:00
sysinstall Try to make screen update more efficient (less flickering) by more 1996-08-03 10:11:56 +00:00
syslogd Bring in some fixes from NetBSD and re-hack our syslogd to be option-compatible 1996-07-22 16:35:50 +00:00
tcpdump Import fixes from NetBSD to print NFSv3 packets. 1996-07-18 14:53:04 +00:00
timed Correct some man page cross references and file location references. 1996-04-07 00:06:21 +00:00
traceroute Bring in LBL traceroute, which has the '-g' option. This is a bugfixed and 1996-03-13 08:04:29 +00:00
trpt Include queue.h in preparation for struct socket changes. 1996-03-11 13:02:44 +00:00
tzsetup Only print the selected timezone in verification rather than the bogus time. 1996-07-03 01:17:34 +00:00
vidcontrol Fix typo. 1996-07-03 22:06:12 +00:00
vipw Implement incremental passwd database updates. This is done by ading a '-u' 1996-07-01 19:38:50 +00:00
vnconfig
watch Properly save and restore the terminal characters! 1996-03-01 18:21:41 +00:00
wormcontrol
xntpd Bring in my changes for removing the pestilent obj links (unless you 1996-06-24 04:26:21 +00:00
xten
yp_mkdb Add -I${.CURDIR}/../../libexec/ypxfr to CFLAGS so we can see ypxfr_extern.h. 1996-06-06 17:01:53 +00:00
ypbind
yppoll
yppush Ack! You can't strdup() a DB datum that is not null terminated, or you 1996-06-09 07:34:27 +00:00
ypserv Fix the services.byname target so that it creates search keys for the 1996-07-25 19:32:37 +00:00
ypset
zic Merge from vendor branch. We are now completely up-to-date with 1996-07-18 19:59:09 +00:00
Makefile Remove eeprom too as more unused stuff. 1996-07-18 22:26:54 +00:00
Makefile.inc