Aurelien Jarno pushed to branch master at GNU Libc Maintainers / libnss-nis


Commits:
0859a43a by Thorsten Kukuk at 2019-07-30T13:30:42+02:00
Fix typo

- - - - -
a27fdc30 by Aurelien Jarno at 2020-08-19T22:10:30+02:00
nss_loader-test.c: update the FSF address in the header

- - - - -
8dcf276a by Thorsten Kukuk at 2021-02-15T10:17:20+01:00
Merge pull request #10 from aurel32/master

nss_loader-test.c: update the FSF address in the header
- - - - -
f5f7fd5c by Thorsten Kukuk at 2023-06-29T16:27:30+02:00
Do not call malloc_usable_size

This is a namespace violation, and interposed malloc implementations
are not required to interpose malloc_usable_size [bsc#1207551].

- - - - -
cd0d391a by Thorsten Kukuk at 2023-06-30T10:28:57+02:00
Release version 3.2

- - - - -
f062d8e4 by Thorsten Kukuk at 2025-08-27T09:36:01+02:00
Remove nis-publickey.c

There is no consumer of publickey/secretkey/netname functions
left, so remove them.

- - - - -
9a5fb67b by Thorsten Kukuk at 2025-08-27T09:46:26+02:00
Update autoconf files

- - - - -
d1419529 by Thorsten Kukuk at 2025-08-27T09:50:23+02:00
Release version 3.3

- - - - -
09f6be48 by Ondřej Sloup at 2025-08-27T10:01:35+02:00
fix: Leak in nis-initgroups.c:_nss_nis_initgroups_dyn()

Fix the memory leak in function 'nis-initgroups.c:_nss_nis_initgroups_dyn'. 
This is done by making the 'tmpbuf'  initialize to NULL and then freeing it in 
the 'done'. We also need to fix the possible memory leak on 'realloc' when the 
function 'realloc' fails with the check. This will leak as the previous pointer 
'tmpbuf' was called 'realloc' on, and the pointer with the memory was lost (not 
freed), and the pointer is set to NULL. We introduce a new variable that we 
check before the assignment.

- - - - -
3c206b76 by Thorsten Kukuk at 2025-08-27T10:03:40+02:00
Release version 3.4

- - - - -
62a5c060 by Aurelien Jarno at 2026-06-01T23:24:15+02:00
debian/control: drop Rules-Requires-Root field, now obsolete

- - - - -
8f791840 by Aurelien Jarno at 2026-06-01T23:24:45+02:00
debian/control: drop redundanty Priority field

- - - - -
d627326e by Aurelien Jarno at 2026-06-01T23:30:31+02:00
debian/control: bump Standards-Version to 4.7.4 (no changes)

- - - - -
4f28db4a by Aurelien Jarno at 2026-06-01T23:31:29+02:00
Add a debian/watch file

- - - - -
dc99aa1d by Aurelien Jarno at 2026-06-01T23:32:10+02:00
New upstream version 3.4
- - - - -
b17adf8f by Aurelien Jarno at 2026-06-01T23:32:11+02:00
Update upstream source from tag 'upstream/3.4'

Update to upstream version '3.4'
with Debian dir 2139a80bd05224525c57af55d357ede4999faef2
- - - - -
1b7c5b27 by Aurelien Jarno at 2026-06-01T23:32:12+02:00
New upstream release

- - - - -
933de862 by Aurelien Jarno at 2026-06-01T23:39:42+02:00
Update debian/copyright

- - - - -
492c187d by Aurelien Jarno at 2026-06-01T23:43:44+02:00
Set DEB_BUILD_MAINT_OPTIONS = hardening=+all to make lintian happier

- - - - -


32 changed files:

- INSTALL
- Makefile.in
- NEWS
- aclocal.m4
- compile
- config.guess
- config.h.in
- config.sub
- configure
- configure.ac
- debian/changelog
- debian/control
- debian/copyright
- debian/rules
- + debian/watch
- depcomp
- install-sh
- ltmain.sh
- m4/libtool.m4
- m4/ltoptions.m4
- m4/ltsugar.m4
- m4/ltversion.m4
- m4/lt~obsolete.m4
- missing
- src/Makefile.am
- src/Makefile.in
- src/libnss_nis.map
- src/nis-initgroups.c
- src/nis-netgrp.c
- − src/nis-publickey.c
- src/nss_loader-test.c
- test-driver


View it on GitLab: 
https://salsa.debian.org/glibc-team/libnss-nis/-/compare/c381df06cef22a9fa021b4d4a268e938b16bf0eb...492c187d8aa4ca4d9885679d8bab87438ef512e4

-- 
View it on GitLab: 
https://salsa.debian.org/glibc-team/libnss-nis/-/compare/c381df06cef22a9fa021b4d4a268e938b16bf0eb...492c187d8aa4ca4d9885679d8bab87438ef512e4
You're receiving this email because of your account on salsa.debian.org. Manage 
all notifications: https://salsa.debian.org/-/profile/notifications | Help: 
https://salsa.debian.org/help


Reply via email to