]> granicus.if.org Git - pgbouncer/log
pgbouncer
9 years agoSync tls changes
Marko Kreen [Sun, 23 Aug 2015 13:11:22 +0000 (16:11 +0300)]
Sync tls changes

9 years agoRemove pointless cf_auth_type check
Marko Kreen [Thu, 20 Aug 2015 18:04:54 +0000 (21:04 +0300)]
Remove pointless cf_auth_type check

9 years agoFix password/md5 auth.
Marko Kreen [Thu, 20 Aug 2015 16:58:26 +0000 (19:58 +0300)]
Fix password/md5 auth.

Password auth ignored auth method calculated by HBA.

Fixes: #64
9 years agoImport tls changes
Marko Kreen [Thu, 20 Aug 2015 09:10:55 +0000 (12:10 +0300)]
Import tls changes

9 years agotodo: fix syntax
Marko Kreen [Sat, 8 Aug 2015 19:21:47 +0000 (22:21 +0300)]
todo: fix syntax

9 years agotodo: pool_mode=tx vs. server_reset_query
Marko Kreen [Sat, 8 Aug 2015 18:15:05 +0000 (21:15 +0300)]
todo: pool_mode=tx vs. server_reset_query

9 years agotest.sh: simpler sed expression
Marko Kreen [Sat, 8 Aug 2015 09:56:27 +0000 (12:56 +0300)]
test.sh: simpler sed expression

9 years agoSupport pipelining - count expected ReadyForQuery packets.
Marko Kreen [Sat, 8 Aug 2015 09:54:38 +0000 (12:54 +0300)]
Support pipelining - count expected ReadyForQuery packets.

This avoids releasing server too early.

Should fix #44 and #52.

9 years agohandle_client_work - move logic out of switch
Marko Kreen [Sat, 8 Aug 2015 09:21:52 +0000 (12:21 +0300)]
handle_client_work - move logic out of switch

9 years agoauth code cleanup
Marko Kreen [Fri, 7 Aug 2015 19:18:17 +0000 (22:18 +0300)]
auth code cleanup

9 years agoRemove crypt auth.
Marko Kreen [Fri, 7 Aug 2015 17:16:59 +0000 (20:16 +0300)]
Remove crypt auth.

Highly obsolete.

9 years agodoc: remove converted files
Marko Kreen [Fri, 7 Aug 2015 16:35:12 +0000 (19:35 +0300)]
doc: remove converted files

9 years agoFix makefile, add 'htmls' target to see rst as html
Marko Kreen [Thu, 6 Aug 2015 20:52:12 +0000 (23:52 +0300)]
Fix makefile, add 'htmls' target to see rst as html

9 years agodoc: convert readme & todo also to rst
Marko Kreen [Thu, 6 Aug 2015 20:50:56 +0000 (23:50 +0300)]
doc: convert readme & todo also to rst

Now they look good directly on github.

9 years agotest.sh: dont re-exec, use bash directly
Marko Kreen [Thu, 6 Aug 2015 18:23:47 +0000 (21:23 +0300)]
test.sh: dont re-exec, use bash directly

9 years agoMerge remote-tracking branch 'main/master'
Marko Kreen [Thu, 6 Aug 2015 18:17:39 +0000 (21:17 +0300)]
Merge remote-tracking branch 'main/master'

9 years agoMerge pull request #62 from eradman/master
Marko Kreen [Thu, 6 Aug 2015 18:17:11 +0000 (21:17 +0300)]
Merge pull request #62 from eradman/master

Adapt system tests to work with modern BSD and MacOS

9 years agonews: fix makefile, mention 1.5.5
Marko Kreen [Thu, 6 Aug 2015 17:03:11 +0000 (20:03 +0300)]
news: fix makefile, mention 1.5.5

