Branch: refs/heads/master Home: https://github.com/jenkinsci/pam-auth-plugin Commit: ed6f9b067dcc3d58e97d114c1fd7b412e972319d https://github.com/jenkinsci/pam-auth-plugin/commit/ed6f9b067dcc3d58e97d114c1fd7b412e972319d Author: kohsuke <kohsuke@71c3de6d-444a-0410-be80-ed276b4c234a> Date: 2006-11-05 (Sun, 05 Nov 2006)
Log Message: ----------- initial commit for a new layout. git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@969 71c3de6d-444a-0410-be80-ed276b4c234a Originally-Committed-As: 8a0dc230f44e84e5a7f7920cf9a31f09a54999ac Commit: a406cb6a291f50e1b8b6d69b762dd7eeb65ddf82 https://github.com/jenkinsci/pam-auth-plugin/commit/a406cb6a291f50e1b8b6d69b762dd7eeb65ddf82 Author: kohsuke <kohsuke@71c3de6d-444a-0410-be80-ed276b4c234a> Date: 2009-02-07 (Sat, 07 Feb 2009) Changed paths: A core/src/main/java/hudson/security/PAMSecurityRealm.java A core/src/main/resources/hudson/security/PAMSecurityRealm/config.jelly A core/src/main/resources/hudson/security/PAMSecurityRealm/help.html Log Message: ----------- Added UNIX PAM authentication support git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@15108 71c3de6d-444a-0410-be80-ed276b4c234a Originally-Committed-As: 1a596913c8e1fc22380f1c31476527c6c34b9000 Commit: f4e702b554512d81677431508adea796acb35738 https://github.com/jenkinsci/pam-auth-plugin/commit/f4e702b554512d81677431508adea796acb35738 Author: kohsuke <kohsuke@71c3de6d-444a-0410-be80-ed276b4c234a> Date: 2009-02-07 (Sat, 07 Feb 2009) Changed paths: M core/src/main/java/hudson/security/PAMSecurityRealm.java M core/src/main/resources/hudson/security/PAMSecurityRealm/config.jelly Log Message: ----------- I can no longer claim my copyright on new code. git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@15109 71c3de6d-444a-0410-be80-ed276b4c234a Originally-Committed-As: 8cc9cea34521a2f111bf048f4552ea69e4a79fcb Commit: 0a008335daae6fd471bf5373f5c5ae8fd2fdad32 https://github.com/jenkinsci/pam-auth-plugin/commit/0a008335daae6fd471bf5373f5c5ae8fd2fdad32 Author: sogabe <sogabe@71c3de6d-444a-0410-be80-ed276b4c234a> Date: 2009-02-14 (Sat, 14 Feb 2009) Changed paths: M core/src/main/java/hudson/security/PAMSecurityRealm.java A core/src/main/resources/hudson/security/PAMSecurityRealm/config_ja.properties R core/src/main/resources/hudson/security/PAMSecurityRealm/help.html Log Message: ----------- move help.html of PAMSecurityRealm to war/resources/help/security. I18N and L10N for PAMSecurityRealm. git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@15337 71c3de6d-444a-0410-be80-ed276b4c234a Originally-Committed-As: 6ca8a6cf583896a5d052edc95b4277a70fb17bb4 Commit: 46e794bacd6369f991e1549c0c0fd4cb45347283 https://github.com/jenkinsci/pam-auth-plugin/commit/46e794bacd6369f991e1549c0c0fd4cb45347283 Author: sogabe <sogabe@71c3de6d-444a-0410-be80-ed276b4c234a> Date: 2009-02-17 (Tue, 17 Feb 2009) Changed paths: M core/src/main/java/hudson/security/PAMSecurityRealm.java A core/src/main/resources/hudson/security/PAMSecurityRealm/help.html A core/src/main/resources/hudson/security/PAMSecurityRealm/help_ja.html Log Message: ----------- reverted to r15337. git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@15402 71c3de6d-444a-0410-be80-ed276b4c234a Originally-Committed-As: b2acc6976193edfa994840e695a31b0035e62d22 Commit: e52cd5f351889eb34ea7e4547b5b4025b84718b8 https://github.com/jenkinsci/pam-auth-plugin/commit/e52cd5f351889eb34ea7e4547b5b4025b84718b8 Author: kohsuke <kohsuke@71c3de6d-444a-0410-be80-ed276b4c234a> Date: 2009-02-23 (Mon, 23 Feb 2009) Changed paths: M core/src/main/java/hudson/security/PAMSecurityRealm.java Log Message: ----------- Existing SecurityRealm implementations are converted for auto-discovery. I also used the active directory plugin to make sure that the binary compatibility with old plugins are working git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@15607 71c3de6d-444a-0410-be80-ed276b4c234a Originally-Committed-As: 6852bba554a9948e95d8147c34261067f8f3690c Commit: e6a39249b7d3cdf9255ae114a7431a8b00fead24 https://github.com/jenkinsci/pam-auth-plugin/commit/e6a39249b7d3cdf9255ae114a7431a8b00fead24 Author: kohsuke <kohsuke@71c3de6d-444a-0410-be80-ed276b4c234a> Date: 2009-02-25 (Wed, 25 Feb 2009) Changed paths: M core/src/main/java/hudson/security/PAMSecurityRealm.java Log Message: ----------- LDAP authentication realm didn't support the built-in "authenticated" role. (<a href="http://www.nabble.com/Hudson-security-issue%3A-authenticated-user-does-not-work-td22176902.html">report</a>) git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@15774 71c3de6d-444a-0410-be80-ed276b4c234a Originally-Committed-As: e3d1a7c5ff2d4081d826d9432af6f597c5f58409 Commit: 3a0f077040eb5bff751869a651c9ae86c86088f8 https://github.com/jenkinsci/pam-auth-plugin/commit/3a0f077040eb5bff751869a651c9ae86c86088f8 Author: elefevre <elefevre@71c3de6d-444a-0410-be80-ed276b4c234a> Date: 2009-03-03 (Tue, 03 Mar 2009) Changed paths: A core/src/main/resources/hudson/security/PAMSecurityRealm/config_fr.properties Log Message: ----------- more translations and fixes for French git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@15983 71c3de6d-444a-0410-be80-ed276b4c234a Originally-Committed-As: 3dcd5bccb5234b98a37cd9d08df23de378fe381a Commit: 7bff98cc8e1debe9a8173036e3f71323c865af1f https://github.com/jenkinsci/pam-auth-plugin/commit/7bff98cc8e1debe9a8173036e3f71323c865af1f Author: martinficker <martinficker@71c3de6d-444a-0410-be80-ed276b4c234a> Date: 2009-03-04 (Wed, 04 Mar 2009) Changed paths: M core/src/main/resources/hudson/security/PAMSecurityRealm/config_fr.properties Log Message: ----------- Refactored default ListView Columns to be isntances of ListViewColumn. git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@16003 71c3de6d-444a-0410-be80-ed276b4c234a Originally-Committed-As: 6f5dafd34320a89f1dfd1c48081eff4f6ee5a228 Commit: cd2e474a92806331a4eb844493d6951d1ea569d5 https://github.com/jenkinsci/pam-auth-plugin/commit/cd2e474a92806331a4eb844493d6951d1ea569d5 Author: martinficker <martinficker@71c3de6d-444a-0410-be80-ed276b4c234a> Date: 2009-03-09 (Mon, 09 Mar 2009) Changed paths: M core/src/main/resources/hudson/security/PAMSecurityRealm/config_fr.properties Log Message: ----------- Reverted accidental changes to french Localization in Commit 16003 git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@16131 71c3de6d-444a-0410-be80-ed276b4c234a Originally-Committed-As: c1d249f40dfc20bccf86faf439491e524ce21583 Commit: 778d2b1ba01c4c577607a857566b836bde640c28 https://github.com/jenkinsci/pam-auth-plugin/commit/778d2b1ba01c4c577607a857566b836bde640c28 Author: elefevre <elefevre@71c3de6d-444a-0410-be80-ed276b4c234a> Date: 2009-04-07 (Tue, 07 Apr 2009) Changed paths: A core/src/main/resources/hudson/security/PAMSecurityRealm/help_fr.html Log Message: ----------- Latest French translations git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@16916 71c3de6d-444a-0410-be80-ed276b4c234a Originally-Committed-As: fc592ed3675e76f3473fa1f93439f5588913781f Commit: f160bcfb67e710544280283084e7a9287c657b87 https://github.com/jenkinsci/pam-auth-plugin/commit/f160bcfb67e710544280283084e7a9287c657b87 Author: swiest <swiest@71c3de6d-444a-0410-be80-ed276b4c234a> Date: 2009-06-19 (Fri, 19 Jun 2009) Changed paths: A core/src/main/resources/hudson/security/PAMSecurityRealm/config_de.properties Log Message: ----------- Updated German localization (many keys are empty, but will be filled in subsequent commits). git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@19071 71c3de6d-444a-0410-be80-ed276b4c234a Originally-Committed-As: 271b7c99c443d543421f41eab0da3a79cc547eb1 Commit: f75f79a22ae5f06a9254ba42a9c3b49ec2f1ec59 https://github.com/jenkinsci/pam-auth-plugin/commit/f75f79a22ae5f06a9254ba42a9c3b49ec2f1ec59 Author: swiest <swiest@71c3de6d-444a-0410-be80-ed276b4c234a> Date: 2009-06-24 (Wed, 24 Jun 2009) Changed paths: M core/src/main/resources/hudson/security/PAMSecurityRealm/config_de.properties A core/src/main/resources/hudson/security/PAMSecurityRealm/help_de.html Log Message: ----------- Updated German localization of core module. git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@19178 71c3de6d-444a-0410-be80-ed276b4c234a Originally-Committed-As: 1e10a91cb5467a622137171054cb45b647c65a18 Commit: b3074ff0e7f1753d1740a5e0858576eaf6a7e70e https://github.com/jenkinsci/pam-auth-plugin/commit/b3074ff0e7f1753d1740a5e0858576eaf6a7e70e Author: kohsuke <kohsuke@71c3de6d-444a-0410-be80-ed276b4c234a> Date: 2009-07-29 (Wed, 29 Jul 2009) Changed paths: M core/src/main/java/hudson/security/PAMSecurityRealm.java M core/src/main/resources/hudson/security/PAMSecurityRealm/config.jelly Log Message: ----------- Added a test button to the PAM configuration to make sure Hudson has read access to /etc/shadow (<a href="http://www.nabble.com/pam-auth-issues-td24698467.html">report</a>) git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20298 71c3de6d-444a-0410-be80-ed276b4c234a Originally-Committed-As: a4d54adc50fe7c03373e03b589dd1498178aadf1 Commit: 2baa392115f6a78474cc502318a9eb90553a9a4b https://github.com/jenkinsci/pam-auth-plugin/commit/2baa392115f6a78474cc502318a9eb90553a9a4b Author: jglick <jglick@71c3de6d-444a-0410-be80-ed276b4c234a> Date: 2009-09-28 (Mon, 28 Sep 2009) Changed paths: M core/src/main/resources/hudson/security/PAMSecurityRealm/config_de.properties M core/src/main/resources/hudson/security/PAMSecurityRealm/config_fr.properties M core/src/main/resources/hudson/security/PAMSecurityRealm/help_de.html Log Message: ----------- dos2unix for text files in repo (minus plugins/). SVN client on Windows should convert where needed. git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@22234 71c3de6d-444a-0410-be80-ed276b4c234a Originally-Committed-As: 39cf92377e0b7721f758c191a573be7f37d99585 Commit: 908b1bc1ac5197efe4ae1218852a2b4164e0e604 https://github.com/jenkinsci/pam-auth-plugin/commit/908b1bc1ac5197efe4ae1218852a2b4164e0e604 Author: kohsuke <kohsuke@71c3de6d-444a-0410-be80-ed276b4c234a> Date: 2009-10-01 (Thu, 01 Oct 2009) Changed paths: M core/src/main/java/hudson/security/PAMSecurityRealm.java Log Message: ----------- without a message, it's as if the validate button didn't do anything git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@22330 71c3de6d-444a-0410-be80-ed276b4c234a Originally-Committed-As: 596e2b9de1cb138aa3def9b4929941dc7980d2c7 Commit: 9a5c5115850600d225d55a7c9f2c1dab5bcfd18e https://github.com/jenkinsci/pam-auth-plugin/commit/9a5c5115850600d225d55a7c9f2c1dab5bcfd18e Author: swiest <swiest@71c3de6d-444a-0410-be80-ed276b4c234a> Date: 2009-10-14 (Wed, 14 Oct 2009) Changed paths: M core/src/main/resources/hudson/security/PAMSecurityRealm/config_de.properties M core/src/main/resources/hudson/security/PAMSecurityRealm/help_de.html Log Message: ----------- Updated (=recompleted) German localization of main module and fixed typos. git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@22753 71c3de6d-444a-0410-be80-ed276b4c234a Originally-Committed-As: a8a3704b580d1ae971a1a5fb21c6d8d45ea60132 Commit: 35297f7acc8bce6565c4c0bda2b33555a483b380 https://github.com/jenkinsci/pam-auth-plugin/commit/35297f7acc8bce6565c4c0bda2b33555a483b380 Author: mindless <mindless@71c3de6d-444a-0410-be80-ed276b4c234a> Date: 2009-11-15 (Sun, 15 Nov 2009) Changed paths: M core/src/main/java/hudson/security/PAMSecurityRealm.java A war/resources/WEB-INF/security/PAMSecurityRealm.groovy Log Message: ----------- [FIXED HUDSON-3057] configure RememberMeAuthenticationProvider with PAMSecurityRealm, so "remember me" feature works. git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@23740 71c3de6d-444a-0410-be80-ed276b4c234a Originally-Committed-As: 0d39e761b3866225bbc2b64ae09f580d3832b112 Commit: 4e99a0629602b8c3703ca2161ae113ff293262d5 https://github.com/jenkinsci/pam-auth-plugin/commit/4e99a0629602b8c3703ca2161ae113ff293262d5 Author: manuel_carrasco <manuel_carrasco@71c3de6d-444a-0410-be80-ed276b4c234a> Date: 2010-01-17 (Sun, 17 Jan 2010) Changed paths: A core/src/main/resources/hudson/security/PAMSecurityRealm/config_es.properties Log Message: ----------- Added Spanish language to the set of Hudson localizations, it goes named as "es" instead of "es_ES" in order to be shared by all countries, specific variations for other countries should be added as es_XX git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@26021 71c3de6d-444a-0410-be80-ed276b4c234a Originally-Committed-As: a038929e56300e98d579f16d79f63305ecd8c2b7 Commit: 57417dfc1cd3becff9ef7582fcbf77d87dfa2d24 https://github.com/jenkinsci/pam-auth-plugin/commit/57417dfc1cd3becff9ef7582fcbf77d87dfa2d24 Author: kohsuke <kohsuke@71c3de6d-444a-0410-be80-ed276b4c234a> Date: 2010-01-29 (Fri, 29 Jan 2010) Changed paths: A core/src/main/resources/hudson/security/PAMSecurityRealm/config_ru.properties Log Message: ----------- Integrated community contributed localizations. To work around the bug I just discovered in the submission server, these contributions have been replayed from the Apache log files. As a result, it includes changes that are integrated earlier in rev.25498, which means if those localizations are modified later, they'll be overwritten back. git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@26764 71c3de6d-444a-0410-be80-ed276b4c234a Originally-Committed-As: 597841d707f99cb2e073b82563c8f74da67400be Commit: 7ddbedc7095c29c007a3c2c636567ccb3adda2a8 https://github.com/jenkinsci/pam-auth-plugin/commit/7ddbedc7095c29c007a3c2c636567ccb3adda2a8 Author: kohsuke <kohsuke@71c3de6d-444a-0410-be80-ed276b4c234a> Date: 2010-02-12 (Fri, 12 Feb 2010) Changed paths: M core/src/main/java/hudson/security/PAMSecurityRealm.java Log Message: ----------- class initialization of Hudson is much more work than that of Util, so pushing these small utilities out to Util to reduce the overhead of remoting. Plus it helps to keep Hudson.java smaller git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27448 71c3de6d-444a-0410-be80-ed276b4c234a Originally-Committed-As: 2676adca52568fd34f2687783c685278affe34a4 Commit: b72b3f9c2a7116e911f03d03fdd7d54c1834eb3f https://github.com/jenkinsci/pam-auth-plugin/commit/b72b3f9c2a7116e911f03d03fdd7d54c1834eb3f Author: kohsuke <kohsuke@71c3de6d-444a-0410-be80-ed276b4c234a> Date: 2010-02-19 (Fri, 19 Feb 2010) Changed paths: M core/src/main/java/hudson/security/PAMSecurityRealm.java Log Message: ----------- Improved /etc/shadow permission checks. git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27700 71c3de6d-444a-0410-be80-ed276b4c234a Originally-Committed-As: 80ab0acc8b699585b34c421c56b50fda8fbd8613 Commit: 818ce3d2a8a532455ab2152dddea71e98c9dc00e https://github.com/jenkinsci/pam-auth-plugin/commit/818ce3d2a8a532455ab2152dddea71e98c9dc00e Author: sogabe <sogabe@71c3de6d-444a-0410-be80-ed276b4c234a> Date: 2010-02-28 (Sun, 28 Feb 2010) Changed paths: M core/src/main/java/hudson/security/PAMSecurityRealm.java M core/src/main/resources/hudson/security/PAMSecurityRealm/config_ja.properties Log Message: ----------- i18n & l10n(ja) [LDAPSecurityRealm, PAMSecurityRealm] git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@28051 71c3de6d-444a-0410-be80-ed276b4c234a Originally-Committed-As: 9615129098e81300285482184d40204ff20a8b2d Commit: b61bd374941d1492877a4498ad4bd3ec4712f273 https://github.com/jenkinsci/pam-auth-plugin/commit/b61bd374941d1492877a4498ad4bd3ec4712f273 Author: kohsuke <kohsuke@71c3de6d-444a-0410-be80-ed276b4c234a> Date: 2010-06-11 (Fri, 11 Jun 2010) Changed paths: M core/src/main/resources/hudson/security/PAMSecurityRealm/config_fr.properties Log Message: ----------- Community-contributed localization for fr git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@31954 71c3de6d-444a-0410-be80-ed276b4c234a Originally-Committed-As: 6a379cd967e562c19cc1e6413a0fb74efbaf5ee5 Commit: b5991e5711121c661331f07e0d1adf4caca251b9 https://github.com/jenkinsci/pam-auth-plugin/commit/b5991e5711121c661331f07e0d1adf4caca251b9 Author: kohsuke <kohsuke@71c3de6d-444a-0410-be80-ed276b4c234a> Date: 2010-06-11 (Fri, 11 Jun 2010) Changed paths: A core/src/main/resources/hudson/security/PAMSecurityRealm/config_zh_TW.properties Log Message: ----------- Community-contributed localization for ja git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@31957 71c3de6d-444a-0410-be80-ed276b4c234a Originally-Committed-As: 0738a75b2ba7f403dde1331be54fffdc9b3a54d3 Commit: e0a8679d56c43d55e96bccc798429b61f47dfeeb https://github.com/jenkinsci/pam-auth-plugin/commit/e0a8679d56c43d55e96bccc798429b61f47dfeeb Author: bagrehc <bagrehc@71c3de6d-444a-0410-be80-ed276b4c234a> Date: 2010-07-12 (Mon, 12 Jul 2010) Changed paths: A core/src/main/resources/hudson/security/PAMSecurityRealm/config_pt_BR.properties Log Message: ----------- Update the propertie files of brazilian portuguese translation. git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@32799 71c3de6d-444a-0410-be80-ed276b4c234a Originally-Committed-As: 795634ed10291872b3b6e1a360ed5462fe6796de Commit: 81cd26fd00b644e706dbb6f211842f013cdb99dd https://github.com/jenkinsci/pam-auth-plugin/commit/81cd26fd00b644e706dbb6f211842f013cdb99dd Author: kuuyee <kuuyee@71c3de6d-444a-0410-be80-ed276b4c234a> Date: 2010-07-29 (Thu, 29 Jul 2010) Changed paths: A core/src/main/resources/hudson/security/PAMSecurityRealm/config_zh_CN.properties Log Message: ----------- Added second batch of Chinese localization of HTML help/properties files. git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@33324 71c3de6d-444a-0410-be80-ed276b4c234a Originally-Committed-As: 375c2aeea7c9ac264abcc394671e24d3b4e51ca3 Commit: e340f3f74aa68fe335b7db44fecd554dadbb44a3 https://github.com/jenkinsci/pam-auth-plugin/commit/e340f3f74aa68fe335b7db44fecd554dadbb44a3 Author: jieryn <jieryn@71c3de6d-444a-0410-be80-ed276b4c234a> Date: 2010-08-25 (Wed, 25 Aug 2010) Changed paths: R war/resources/WEB-INF/security/PAMSecurityRealm.groovy A war/src/main/webapp/WEB-INF/security/PAMSecurityRealm.groovy Log Message: ----------- HUDSON-7300 #resolve git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@34095 71c3de6d-444a-0410-be80-ed276b4c234a Originally-Committed-As: b22133b56787903b2f9df3fc0f5ff22c4cc7deb6 Commit: 1e068a0665eeed313a77e3bec6a2e1d0d54ddd51 https://github.com/jenkinsci/pam-auth-plugin/commit/1e068a0665eeed313a77e3bec6a2e1d0d54ddd51 Author: knupouls <knupouls@71c3de6d-444a-0410-be80-ed276b4c234a> Date: 2010-09-21 (Tue, 21 Sep 2010) Changed paths: A core/src/main/resources/hudson/security/PAMSecurityRealm/config_da.properties Log Message: ----------- initial commit of danish l12n git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@35080 71c3de6d-444a-0410-be80-ed276b4c234a Originally-Committed-As: 4ad64c24bd53314de8a5b8b37932f681681bf7d0 Commit: 43848a267fd4768be12a921f3daec4108bdca8c5 https://github.com/jenkinsci/pam-auth-plugin/commit/43848a267fd4768be12a921f3daec4108bdca8c5 Author: cleibersilva <[email protected]> Date: 2010-11-24 (Wed, 24 Nov 2010) Changed paths: M core/src/main/resources/hudson/security/PAMSecurityRealm/config_pt_BR.properties Log Message: ----------- Translation to pt_BR Originally-Committed-As: 70f863d1e2a06eaa69c30078008ee1c6751f2726 Commit: bd1baa948187389a9c98dc4ec2945c48e3b818a5 https://github.com/jenkinsci/pam-auth-plugin/commit/bd1baa948187389a9c98dc4ec2945c48e3b818a5 Author: Kohsuke Kawaguchi <[email protected]> Date: 2010-11-25 (Thu, 25 Nov 2010) Log Message: ----------- imported from svn Originally-Committed-As: 3bce1000dfb7186c058279d92324d500cbf20a36 Commit: 72a3fc2fa6a90058301690e13033fd2b68ae48c5 https://github.com/jenkinsci/pam-auth-plugin/commit/72a3fc2fa6a90058301690e13033fd2b68ae48c5 Author: Kohsuke Kawaguchi <[email protected]> Date: 2010-11-25 (Thu, 25 Nov 2010) Log Message: ----------- Merge branch 'changelog' into rc Originally-Committed-As: 142f8dcc619df011cd483e3d2586d19410717c98 Commit: fe7385ad240786e88aab71928ac72be4a90d2e22 https://github.com/jenkinsci/pam-auth-plugin/commit/fe7385ad240786e88aab71928ac72be4a90d2e22 Author: Kohsuke Kawaguchi <[email protected]> Date: 2011-01-30 (Sun, 30 Jan 2011) Changed paths: M core/src/main/resources/hudson/security/PAMSecurityRealm/help.html M core/src/main/resources/hudson/security/PAMSecurityRealm/help_de.html M core/src/main/resources/hudson/security/PAMSecurityRealm/help_fr.html M core/src/main/resources/hudson/security/PAMSecurityRealm/help_ja.html Log Message: ----------- renamed the hudson.security package Originally-Committed-As: e7fb48b4aa50557a53d1b4f424090456a57b4615 Commit: 9057f6bd21cabac0f1d7b16d720fa4cb5c9f51ca https://github.com/jenkinsci/pam-auth-plugin/commit/9057f6bd21cabac0f1d7b16d720fa4cb5c9f51ca Author: Kohsuke Kawaguchi <[email protected]> Date: 2011-03-18 (Fri, 18 Mar 2011) Changed paths: M core/src/main/java/hudson/security/PAMSecurityRealm.java A test/src/test/java/hudson/security/PAMSecurityRealmTest.java Log Message: ----------- [FIXED JENKINS-9094] "Remember me" doesn't work with PAM Originally-Committed-As: ca4de00c2c93b156a3e4ffc1d5c39d13e351792e Commit: f2476afc8f9c64beb07f29d8f2c74638896e71b5 https://github.com/jenkinsci/pam-auth-plugin/commit/f2476afc8f9c64beb07f29d8f2c74638896e71b5 Author: Kohsuke Kawaguchi <[email protected]> Date: 2011-03-23 (Wed, 23 Mar 2011) Changed paths: M core/src/main/java/hudson/security/PAMSecurityRealm.java A test/src/test/java/hudson/security/PAMSecurityRealmTest.java Log Message: ----------- [FIXED JENKINS-9094] "Remember me" doesn't work with PAM Originally-Committed-As: c21918df7e9b783c12d1bdc775b45b9531da7032 Commit: ec32410bd1ee682a373403d397a21079177187ea https://github.com/jenkinsci/pam-auth-plugin/commit/ec32410bd1ee682a373403d397a21079177187ea Author: Kohsuke Kawaguchi <[email protected]> Date: 2011-03-29 (Tue, 29 Mar 2011) Changed paths: M core/src/main/java/hudson/security/PAMSecurityRealm.java Log Message: ----------- replaced System.out with logging Originally-Committed-As: 9236d86f417beadb890e58ea6d4cb6d691fde575 Commit: 41982ae135f637744336864534d5cefc17a1ff99 https://github.com/jenkinsci/pam-auth-plugin/commit/41982ae135f637744336864534d5cefc17a1ff99 Author: Kohsuke Kawaguchi <[email protected]> Date: 2011-04-12 (Tue, 12 Apr 2011) Changed paths: M core/src/main/resources/hudson/security/PAMSecurityRealm/config.jelly Log Message: ----------- adding the Jelly PI to files that have no expressions in PCDATA Originally-Committed-As: b5843f3b7766c6294c6f7d4a7c6c5b1b67ce8dc1 Commit: 26710c1224295559abb366094f0ace196105f3e1 https://github.com/jenkinsci/pam-auth-plugin/commit/26710c1224295559abb366094f0ace196105f3e1 Author: Nigel Magnay <[email protected]> Date: 2011-05-29 (Sun, 29 May 2011) Changed paths: M core/src/main/java/hudson/security/PAMSecurityRealm.java M war/src/main/webapp/WEB-INF/security/PAMSecurityRealm.groovy Log Message: ----------- Stage 1 : Create hudson.model.Jenkins, make Hudson derive from Jenkins. Signed-off-by: Nigel Magnay <[email protected]> Originally-Committed-As: 70c10658148c3eab3b4c4122705e1ed3a12e193d Commit: a09b48db839265136169c5714bcb392b2f0ea5f5 https://github.com/jenkinsci/pam-auth-plugin/commit/a09b48db839265136169c5714bcb392b2f0ea5f5 Author: Nigel Magnay <[email protected]> Date: 2011-05-29 (Sun, 29 May 2011) Changed paths: M core/src/main/java/hudson/security/PAMSecurityRealm.java M war/src/main/webapp/WEB-INF/security/PAMSecurityRealm.groovy Log Message: ----------- Move hudson.model.Jenkins to be jenkins.model.Jenkins - part II Just import changes, from hudson.model.Jenkins -> jenkins.model.Jenkins, and Javadoc comments. Signed-off-by: Nigel Magnay <[email protected]> Originally-Committed-As: 5679d019ec7c1be89d5ea2b2a964ac143695d474 Commit: e6c2debacd061b4480868ee925b34f7189e4dd7f https://github.com/jenkinsci/pam-auth-plugin/commit/e6c2debacd061b4480868ee925b34f7189e4dd7f Author: Kohsuke Kawaguchi <[email protected]> Date: 2011-07-10 (Sun, 10 Jul 2011) Changed paths: M core/src/main/java/hudson/security/PAMSecurityRealm.java R war/src/main/webapp/WEB-INF/security/PAMSecurityRealm.groovy Log Message: ----------- [FIXED JENKINS-9681] PAM now supports CLI auth ... by extending from AbstractPasswordBasedSecurityRealm. Originally-Committed-As: 6a75fe64e69c9f53757603fc849c16099dfc483a Commit: 8c9db12f57587d604073f5e9523a539d023a7be4 https://github.com/jenkinsci/pam-auth-plugin/commit/8c9db12f57587d604073f5e9523a539d023a7be4 Author: Kohsuke Kawaguchi <[email protected]> Date: 2011-11-29 (Tue, 29 Nov 2011) Changed paths: M core/src/main/java/hudson/security/PAMSecurityRealm.java Log Message: ----------- [JENKINS-6651] inserting artificial lock in the hope that this will eliminate libpam crash. Originally-Committed-As: 86ec2a30f646d90aa4bbe91e3d4937e5661c409e Commit: 6dcb808967f0e09e137abd913f2a21aecbf7c43a https://github.com/jenkinsci/pam-auth-plugin/commit/6dcb808967f0e09e137abd913f2a21aecbf7c43a Author: Kohsuke Kawaguchi <[email protected]> Date: 2011-12-01 (Thu, 01 Dec 2011) Changed paths: A core/src/main/resources/hudson/security/PAMSecurityRealm/config_sv_SE.properties Log Message: ----------- Community-contributed localization for sv_SE (sv_SE) Originally-Committed-As: 1a23e9cf88c1198a345140164d3a31ac3d4e477d Commit: 5af4b6486867fb8f3090ea9f1557d862ab42cb7f https://github.com/jenkinsci/pam-auth-plugin/commit/5af4b6486867fb8f3090ea9f1557d862ab42cb7f Author: Kohsuke Kawaguchi <[email protected]> Date: 2011-12-01 (Thu, 01 Dec 2011) Changed paths: M core/src/main/resources/hudson/security/PAMSecurityRealm/config_zh_TW.properties Log Message: ----------- Community-contributed localization for zh_TW (zh_TW) Originally-Committed-As: 04d0e957b6b08325801f68621bc68ae7d90904c0 Commit: f49cbc768ecfecce3c87afdeecbbfdfcd68fee01 https://github.com/jenkinsci/pam-auth-plugin/commit/f49cbc768ecfecce3c87afdeecbbfdfcd68fee01 Author: Kohsuke Kawaguchi <[email protected]> Date: 2012-03-01 (Thu, 01 Mar 2012) Log Message: ----------- Imported prestine 1.5.1.1 ... from http://www.prototypejs.org/assets/2007/6/20/prototype.js Originally-Committed-As: 9a2891057d64a824cc2cd1b155a60fdf3fdce2a1 Commit: 585e731898b4a4348a8eeaf745498144775924ce https://github.com/jenkinsci/pam-auth-plugin/commit/585e731898b4a4348a8eeaf745498144775924ce Author: Kohsuke Kawaguchi <[email protected]> Date: 2012-03-01 (Thu, 01 Mar 2012) Log Message: ----------- Merge branch 'prototype-patched' Originally-Committed-As: 511b42a073230dde6a0f587b24886ba81f0515e8 Commit: 17721734698d56dbe0f654f52f27353df08235c9 https://github.com/jenkinsci/pam-auth-plugin/commit/17721734698d56dbe0f654f52f27353df08235c9 Author: Rob Petti <[email protected]> Date: 2012-04-25 (Wed, 25 Apr 2012) Changed paths: M core/src/main/java/hudson/security/PAMSecurityRealm.java M core/src/main/resources/hudson/security/PAMSecurityRealm/help.html Log Message: ----------- [FIXED JENKINS-13526] use '@' prefix to force PAM to interpret the user/group as a group Originally-Committed-As: db1b7eef1a9a67b5f08e73d349230e0cec5a485d Commit: 378eecd47c98dc307ddaef4925935a7b760a4021 https://github.com/jenkinsci/pam-auth-plugin/commit/378eecd47c98dc307ddaef4925935a7b760a4021 Author: Kohsuke Kawaguchi <[email protected]> Date: 2012-05-30 (Wed, 30 May 2012) Changed paths: R core/src/main/java/hudson/security/PAMSecurityRealm.java R core/src/main/resources/hudson/security/PAMSecurityRealm/config.jelly R core/src/main/resources/hudson/security/PAMSecurityRealm/config_da.properties R core/src/main/resources/hudson/security/PAMSecurityRealm/config_de.properties R core/src/main/resources/hudson/security/PAMSecurityRealm/config_es.properties R core/src/main/resources/hudson/security/PAMSecurityRealm/config_fr.properties R core/src/main/resources/hudson/security/PAMSecurityRealm/config_ja.properties R core/src/main/resources/hudson/security/PAMSecurityRealm/config_pt_BR.properties R core/src/main/resources/hudson/security/PAMSecurityRealm/config_ru.properties R core/src/main/resources/hudson/security/PAMSecurityRealm/config_sv_SE.properties R core/src/main/resources/hudson/security/PAMSecurityRealm/config_zh_CN.properties R core/src/main/resources/hudson/security/PAMSecurityRealm/config_zh_TW.properties R core/src/main/resources/hudson/security/PAMSecurityRealm/help.html R core/src/main/resources/hudson/security/PAMSecurityRealm/help_de.html R core/src/main/resources/hudson/security/PAMSecurityRealm/help_fr.html R core/src/main/resources/hudson/security/PAMSecurityRealm/help_ja.html A src/main/java/hudson/security/PAMSecurityRealm.java A src/main/resources/hudson/security/PAMSecurityRealm/config.jelly A src/main/resources/hudson/security/PAMSecurityRealm/config_da.properties A src/main/resources/hudson/security/PAMSecurityRealm/config_de.properties A src/main/resources/hudson/security/PAMSecurityRealm/config_es.properties A src/main/resources/hudson/security/PAMSecurityRealm/config_fr.properties A src/main/resources/hudson/security/PAMSecurityRealm/config_ja.properties A src/main/resources/hudson/security/PAMSecurityRealm/config_pt_BR.properties A src/main/resources/hudson/security/PAMSecurityRealm/config_ru.properties A src/main/resources/hudson/security/PAMSecurityRealm/config_sv_SE.properties A src/main/resources/hudson/security/PAMSecurityRealm/config_zh_CN.properties A src/main/resources/hudson/security/PAMSecurityRealm/config_zh_TW.properties A src/main/resources/hudson/security/PAMSecurityRealm/help.html A src/main/resources/hudson/security/PAMSecurityRealm/help_de.html A src/main/resources/hudson/security/PAMSecurityRealm/help_fr.html A src/main/resources/hudson/security/PAMSecurityRealm/help_ja.html A src/test/java/hudson/security/PAMSecurityRealmTest.java R test/src/test/java/hudson/security/PAMSecurityRealmTest.java Log Message: ----------- Moving files to their proper locations Commit: ba266053ac9f70c970113060ff67cb297d0d0c5b https://github.com/jenkinsci/pam-auth-plugin/commit/ba266053ac9f70c970113060ff67cb297d0d0c5b Author: Kohsuke Kawaguchi <[email protected]> Date: 2012-05-30 (Wed, 30 May 2012) Changed paths: A pom.xml Log Message: ----------- Added POM Compare: https://github.com/jenkinsci/pam-auth-plugin/compare/ed6f9b0^...ba26605
