<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ngircd, branch rel-17-rc3</title>
<subtitle>ngircd with make
</subtitle>
<id>http://git.nakidai.ru/ngircd/atom?h=rel-17-rc3</id>
<link rel='self' href='http://git.nakidai.ru/ngircd/atom?h=rel-17-rc3'/>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/'/>
<updated>2010-10-27T20:31:05+00:00</updated>
<entry>
<title>ngIRCd Release 17~rc3</title>
<updated>2010-10-27T20:31:05+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-10-27T20:31:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=bdcf3f0e246c5aa3072c4f82dd9cd0541f4e79aa'/>
<id>urn:sha1:bdcf3f0e246c5aa3072c4f82dd9cd0541f4e79aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix connect attempts to further IP addresses of outgoing server links</title>
<updated>2010-10-27T19:59:51+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-10-27T19:59:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=d7ad956a06af2bde1cfcf2ed8194b6a84d69d968'/>
<id>urn:sha1:d7ad956a06af2bde1cfcf2ed8194b6a84d69d968</id>
<content type='text'>
If a hostname resolves to more than one IP address (round-robin DNS,
IPv4 and IPv6) and an attempt to connect to the first address fails,
ngIRCd should try to connect to the 2nd address, 3rd address etc.

But because of a wrong variable used in the call to New_Server(),
the wrong server structure has been used in further connection attemps
which possibly lead to connection attempts to already connected servers.
</content>
</entry>
<entry>
<title>Debian: Install default /etc/pam.d/ngircd allowing all logins</title>
<updated>2010-10-26T22:43:02+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-10-26T22:43:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=e2c92900300604c000af86008dad086527a04345'/>
<id>urn:sha1:e2c92900300604c000af86008dad086527a04345</id>
<content type='text'>
This is required for backwards compatibility when installing the -full
or -full-dbg package variant: PAM is enabled now but no configuration
present, so all login attempts would be denied ...

Creating /etc/pam.d/ngircd including "auth required pam_permit.so"
restores the old behaviour of allowing all connections.
</content>
</entry>
<entry>
<title>Debian: update standards to 3.9.1; add libpam0g-dev dependency</title>
<updated>2010-10-26T20:56:01+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-10-26T20:56:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=5edde9a760e1e46eeeddd6b228e3a2ea4ca971db'/>
<id>urn:sha1:5edde9a760e1e46eeeddd6b228e3a2ea4ca971db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make contrib/platformtest.sh more portable</title>
<updated>2010-10-26T20:18:30+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-10-26T20:18:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=864f3df575eafc91f4f97ef48b34c27afd08999e'/>
<id>urn:sha1:864f3df575eafc91f4f97ef48b34c27afd08999e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mac OS X package ("make osxpkg"): generate PAM configuration</title>
<updated>2010-10-26T13:15:06+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-10-26T13:15:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=ffccfb09753c6ff7fd62417a0141ba95f105785f'/>
<id>urn:sha1:ffccfb09753c6ff7fd62417a0141ba95f105785f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Xcode builds ("make xcode"): disable pam_fail_delay()</title>
<updated>2010-10-26T13:13:24+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-10-26T13:13:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=76f40bdb988440a73431eb14a27f30aeaa18ebe5'/>
<id>urn:sha1:76f40bdb988440a73431eb14a27f30aeaa18ebe5</id>
<content type='text'>
disable pam_fail_delay() only is available starting with Mac
OS X 10.6; but we use the 10.5 SDK for campatibility, so don't use
this function at all when building using Xcode.
</content>
</entry>
<entry>
<title>Xcode: update project file, use 10.5.x SDK</title>
<updated>2010-10-26T13:10:14+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-10-26T13:10:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=3dd91923e442cef439744636f6abd80cde85792f'/>
<id>urn:sha1:3dd91923e442cef439744636f6abd80cde85792f</id>
<content type='text'>
This is required for universal 32 bit and 64 bit builds: now code
for ppc, i386, and x86_64 is generated (which requires 10.5 or newer).
</content>
</entry>
<entry>
<title>Xcode builds ("make xcode"): detect version number correctly</title>
<updated>2010-10-26T13:09:01+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-10-26T13:09:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=a4de27deee264714099c652cb87b3b8519cbb739'/>
<id>urn:sha1:a4de27deee264714099c652cb87b3b8519cbb739</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ngIRCd release 17~rc2</title>
<updated>2010-10-25T16:51:32+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-10-25T16:51:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=8449e082455fc69c5a062c4cfeb1b1ad9aca437c'/>
<id>urn:sha1:8449e082455fc69c5a062c4cfeb1b1ad9aca437c</id>
<content type='text'>
</content>
</entry>
</feed>
