1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133
|
yp-tools NEWS -- history of user-visible changes.
Copyright (C) 1998-2016 Thorsten Kukuk
Please send bug reports, questions and suggestions to <kukuk@linux-nis.org>.
Version 4.2.3
* Adjustements for newer gcc versions
* Re-add yptest
Version 4.2.2
* Revert removal of netdb.h
* yppoll: Replace IPv4 only code with IPv6 functions
Version 4.2.1
* Fix configure checks if sunrpc code in glibc is marked as deprecated
Version 4.2
* Fix building with old glibc
* Fix bug in fallback, if ypbind does not speak v3 protocol
Version 4.1
* Allow building only with old glibc
* yppoll: fix seg.fault if domain is not bound
* yppasswd: port IPv4 only SunRPC code to TI-RPC for IPv6
Version 4.0
* Remove libnis and nss_nis6, use external packages instead
Version 3.5
* libnis: Change internal interface to avoid cast errors
Version 3.4
* nss_nis6: remove glibc specific, non partable macros
Version 3.3
* Extend yp_dump_binding
* Fix some link issues
Version 3.2
* Add yp_dump_binding application
* Fix file descriptor leak in libnis
* Fix reading fallback binding files in libnis
* Adjust/add manual pages
Version 3.1
* Fix link order
* Implement locking for multithreaded applications
Version 3.0.1
* libnis: use a much short timeout for initial RPC calls
Version 3.0
* Port to TI-RPC, so that all tools can work with IPv6
* ypwhich supports IPv6 and ypbind v3 protocol, which is default
* ypset supports IPv6 and ypbind v3 protocol, which is default
* Add libnis library
* Add nss_nis6 module
* Port all utilities to TI-RPC and enable IPv6
Version 2.15
* Update autoconf/automake
Version 2.14
* Minor bugfix release
Version 2.13
* Update FSF address
* Update autoconf files
Version 2.12
* Remove obsolete checks for /etc/SuSE-release
Version 2.11
* Add support for MD5, SHA-256, SHA-512 to yppasswd
Version 2.10
* Add swedish translation
Version 2.9
* Manual fixes and minor bugfix
Version 2.8
* Fix yppasswd: password comparisons fails sometimes
Version 2.7
* Update to current gettext, autoconf and automake
* Fix cracklib support for yppasswd
* Add option to ypcat to query specific NIS server
* Fix building of manual pages
* Add yptest
Version 2.6
* Update to new automake, autoconf and gettext
* Fix compiler warnings
* Minor bug fixes for IA64
Version 2.5
* Bug fixes for wrong buffer handling
* Minor bug fixes
Version 2.4
* Minor bug fixes for other platforms then Linux
Version 2.3
* Fix compiler warnings
* Fix german translation
* Fix minor Makefile bugs
Version 2.2
* Fix inclusion of local header files
* Fix compiler warnings
Version 2.1
* Minor bug fix release
Version 2.0
* domainname uses getdomainname, ypdomainname yp_get_default_domain
* Add domainname, nisdomainname, ypdomainname and manual pages
* Rewrite remaining tools
* Include our own yp header files for compiling on old Linux libcs
* Rewrite most of the tools to fix a lot of problems and bugs
Version 1.4.1
* Bug fix release
Version 1.4
* A lot of bug fixes
* Add ypchfn, ypchsh and manual pages
Version 1.3
* Add german locale
* Use automake
|