9 years agoConvert NEWS to rst, then it's usable in web too.
Marko Kreen [Thu, 6 Aug 2015 16:59:50 +0000 (19:59 +0300)]
Convert NEWS to rst, then it's usable in web too.

9 years agoAdapt system tests to work with modern BSD and MacOS
Eric Radman [Thu, 6 Aug 2015 16:00:43 +0000 (12:00 -0400)]
Adapt system tests to work with modern BSD and MacOS

- Replace `seq a b` with {a..b}, and auto-upgrade to bash if shell does
  not support range expansion (DASH on Ubuntu)
- Replace ipfw with pf; (MacOS 10.7+, *BSD)
- Replace `echo -n` with `printf` (MacOS)
- Change to test directory before starting
- Provide aproximate compatibility between MacOS and Linux options for
  sed and nc
- Auto-populate userlist.txt

Tested on MacOS 10.10, Ubuntu 14, OpenBSD 5.7

9 years agoSkip NoticeResponce in handle_auth_response.
Marko Kreen [Thu, 6 Aug 2015 13:16:18 +0000 (16:16 +0300)]
Skip NoticeResponce in handle_auth_response.

Otherwise verbose log levels cause auth failures.

9 years agoImport TLS fixes.
Marko Kreen [Thu, 6 Aug 2015 12:46:06 +0000 (15:46 +0300)]
Import TLS fixes.

9 years agodoc: remove faq & overview - they are on web now
Marko Kreen [Wed, 5 Aug 2015 17:22:39 +0000 (20:22 +0300)]
doc: remove faq & overview - they are on web now

its annoying to maintain things in two places

9 years agodoc: more fixes
Marko Kreen [Wed, 5 Aug 2015 15:04:38 +0000 (18:04 +0300)]
doc: more fixes

9 years agodoc: markup cleanups
Marko Kreen [Wed, 5 Aug 2015 15:00:01 +0000 (18:00 +0300)]
doc: markup cleanups

pandoc does not support +x+

9 years agodoc: remove `` tags around deflists keys, not needed anymore
Marko Kreen [Wed, 5 Aug 2015 14:54:26 +0000 (17:54 +0300)]
doc: remove `` tags around deflists keys, not needed anymore

9 years agodoc: consistent ws spacing for deflists
Marko Kreen [Wed, 5 Aug 2015 14:50:13 +0000 (17:50 +0300)]
doc: consistent ws spacing for deflists

9 years agodoc: use rst2man for manpages
Marko Kreen [Wed, 5 Aug 2015 11:49:29 +0000 (14:49 +0300)]
doc: use rst2man for manpages

Although Asciidoc has nice markup and nice output,
it depends on DocBook & TeX, which makes it rather
annoying to have around.

Website is now based on Markdown, but it's not fit for
manpage conversion - not enough syntax.  It is really
meant for only HTML production, as it expect HTML fallbacks
for anything.

So use rst2man for manpages, it makes docs readable on github
too and via some hacks can be converted to markdown.

9 years agotls: Use "fast" as default cipher shortcut.
Marko Kreen [Tue, 4 Aug 2015 20:57:39 +0000 (23:57 +0300)]
tls: Use "fast" as default cipher shortcut.

This keeps pgbouncer clean of magic spells for OpenSSL...

9 years agoDocs for TLS & HBA features.
Marko Kreen [Tue, 4 Aug 2015 20:57:11 +0000 (23:57 +0300)]
Docs for TLS & HBA features.

9 years agoBump version to 1.7dev
Marko Kreen [Mon, 3 Aug 2015 21:05:24 +0000 (00:05 +0300)]
Bump version to 1.7dev

9 years agoSupport pg_hba.conf-style syntax
Marko Kreen [Mon, 3 Aug 2015 18:58:23 +0000 (21:58 +0300)]
Support pg_hba.conf-style syntax

Also add peer auth.

Main reason to have it is that unix and tcp connections may
want different auth and configuring it in plain .ini is pain.

