"Fossies" - the Fresh Open Source Software Archive

Member "yp-tools-4.2.3/ChangeLog" (27 Mar 2018, 18122 Bytes) of package /linux/misc/yp-tools-4.2.3.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. See also the last Fossies "Diffs" side-by-side code changes report for "ChangeLog": 4.2.1_vs_4.2.2.

    1 2016-03-14  Thorsten Kukuk  <kukuk@thkukuk.de>
    2 
    3 	* release version 4.2.2
    4 
    5 	* lib/yp_all_host.c: Revert last change.
    6 	* src/yppoll.c: Use callrpc instead of rpc_call.
    7 
    8 	* release version 4.2.1
    9 
   10 	* configure.ac: Change order of tests.
   11 	* lib/yp_all_host.c: Remove not needed netdb.h include.
   12 
   13 2016-03-08  Thorsten Kukuk  <kukuk@thkukuk.de>
   14 
   15 	* release version 4.2
   16 
   17 	* src/yppasswd_xdr.c (xdr_passwd): sunrpc uses different
   18 	types than tirpc, adjust xdr calls.
   19 
   20 	* configure.ac: Check for struct ypbind3_binding.
   21 	* lib/ypbind3_binding_dup.c: Use only if ypbind3_binding exists.
   22 	* lib/ypbind3_binding_free.c: Likewise.
   23 	* lib/host2ypbind3_binding.c: Likewise.
   24 	* src/ypwhich.c: Enable ypbind3 support only if exists.
   25 	* src/yppasswd.c: Likewise.
   26 	* src/yppoll.c (main): Likewise.
   27 	* src/ypset.c: Likewise.
   28 	* src/yp_dump_binding.c: Likewise.
   29 
   30 2016-03-02  Thorsten Kukuk  <kukuk@thkukuk.de>
   31 
   32 	* release version 4.1
   33 
   34 	* src/yppasswd.c (getnismaster): Replace getrpcport with rpcb_getaddr.
   35 
   36 2016-02-26  Thorsten Kukuk  <kukuk@thkukuk.de>
   37 
   38 	* src/yppoll.c (main): Check if the domain was bound.
   39 
   40 2016-02-15  Thorsten Kukuk  <kukuk@thkukuk.de>
   41 
   42 	* release version 4.0
   43 
   44 	* src/yppasswd.c (verifypassword): Don't check for identical
   45 	password on shadow systems.
   46 	* man/yppasswd.1.in: Document problems on shadow systems.
   47 
   48 2016-02-02  Thorsten Kukuk  <kukuk@thkukuk.de>
   49 
   50 	* nss_nis6: Remove directory.
   51 
   52 	* Makefile.am: Remove nss_nis6.
   53 
   54 	* src/ypset.c: Include internal.h header.
   55 
   56 	* src/yppasswd_xdr.c (xdr_passwd): Use xdr_uint32_t for uid/gid.
   57 
   58 	* lib: Remove libnis.
   59 
   60 2016-01-20  Thorsten Kukuk  <kukuk@thkukuk.de>
   61 
   62 	* release version 3.5
   63 
   64 	* lib/do_ypcall.c: Change resp argument of do_ypcall_tr from
   65 	caddr_t to ypresp_val.
   66 	* lib/internal.h: Likewise.
   67 	* lib/yp_maplist.c: Adjust call of do_ypcall_tr.
   68 	* lib/yp_master.c: Likewise.
   69 	* lib/yp_match.c: Likewise.
   70 	* lib/yp_next.c: Likewise.
   71 	* lib/yp_order.c: Likewise.
   72 
   73 2015-04-16  Thorsten Kukuk  <kukuk@thkukuk.de>
   74 
   75 	* release version 3.4
   76 
   77 	* nss_nis6/nis-grp.c: Remove glibc special expect macros.
   78 	* nss_nis6/nis-pwd.c: Likewise.
   79 	* nss_nis6/nis-spwd.c: Likewise.
   80 	* nss_nis6/nis-initgroups.c: Likewise.
   81 	* nss_nis6/nis-alias.c: Likewise.
   82 	* nss_nis6/nis-proto.c: Likewise.
   83 	* nss_nis6/nis-publickey.c: Likewise.
   84 	* nss_nis6/nis-ethers.c: Likewise.
   85 	* nss_nis6/nis-network.c: Likewise.
   86 
   87 2015-02-27  Thorsten Kukuk  <kukuk@thkukuk.de>
   88 
   89 	* lib/yp_all_host.c (yp_all_host): Fix wrong pointer.
   90 	Reported by David Binderman.
   91 
   92 2014-12-05  Thorsten Kukuk  <kukuk@thkukuk.de>
   93 
   94 	* release version 3.3
   95 
   96 	* nss_nis6/Makefile.am: link nss_nis6 against tirpc
   97 	* src/Makefile.am: link everything against tirpc
   98 
   99 	* src/yp_dump_binding.c: Add -p and -v parameters
  100 	* man/yp_dump_binding.8.in: Document -p and -v parameters
  101 
  102 	* lib/do_ypcall.c: Use clnt_create_timed
  103 	* lib/yp_all_host.c: Likewise.
  104 
  105 2014-12-03  Thorsten Kukuk  <kukuk@thkukuk.de>
  106 
  107 	* release version 3.2
  108 
  109 	* man/yppoll.8.in: Add missing description.
  110 
  111 	* man/yp_dump_binding.8.in: New.
  112 
  113 	* src/yp_dump_binding.c: New program to show binding information.
  114 
  115 	* lib/do_ypcall.c (yp_bind_file): Fix file descriptor leak,
  116 	fix path for ypbind v2 binding file.
  117 
  118 	* src/Makefile.am (sbin_PROGRAMS): Add yp_dump_binding.
  119 
  120 2014-12-02  Thorsten Kukuk  <kukuk@thkukuk.de>
  121 
  122 	* release version 3.1
  123 
  124 	* lib/Makefile.am: Bump minor version number.
  125 	* lib/do_ypcall.c: Use pthread functions for locks.
  126 	* lib/yp_get_default_domain.c: Likewise.
  127 
  128 	* nss_nis6/libc-lock.h: Add defines to use standard pthread functions.
  129 
  130 	* src/Makefile.am: Change order of libraries for linking.
  131 
  132 2014-11-03  Thorsten Kukuk  <kukuk@thkukuk.de>
  133 
  134 	* release version 3.0.1
  135 
  136 	* lib/host2ypbind3_binding.c (__host2ypbind3_binding): Use
  137 	clnt_create_timed with a timeout of 1 sec.
  138 
  139 	* release version 3.0
  140 
  141 	* lib: Add libnis library
  142 	* nss_nis6: New, adjusted nss_nis module of glibc enabled
  143 	to use IPv6, too.
  144 	* src: Port all utilities to use TI-RPC and IPv6.
  145 
  146 2012-04-09  Thorsten Kukuk  <kukuk@suse.de>
  147 
  148 	* release version 2.14
  149 
  150 	* man/ypmatch.1.in: Fix typo.
  151 	* src/yppoll.c: Check for Null-Pointer
  152 
  153 2013-04-08  Thorsten Kukuk  <kukuk@suse.de>
  154 
  155 	* release version 2.13
  156 
  157 	* config.sub: Update from autoconf 2.69
  158 	* config.guess: Likewise.
  159 
  160 	* src/yptest.c (main): order is unsigned int.
  161 
  162 2011-08-31  Thorsten Kukuk  <kukuk@suse.de>
  163 
  164 	* Adjust address of FSF.
  165 	Patch by Honza Horak <hhorak@redhat.com>.
  166 
  167 2010-04-21  Thorsten Kukuk  <kukuk@suse.de>
  168 
  169 	* release version 2.12
  170 
  171 	* src/yppasswd.c (main): Remove obsolete check for /etc/SuSE-release.
  172 
  173 	* man/domainname.8.in: Fix typos.
  174 	* man/ypcat.1.in: Fix typos.
  175 	* man/ypmatch.1.in: Fix typos.
  176 	* man/yppoll.8.in: Fix typos.
  177 	* man/ypwhich.1.in: Fix typos.
  178 	* man/ypset.8.in: Fix typos.
  179 	* man/yptest.8.in: Fix typos.
  180 
  181 	* configure.in: Fix check for passwd, chsh, chfn.
  182 
  183 2010-04-20  Thorsten Kukuk  <kukuk@suse.de>
  184 
  185 	* release version 2.11
  186 
  187 	* Makefile.am: Add ypmatch_SOURCES.
  188 	* src/yppasswd.c: Add support for MD5, SHA-256
  189 	and SHA-512. Patch by Karel Klic <kklic@redhat.com>.
  190 
  191 2007-01-24  Thorsten Kukuk  <kukuk@suse.de>
  192 
  193 	* man/ypwhich.1.in: Fix spelling errors.
  194 	* man/domainname.8.in: Likewise.
  195 	* man/nicknames.5.in: Likewise.
  196 	* man/ypcat.1.in: Likewise.
  197 	* man/ypmatch.1.in: Likewise.
  198 	* man/yppasswd.1.in: Likewise.
  199 	* man/yppoll.8.in: Likewise.
  200 	* man/ypset.8.in: Likewise.
  201 	* man/yptest.8.in: Likewise.
  202 
  203 2006-11-28  Thorsten Kukuk  <kukuk@suse.de>
  204 
  205 	* man/ypcat.1.in: Fix typo.
  206 
  207 2006-11-28  Thorsten Kukuk  <kukuk@suse.de>
  208 
  209 	* release version 2.10
  210 
  211 	* m4/gettext.m4: Upgrade to gettext-0.15.
  212 	* m4/inttypes-h.m4: New file, from gettext-0.15.
  213 	* m4/inttypes-pri.m4: Upgrade to gettext-0.15.
  214 	* m4/lib-link.m4: Upgrade to gettext-0.15.
  215 	* m4/lib-prefix.m4: Upgrade to gettext-0.15.
  216 	* m4/lock.m4: New file, from gettext-0.15.
  217 	* m4/longdouble.m4: Upgrade to gettext-0.15.
  218 	* m4/nls.m4: Upgrade to gettext-0.15.
  219 	* m4/po.m4: Upgrade to gettext-0.15.
  220 	* m4/size_max.m4: Upgrade to gettext-0.15.
  221 	* m4/visibility.m4: New file, from gettext-0.15.
  222 
  223 	* po/sv.po: New swedish translation from
  224 	Daniel Nylander <info@danielnylander.se>.
  225 
  226 2004-06-21  Thorsten Kukuk  <kukuk@suse.de>
  227 
  228 	* release version 2.9
  229 
  230 	* src/yppasswd.c (main): Fix one byte overrun (reported
  231 	by Alan Cox <alan@redhat.com>).
  232 
  233 	* src/yppasswd.1.in: Fix yppasswd option (-p)
  234 	Declare ypasswd, ypchsh and ypchfn as deprecated
  235 
  236 2003-05-15  Thorsten Kukuk  <kukuk@suse.de>
  237 
  238 	* lib/yp_all_host.c (yp_all_host): status is signed.
  239 	* man/domainname.8.in: Add hint about programs caching
  240 	the domainname
  241 
  242 2002-03-07  Thorsten Kukuk  <kukuk@suse.de>
  243 
  244 	* man/ypcat.1.in: fix typo (yset -> ypset).
  245         Reported by Hector Del Manzano <inq@charma.uprm.edu>.
  246 
  247 2002-12-05  Thorsten Kukuk  <kukuk@suse.de>
  248 
  249 	* release version 2.8
  250 
  251 	* src/yppasswd.c (ypgetpw): Cast result of sizeof to int.
  252 
  253 2002-05-30  Thorsten Kukuk  <kukuk@suse.de>
  254 
  255 	* src/yppasswd.c (main): Make sure strings are NUL terminated
  256 	after strncpy. Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
  257 
  258 2002-05-23  Martin Vidner  <mvidner@suse.cz>
  259 
  260 	* man/yptest.8.in: Fix some typos
  261 
  262 2002-05-13  Thorsten Kukuk  <kukuk@suse.de>
  263 
  264 	* release version 2.7
  265 
  266 	* src/yptest.c: Implement -q option.
  267 	* man/yptest.8.in: Document all options.
  268 
  269 	* man/ypset.8.in: Fix nroff syntax error.
  270 
  271 	* man/yppasswd.1: Fix typo in yppasswd option.
  272 
  273 	* configure.in: Add option to let yppasswd call passwd/chfn/chsh
  274 	for changing user informations.
  275 
  276 	* src/yppasswd.c (main): trucante password aging informations from
  277 	the password field before comparing it (Patch from
  278 	Alex Larsson <alexl@redhat.com>)
  279 
  280 	* configure.in: Add options for cracklib support, fixes for new
  281 	autoconf, prefer libxcrypt before libcrypt.
  282 	* src/yppasswd.c: Fix cracklib support.
  283 	* src/Makefile.am: Link yppasswdd against cracklib if supported.
  284 
  285 2002-05-13  gettextize  <bug-gnu-gettext@gnu.org>
  286 
  287 	* Makefile.am (SUBDIRS): Add m4.
  288 	(SUBDIRS): Remove intl.
  289 	(ACLOCAL_AMFLAGS): New variable.
  290 	(EXTRA_DIST): New variable.
  291 	* configure.in (AC_OUTPUT): Add m4/Makefile.
  292 
  293 2001-12-09  Thorsten Kukuk  <kukuk@suse.de>
  294 
  295 	* src/Makefile.am (sbin_PROGRAMS): Add yptest
  296 	* src/yptest.c: New file.
  297 	* man/Makefile.am: Add manual page for yptest
  298 	* man/yptest.8.in: New file.
  299 	* configure.in: Create man/yptest.8
  300 
  301 2001-12-08  Thorsten Kukuk  <kukuk@suse.de>
  302 
  303 	* configure.in: Create manual pages in man directory.
  304 	* man/Makefile.am: Remove old rules to create manual pages.
  305 
  306 	* man/ypset.8.in: Allow only GPL version 2, rename PK_VERSION to
  307 	VERSION.
  308 	* man/domainname.8.in: Likewise.
  309 	* man/nicknames.5.in: Likewise.
  310 	* man/ypmatch.1.in: Likewise.
  311 	* man/yppasswd.1.in: Likewise.
  312 	* man/yppoll.8.in: Likewise.
  313 	* man/ypwhich.1.in: Likewise.
  314 	* man/ypcat.1.in: Likewise, also add description of -h option.
  315 
  316 	* src/ypcat.c: Implement -h option (query specific host)
  317 
  318 	* src/ypset.c: Allow only GPL version 2.
  319 	* src/ypwhich.c: Likewise.
  320 	* src/yppoll.c: Likewise.
  321 	* src/yppasswd_xdr.c: Likewise.
  322 	* src/ypmatch.c: Likewise.
  323 	* src/ypcat.c: Likewise.
  324 	* src/domainname.c: Likewise.
  325 
  326 	* lib/Makefile.am (libyptools_a_SOURCES): Add yp_all_host.c.
  327 	* lib/yp_all_host.c: New, yp_all with user supplied hostname.
  328 	* lib/yp_all_host.h: New, prototypes for yp_all_host.c.
  329 	* lib/Makefile.am (noinst_HEADERS): Add yp_all_host.h.
  330 
  331 2001-10-31  Thorsten Kukuk  <kukuk@suse.de>
  332 
  333 	* release version 2.6
  334 
  335 	* src/ypset.c (main): Call setlocale for LC_CTYPE
  336 	* src/ypwhich.c (main): Likewise
  337 	* src/yppoll.c (main): Likewise
  338 	* src/yppasswd.c (main): Likewise
  339 	* src/ypmatch.c (main): Likewise
  340 	* src/ypcat.c (main): Likewise
  341 	* src/domainname.c (main): Likewise
  342 
  343 	* src/yppoll.c: Include time.h, use time_t for order variable
  344 	* src/yppasswd.c: Include time.h, don't compare old password
  345 	  if passwd.adjunct map is used
  346 
  347 	* configure.in: Add malloc debug options for dmalloc and efence
  348 
  349 	* Makefile.am: Require automake 1.5, add dist-bzip2
  350 
  351 2000-10-30  Thorsten Kukuk  <kukuk@suse.de>
  352 
  353 	* Update to gettext 0.10.40
  354 	* Update to automake 1.5
  355 	* Update to autoconf 2.52
  356 
  357 2000-05-21  Thorsten Kukuk  <kukuk@suse.de>
  358 
  359 	* configure.in: Usr /usr/share/man if prefix = /usr.
  360 	  libexecdir is /usr/lib/yp
  361 
  362 	* src/yppasswd.c(getnismaster): print name of NIS master.
  363 
  364 2001-03-11  Thorsten Kukuk  <kukuk@suse.de>
  365 
  366 	* release version 2.5
  367 
  368 	* src/domainname.c (print_error): Add missing argument to printf.
  369 
  370 	* src/yppasswd.c (main): Use strncpy.
  371 	  Dont't use the same buffer for old and new gecos value.
  372 
  373 	* intl: Update to gettext 0.10.35
  374 
  375 1999-12-07  Thorsten Kukuk  <kukuk@suse.de>
  376 
  377 	* src/yppasswd.c: Fix size of static buffers.
  378 	  Add patch from Lars R. Clausen <lrclause@www1.tam.uiuc.edu>
  379 	  to make chsh and chfn work.
  380 
  381 1999-11-21  Thorsten Kukuk  <kukuk@suse.de>
  382 
  383 	* lib/nicknames.c: Don't include malloc.h.
  384 
  385 1999-10-22  Thorsten Kukuk  <kukuk@suse.de>
  386 
  387 	* release version 2.4
  388 
  389 	* src/ypwhich.c: Don't include malloc.h.
  390 	* src/yppasswd.c: Likewise.
  391 
  392 1999-10-18  Thorsten Kukuk  <kukuk@suse.de>
  393 
  394 	* src/yppasswd.c (main): Don't print success if we have printed
  395 	  an error message earlier.
  396 
  397 1999-07-30  Thorsten Kukuk  <kukuk@suse.de>
  398 
  399 	* etc/nicknames: Change hosts alias to hosts.byname.
  400 
  401 1999-06-29  Thorsten Kukuk  <kukuk@suse.de>
  402 
  403 	* src/yppasswd.c: Add defines for no glibc systems.
  404 
  405 	* src/ypmatch.c: Include more header files for Solaris
  406 
  407 	* configure.in: check for rpc/clnt_soc.h
  408 	* src/ypwhich.c: add rpc headers
  409 
  410 	* lib/getline.c: Include getline.h
  411 	* intl/libgettext.h: Fix some #if
  412 	  Patches from Peter Breitenlohner <peb@mppmu.mpg.de>
  413 
  414 1999-05-18  Thorsten Kukuk  <kukuk@suse.de>
  415 
  416 	* release version 2.3
  417 
  418 	* src/ypcat.c (print_data): Mark indata as unused.
  419 
  420 1999-05-01  Thorsten Kukuk  <kukuk@suse.de>
  421 
  422 	* man/nicknames.5.in: Fix typo.
  423 
  424 1999-02-28  Thorsten Kukuk  <kukuk@suse.de>
  425 
  426 	* src/yppasswd.c: Add prototype for getrpcport if needed.
  427 	* src/ypset.c: Likewise.
  428 
  429 1999-02-17  Thorsten Kukuk  <kukuk@suse.de>
  430 
  431 	* src/Makefile.am: Fix rule for installing links for domainname.
  432 	* po/de.po: Fix typos.
  433 
  434 1998-11-11  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
  435 
  436 	* release version 2.2
  437 
  438 	* src/ypwhich.c: Fix inclusion of local header files.
  439 	* src/domainname.c: Likewise.
  440 	* src/ypmatch.c: Likewise.
  441 	* src/ypcat.c: Likewise.
  442 	* src/yppasswd.c: Likewise.
  443 	* src/yppoll.c: Likewise.
  444 	* src/ypset.c: Likewise.
  445 
  446 	* src/Makefile.am (INCLUDES): Remove -I$(top_srcdir)/lib, or
  447 	  we will use the wrong headers on some systems.
  448 
  449 	* configure.in (WARNFLAGS): Add much more option to find much more
  450 	  problems.
  451 
  452 1998-05-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
  453 
  454 	* release version 2.1
  455 
  456 	* src/ypmatch.c (main): Return 1 if entry not found. Reported by
  457 	  Klaus Steinberger <Klaus.Steinberger@Physik.Uni-Muenchen.DE>.
  458 
  459 1998-05-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
  460 
  461 	* src/domainname.c (main): Don't print `\n` if we set the domainname.
  462 	  Reported by  Richard Gooch <Richard.Gooch@atnf.csiro.au>
  463 
  464 1998-05-19  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
  465 
  466 	* release version 2.0
  467 
  468 	* src/Makefile.am: Rename rootbin to rootexecbin.
  469 	* src/Makefile.am (install-exec-hook): Fix creating of domainname
  470 	  links.
  471 
  472 	* src/ypwhich.c (main): Move yp_get_default_domain out of
  473 	  mflag case, so that all cases except -x use it. Reported by
  474 	  Klaus Steinberger <Klaus.Steinberger@Physik.Uni-Muenchen.DE>.
  475 
  476 1998-05-17  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
  477 
  478 	* man/yppasswd.1.in: Fix to match new yppasswd version.
  479 
  480 	* man/nicknames.5.in: Fix AUTHOR section.
  481 	* man/ypcat.1.in: Likewise.
  482 	* man/ypmatch.1.in: Likewise.
  483 	* man/yppoll.8.in: Likewise.
  484 	* man/ypset.8.in: Likewise.
  485 	* man/ypwhich.1.in: Likewise.
  486 
  487 	* man/domainname.8.in: Add new features of nis-/ypdomainname.
  488 
  489 	* src/Makefile.am (install-exec-hook): Use hard link for
  490 	  nisdoaminname/ypdomainname.
  491 
  492 	* src/domainname.c: domainname uses getdomainname,
  493 	  [nis|yp]domainname uses yp_get_default_domain.
  494 
  495 1998-05-12  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
  496 
  497 	* configure.in: Set MAN_DOMAINNAME
  498 
  499 	* man/Makefile.am (man_MANS): Add Manual pages for domainname only,
  500 	  if we wish to install the program.
  501 
  502 1998-05-10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
  503 
  504 	* release beta version 1.99.2
  505 
  506 	* configure.in: Fix for gettext 0.10.35
  507 
  508 	* man/ypcat.1.in: New.
  509 	* man/ypmatch.1.in: New.
  510 	* man/yppoll.8.in: New.
  511 	* man/ypset.8.in: New.
  512 
  513 	* man/yppasswd.8: Renamed to ...
  514 	* man/yppasswd.8.in: ... this.
  515 
  516 	* src/yppasswd.c: Complete rewritten.
  517 
  518 	* src/ypcat.c (main): Check result from yp_get_default_domain.
  519 	* src/ypmatch.c (main): Likewise.
  520 	* src/yppoll.c (main): Likewise.
  521 	* src/ypset.c (main): Likewise.
  522 	* src/ypwhich.c (main): Likewise.
  523 
  524 1998-05-09  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
  525 
  526 	* man/Makefile.am: Fix the rules for manual pages
  527 
  528 	* src/yppasswd.h: New, from glibc 2.1 snapshot 980509
  529 	* src/yppasswd_xdr.c: New generated.
  530 
  531 	* src/domainname.c (print_error): Change error message.
  532 	* src/ypcat.c (print_error): Likewise.
  533 	* src/ypmatch.c (print_error): Likewise.
  534 	* src/yppoll.c (print_error): Likewise.
  535 	* src/ypset.c (print_error): Likewise.
  536 	* src/ypwhich.c (print_error): Likewise.
  537 
  538 1998-04-24  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
  539 
  540 	* src/ypwhich.c (main): Replace inet_addr with inet_aton.
  541 
  542 	* src/ypset.c: Complete rewritten.
  543 
  544 	* man/Makefile.am: Add domainname.8,nisdomainname.8,ypdomainname.8
  545 
  546 	* man/ypwhich.1.in: fix section of domainname
  547 
  548 	* src/domainname.c: New.
  549 
  550 	* src/Makefile.am: Add rules for domainname with special
  551 	  install rules
  552 
  553 	* configure.in: Add domainname rules, remove tr from LINUGUAS
  554 
  555 	* release beta version 1.99.1
  556 
  557 	* src/Makefile.am: Use ${DESTDIR} for creating links
  558 
  559 	* lib/yp-tools.h: New file.
  560 
  561 	* lib/yp_xdr.h: Removed.
  562 	* lib/ypbinderr_string.h: Removed.
  563 
  564 	* lib/yp_xdr.c: Don't include rpcsvc/yp*.h, but yp-tools.h.
  565 	* lib/ypbinderr_string.c: Likewise.
  566 	* src/ypcat.c: Likewise.
  567 	* src/ypmatch.c: Likewise.
  568 	* src/yppoll.c: Likewise.
  569 	* src/ypset.c: Likewise.
  570 	* src/ypwhich.c: Likewise.
  571 
  572 1998-04-19  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
  573 
  574 	* release beta version 1.99.0
  575 
  576 	* src/ypcat.c (print_data): Check if invallen is correct.
  577 
  578 	* src/yppoll.c: Include <rpc/rpc.h>
  579 
  580 1998-04-16  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
  581 
  582 	* lib/yp_xdr.c: New.
  583 	* lib/yp_xdr.h: New.
  584 
  585 	* lib/Makefile.am (libyptools_a_SOURCES): Add yp_xdr.*
  586 
  587 1998-04-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
  588 
  589 	* src/ypcat.c: Complete rewritten, fix keylen problem.
  590 
  591 	* src/ypmatch.c: Fix typos.
  592 
  593 1998-04-07  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
  594 
  595 	* src/yppasswd.c (main): Fix version printing.
  596 
  597 	* src/ypmatch.c: Complete rewritten.
  598 
  599 	* man/nicknames.5.in: New.
  600 
  601 	* man/Makefile.am: Add nicknames.5.in
  602 
  603 1998-04-06  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
  604 
  605 	* src/yppoll.c: Complete rewritten.
  606 
  607 1998-04-04  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
  608 
  609 	* lib/Makefile.am: Add noinst_HEADERS.
  610 
  611 	* acinclude.m4: New, contains AM_FUNC_GETLINE.
  612 
  613 1998-04-03  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
  614 
  615 	* src/ypwhich.c: Complete rewritten.
  616 
  617 	* lib/ypbinderr_string.c: New.
  618 	* lib/ypbinderr_string.h: New.
  619 
  620 	* man/Makefile.am (ypwhich.1): use $(srcdir)
  621 
  622 	* configure.in: Add test for getopt_long
  623 
  624 	* src/Makefile.am: Lot of bug fixes.
  625 
  626 1998-02-06  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
  627 
  628 	* release version 1.4.1
  629 
  630 	* src/ypwhich.c (bind_host): Fix typo
  631 
  632 	* src/yppasswd.c (ypgetpw): Clear the responce struct.
  633 
  634 1997-12-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
  635 
  636 	* release version 1.4
  637 
  638 	* src/ypset.c: Fix typos.
  639 	* src/yppoll.c: Likewise.
  640 	* src/ypwhich.c: Likewise.
  641 
  642 	* src/yppasswd.c: Include <sys/param.h> for libc5
  643 
  644 	* src/Makefile.am: Add LDADD to yppasswd_LDADD
  645 
  646 	* configure.in: Create links for libintl.h if necessary
  647 
  648 1997-12-21  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
  649 
  650 	* src/Makefile.am: Create ypchsh and ypchfn links on install
  651 
  652 	* man/Makefile.am: Install ypchsh.1 and ypchfn.1
  653 
  654 	* yp-tools.spec: Update list of installed files
  655 
  656 	* man/ypchsh.1: New
  657 	* man/ypchfn.1: New
  658 
  659 1997-12-2  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
  660 
  661 	* src/ypwhich.c: Fix error messages
  662 
  663 1997-11-29  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
  664 
  665 	* release version 1.3
  666 
  667 	* All files internationalized
  668 
  669 	* Use of automake
  670 
  671 	* new directory structure
  672 
  673 	* src/ypmatch.c: Fix return codes
  674 
  675 	* start ChangeLog file