| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Reviewed by: pst
|
| |
|
|
|
|
|
|
| |
buffer overflow patch.
Reviewed by: pst
Submitted by: Dave Andersen <angio@aros.net>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
judicious use of dialog_clear_norefresh().
|
| |
|
|
|
|
| |
boot floppy for this one..
|
|
|
|
|
|
| |
easier to understand. LOTS more work needed in this area.
Inspired by: The Nomad code
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Some things may still display text on the 24th line, but that's because
they've always been screens designed to fit into a minimal real-estate
and have hardwired assumptions about the dimensions. They'll be a little
harder to make dynamic.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
create them
twice.
Various cosmetic tweaks.
|
|
|
|
|
|
|
|
|
| |
later at pkg_delete time to verify that you're deleting what you added.
This, of course, does NOT cover the case where a file you still need
hasn't changed! That's a tougher problem to solve, and this provides
only the minimal amount of safety belt. MD5 checksums are stored in comment
fields, so packages produced with these tools are backwards compatible with
the older ones.
|
| |
|
|
|
|
|
|
|
| |
aliases of the "official" names as well, because now that getportbyname()
does a yp match, it no longer found the entries under the alias.
This broke rsh(1), because it looks up "shell/tcp" while the official
name in /etc/services is "cmd/tcp".
|
|
|
|
| |
Submitted by: Chuck Robey <chuckr@Glue.umd.edu>
|
|
|
|
|
|
|
|
| |
of line.
Also, fix existing bug in ethers.byname, it was passing an unknown option
to yppush. This appears to have been a cut/paste slip intended for a
$(DBLOAD) command above it.
|
|
|
|
|
|
|
|
| |
the FreeBSD Makefile.yp structure by me. This allows you to have a single
amd map for all machines in a cluster.
In /etc/sysconfig, it would look something like:
amdflags="-p -a /net -c 1800 -l syslog /host amd.host"
|
|
|
|
| |
There is a new routed.h which wil be imported separately.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
with theirs (change the -I option to -s (but leave -I in for backwards compat.)
Also eliminate an make sane some magic numbers, and fix a small bug where we'd
send to an unopened socket.
Reviewed by: wollman
Obtained from: NetBSD
|
| |
|
|
|
|
|
| |
perhaps it can be removed altogether.
corrected typos
|
|
|
|
| |
Pointed out by: Thomas Graichen <graichen@axp5.physik.fu-berlin.de>
|
|
|
|
| |
implementation.
|
|
|
|
| |
respect to the ADO timezone code.
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| |
| | |
a number of bug fixes to the compiler (which bugs would previously
have caused undesirable behavior during transition times).
|
| | |
|
| |
| |
| |
| | |
Obtained from: NetBSD
|
| |
| |
| |
| |
| |
| | |
Closes PR # bin/1386: lpf Text Filter does not w...
Submitted by: andreas@marvin.RoBIN.de
|
| | |
|
| |
| |
| |
| | |
2. Add some code for dealing with a ports collection on the second CD now.
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
I usually test, so... :-( Guess we'll have to slide the tag forward on
these two files - Peter, could you do the honors? I've been up for the last
30 hours or so and I just *know* that any attempt on my part to do this would
probably end up deleting the entire repository somehow. :-)
|
| | |
|
| |
| |
| |
| |
| | |
chunk rather than distribution - it's just caused the numbers to fluctuate
too wildly, sorry Peter! ;-(
|