As a bonus it provides ip-based filtering too.

No username mapping yet though.

9 years agotls: Test scripts
Marko Kreen [Mon, 3 Aug 2015 18:56:43 +0000 (21:56 +0300)]
tls: Test scripts

Todo: merge with main test.sh

9 years agotls: Auth based on client certs, some login code cleanups
Marko Kreen [Mon, 3 Aug 2015 18:55:49 +0000 (21:55 +0300)]
tls: Auth based on client certs, some login code cleanups

9 years agoSupport TLS connections.
Marko Kreen [Mon, 3 Aug 2015 18:54:49 +0000 (21:54 +0300)]
Support TLS connections.

9 years agosbuf: Move i/o operations to callbacks.
Marko Kreen [Mon, 3 Aug 2015 18:52:48 +0000 (21:52 +0300)]
sbuf: Move i/o operations to callbacks.

Preparation for TLS.

9 years agov1.6 pgbouncer_1_6
Petr Jelinek [Sat, 1 Aug 2015 10:35:11 +0000 (12:35 +0200)]
v1.6

9 years agoUpdate AUTHORS - remove myself from contributors.
Petr Jelinek [Sat, 1 Aug 2015 10:32:54 +0000 (12:32 +0200)]
Update AUTHORS - remove myself from contributors.

Maintainers don't belong to contributors list.

9 years agoDocument the include directive
Petr Jelinek [Sat, 1 Aug 2015 10:26:19 +0000 (12:26 +0200)]
Document the include directive

9 years agoUpdate NEWS again
Marko Kreen [Fri, 31 Jul 2015 13:13:18 +0000 (16:13 +0300)]
Update NEWS again

