Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-05-14 | require ypserv to be on reserved port | Theo de Raadt | |
1996-05-14 | looks like greywolf and i fixed netbsd pr#1328. pwd_mkdb on a filled root | Theo de Raadt | |
filesystem would result in gibbled passwd databases. | |||
1996-05-13 | bug fix | dm | |
1996-05-13 | bindresvport() for rpc ports | Theo de Raadt | |
1996-05-11 | check before unlinking pidfile | Theo de Raadt | |
1996-05-10 | ipfilter 3.0.4 | dm | |
1996-05-10 | Fix version ID | Niklas Hallqvist | |
1996-05-10 | Revert last change, should never have been committed | Niklas Hallqvist | |
1996-05-10 | doc flags better | Theo de Raadt | |
1996-05-10 | do 'make links' treat swap*.o just as all the .o files. | Michael Shalayeff | |
1996-05-09 | sendmail 8.9.1 | Niklas Hallqvist | |
1996-05-09 | Add lost include | Niklas Hallqvist | |
1996-05-06 | another void main(); netbsd pr#2373; from mouse@Collatz.McRCIM.McGill.EDU | Theo de Raadt | |
1996-05-06 | Missing ' == NULL)' added... | Per Fogelstrom | |
1996-05-05 | from netbsd: | Theo de Raadt | |
handle the VISTTY vnode flag with the same letter ('I') that BSDI used. Update the documentation of the vnode flags so that it lists only (and all) of the flags understood by the program. (The documentation is likely in need of more cleanup.) | |||
1996-05-05 | from netbsd: | Theo de Raadt | |
second argument to xdr_long must be a "long *", which means that the 'out' arg to svc_sendreply must point to a long if outproc is xdr_long. It was pointing to an 'int', and that was crashing on the alpha, due to bad alignment. | |||
1996-05-05 | use XS (not XC) flags when setting tty flags; from <brook@trillium.nmsu.edu>. | Theo de Raadt | |
1996-05-05 | headers | Theo de Raadt | |
1996-05-05 | ypbind will create /var/yp/binding automatically, prints a warning. | Theo de Raadt | |
1996-05-04 | allow operation even if fstab does not label filesystem as supporting | Theo de Raadt | |
quotas; pointed out by jonny@gaia.coppe.ufrj.br | |||
1996-05-04 | allow operation even if fstab does not label filesystem as supporting | Theo de Raadt | |
quotas; pointed out by jonny@gaia.coppe.ufrj.br | |||
1996-05-04 | correct -P, $PRINTER, and DEFLP interactions. bug reported by ↵ | Theo de Raadt | |
scott.burns@labatt.com | |||
1996-05-04 | permit NOMAN to work here; netbsd pr#2357; lukem@supp.cpr.itg.telecom.com.au | Theo de Raadt | |
1996-05-04 | strdup re-generated path in pwd_mkdb; "make distribution" passwd files with | Theo de Raadt | |
proper arguments | |||
1996-05-01 | Our kernel is named /bsd, and we use $OpenBSD$ RCS IDs | Niklas Hallqvist | |
1996-05-01 | Whoops! This can go too. | hvozda | |
1996-05-01 | We're going to move these into the GNU tree; they don't go here... | hvozda | |
1996-05-01 | a bit of clean up; also, let's not deal with the dump* utilities for now; | hvozda | |
they contain some GPL'd stuff and should be moved to the GNU tree... | |||
1996-05-01 | sync a bit w/ Net's solution to CERT-96.08. | Michael Shalayeff | |
1996-05-01 | traverse for obj; pcmcia stuff is i386 only (for now) | Theo de Raadt | |
1996-05-01 | from netbsd: | Theo de Raadt | |
- Fixed core-dump when key has no netgroups - added -d flag for debugging. - moved external functions to netgroup.h | |||
1996-05-01 | save some bytes of disk | Theo de Raadt | |
1996-05-01 | no longer need yp.no directory.. install into /var/yp directly | Theo de Raadt | |
1996-04-29 | Pull in John Kohl's most recent (15Apr96) APM and PCMCIA work | hvozda | |
(original PCMCIA framework by Stefan Grefen). | |||
1996-04-29 | yp depends on /var/yp/bindings, not only /var/yp | Theo de Raadt | |
1996-04-25 | permit quotas to work on mfs; problem reported by rdante@pnet.net | Theo de Raadt | |
1996-04-25 | NIS+ in YP compatibility mode does not support a working yp_order(). amd | Theo de Raadt | |
wants one so it can flush it's cache intelligently. Here's a working compromise... solution worked out by matthieu@laas.fr and I. | |||
1996-04-24 | use yp.h instead of yp_prot.h | Theo de Raadt | |
1996-04-24 | uniquify xids; spell my name & address correctly; use yp.h instead of | Theo de Raadt | |
yp_prot.h and deal with subsequent structure element name and type changes; deal with xdr_domainname() and friends changing types; rename service functions to *_2x() since they have non-standard calling interfaces; add usage(); flush /var/yp/binding/ directory at startup; prefer talking to a ypserv on the localhost | |||
1996-04-24 | spell my name correctly, use yp.h instead of yp_prot.h | Theo de Raadt | |
1996-04-24 | slight cleanup, .Os strings, point at yp(8) | Theo de Raadt | |
1996-04-23 | add "-d basedir" flag to pwd_mkdb. the use of "chroot" is incompatible | Theo de Raadt | |
with our cross compilation/installation goals... | |||
1996-04-21 | sync to netbsd 960418 | Theo de Raadt | |
1996-04-20 | According to the CA-96.08 (Vulnerability in PCNFSD) | Michael Shalayeff | |
apply the patch they support. | |||
1996-04-18 | ok, the hp300 port still needs config.old | Theo de Raadt | |
1996-04-03 | fixed compilation errors--but NQNFS may not work with new NFS code | dm | |
1996-03-30 | DDB support added. | Michael Shalayeff | |
1996-03-25 | From NetBSD: merge of 960317 | Niklas Hallqvist | |
1996-03-09 | sendmail 8.7.5 | dm | |
1996-03-04 | Updating to the latest LBL release. | Michael Shalayeff | |
Sun's SKIP support added. |