Package: libnss-pgsql / 1.4.0debian-8

Metadata

Package Version Patches format
libnss-pgsql 1.4.0debian-8 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
upstream modifications.patch | (download)

configure.ac | 6 5 + 1 - 0 !
src/Makefile.am | 4 2 + 2 - 0 !
src/libnss_pgsql.map | 20 20 + 0 - 0 !
3 files changed, 27 insertions(+), 3 deletions(-)

 this patch bundles debian modifications to the latest upstream version.
01_fix_locks.patch | (download)

src/interface.c | 79 47 + 32 - 0 !
1 file changed, 47 insertions(+), 32 deletions(-)

 use pthreads interface.  taken from debian bug #273800.

02_fix_retcode.patch | (download)

src/interface.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix return code.  taken from debian bug: #329467.

03_fix_errno.patch | (download)

src/backend.c | 36 33 + 3 - 0 !
src/interface.c | 18 18 + 0 - 0 !
2 files changed, 51 insertions(+), 3 deletions(-)

 save value of *errnop for return to c library.  prevents other 
function calls from clobbering and preventing try again from 
working.

04_use_array_for_getgrent.patch | (download)

conf/nss-pgsql.conf | 6 3 + 3 - 0 !
src/backend.c | 85 83 + 2 - 0 !
2 files changed, 86 insertions(+), 5 deletions(-)

 use a single lookup for all groups, instead of one to seed the 
list and one for each group found.

05_schema_fixup.patch | (download)

conf/dbschema.sql | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 correct primary key declaration

06_shadowconnstring_doc.patch | (download)

doc/nss-pgsql.xml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 correct documentation about connection information variable

07_fix_table_names.patch | (download)

conf/dbschema.sql | 4 2 + 2 - 0 !
doc/nss-pgsql.xml | 4 2 + 2 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-)

 correct documentation about foreign key references

08_suppress_inappropriate_warnings.patch | (download)

src/backend.c | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 disable warning "could not connect to database" for users that cannot
 access the shadowconnectionstring configuration by returning earlier