9 years agoDisable server_idle_timeout when server count gets below min_pool (#60)
Marko Kreen [Fri, 31 Jul 2015 13:08:29 +0000 (16:08 +0300)]
Disable server_idle_timeout when server count gets below min_pool (#60)

9 years agoChange application_name_add_host default to 'off'
Marko Kreen [Fri, 31 Jul 2015 12:11:55 +0000 (15:11 +0300)]
Change application_name_add_host default to 'off'

It can have effect on performance, so it seems it should not
be on by default, especially as it applies to all connections,
not only those that do use application_name from client.

9 years agoNews update again
Marko Kreen [Fri, 31 Jul 2015 11:51:29 +0000 (14:51 +0300)]
News update again

9 years agoMerge pull request #49 from eulerto/coverity
Marko Kreen [Fri, 31 Jul 2015 11:32:20 +0000 (14:32 +0300)]
Merge pull request #49 from eulerto/coverity

Fix errors detected by Coverity.

9 years agoUpdate AUTHORS, new maintainer: Petr Jelinek
Marko Kreen [Fri, 31 Jul 2015 10:45:07 +0000 (13:45 +0300)]
Update AUTHORS, new maintainer: Petr Jelinek

Big cheer to Petr who agreed to help maintain PgBouncer!

9 years agoUpdate NEWS
Marko Kreen [Fri, 31 Jul 2015 10:44:54 +0000 (13:44 +0300)]
Update NEWS

9 years agoUpgrade libusual
Marko Kreen [Fri, 31 Jul 2015 10:34:16 +0000 (13:34 +0300)]
Upgrade libusual

9 years agotest.sh; sync with 9.4, make more robust
Marko Kreen [Fri, 31 Jul 2015 09:55:44 +0000 (12:55 +0300)]
test.sh; sync with 9.4, make more robust

9 years agoWait for client header during login (#53)
Marko Kreen [Fri, 31 Jul 2015 10:08:03 +0000 (13:08 +0300)]
Wait for client header during login (#53)

It's bit complicated as during login there are both
V2 (8-byte) and V3 (5-byte) headers.  And it's possible
for V3 packet to be smaller than 8 bytes.

To keep things becoming too messy, avoid looking at state
and just accept both headers always.  Like get_header()
does already.

For consistency, apply same logic to server connections too.

9 years agoc-style: More consistent brace usage
Marko Kreen [Mon, 27 Jul 2015 11:50:47 +0000 (14:50 +0300)]
c-style: More consistent brace usage

Use more braces in places where statement boundaries are
not obvious at glance.

9 years agodoc: add missing options to sample config
Marko Kreen [Fri, 31 Jul 2015 09:10:31 +0000 (12:10 +0300)]
doc: add missing options to sample config

9 years agodoc: missing vars
Marko Kreen [Mon, 27 Jul 2015 08:57:24 +0000 (11:57 +0300)]
doc: missing vars

9 years agoetc/optscan.sh - show undocumented options
Marko Kreen [Mon, 27 Jul 2015 08:34:26 +0000 (11:34 +0300)]
etc/optscan.sh - show undocumented options

9 years agoMerge pull request #47 from olshevskiy87/t.1
PJMODOS [Sun, 14 Jun 2015 00:58:20 +0000 (02:58 +0200)]
Merge pull request #47 from olshevskiy87/t.1

Fix spelling mistakes, part 2

9 years agoMerge pull request #45 from olshevskiy87/patch-1
PJMODOS [Sun, 14 Jun 2015 00:57:35 +0000 (02:57 +0200)]
Merge pull request #45 from olshevskiy87/patch-1

Fix spelling mistake

9 years agoThere is a typo while checking for error.
Euler Taveira [Thu, 30 Apr 2015 15:21:21 +0000 (12:21 -0300)]
There is a typo while checking for error.

Spotted by Coverity.

9 years agoFix some unchecked return values.
Euler Taveira [Thu, 30 Apr 2015 15:20:20 +0000 (12:20 -0300)]
Fix some unchecked return values.

Some event_add() return value were not checked. Either test the output
or ignore it with (void). Adopt the former because it give us a chance
to expose a bug.

While in it, be consistent with the log messages.

Spotted by Coverity.

9 years agoMissing varargs cleanup.
Euler Taveira [Thu, 30 Apr 2015 15:16:25 +0000 (12:16 -0300)]
Missing varargs cleanup.

Spotted by Coverity.

9 years agofix spelling mistakes, part 2
Dmitriy Olshevskiy [Wed, 22 Apr 2015 19:13:57 +0000 (15:13 -0400)]
fix spelling mistakes, part 2

9 years agofix spelling mistake
olshevskiy87 [Sun, 19 Apr 2015 14:46:43 +0000 (18:46 +0400)]
fix spelling mistake

9 years agoUpdate links in README
PJMODOS [Fri, 10 Apr 2015 22:17:50 +0000 (00:17 +0200)]
Update links in README

9 years agoSlightly better auth_user fix.
Marko Kreen [Wed, 8 Apr 2015 10:48:25 +0000 (13:48 +0300)]
Slightly better auth_user fix.

9 years agoRemove use of HOST_NAME_MAX, not portable (#40)
Marko Kreen [Wed, 8 Apr 2015 10:27:12 +0000 (13:27 +0300)]
Remove use of HOST_NAME_MAX, not portable (#40)

9 years agoCheck if auth_user is set.
Marko Kreen [Wed, 8 Apr 2015 06:22:55 +0000 (09:22 +0300)]
Check if auth_user is set.

Fixes a crash if password packet appears before startup packet (#42).

9 years agoUpdate libusual
Marko Kreen [Mon, 9 Mar 2015 21:05:32 +0000 (23:05 +0200)]
Update libusual

9 years agoMerge pull request #35 from PJMODOS/master
Marko Kreen [Thu, 29 Jan 2015 07:24:54 +0000 (09:24 +0200)]
Merge pull request #35 from PJMODOS/master

Don't allow newserver connections when PAUSE <db> was issued.

9 years agoDon't allow newserver connections when PAUSE <db> was issued.
Petr Jelinek [Wed, 28 Jan 2015 21:20:38 +0000 (22:20 +0100)]
Don't allow newserver connections when PAUSE <db> was issued.

9 years agov1.6rc1 pgbouncer_1_6_rc1
Marko Kreen [Tue, 30 Dec 2014 14:27:21 +0000 (16:27 +0200)]
v1.6rc1

9 years agoUpdate docs
Marko Kreen [Tue, 30 Dec 2014 14:20:24 +0000 (16:20 +0200)]
Update docs

9 years agoUpgrade libusual
Marko Kreen [Tue, 30 Dec 2014 14:18:44 +0000 (16:18 +0200)]
Upgrade libusual

9 years agoUse csrandom for secure randomness
Marko Kreen [Tue, 30 Dec 2014 14:31:12 +0000 (16:31 +0200)]
Use csrandom for secure randomness

9 years agoc-ares: force IPv4 on c-ares <= v1.10
Marko Kreen [Tue, 30 Dec 2014 13:13:45 +0000 (15:13 +0200)]
c-ares: force IPv4 on c-ares <= v1.10

It does not resolve CNAME with AF_UNSPEC.
Fixed in GIT, still unreleased.

9 years agoSkip adns_per_loop if adns is not initialized.
Marko Kreen [Sun, 23 Nov 2014 09:06:23 +0000 (11:06 +0200)]
Skip adns_per_loop if adns is not initialized.

Fixes crash with c-ares + takeover.

10 years agoUpgrade libusual
Marko Kreen [Thu, 7 Aug 2014 19:59:10 +0000 (22:59 +0300)]
Upgrade libusual

10 years agoEdit news.
Marko Kreen [Thu, 12 Jun 2014 20:35:21 +0000 (23:35 +0300)]
Edit news.

10 years agoUpdate libusual
Marko Kreen [Thu, 12 Jun 2014 18:54:18 +0000 (21:54 +0300)]
Update libusual

10 years agoMerge pull request #26 from guillaumeaubert/master
Marko Kreen [Mon, 26 May 2014 06:26:31 +0000 (09:26 +0300)]
Merge pull request #26 from guillaumeaubert/master

Allow comments in PgBouncer's auth files

10 years agoTest that commented out lines are ignored.
Guillaume Aubert [Thu, 15 May 2014 22:59:23 +0000 (15:59 -0700)]
Test that commented out lines are ignored.

10 years agoSkip commented out lines in auth file.
Guillaume Aubert [Thu, 15 May 2014 22:59:01 +0000 (15:59 -0700)]
Skip commented out lines in auth file.

10 years agomax_user_connections implementation - a limit of connected users.
Pavel Stehule [Tue, 4 Mar 2014 17:32:04 +0000 (18:32 +0100)]
max_user_connections implementation - a limit of connected users.

It is similar to max_db_connections. It is designed for a usage, where databases on server are "unlimited"

10 years agoMerge pull request #24 from pgexperts/master
Marko Kreen [Sat, 17 May 2014 15:57:29 +0000 (18:57 +0300)]
Merge pull request #24 from pgexperts/master

Updated readme with "look below for git compile instructions", as well a...

10 years agoMake application_name_add_host work also with unix sockets.
Marko Kreen [Sat, 17 May 2014 15:53:04 +0000 (18:53 +0300)]
Make application_name_add_host work also with unix sockets.

10 years agoUpgrade libusual
Marko Kreen [Sat, 17 May 2014 15:50:04 +0000 (18:50 +0300)]
Upgrade libusual

10 years agoMerge pull request #23 from pgexperts/appname-hostport
Marko Kreen [Sat, 17 May 2014 15:09:29 +0000 (18:09 +0300)]
Merge pull request #23 from pgexperts/appname-hostport

Add the client host IP address and port to application_name.

10 years agoUpdated readme with "look below for git compile instructions", as well as missing...
Josh Berkus [Mon, 5 May 2014 23:43:00 +0000 (16:43 -0700)]
Updated readme with "look below for git compile instructions", as well as missing dependancy.

10 years agoAdd the client host IP address and port to application_name.
Andrew Dunstan [Tue, 8 Apr 2014 15:28:43 +0000 (11:28 -0400)]
Add the client host IP address and port to application_name.

This is enabled by a config parameter which defaults to 'on'

If the client subsequently overwrites the application_name parameter
during the session then this won't be sticky, but it does let you see
(and log) where queries are actually coming from instead of just seeing
pgbouncer as the source address and port.

10 years agoMerge pull request #20 from eulerto/master
Marko Kreen [Thu, 19 Dec 2013 09:24:17 +0000 (01:24 -0800)]
Merge pull request #20 from eulerto/master

Trivial fixes

10 years agoFix a bunch of typos.
Euler Taveira de Oliveira [Wed, 18 Dec 2013 23:38:33 +0000 (20:38 -0300)]
Fix a bunch of typos.

10 years agoUse uppercase in TODO/FIXME.
Euler Taveira de Oliveira [Wed, 18 Dec 2013 23:36:19 +0000 (20:36 -0300)]
Use uppercase in TODO/FIXME.

Some popular editors (like Vim) highlight uppercase keywords like TODO,
FIXME, and XXX.

10 years agoReplace C++ comments.
Euler Taveira de Oliveira [Wed, 18 Dec 2013 23:33:31 +0000 (20:33 -0300)]
Replace C++ comments.

10 years agoDraft news, unedited
Marko Kreen [Mon, 18 Nov 2013 00:14:31 +0000 (02:14 +0200)]
Draft news, unedited

10 years agoAllow numbers in hostname, always try to parse with inet_pton
Marko Kreen [Sat, 16 Nov 2013 19:43:24 +0000 (21:43 +0200)]
Allow numbers in hostname, always try to parse with inet_pton

10 years agoauth_query: make password loading query configurable
Marko Kreen [Sat, 16 Nov 2013 19:21:55 +0000 (21:21 +0200)]
auth_query: make password loading query configurable

10 years agogitignore: add more stuff
Marko Kreen [Sat, 16 Nov 2013 18:31:05 +0000 (20:31 +0200)]
gitignore: add more stuff

10 years agoMerge remote-tracking branch 'ccutrer/dev/max_db_connections'
Marko Kreen [Sat, 16 Nov 2013 18:18:09 +0000 (20:18 +0200)]
Merge remote-tracking branch 'ccutrer/dev/max_db_connections'

10 years agoMerge remote-tracking branch 'ccutrer/dev/auth_user'
Marko Kreen [Sat, 16 Nov 2013 18:17:58 +0000 (20:17 +0200)]
Merge remote-tracking branch 'ccutrer/dev/auth_user'

10 years agoconfig.txt: update auth_file about 9.0+ situation.
Marko Kreen [Fri, 15 Nov 2013 16:35:05 +0000 (18:35 +0200)]
config.txt: update auth_file about 9.0+ situation.

Requested-by: Alexander Farber
10 years agoSmall bug fix, must check calloc result
Heikki Linnakangas [Fri, 15 Nov 2013 16:31:25 +0000 (18:31 +0200)]
Small bug fix, must check calloc result

10 years agoProper invalidation for autodbs
Marko Kreen [Fri, 15 Nov 2013 16:18:44 +0000 (18:18 +0200)]
Proper invalidation for autodbs

As autodb database entries are generated on the fly,
old invalidation code skipped them, so new config
was ignored.  This will hopefully fix it.

Reported-by: Moshe Jacobson
10 years agoBump version to 1.6dev
Marko Kreen [Mon, 7 Oct 2013 21:50:53 +0000 (00:50 +0300)]
Bump version to 1.6dev