Searched hist:1996 (Results 426 - 450 of 3325) sorted by relevance

<<11121314151617181920>>

/freebsd-11.0-release/include/rpcsvc/
H A DMakefilediff 17963 Fri Aug 30 22:36:45 MDT 1996 peter 'make install' is not supposed to touch anything.
diff 17960 Fri Aug 30 21:57:39 MDT 1996 peter missed these parts of Bruce's changes last time..

Submitted by: bde (again :-)
diff 17953 Fri Aug 30 19:31:28 MDT 1996 peter Some bmake magic to clean up the install more.
fix another missed -c typo of mine.
clean the rpcgen implicit rule more

Submitted by: bde
diff 17901 Thu Aug 29 19:59:48 MDT 1996 peter replace cmp -s || install with ${INSTALL} -C, and @for with .for
diff 16123 Wed Jun 05 03:47:18 MDT 1996 wpaul Now that Peter has been nice enough to bail me out of my last little
mishap, it's time to have the Makefile install ypxfrd.x and ypxfrd.h.
/freebsd-11.0-release/lib/libc/db/hash/
H A Dhash_buf.cdiff 19029 Sat Oct 19 01:34:25 MDT 1996 peter Back out most of the last backout. :-) Guido removed the 1.1.1.1->1.1.1.2
changes from the vendor branch as well, backing the db-1.82 changes.

This file should now be the same as it was in rev 1.1.1.2.
diff 19024 Fri Oct 18 19:56:51 MDT 1996 guido Backout bzero patch.

Somehow, I also managed to get quite some other changes in this file at
the same time. All I did was checkout the file and made a single change.
If someone has an explanation how these PURIFFY defines got in...
diff 18997 Thu Oct 17 18:27:58 MDT 1996 guido When freeing buffers in the db routines, also zeroize them
This should solve the bug where a coredumping ftpd reveals
encrypted passwords.
Obtained from: OpenBSD
diff 14273 Tue Feb 27 01:59:15 MST 1996 pst This commit was generated by cvs2svn to compensate for changes in r14272,
which included commits to RCS files with non-trunk default branches.
diff 14272 Tue Feb 27 01:59:15 MST 1996 pst Import updated Berkeley DB into CSRG branch
/freebsd-11.0-release/lib/libc/gen/
H A Dsysconf.3diff 20941 Fri Dec 27 03:39:03 MST 1996 alex Make a note in the standards section that sysconf isn't completely
POSIX conforming.
diff 17782 Thu Aug 22 23:31:07 MDT 1996 mpp Correctly use .Fn instead of .Nm to reference function names
in a bunch of man pages.

Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros
instead of explicitly specifying the version in the text
in a bunch of man pages.
diff 17780 Thu Aug 22 22:05:59 MDT 1996 mpp Update a bunch of man pages to use .Fn instead
of .Nm when referencing funciton names.
diff 17344 Tue Jul 30 17:15:09 MDT 1996 bde Fixed description of _SC_CLK_TCK. Both the clock and the units
were wrong.
diff 14101 Thu Feb 15 20:07:05 MST 1996 mpp Fixed a bunch of man page cross references that were
in the main text of various man pages.

Thanks to Warner Losh for adding an option to manck to allow
it to scan the entire man page looking for bogus xrefs, instead
of just checking the SEE ALSO section.
/freebsd-11.0-release/bin/sh/
H A Dshell.hdiff 20774 Sat Dec 21 22:09:40 MST 1996 steve Make sh(1) a little braver in the face of adversity. sh(1)
now handles the getpwd() init problem the same way as bash
and ksh do. Also while I was in here, I cleaned up the format
a little, removed some unnnecessary #if SYMLINKS cruft, and
changed the pwd builtin to use getcwd(3) as Joerg suggested.
diff 20425 Sat Dec 14 06:20:03 MST 1996 steve Merge in NetBSD mods and -Wall cleaning.

Obtained from: NetBSD, me
diff 19281 Thu Oct 31 07:15:57 MST 1996 ache 1) define STATIC as static and not empty
2) replace collate_range_cmp call with its code
diff 17988 Sun Sep 01 10:27:49 MDT 1996 peter oops, I didn't mean for the unconditional DEBUG code to go in, it's been
off in FreeBSD for some time. I realised this a few seconds after the
commit started..
diff 17987 Sun Sep 01 10:22:36 MDT 1996 peter Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is a
merge of parallel duplicate work by Steve Price and myself. :-]

