Skip to content

Tags: thkukuk/yp-tools

Tags

v4.2.3

Toggle v4.2.3's commit message
Release Version 4.2.3

yp-tools-4.2.2

Toggle yp-tools-4.2.2's commit message
Release version 4.2.2

yp-tools-4.2.1

Toggle yp-tools-4.2.1's commit message
Release version 4.2.1

yp-tools-4.2

Toggle yp-tools-4.2's commit message
Release version 4.2

yp-tools-4.1

Toggle yp-tools-4.1's commit message
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

yp-tools-4_0

Toggle yp-tools-4_0's commit message
Fix a possible seg.fault in yppasswd, if the old password is only

one character long. Document, that using yppasswd on systems with
shadow passwords enabled is a bad idea.

Release Version 4.0

yp-tools-3_5

Toggle yp-tools-3_5's commit message
The do_ypcall_tr "resp" parameter is type caddr_t. This necessitates …

…a cast to

ypresp_val * to reference resp->status for use as an argument to ypprot_err
which provides the return value for do_ypcall_tr.

Since caddr_t and ypresp_val * can have different alignments on some archs such
as arm, GCC -Wcast-align will issue a warning which yp-tools is configured to
treat as an error.

This commit changes the type of the resp parameter of do_ypcall_tr from caddr_t
to ypresp_val * in order to avoid the posibility of an unaligned cast.

Signed-off-by: Jonathan Ben Avraham <yba@tkos.co.il>
Signed-off-by: Thorsten Kukuk <kukuk@thkukuk.de>

yp-tools-3_4

Toggle yp-tools-3_4's commit message
Don't use special glibc optimizier macros in nss_nis6

yp-tools-3_2

Toggle yp-tools-3_2's commit message
Add new manual page

yp-tools-3_1

Toggle yp-tools-3_1's commit message
Fix link order, add locking