Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-09-12 | paranoia in vfork land | Theo de Raadt | |
1997-09-11 | need string.h | Theo de Raadt | |
1997-09-04 | explain how ypserv is started | Theo de Raadt | |
1997-08-21 | A return status of YPPUSH_AGE isn't a failure so keep quiet as SunOS. But ↵ | Mats O Jansson | |
show it (and YPPUSH_SUCC) if verbose output is requested. -moj | |||
1997-08-18 | #include <string.h> not <strings.h> -- Yes, I'm a weanie... | Todd C. Miller | |
1997-08-09 | Increased performance in ypserv by two different actions: | Mats O Jansson | |
1) ypdb_open_db now check error condition when something goes wrong. Instead of always as before. by request of theo. 2) turned on -DOPTDB in Makefile. This will cause ypserv to keep databases opened. If not defined ypserv will open and close the map for every request. I think it was turned off before when yppush didn't work. If a map changes yppush will signal to ypserv that the map has changed and ypserv will reopen the map. ypserv will start closing maps when it run out of file descriptors. Then it will close the map least resent used. -moj | |||
1997-08-09 | NetBSD PR/3504 reported by Brian Baird. | Mats O Jansson | |
Do as the man page says. Don't create /var/yp/ypserv.log if it doesn't exist. -moj | |||
1997-08-05 | When using /var/yp/securenet the local host running ypserv wasn't garanteed | Mats O Jansson | |
access to ypserv. This has been fixed by always allowing the host 127.0.0.1 access when using /var/yp/securenet. This to keep compability with SunOS. When using the ypserv.acl(5) format access must be granted to 127.0.0.1 in the file. This to make it possible to disallow access to ypserv from the host running it. This has been documented in man page and example. Thanks to <Ulrich.Flegel@braunschweig.netsurf.de> for bringing this to my attention (again). -moj | |||
1997-08-05 | pull errno.h in | Theo de Raadt | |
1997-08-04 | save errno in sigchld handlers | Theo de Raadt | |
1997-07-30 | Get ypxfr working again by remove some of the code from previous commit. -moj | Mats O Jansson | |
1997-07-28 | NULL | Theo de Raadt | |
1997-07-28 | When pushing ethers was done it said "pushed hosts" | Niklas Hallqvist | |
1997-07-26 | Ok, the final part in the support for mail.aliases and mail.byaddr in | Mats O Jansson | |
ypserv. For this to have an effect the following must be done. 1) make install in src/usr.sbin/ypserv/ypinit will update /var/yp/Makefile.main.dist and /var/yp/Makefile.yp.dist. 2) merge changes from Makefile.main.dist into Makefile and Makefile.main in /var/yp. Don't forget to keep the SUBDIR line from Makefile. 3) merge changes from Makefile.yp.dist into Makefile.yp in /var/yp and Makefile in any domains directory. If no local maps exists it's normaly just to replace the files. -moj | |||
1997-07-26 | Fix bug in handling host!host!user. Added missing code for YP information | Mats O Jansson | |
records. -moj | |||
1997-07-26 | The second of three steps to support main.aliases and mail.byaddr in ypserv. | Mats O Jansson | |
This time it's time for a new utility program mkalias. The last part is arriving any day now... -moj | |||
1997-07-26 | bugs killed in NetBSD by thorpej. | Mats O Jansson | |
1997-07-26 | bug killed in NetBSD by thorpej. | Mats O Jansson | |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1997-07-22 | Added support for reading db files created by sendmail -bi. This is the | Mats O Jansson | |
first step to support mail.aliases and mail.byaddr in ypserv. -moj | |||
1997-06-23 | long != int | Theo de Raadt | |
1997-06-02 | Fix for amd: make yp_order return YP_NOMAP for maps with '/' in them. | dm | |
1997-05-22 | getopt returns int | Theo de Raadt | |
1997-05-01 | Umm, fix signedness error in my last commit, be explicit | Niklas Hallqvist | |
about the fact that ordernumbers are 32 bit | |||
1997-05-01 | Fix grammar | Niklas Hallqvist | |
1997-05-01 | mkstemp called incompatibly. Buffer overflow fixed. 64-bit dirt cleaned up. | Niklas Hallqvist | |
1997-04-29 | To get the manpages installed, you can't override the install | Niklas Hallqvist | |
target. Instead override realinstall. | |||
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd C. Miller | |
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named. | |||
1997-04-24 | extra " in -s initialization | Theo de Raadt | |
1997-04-24 | wrong mode, oops | Theo de Raadt | |
1997-04-23 | NONBINMODE | Theo de Raadt | |
1997-04-20 | Added scripts to be used from cron to make sure a slave server is up to date. | Mats O Jansson | |
-moj | |||
1997-04-20 | Added man page, support for amd.home and ypservers. | Mats O Jansson | |
Integrated some code from ypinit in NetBSD (thorpej@netbsd.org). | |||
1997-04-15 | Added revnetgroup in ypserv's Makefile and added support for netgroup. -moj | Mats O Jansson | |
1997-04-15 | Add revnetgroup from FreeBSD, written by Bill Paul <wpaul@ctr.columbia.edu>. | Mats O Jansson | |
Hacked a bit to generate output ala Sun (handle different domains). -moj | |||
1997-04-12 | careful about bad domain/mapnames | Theo de Raadt | |
1997-04-12 | bit more careful with mapnames; adam@math.tau.ac.il | Theo de Raadt | |
1997-04-12 | botched strncpy, adam@math.tau.ac.il | Theo de Raadt | |
1997-04-12 | -1 flag enables v1 YP, otherwise it is disabled; from maja | Theo de Raadt | |
1997-04-12 | bit more care with domainnames, adam@math.tau.ac.il | Theo de Raadt | |
1997-04-04 | when mktemp() is hard to fix, use 10 X | Theo de Raadt | |
1997-03-30 | Added support for YP V1. Partly from FreeBSD. -moj | Mats O Jansson | |
1997-03-15 | Fix so yppush will err out if it can't find the ypservers map. This whole | gene | |
code wants lots of attention, but at least it won't dump core on a virgin installation now. | |||
1997-03-13 | Add support for secure maps and master.passwd. -moj | Mats O Jansson | |
1997-03-11 | Now with support for "secure" maps a'la FreeBSD. Support exists in makedbm | Mats O Jansson | |
and ypxfrd since dawn of time. Support is missing in YP-makefile and in libc. I have the changes for YP-makefile to support master.passwd but since the support is missing in libc I will not commit them yet. -moj | |||
1997-02-09 | Add another routine in ypdb (ypdb_open_suf) that doesn't add the suffix to | Mats O Jansson | |
the database name. The suffix is added in the call to mkstemp. Now ypdb and mkstemp can coexist and do what we excpect. All code from 1.12 has been reintegrated now. | |||
1997-02-08 | Use much of the backed out code from 1.12. But remove use of mkstemp. -moj | Mats O Jansson | |
1997-02-07 | back out mktemp fix; for some reason i cannot understand it causes big problems | Theo de Raadt | |
1997-02-03 | kill non-/tmp mktemp race and misc cleanup | Theo de Raadt | |