summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
1996-07-25rmtcr_outval used by xdr_bool, so must be bool_tTheo de Raadt
1996-07-23other icmp traffic can cause a timeout to occur so must be more careful;Theo de Raadt
from freebsd pr#612; fenner@parc.xerox.com
1996-07-23open sockets then revoke privs; and a strdup() solution from freebsdTheo de Raadt
1996-07-22setgid back; from kashmir@umiacs.UMD.EDUTheo de Raadt
1996-07-20Update pppd to 2.3a4:joshd
Add redo option error-reporting, add PAM, add microsoft compatibility kludges, bzero stuff at important places, add one or two options other generic enhancements. From: Paul.Mackerras@cs.anu.edu.au
1996-07-20compiles...Theo de Raadt
1996-07-20rpc.lockd from freebsd; has a problem yetTheo de Raadt
1996-07-18more readableTheo de Raadt
1996-07-18ipfilter 3.1.0dm
1996-07-16patch environ, buffer limit, parse # better, let user kill with signal; some ↵Theo de Raadt
parts from freebsd
1996-07-15no longer needed.Michael Shalayeff
1996-07-14netbsd pr#2623: fix VJ compression and active filter, John KohlJason Downs
<jtk@kolvir.arlington.ma.us>
1996-07-13nfsv2.h still needed by print-nfs.c and print-udp.c. These ONLY worketheisen
with NFSv2 and need to be rewritten.
1996-07-13it is 3.2 now.Michael Shalayeff
1996-07-11fix syslog message.Michael Shalayeff
1996-07-10diskpart is now safe, fgets() replaces gets() [netbsd pr#124]ccappuc
1996-07-08kernel is /bsd, os is OpenBSDccappuc
1996-07-07Add support for allowing disabled devices in a config file. e.g.Mats O Jansson
ep0 at isa? disable port ? irq ? disable must be placed before any attribute for the device. /moj
1996-07-07call inet_ntoa correctly, from wietseTheo de Raadt
1996-07-06not very well tested ether_aton() cleanupTheo de Raadt
1996-07-05commit check finish after work doneTheo de Raadt
1996-07-04portmap cannot do security, do not suggest it could; pointed out by bitbltTheo de Raadt
1996-07-04kernel is /bsdTheo de Raadt
1996-07-04Fix NetBSD PR bin/2597: lpr and NFS-non-root-exported failsThorsten Lockert
1996-07-04Fix bogon in importThorsten Lockert
1996-07-04Integrated 4.4Lite2 sourceThorsten Lockert
Fixed potential problem pointed out by bitblt
1996-07-01bind to localhost for ypsetmeTheo de Raadt
1996-07-01whoopsTheo de Raadt
1996-06-30Added support for SIGHUP in ypserv for reread of /var/yp/securenet orMats O Jansson
aclfile.
1996-06-30use INADDR_LOOPBACKTheo de Raadt
1996-06-30make obj in fdformatTheo de Raadt
1996-06-29inet_ntoa backwards for -s; netbsd pr#2579; peter@wonderland.orgTheo de Raadt
1996-06-29multiple receivers, port checking. testing help from bitbltTheo de Raadt
1996-06-29make "option" an alias for "options"Theo de Raadt
1996-06-29bindresvport() called incorrectly; we need a proto somewhere guysTheo de Raadt
1996-06-28closelog() before we trash syslog descriptorTheo de Raadt
1996-06-28closelog() before we trash the syslog descriptor; suggestion from ↵Theo de Raadt
alan@parsys.co.uk
1996-06-28cleanup: K&R function declarations; use opendev(); use err().Jason Downs
1996-06-27for DNS hosts.byname queries, supply all addressesTheo de Raadt
1996-06-26Same copyright all over, removed my name from ypdb.[ch], small bugfixMats O Jansson
in ypserv_db.c /moj
1996-06-25only open one bpf per interface; netbsd pr#2106; codewarrior@daemon.orgTheo de Raadt
1996-06-25our tar has no --fast-readdm
1996-06-23from netbsd; two devices instances which are otherwise the same but doTheo de Raadt
not attach via the same attributes are _not_ the same, and should not be treated as aliases of each other.
1996-06-23sync to 0622Theo de Raadt
1996-06-20add fdformat for the i386: based on an old FreeBSD version, gotten fromJason Downs
jtk's port of dosemu; some cleaning by me, but it needs more. Should probably just be rewritten...
1996-06-19do not use system() to start $EDITOR, but fake system() ourselvesTheo de Raadt
1996-06-19Makefiles supported obj, but not obj.${MACHINE}. Use same solution asMats O Jansson
eg. kerberosIV/kadm.
1996-06-18name the client "client", and mention YP supportTheo de Raadt
1996-06-18Note that bootparamd returns both server and path. Minor nit.briggs
1996-06-18bootparam paths are server:/path, duh. pointed out by briggsTheo de Raadt