There are some changes to the build that are my fault... mkinit.c was
trying (poorly) to duplicate some of the work that make(1) is designed to
do. The Makefile hackery is my fault too, the depend list was incomplete
because of some explicit OBJS+= entries, so mkdep wasn't picking up their
source file #includes.

This closes a pile of /bin/sh PR's, but not all of them..

Submitted by: Steve Price <steve@bonsai.hiwaay.net>, peter
/freebsd-11.0-release/sys/net/
H A Dif_tun.hdiff 20559 Mon Dec 16 19:23:34 MST 1996 fenner Change default tun MTU back to 1500.
Use the interface MTU instead of the constant when deciding what
packets to accept.
Allow using the SIOCSIFMTU ioctl (e.g. "ifconfig tun0 mtu XXX") to
set the MTU.
diff 20098 Mon Dec 02 21:07:33 MST 1996 julian 2 small changes:
1/ increase the tun MTU from 1500 to 1600 to allow it to be used with
packets formatted according to RFC1490 and RFC1717

2/ allow the tsleep() when reading, to be interruptable by signals
so that one can now do:
od -xc </dev/tun0
to dump packets for debugging without getting hung.

Passed on by: Archie@whistle.com (archie Cobbs)

Nice but not neccessary in 2.2
diff 17487 Fri Aug 09 22:57:06 MDT 1996 julian Submitted by: archie@whistle.com
allow a tunnel interface to be openned even if it has no remote address yet.
this may be needed if you have used
route add default -interface tun0
where the remote end might not even HAVE a number (e.g. netcom links)
diff 14421 Fri Mar 08 11:07:07 MST 1996 ache Make user-level PPP on-demand with dynamic IP actually work.
Story so fr:
1) PPP on-demand with static IP works.
2) PPP on-demand with dynamic IP says "Host is down" on any IP request
The problem is that tun driver check its READY state by *first* ifconfig address.
i.e.:
set ifaddr <addr> <addr2>
works (static IP) and
set ifaddr 0 <addr2>
not works (dynamic IP) because first address is equal 0.
Since tun is always POINTOPOINT interface, dst address is more meaningfull.
I change checking to second (dst) address in READY test.
PPP on-demand finally works.
diff 13937 Tue Feb 06 18:51:28 MST 1996 wollman Clean up Ethernet drivers:
- fill in and use ifp->if_softc
- use if_bpf rather than private cookie variables
- change bpf interface to take advantage of this
- call ether_ifattach() directly from Ethernet drivers
- delete kludge in if_attach() that did this indirectly
/freebsd-11.0-release/lib/libc/sys/
H A Dbrk.2diff 18516 Fri Sep 27 15:34:19 MDT 1996 phk Don't use malloc, pessimize to use sbrk.
fix sbrk manpage while we're at it.
diff 17782 Thu Aug 22 23:31:07 MDT 1996 mpp Correctly use .Fn instead of .Nm to reference function names
in a bunch of man pages.

Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros
instead of explicitly specifying the version in the text
in a bunch of man pages.
diff 17780 Thu Aug 22 22:05:59 MDT 1996 mpp Update a bunch of man pages to use .Fn instead
of .Nm when referencing funciton names.
diff 15874 Thu May 23 01:05:25 MDT 1996 mpp Fixed various problems: typos, grammer, missing include files
wrong function type declarations, and wrong argument type
declarations.
diff 14855 Wed Mar 27 20:49:07 MST 1996 mpp Added missing section numbers to a bunch of .Xr macros, or
converted them into .Fn macros where appropriate. Also fixed
up some minor formatting problems.
H A Dpipe.2diff 17782 Thu Aug 22 23:31:07 MDT 1996 mpp Correctly use .Fn instead of .Nm to reference function names
in a bunch of man pages.

Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros
instead of explicitly specifying the version in the text
in a bunch of man pages.
diff 17646 Sun Aug 18 11:28:16 MDT 1996 wosch A pipe function call appeared in Version *3* AT&T UNIX, not
Version 6. Close PR #1490

