History log of /src/usr.sbin/ypserv/yppush/yppush.c |
Revision | | Date | Author | Comments |
1.25 |
| 24-Jul-2021 |
andvar | Fix all remaining typos, mainly in comments but also in few definitions and log messages, reported by me in PR kern/54889. Also fixed some additional typos in comments, found on review of same files or typos.
|
1.24 |
| 30-Aug-2011 |
joerg | static + __dead
|
1.23 |
| 01-Feb-2011 |
chuck | udpate license clauses on my code to match the new-style BSD licenses. remove no-longer-valid wustl email address for me.
no functional change with this commit.
|
1.22 |
| 19-Apr-2009 |
lukem | branches: 1.22.2; Fix WARNS=4 issues (-Wshadow -Wcast-qual -Wsign-compare)
|
1.21 |
| 29-Feb-2008 |
lukem | branches: 1.21.10; Simplify ypdb_open() API and just use it for opening the DB for reading. Provide a separate ypdb_mktemp() API to open a temporary file read-write. Use mkstemp() instead of mktemp().
NOTE: makedbm & mkalias tested ok. I couldn't test ypxfer.
|
1.20 |
| 27-Feb-2008 |
lukem | Correct the argument order to ypdb_open().
|
1.19 |
| 30-Oct-2004 |
dsl | branches: 1.19.16; 1.19.22; Add (unsigned char) cast to ctype functions
|
1.18 |
| 06-Jul-2002 |
wiz | ANSIfy, de-__P(), and remove unused SIG_PF define.
|
1.17 |
| 19-Feb-2001 |
cgd | convert to use getprogname()
|
1.16 |
| 11-Jan-2001 |
lukem | oops, forgot syslog.h
|
1.15 |
| 11-Jan-2001 |
lukem | add openlog(...,pid, daemon)
|
1.14 |
| 13-Sep-2000 |
thorpej | Don't abort if pushing to one server in the ypservers map fails. There might be serveral more waiting to be pushed to.
This is only 1/2 of the fix. ypxfer(8) also needs a change to avoid a false error, but this allows pushes to continue to work, at least.
Problem noted by aflury@zembu.com and agordon@zembu.com.
|
1.13 |
| 04-Jul-2000 |
matt | More #include <stdlib.h> string, etc. cleanup
|
1.12 |
| 03-Jun-2000 |
fvdl | branches: 1.12.2; The interal SVCXPRT field xp_sock was used, but this is now xp_fd.
|
1.11 |
| 25-Jul-1999 |
lukem | branches: 1.11.6; don't call ypdb_close() until after we're finished using data returned by a previous ypdb_*() operation. seems to fix a problem noted in [bin/8064]
|
1.10 |
| 11-Jan-1999 |
kleink | In userland, pull in <errno.h> instead of <sys/errno.h> for the declaration of errno.
|
1.9 |
| 18-Nov-1997 |
thorpej | Need <string.h> for prototypes.
|
1.8 |
| 18-Nov-1997 |
lukem | rewritten yppush from Chuck Cranor.
|
1.7 |
| 19-Oct-1997 |
mycroft | branches: 1.7.2; Use S_IS*(), not S_IF*.
|
1.6 |
| 13-Oct-1997 |
lukem | add rcsid
|
1.5 |
| 07-Oct-1997 |
lukem | use err instead of errx, so the user has some idea why the file wasn't opened
|
1.4 |
| 18-Jul-1997 |
thorpej | Fix compiler warnings (and an awful lot of annoying little bugs).
|
1.3 |
| 09-Aug-1996 |
thorpej | Error out if we can't determine the YP domain name to be used for the RPC.
|
1.2 |
| 09-Aug-1996 |
thorpej | Use the key, not the val from the datum when reading the `ypservers' map. SunOS ypservers maps place the host name in the key and the val, but HP-UX and NetBSD ypservers maps place the hostname only in the key, leaving the val empty. Since there is no clear standard for this map, best to play it safe.
|
1.1 |
| 09-Aug-1996 |
thorpej | branches: 1.1.1; Initial revision
|
1.1.1.1 |
| 09-Aug-1996 |
thorpej | A ypserv implementation, originally written by Mats O Jansson, with some changes by me, including misc. cleanup, minor bug fixes, and brand-new access control list code.
|
1.7.2.1 |
| 28-Nov-1997 |
mellon | Pull rev 1.8 and 1.9 up from trunk (lukem)
|
1.11.6.1 |
| 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.12.2.1 |
| 19-Sep-2000 |
thorpej | Pull up rev. 1.14: Don't abort if pushing to one server in the ypservers map fails. There might be serveral more waiting to be pushed to.
This is only 1/2 of the fix. ypxfer(8) also needs a change to avoid a false error, but this allows pushes to continue to work, at least.
Problem noted by aflury@zembu.com and agordon@zembu.com.
|
1.19.22.1 |
| 24-Mar-2008 |
keiichi | sync with head.
|
1.19.16.1 |
| 23-Mar-2008 |
matt | sync with HEAD
|
1.21.10.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
1.22.2.1 |
| 08-Feb-2011 |
bouyer | Sync with HEAD
|