forked from pgbouncer/pgbouncer
-
Notifications
You must be signed in to change notification settings - Fork 0
Add GSSApi Authentication #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
andriisoldatenko
wants to merge
17
commits into
master
Choose a base branch
from
cory/gss-authentication
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
more implementation of gssenc
karankhanchandani
pushed a commit
that referenced
this pull request
Nov 20, 2025
…bouncer#700) Encountered this on CentOS7, package pgbouncer-1.16.1-10.rhel7.x86_64 Speculting that client->link can be NULL in client_proto if client connection gets closed/errors before a connection to the server is set up. ``` [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Core was generated by `/usr/bin/pgbouncer /etc/pgbouncer/pgbouncer.ini'. Program terminated with signal 11, Segmentation fault. #0 disconnect_server (server=0x0, notify=notify@entry=false, reason=reason@entry=0x436a67 "server connection closed") at src/objects.c:806 806 PgPool *pool = server->pool; Missing separate debuginfos, use: debuginfo-install audit-libs-2.8.5-4.el7.x86_64 keyutils-libs-1.5.8-3.el7.x86_64 krb5-libs-1.15.1-51.el7_9.x86_64 libcap-ng-0.7.5-4.el7.x86_64 libcom_err-1.42.9-19.el7.x86_64 libevent-2.0.21-4.el7.x86_64 libselinux-2.5-15.el7.x86_64 pam-1.1.8-23.el7.x86_64 (gdb) bt #0 disconnect_server (server=0x0, notify=notify@entry=false, reason=reason@entry=0x436a67 "server connection closed") at src/objects.c:806 #1 0x000000000040d1c7 in client_proto (sbuf=0x192ae98, evtype=<optimized out>, data=0x7ffd0c5b6660) at src/client.c:1002 #2 0x000000000041a21e in sbuf_call_proto (sbuf=sbuf@entry=0x192ae98, event=event@entry=2) at src/sbuf.c:387 #3 0x000000000041a4a6 in sbuf_send_pending (sbuf=0x192ae98) at src/sbuf.c:537 pgbouncer#4 0x000000000041ada0 in sbuf_main_loop (sbuf=0x192ae98, skip_recv=<optimized out>) at src/sbuf.c:759 pgbouncer#5 0x00007fd7e46f4a14 in event_base_loop () from /lib64/libevent-2.0.so.5 pgbouncer#6 0x0000000000411b9a in main_loop_once () at src/main.c:740 pgbouncer#7 0x0000000000407156 in main (argc=<optimized out>, argv=<optimized out>) at src/main.c:999 ``` Fixes pgbouncer#699 Co-authored-by: Pino de Candia <pinod@microsoft.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.