Obtained from: Peter H. Saulus in `A Quarter Century of UNIX', page 50
diff 15017 Wed Apr 03 04:57:27 MST 1996 peter Remove outdated (and never quite correct anyway) reference to the
"fact" that pipes were implemented as calls to socketpair().
diff 13750 Tue Jan 30 16:34:52 MST 1996 mpp Fix even more spelling errors in some more man pages.
diff 13151 Mon Jan 01 15:40:31 MST 1996 peter Document the change that I made to pipe(2)
H A Dsetuid.2diff 20178 Fri Dec 06 22:53:52 MST 1996 ache Turn POSIX_SAVED_IDS off
diff 20097 Mon Dec 02 20:03:58 MST 1996 wosch upgrade STANDARDS from POSIX 1003.1-88 to 1003.1-90 using .St macro
use ``is expected to conform to'' phrase, not ``conforms to''

Pointed out by: Bruce->NIST-PCTS
diff 18012 Tue Sep 03 11:32:01 MDT 1996 ache Describe POSIX saved IDs behaviour better
diff 17995 Sun Sep 01 22:42:13 MDT 1996 ache Describe current behaviour (_POSIX_SAVED_IDS are ON),
traditional BSD4.4 behavior (_POSIX_SAVED_IDS are OFF) was described
before.
Add some hooks to easily change this text when
POSIX_SAVED_IDS model will be changed.
diff 17906 Thu Aug 29 21:24:19 MDT 1996 wosch function appeared in Version 7 AT&T UNIX
Obtained from: ftp://netlib.att.com/netlib/att/cs/v7man/man2
/freebsd-11.0-release/lib/libmd/
H A DmdX.3diff 19100 Tue Oct 22 16:28:56 MDT 1996 phk Add #include <sys/types>
diff 18845 Wed Oct 09 21:00:48 MDT 1996 wollman Use -mdoc macros properly.
Translate from Danglish into English.
Refer to the alogrithms as ``RSA Data Security MDX message digest'' as
required by the license.
diff 17798 Fri Aug 23 20:52:53 MDT 1996 mpp Some minor man page cleanup.
diff 15963 Tue May 28 18:57:31 MDT 1996 jdp Correct two errors in the manual page.
diff 13987 Fri Feb 09 00:45:45 MST 1996 mpp Added some missing MLINKS for section 3 man pages.
Also corrected a few minor formatting errors, file location and cross
references in some of the section 3 man pages.

This shuts up a lot of the output from "manck" for section 3.
/freebsd-11.0-release/libexec/ftpd/
H A Dextern.hdiff 19018 Fri Oct 18 17:09:26 MDT 1996 ache Implement alternative strategy if it is impossible to confirm
password: ask for it, but don't tell that S/key password required.
It looks like non-s/key system from outside.

Additionally tell that s/key required when it is so for normal case
diff 18989 Thu Oct 17 17:06:04 MDT 1996 ache Don't ever ask for password if it is impossible to confirm it
It happens if 1) regular passwords not allowed, 2) skey database
not activated for given user.
Under some rare circumstanes skey_challenge can return empty
diagnostic or even previous buffer, fix it.
diff 18471 Sun Sep 22 21:56:57 MDT 1996 wosch add forgotten $Id$
diff 17433 Sun Aug 04 22:40:35 MDT 1996 pst If PARANOID is set, do not allow PORT commands to remote ports less than 1024
or addresses other than the requestor's address. This violates the FTP
protocol (hmm...as I write this, I'm going to change this to a run-time var.)

Require login before PASV and RNTO commands.

Close unused PASV ports so they don't hang around forever.

Do not allow file overwrites via rename or STOR when anonymous
(suspenders).

Clean up buffer utilization.

My code, but heavily inspired by Hobbit's changes to wu-ftpd as pointed out
by Mike Prettejohn and Kit Knox.
diff 13139 Mon Jan 01 08:35:11 MST 1996 peter Make ftpd use setproctitle() from libutil

I've left the old code in there under #ifdef OLD_SETPROCTITLE in case
somebody wants to try to compile out ftpd on some other machine.
/freebsd-11.0-release/sbin/routed/
H A Dmain.cdiff 20342 Wed Dec 11 21:04:17 MST 1996 wollman Merge from vendor branch.
diff 19896 Wed Nov 20 15:23:40 MST 1996 wollman For some reason the merge of this file didn't get committed properly.
Who has the conical hat?

Make things compile again.
diff 18322 Mon Sep 16 17:04:22 MDT 1996 wollman Layer on FreeBSD local changes from old routed.
diff 18317 Mon Sep 16 16:51:32 MDT 1996 wollman This commit was generated by cvs2svn to compensate for changes in r18316,
which included commits to RCS files with non-trunk default branches.
18316 Mon Sep 16 16:51:32 MDT 1996 wollman Virgin import of new BSD/SGI routed. This update contains a number
of important bug fixes.

Obtained from: Vernon J. Schryver <vjs@mica.denver.sgi.com>
H A Drouted.8diff 20342 Wed Dec 11 21:04:17 MST 1996 wollman Merge from vendor branch.
diff 19885 Tue Nov 19 20:42:43 MST 1996 wollman Merge from vendor branch and use system MD5 library.
diff 18322 Mon Sep 16 17:04:22 MDT 1996 wollman Layer on FreeBSD local changes from old routed.
diff 18317 Mon Sep 16 16:51:32 MDT 1996 wollman This commit was generated by cvs2svn to compensate for changes in r18316,
which included commits to RCS files with non-trunk default branches.
18316 Mon Sep 16 16:51:32 MDT 1996 wollman Virgin import of new BSD/SGI routed. This update contains a number
of important bug fixes.

Obtained from: Vernon J. Schryver <vjs@mica.denver.sgi.com>
/freebsd-11.0-release/share/man/man4/
H A Dipfirewall.4diff 20560 Mon Dec 16 20:31:40 MST 1996 mpp Remove trailing whitespace.

Don't worry, this is the only one of these I plan on doing :-).
diff 17762 Wed Aug 21 22:01:49 MDT 1996 mpp Update a bunch of man pages to use the .Fx macro to specify FreeBSD versions.
diff 17088 Thu Jul 11 02:37:59 MDT 1996 mpp A *QUICK* pass through this man page to make it conform to mdoc
standards and to clean up some of the English. The job is
nowhere complete.

This man page would be a good project for someone who knows
something about the firewall software, and would like to
contribute to the documentation effort. Many of the things
in this man page are out of date and do not reflect reality.
diff 17087 Thu Jul 11 02:08:31 MDT 1996 mpp Fix some spelling errors.
diff 13744 Tue Jan 30 13:52:50 MST 1996 mpp Fix a bunch of spelling errors in a bunch of man pages.
/freebsd-11.0-release/usr.sbin/dumpcis/
H A Dreadcis.hdiff 16487 Tue Jun 18 21:58:55 MDT 1996 nate Staticize and remove unused function.

Inspired by: The Nomad code
diff 16484 Tue Jun 18 19:52:30 MDT 1996 nate - Removed dead code (if you need it you can get it out of the
Repository).
- Added some comments, and moved some code around to make flow more
obvious.

No functional changes.
diff 16466 Mon Jun 17 22:30:30 MDT 1996 nate Prepend the CIS string length define with CIS_ per the rest of the
constants.

Obtained from: Nomad code
diff 15284 Thu Apr 18 04:25:17 MDT 1996 nate Added RCS Id and BSD-style copyrights to individual files.
diff 15177 Wed Apr 10 06:49:32 MDT 1996 nate Run indent on all these files to make them more readable. (I also went
through by hand and cleaned up some indent bogons.)
/freebsd-11.0-release/usr.sbin/pw/
H A DMakefilediff 20590 Tue Dec 17 14:15:35 MST 1996 davidn Changes to password generator: fallback to MD5 generator disabled
(/dev/urandom used by default under FreeBSD), and implemented a
"portable" but less secure generator for other systems.
Add display of expiry/password change dates in -P user display.
diff 20303 Tue Dec 10 23:59:04 MST 1996 joerg This commit was generated by cvs2svn to compensate for changes in r20302,
which included commits to RCS files with non-trunk default branches.
diff 20302 Tue Dec 10 23:59:04 MST 1996 joerg Copyright update by the author, to be more in line with our sample
copyright.

Submitted by: David Nugent
diff 20267 Mon Dec 09 23:55:27 MST 1996 joerg Upgrade from the author, reflecting all my wishes resulting out of the
sysinstall use of this tool (plus some bug fixes).

2.2 candidate...

Submitted by: David Nugent <davidn@nserver.usn.blaze.net.au>
20253 Mon Dec 09 14:05:35 MST 1996 joerg pw(8) -- a backend utility to manage the user and group databases.

sysinstall's new User&group menu will use it, hence it's a 2.2
candidate despite of providing new functionality.

Submitted by: David L. Nugent, <davidn@blaze.net.au>
/freebsd-11.0-release/usr.sbin/rpc.yppasswdd/
H A Dyppwupdatediff 19412 Mon Nov 04 23:54:01 MST 1996 wosch add PATH variable, use it
diff 16134 Wed Jun 05 06:13:09 MDT 1996 wpaul Added support for in-place updates:

If rpc.yppasswdd is invoked with the -i flag, password changes will
be made to the master.passwd template file and the hash map files
in-place, which means it won't have to run a complete map update.
Instead, it calls /var/yp/Makefile with the 'pushpw' target, which
just pushes the maps to the slaves and runs yp_mkdb -c to tell the
local ypserv to flush its database cache.

The server will check the passwd.byname and passwd.byuid maps to see
if they were built in 'insecure' or 'secure' mode (i.e. with real
encrypted passwords in them or without) and update them accordingly.

This combined with rpc.ypxfrd greatly reduces the amount of time it
takes to complete an NIS password change, especially with very large
passwd databases.
diff 14390 Tue Mar 05 15:41:02 MST 1996 wpaul Make yppwupdate script redirect stderr to stdout; if we don't do this,
the error messages (if any) from yppush will end up on the system console
instead of the /var/yp/ypupdate.log file.
diff 14063 Mon Feb 12 15:09:01 MST 1996 wpaul This commit was generated by cvs2svn to compensate for changes in r14062,
which included commits to RCS files with non-trunk default branches.
14062 Mon Feb 12 15:09:01 MST 1996 wpaul Import new rpc.yppasswdd. (Note: accompanying changes to passwd(1) and
chpass(1) are on the way too.) This version supports all the features
of the old one and adds several new ones:

- Supports real multi-domain operation (optional, can be turned
on with a command-line flag). This means you can actually have
several different domains all served from one NIS server and
allow users in any of the supported domains to change their passwords.
The old yppasswdd only allowed changing passwords in the domain
that was set as the system default domain name on the NIS master
server. The new one can change passwords in any domain by trying
to match the user information passed to it against all the passwd
maps it can find. This is something of a hack, but the yppasswd.x
protocol definiton does not allow for a domain to be passwd as an
argument to rpc.yppasswdd, so the server has no choice but to
grope around for a likely match. Since this method can fail if
the same user exists in two domains, this feature is off by default.
If the feature is turned on and the server becomes confused by
duplicate entries, it will abort the update.

- Does not require NIS client services to be available. NIS servers do
_NOT_ necessarily have to be configured as NIS clients in order to
function: the ypserv, ypxfr and yppush programs I've written recently
will operate fine even if the system domain name isn't set, ypbind isn't
running and there are no magic '+' entries in any of the /etc files.
Now rpc.yppasswdd is the same way. The old yppasswdd would not work
like this because it depended on getpwent(3) and friends to look up
users: this will obviously only work if the system where yppasswdd is
running is configured as an NIS client. The new rpc.yppasswdd doesn't
use getpwent(3) at all: instead it searches through the master.passwd
map databases directly. This also makes it easier for it to handle
multiple domains.

- Allows the superuser on the NIS master server to change any user's
password without requiring password authentication. rpc.yppasswdd
creates a UNIX domain socket (/var/run/ypsock) which it monitors
using the same svc_run() loop used to handle incoming RPC requests.
It also clears all the permission bits for /var/run/ypsock; since
this socket is owned by root, this prevents anyone except root from
successfully connect()ing to it. (Using a UNIX domain socket also
prevents IP spoofing attacks.) By building code into passwd(1) and
chpass(1) to take advantage of this 'trusted' channel, the superuser
can use them to send private requests to rpc.yppasswdd.

- Allows the superuser on the NIS master to use chpass(1) to update _all_
of a user's master.passwd information. The UNIX domain access point
accepts a full master.passwd style structure (along with a domain
name and other information), which allows the superuser to update all
of a user's master.passwd information in the NIS master.passwd maps.
Normal users on NIS clients are still only allowed to change their full
name and shell information with chpass.

- Allows the superuser on the NIS master to _add_ records to the NIS
master.passwd maps using chpass(1). This feature is also switchable
with a command-line flag and is off by default.
/freebsd-11.0-release/usr.sbin/watch/
H A Dwatch.8diff 21048 Mon Dec 30 09:01:50 MST 1996 jkh Remove breakage of 1.8.2.2, choose slightly better character for quit.
diff 20090 Mon Dec 02 16:21:20 MST 1996 fenner Fix a typo in the man page (the "-n" flag was added to the synopsis in
a comment).
diff 20085 Mon Dec 02 12:32:46 MST 1996 jkh I have added a '-n' flag to the watch(8) command. This option
disables the ability to interactively select a new tty. I have also
removed a check for uid == 0 because it gets in the way of using suid
mode based access control. Watch (8)is only runnable by root, so this
does not really change things much.

Closes PR#2131

Submitted-By: adrian@virginia.edu
diff 17786 Fri Aug 23 00:57:08 MDT 1996 mpp Use the .Fx macro where appropriate.
diff 13744 Tue Jan 30 13:52:50 MST 1996 mpp Fix a bunch of spelling errors in a bunch of man pages.
/freebsd-11.0-release/usr.sbin/yppush/
H A Dyppush.8diff 15016 Wed Apr 03 03:24:03 MST 1996 wpaul yppush_main.c:

- Remove unused 'pid' member from the jobs structure. (This was left over
from an earlier incarnation of the program that used multiple processes.)

- Remove #ifdef'ed longjmp() stuff.

- Print warning message if the 'pushing' host is not the master for
a map being pushed but don't bail out. (While yppush should only
be used on an NIS master, using it elsewhere is not an unpardonable sin.)

yppush.8:

- Fix a couple of mind-os.

Makefile

- Change format to hopefully ease bootstrapping. (Suggested by wollman.)
Other Makefiles should follow.
diff 14038 Sun Feb 11 22:38:05 MST 1996 mpp Correct a bunch of man page cross references and generally
try and silence "manck".

ncurses, rpc, and some of the gnu stuff are still a big mess, however.
diff 13744 Tue Jan 30 13:52:50 MST 1996 mpp Fix a bunch of spelling errors in a bunch of man pages.
diff 13395 Fri Jan 12 07:03:33 MST 1996 wpaul This commit was generated by cvs2svn to compensate for changes in r13394,
which included commits to RCS files with non-trunk default branches.
13394 Fri Jan 12 07:03:33 MST 1996 wpaul 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.
/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-arp.cdiff 17681 Mon Aug 19 20:34:12 MDT 1996 pst This commit was generated by cvs2svn to compensate for changes in r17680,
which included commits to RCS files with non-trunk default branches.
17680 Mon Aug 19 20:34:12 MDT 1996 pst Virgin import of unmodified tcpdump v3.2.1 distribution from LBL.
Obtained from: ftp://ftp.ee.lbl.gov/tcpdump.tar.Z on 19-Aug-1996.
17680 Mon Aug 19 20:34:12 MDT 1996 pst Virgin import of unmodified tcpdump v3.2.1 distribution from LBL.
Obtained from: ftp://ftp.ee.lbl.gov/tcpdump.tar.Z on 19-Aug-1996.
H A Dprint-bootp.cdiff 17681 Mon Aug 19 20:34:12 MDT 1996 pst This commit was generated by cvs2svn to compensate for changes in r17680,
which included commits to RCS files with non-trunk default branches.
17680 Mon Aug 19 20:34:12 MDT 1996 pst Virgin import of unmodified tcpdump v3.2.1 distribution from LBL.
Obtained from: ftp://ftp.ee.lbl.gov/tcpdump.tar.Z on 19-Aug-1996.
17680 Mon Aug 19 20:34:12 MDT 1996 pst Virgin import of unmodified tcpdump v3.2.1 distribution from LBL.
Obtained from: ftp://ftp.ee.lbl.gov/tcpdump.tar.Z on 19-Aug-1996.
H A Dprint-domain.cdiff 17681 Mon Aug 19 20:34:12 MDT 1996 pst This commit was generated by cvs2svn to compensate for changes in r17680,
which included commits to RCS files with non-trunk default branches.
17680 Mon Aug 19 20:34:12 MDT 1996 pst Virgin import of unmodified tcpdump v3.2.1 distribution from LBL.
Obtained from: ftp://ftp.ee.lbl.gov/tcpdump.tar.Z on 19-Aug-1996.
17680 Mon Aug 19 20:34:12 MDT 1996 pst Virgin import of unmodified tcpdump v3.2.1 distribution from LBL.
Obtained from: ftp://ftp.ee.lbl.gov/tcpdump.tar.Z on 19-Aug-1996.
H A Dprint-fddi.cdiff 17681 Mon Aug 19 20:34:12 MDT 1996 pst This commit was generated by cvs2svn to compensate for changes in r17680,
which included commits to RCS files with non-trunk default branches.
17680 Mon Aug 19 20:34:12 MDT 1996 pst Virgin import of unmodified tcpdump v3.2.1 distribution from LBL.
Obtained from: ftp://ftp.ee.lbl.gov/tcpdump.tar.Z on 19-Aug-1996.
17680 Mon Aug 19 20:34:12 MDT 1996 pst Virgin import of unmodified tcpdump v3.2.1 distribution from LBL.
Obtained from: ftp://ftp.ee.lbl.gov/tcpdump.tar.Z on 19-Aug-1996.
H A Dprint-icmp.cdiff 17681 Mon Aug 19 20:34:12 MDT 1996 pst This commit was generated by cvs2svn to compensate for changes in r17680,
which included commits to RCS files with non-trunk default branches.
17680 Mon Aug 19 20:34:12 MDT 1996 pst Virgin import of unmodified tcpdump v3.2.1 distribution from LBL.
Obtained from: ftp://ftp.ee.lbl.gov/tcpdump.tar.Z on 19-Aug-1996.
17680 Mon Aug 19 20:34:12 MDT 1996 pst Virgin import of unmodified tcpdump v3.2.1 distribution from LBL.
Obtained from: ftp://ftp.ee.lbl.gov/tcpdump.tar.Z on 19-Aug-1996.
H A Dprint-ntp.cdiff 17681 Mon Aug 19 20:34:12 MDT 1996 pst This commit was generated by cvs2svn to compensate for changes in r17680,
which included commits to RCS files with non-trunk default branches.
17680 Mon Aug 19 20:34:12 MDT 1996 pst Virgin import of unmodified tcpdump v3.2.1 distribution from LBL.
Obtained from: ftp://ftp.ee.lbl.gov/tcpdump.tar.Z on 19-Aug-1996.
17680 Mon Aug 19 20:34:12 MDT 1996 pst Virgin import of unmodified tcpdump v3.2.1 distribution from LBL.
Obtained from: ftp://ftp.ee.lbl.gov/tcpdump.tar.Z on 19-Aug-1996.
H A Dprint-null.cdiff 17681 Mon Aug 19 20:34:12 MDT 1996 pst This commit was generated by cvs2svn to compensate for changes in r17680,
which included commits to RCS files with non-trunk default branches.
17680 Mon Aug 19 20:34:12 MDT 1996 pst Virgin import of unmodified tcpdump v3.2.1 distribution from LBL.
Obtained from: ftp://ftp.ee.lbl.gov/tcpdump.tar.Z on 19-Aug-1996.
17680 Mon Aug 19 20:34:12 MDT 1996 pst Virgin import of unmodified tcpdump v3.2.1 distribution from LBL.
Obtained from: ftp://ftp.ee.lbl.gov/tcpdump.tar.Z on 19-Aug-1996.

Completed in 274 milliseconds

<<11121314151617181920>>