Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-01-29 | sync with netbsd | Theo de Raadt | |
1996-01-29 | new common tz code | Theo de Raadt | |
1996-01-29 | from netbsd; add S_IFWHT | Theo de Raadt | |
1996-01-29 | need errno.h because err declerations have moved | Theo de Raadt | |
1996-01-29 | realloc(ptr, 0) does not free; from seebs@taniemarie.solon.com; | Theo de Raadt | |
netbsd pr#1806 | |||
1996-01-29 | typo; fix from norijuki soda; netbsd pr#1954 | Theo de Raadt | |
1996-01-29 | from netbsd; warnx called incorrectly | Theo de Raadt | |
1996-01-29 | Sendmail 8.7.3 from NetBSD | dm | |
1996-01-29 | sendmail 8.9.1 | dm | |
1996-01-29 | sendmail 8.9.1 | dm | |
1996-01-29 | use fs_csaddr to find the cg summary area; from ↵ | Theo de Raadt | |
mouse@collatz.mccrim.mcgill.edu; netbsd pr#1366 | |||
1996-01-29 | from leo; add -G flag for mounting atari gemdos filesystems | Theo de Raadt | |
1996-01-29 | use ed to repair all termcap database entries that locate the | Theo de Raadt | |
tabset in the two wrong places. | |||
1996-01-29 | from netbsd; move sys_nerr/sys_errlist decls to errno.h | Theo de Raadt | |
1996-01-29 | add -q option for silence; from mouse@collatz.mcrcim.mcgill.edu; | Theo de Raadt | |
netbsd pr#1204 | |||
1996-01-29 | less becomes more, and more is no more. from mrg@eterna.com.au | Theo de Raadt | |
1996-01-28 | Do not build KerberosIV if Kerberos has been disabled in <bsd.own.mk> | Thorsten Lockert | |
1996-01-26 | Better config symantics (elimitates 'options PCMCIA_*'; thanks Theo). | hvozda | |
Also a example kernel demonstrating how to configure PCMCIA devices. | |||
1996-01-25 | IP filter 3.0.1 | dm | |
1996-01-25 | IP filter 3.0.1 | dm | |
1996-01-25 | Bring some fixes over from NetBSD. | briggs | |
1996-01-25 | include cpu.h. | briggs | |
1996-01-25 | Added /usr/local/info for consistency with /usr/share/info | etheisen | |
1996-01-24 | Change &= to & in this case. gcc 2.7.2 vs. 2.4.5 difference? I hope not. | briggs | |
1996-01-23 | Use /var/tmp not /usr/tmp for deadletters | etheisen | |
1996-01-23 | Use /var/tmp not /usr/tmp for deadletters | etheisen | |
1996-01-23 | Use /var/tmp not /usr/tmp for deadletters | etheisen | |
1996-01-23 | Removed extra brace. | hannken | |
1996-01-22 | Added Ns Ox macro for OpenBSD history version tag in groff docs | etheisen | |
1996-01-22 | Manpages generated with groff now reflect OpenBSD header | etheisen | |
1996-01-21 | Corrected typo when removing CCB's from the hash list. | hannken | |
1996-01-20 | ypserv_xdr, as generated by rpcgen from yp.x with one major exception. | chuck | |
in xdr_ypresp_key_val() invert the order of loading the key and value (rpcgen says [1] stat, [2] key, [3] value, but the data on the wire comes in as [1] stat, [2] val, [3] key... you can't fix this in yp.x because if you invert the ordr in yp.x not only does it invert the order in ypserv_xdr.c, but it also inverts it in the structure in yp.h which cancels out the inversion in ypserv_xdr.c. i guess this means it is not possible to have a yp.x that descrives the YP protocol properly?). ***NOTE*** this file is also needed because some of the YP functions in libc are broken. For example, compare src/lib/libc/yp/xdryp.c's version of xdr_domainname() to the one in this file generated by rpcgen. Note that xdryp.c calls: if (!xdr_string(xdrs, &objp, YPMAXDOMAIN)) { /* xdryp.c */ while ypserv_xdr.c (generated by rpcgen) calls: if (!xdr_string(xdrs, objp, YPMAXDOMAIN)) { /* rpcgen */ (note the lack of "&" in the second line). Clearly libc is wrong and needs to be fixed (XXX). (Of course changing libc could break other YP stuff, which is why I haven't attemped it... :) ) When libc is fixed, it should be possible to phase out this file, I think. | |||
1996-01-20 | major revision and clean up by Chuck Cranor (i.e. me): | chuck | |
- convert to new yplog() function and clean up log message formats - remove transp args from all _svc functions since you can get it from rqstp->rq_xprt, and rpcgen seems to favor this format - delete all the calls to svc_sendreply() and svc_freeargs() as this can be done in one place in ypserv.c (except for the "all" request which forks off a child process) - avoid possible sprintf() buffer overflows by using snprintf() - use MAXPATHLEN, rather than a hardcoded 255. - eliminate un-needed static variables - avoid possible off by one buffer overflow in tid/prog/port and use snprintf() just to be sure. - random code cleanup and simplification | |||
1996-01-20 | major cleanup by Chuck Cranor | chuck | |
- use queue.h rather than do by hand - fix up logging to use new yplog - fix a few off by one errors - don't double malloc the DBM structure - avoid possible sprintf buffer overflows - random code cleanup | |||
1996-01-20 | Major reworking of ypserv.c by me: this program actually works now!! | chuck | |
highlights: - fixed yp first call (uses ypreq_nokey rather than ypreq_key, despite what yp.x says) - cleanup of looging - removed SVCXPRT args to "local" since you can get them from svc_req and this makes it look more like rpcgen's output - use new yplog() - add call to db init | |||
1996-01-20 | new yp.h, as generated by rpcgen. | chuck | |
1996-01-20 | minor clean up | chuck | |
1996-01-20 | use new yplog function | chuck | |
1996-01-20 | fixed string formatting, minor cleanup | chuck | |
1996-01-20 | main makefile | chuck | |
1996-01-20 | fixes: install Makefile.yp, Makefile.main | chuck | |
1996-01-20 | various changes (from me): | chuck | |
- don't store null in the database - use MAXPATHLEN - avoid sprintf() buffer overflows - minor cleanups | |||
1996-01-20 | Total re-write of yplog by Chuck Cranor | chuck | |
(made it more printf like) | |||
1996-01-20 | fix: adjust private keys to exclude the null in their size | chuck | |
(we don't store nulls in the db [any more]) | |||
1996-01-20 | cleanup: use snprintf() to prevent buffer overflow | chuck | |
1996-01-18 | update from netbsd | Theo de Raadt | |
1996-01-16 | Last of the glue and devices for for PCMCIA support from Stefan Grefen | hvozda | |
<grefen@convex.com> with modifications by John Kohl <jtk@kolvir.blrc.ma.us> | |||
1996-01-16 | add the freebsd joystick driver; converted by matthieu@abel.laas.fr; | Theo de Raadt | |
netbsd pr#1916 | |||
1996-01-16 | the yppasswd command is not needed. the user should always let the | Theo de Raadt | |
passwd command figure out where their password is located. if they really need to change a specific one, they can use the flags - bet noone ever needs to use that. | |||
1996-01-16 | from netbsd: | Theo de Raadt | |
Relax checking of minor version number in `findhint()'. Also use the directories from the hints (v.2) file for directory traversing. This should take care of PR#1146. |