0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Move generic advices from sonatype-runtime-recipes to sonatype-tycho-p2
Alin Dreghiciu
as adreghiciu
More... over 13 years ago
Moved security related classes to its own package. The Shiro / sshd related classes could be pushed back to apache sshd as a sub-module. More... almost 14 years ago
Use API in dependent projects, IMP in runtime assembly More... almost 14 years ago
o remove the sample from here More... almost 14 years ago
o separting into normal components More... almost 14 years ago
o removing booter class More... almost 14 years ago
o adding instructions to the README More... almost 14 years ago
Use new assembly xml name
Alin Dreghiciu
as adreghiciu
More... almost 14 years ago
Merge branch 'master' of github.com:sonatype/sshjgit
Alin Dreghiciu
as adreghiciu
More... almost 14 years ago
Drop workaround for default advice include
Alin Dreghiciu
as adreghiciu
More... almost 14 years ago
o up-to-date More... almost 14 years ago
Temporary worklaround for missing default includes bug
Alin Dreghiciu
as adreghiciu
More... almost 14 years ago
o adding jsw parameter advice More... almost 14 years ago
o trying to change the settings of wrapper More... almost 14 years ago
Update to latest runtime assembler changes
Alin Dreghiciu
as adreghiciu
More... almost 14 years ago
o using *:jar:* More... almost 14 years ago
o adding a sample More... almost 14 years ago
o using advice to process a runtime More... almost 14 years ago
o updating all the POMs - new dependencyManagement section - updating to later build of jgit More... almost 14 years ago
Users of com.sonatype.sshjgit.core.util.SshKeyUtils#toPublicKey need a dependency to slf4j-simple, because #toPublicKey() calls org.apache.sshd.common.util.Buffer#getPublicKey() which requires it. More... almost 14 years ago
Small fix: slf4j-api is referenced as dependency, while slfj4-simple is used for tests only.
Tamás Cservenák
as Tamas Cservenak
More... almost 14 years ago
Added ignores
Tamás Cservenák
as Tamas Cservenak
More... almost 14 years ago
Actually use the subject which is handled by ThreadState. More... about 14 years ago
Fixed compile errors here, caused by SecurityManager#getSubject having been removed. Now using SecurityUtils to get the Subject from the current thread, which is put there before each MINA network message object is handled. The way a ThreadState is bound to and cleared from the current thread, was inspired by how it's done in org.apache.shiro.web.servlet.ShiroFilter#doFilterInternal. More... about 14 years ago
Merge branch 'hugojosefson-master' into sonatype-master More... about 14 years ago
Extracted util methods to TestUtils. More... about 14 years ago
Created RolePermissionsAwareSimpleAccountRealm which fixes SimpleAccountRealm by handling group permissions the way we expect. Fixed separation of group permissions and user permissions. Added tests for RolePermissionsAwareSimpleAccountRealm. More... about 14 years ago
Merge branch 'hugojosefson-master' into sonatype-master More... about 14 years ago
Edited README to reflect the existance of basic authorization. More... about 14 years ago
Merge branch 'hugojosefson-master' into sonatype-master More... about 14 years ago