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
|
2016-03-21 Thorsten Kukuk <kukuk@thkukuk.de>
* release version 1.2
* configure.ac: check for xdecrypt
* src/nis-publickey.c: don't compile getsecretkey if we don't have xdecrypt
* configure.ac: check for rpc/netdb.h and rpc/rpcent.h
* src/nis-rpc.c: include rpc/netdb.h or rpc/rpcent.h if available
2016-03-15 Thorsten Kukuk <kukuk@thkukuk.de>
* src/nis-rpc.c: Include rpc/netdb.h for struct rpcent
* configure.ac: Check for libtirpc header files
* src/Makefile.am: Add TIRPC_CFLAGS to CFLAGS
2016-02-17 Thorsten Kukuk <kukuk@thkukuk.de>
* release version 1.1.1
2016-02-17 Thorsten Kukuk <kukuk@thkukuk.de>
* src/Makefile.am: Add nss_loader-test as test.
* src/nss_loader-test.c (main): Only load module, don't call functions.
2016-02-16 Thorsten Kukuk <kukuk@thkukuk.de>
* release version 1.1
* src/Makefile.am: Remove databases.def, nsswitch.h.
* src/databases.def: Removed.
* src/nsswitch.h: Removed.
* src/nis-grp.c: Include stdio.h.
* src/nis-rpc.c: Likewise.
* src/nis-pwd.c: Include stdbool.h
* src/nis-spwd.c: Likewise.
* src/nss-nis.h: Add missing defines from nsswitch.h.
2015-06-29 Thorsten Kukuk <kukuk@thkukuk.de>
* releae version 1.0
* src/Makefile.am: Remove -I for not existing directories
2015-06-26 Thorsten Kukuk <kukuk@thkukuk.de>
* configure.ac: make pkgconfig optional.
* src/libnss_nis.map: Fix library name.
* libc-lock.h (__libc_once): Fix define to make pthread_once
optional.
* Initial import from glibc
|