Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bye, bye | wosch | 1996-08-22 | 2 | -90/+0 |
| | |||||
* | Fix typo in last commit...sigh | pst | 1996-08-21 | 1 | -1/+1 |
| | |||||
* | Add the -o option to the usage line. | mpp | 1996-08-21 | 1 | -1/+1 |
| | |||||
* | Oops, forgot to actually add the new man page. | mpp | 1996-08-21 | 1 | -0/+76 |
| | |||||
* | Add a man page for mailstats(8). | mpp | 1996-08-21 | 1 | -1/+1 |
| | | | | Obtained from: NetBSD | ||||
* | Change DISTDIR to TCPDUMP_DISTDIR | pst | 1996-08-21 | 1 | -4/+4 |
| | |||||
* | Bugfix: all device counts >= 256 was broken, they truncated by % 255 | ache | 1996-08-21 | 1 | -1/+1 |
| | | | | | because of u_char count field size. It hits when device header file already present. | ||||
* | Uniquely name the distribution directory variable so that it can be overridden | pst | 1996-08-21 | 1 | -6/+6 |
| | | | | for multiple packages at the same time. | ||||
* | Decode ICMP_UNREACH_FILTER_PROHIB responses as !F, from RFC1812. | peter | 1996-08-21 | 1 | -1/+10 |
| | | | | | | | Suggested by: Bill Fenner <fenner@parc.xerox.com> Additionally, print unrecognised ICMP_UNREACH codes numerically. eg, code 15 would show up as !<15>. | ||||
* | Back out part of my previous commit. The bug was fixed over 12 months | peter | 1996-08-21 | 1 | -11/+1 |
| | | | | ago in FreeBSD more cleanly. | ||||
* | Pickup VERSION from the tcpdump sources in contrib/tcpdump. Allows | gpalmer | 1996-08-21 | 1 | -3/+5 |
| | | | | `make world' to work again. | ||||
* | add pathnames.h, -Wall cleanup | wosch | 1996-08-20 | 3 | -9/+35 |
| | |||||
* | Clean up the english a little, having made the mistake of reading it. | jkh | 1996-08-20 | 1 | -20/+21 |
| | |||||
* | run pwd_mkdb with new check option [-c] to verify correctness | wosch | 1996-08-20 | 1 | -2/+2 |
| | | | | of /etc/master.passwd | ||||
* | Fix up path | pst | 1996-08-20 | 1 | -2/+2 |
| | |||||
* | Grab tcpdump out of src/contrib/tcpdump | pst | 1996-08-19 | 52 | -16670/+20 |
| | |||||
* | New option: [-c] | wosch | 1996-08-19 | 2 | -3/+17 |
| | | | | | Check if the password file is in the correct format. Do not change, add, or remove any files. | ||||
* | Fix a bug, it was returning a pointer to a variable on the stack, instead | peter | 1996-08-19 | 1 | -2/+2 |
| | | | | of the specially strdup()'ed version. | ||||
* | Define ETHERS_SERVICE, since our OS provides it. Otherwise, you | peter | 1996-08-19 | 1 | -2/+2 |
| | | | | | can't do a "tcpdump 'gateway foo'" unless it's in /etc/ethers - it wasn't reading the NIS tables. | ||||
* | ``make install'' should not install the symlink /usr/sbin/rmt -> /etc/rmt | wosch | 1996-08-18 | 1 | -2/+4 |
| | | | | | | Only ``make distribution'' in src/etc/Makefile overrides things in /etc Pointed out by: joerg | ||||
* | Fixes from NetBSD: | peter | 1996-08-17 | 2 | -4/+40 |
| | | | | | | | | - inet_ntoa() returns a pointer to a static buffer, dont use it twice in the same printf(). - prevent the possibility of never timing out - Report two more ICMP error types (prohibited nets etc) And some (commented out) enhancements that I use, but some don't like. | ||||
* | New options | wosch | 1996-08-16 | 2 | -20/+46 |
| | | | | | | | | | | -K Run as command kbdmap(1). -V Run as command vidfont(1). -p, -print Print description of available keymaps or fonts to stdout and exit. Document that users should not choose MSDOS codepage keymaps or fonts. | ||||
* | Remove -p from SYNOPSIS | ache | 1996-08-16 | 1 | -1/+1 |
| | |||||
* | Remove -p option from getopt string, all corresponding code | ache | 1996-08-16 | 1 | -1/+1 |
| | | | | already deleted | ||||
* | rpc.rstatd -> rpc.lockd typo | peter | 1996-08-16 | 1 | -1/+1 |
| | | | | Noticed by: tholo@sigmasoft.com (Thorsten Lockert) | ||||
* | Do not add an user to a group if the group is also the login group. | wosch | 1996-08-14 | 1 | -11/+14 |
| | |||||
* | chown(8) and chgrp(1) directories once only | adam | 1996-08-14 | 1 | -5/+4 |
| | |||||
* | Do not send "welcome mail" as default. If you want this feature | wosch | 1996-08-13 | 1 | -4/+8 |
| | | | | | | you can still enable it. Better, use mail client like elm or pine. Requested by: Jordan | ||||
* | Fix last commit (and PR bin/1489) by creating both sockets before | fenner | 1996-08-13 | 1 | -4/+7 |
| | | | | setuid(). | ||||
* | Fix a few minor type problems that turned up with gcc-2.7.2 | peter | 1996-08-13 | 3 | -5/+6 |
| | |||||
* | Add RTF_STATIC to default route's flags in the hope that routed will no | peter | 1996-08-13 | 1 | -2/+2 |
| | | | | longer remove it while it is running. | ||||
* | Add RTF_STATIC to flags when creating a default route. Hopefully this | peter | 1996-08-13 | 1 | -2/+2 |
| | | | | will stop routed from removing it if it is also running. | ||||
* | Previously, if the dial script had any problems, pppd would simply | pst | 1996-08-11 | 4 | -5/+29 |
| | | | | | | | | | | bomb out. Unfortunately, FreeBSD's sio driver and certain internal modems don't get along very well, which can cause the serial port to wedge until it is closed and reopened. Add new variable, connect-max-attempts, default = 1 (to mimic previous behavior). If > 1, will try up to "n" times to dial remote site before aborting. | ||||
* | Reviewed by: various | julian | 1996-08-09 | 2 | -7/+27 |
| | | | | | | | | | Submitted by: archie@whistle.com changes to allow inetd to bind to a single interface for more complicated options see xinetd in ports. Obtained from: whistle.com | ||||
* | was missing @ | adam | 1996-08-09 | 1 | -2/+2 |
| | |||||
* | Drop setuid ASAP, to minimize code executed as root. | fenner | 1996-08-09 | 1 | -3/+18 |
| | | | | Reviewed by: pst | ||||
* | Make broadcast clients work. | phk | 1996-08-06 | 1 | -1/+1 |
| | |||||
* | Gratuitous whitespace change so that I can commit the source of the recent | pst | 1996-08-05 | 1 | -3/+1 |
| | | | | | | buffer overflow patch. Reviewed by: pst Submitted by: Dave Andersen <angio@aros.net> | ||||
* | Fix up some more buffer overflow problems. | pst | 1996-08-05 | 2 | -5/+9 |
| | |||||
* | Fix a couple of bogons. The first two were brought to my attention | wpaul | 1996-08-04 | 1 | -9/+36 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Enhance crunchgens understanding of our new /usr/obj/`pwd` strategy. | phk | 1996-08-04 | 1 | -6/+15 |
| | |||||
* | Try to make screen update more efficient (less flickering) by more | jkh | 1996-08-03 | 21 | -87/+80 |
| | | | | judicious use of dialog_clear_norefresh(). | ||||
* | Make the same fix to the disk partition editor screen. | jkh | 1996-08-03 | 2 | -12/+8 |
| | |||||
* | Fix an embarassing bogon in the key input code. I'll roll another snap | jkh | 1996-08-03 | 2 | -12/+8 |
| | | | | boot floppy for this one.. | ||||
* | Use the defines and macros defined in /sys/pccard/cis.h to make the code | nate | 1996-08-01 | 1 | -24/+25 |
| | | | | | | easier to understand. LOTS more work needed in this area. Inspired by: The Nomad code | ||||
* | Whoops! VTYs return zero values for TIOCGSIZE! Work around this. | jkh | 1996-08-01 | 2 | -4/+4 |
| | |||||
* | Don't query DNS if we haven't got it configured. | jkh | 1996-08-01 | 1 | -12/+16 |
| | |||||
* | Handle SIGPIPE in a couple of crucial places. | jkh | 1996-08-01 | 2 | -8/+26 |
| | |||||
* | Put verbosity in the right place. | jkh | 1996-08-01 | 1 | -3/+3 |
| | |||||
* | Purely cosmetic tweaks. | jkh | 1996-08-01 | 2 | -5/+5 |
| |