Commit Graph

1923 Commits

Author SHA1 Message Date
lxnay
6217542494 Entropy/Repository Client Interface:
- implement login method (only used w/SSL)
- implement logout method (only used w/SSL)
Entropy/SocketHostInterface:
- fix login and logout cmds (my fault)


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2203 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-06-30 13:15:06 +00:00
lxnay
f4e2f855ee Entropy/Sabayon Linux:
- add our SSL certificate


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2202 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-06-30 12:42:00 +00:00
lxnay
050756266b Entropy/SocketHostInterface:
- relax chown rules for SSL key and certs


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2201 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-06-30 12:19:11 +00:00
lxnay
d3a957e02a Entropy/repository daemon template:
- check client IP address too
Entropy/phpbb3 Auth Interface:
- add _is_ip_banned() method


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2200 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-06-30 12:01:14 +00:00
lxnay
1faab94d42 Entropy/repository daemon template:
- update it to reflect API changes


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2199 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-06-30 11:41:26 +00:00
lxnay
5a84be0fd0 Entropy/DistributionAuthInterface:
- add FAKE_USERNAME, general purpose username
- add get_user_id()
Entropy/phpbb3 Auth Interface:
- reimplement FAKE_USERNAME and get_user_id()
Entropy/SocketHostInterface:
- remove session from authenticator arguments
- create a new authenticator function called set_session() to provide session id information to the authentication module


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2198 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-06-30 11:38:29 +00:00
lxnay
d93ab1087c Entropy/phpbb3 Auth Interface:
- fix disconnect()


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2197 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-06-30 11:09:05 +00:00
lxnay
6aef223e23 Entropy/SocketHostInterface:
- improve Authenticator


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2196 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-06-30 11:06:58 +00:00
lxnay
5ced75b8a4 Entropy/SocketHostInterface:
- fix builtin commands instantiation


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2195 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-06-30 10:32:00 +00:00
lxnay
0a23b6a913 Entropy/Repository Service:
- add kwargs support


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2194 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-06-30 10:29:23 +00:00
lxnay
851aadb094 Entropy/Repository Daemon Template:
- add phpbb3 Authenticator to be used inside SocketHostInterface


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2193 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-06-30 10:20:55 +00:00
lxnay
67dc026b14 Entropy/SocketHostInterface:
- fix docmd_logout() built-in command


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2192 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-06-30 10:20:16 +00:00
lxnay
23e0e179a5 Entropy/phpbb3 Auth Interface:
- check if a reconnection is needed when calling check_connection()
Entropy/SocketHostInterface:
- remove Authenticator instance, the authenticator will be instantiated within every thread


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2191 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-06-30 09:34:46 +00:00
lxnay
fc989eab38 Entropy/PortageInterface:
- update USE flag handling to new schemas
Entropy/SocketHostInterface:
- update killall() to work better when killing threads
Entropy/Repository Interface:
- update killall() here too


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2190 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-06-30 07:49:59 +00:00
lxnay
ab8537c65a Entropy/SocketHostInterface:
- change default SSL port to 1027
- add killall() function to close some threads correctly
Entropy/entropy-repository-daemon example:
- update it to support SSL and non-SSL connections at the same time


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2189 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-06-29 17:40:38 +00:00
lxnay
e0f274a0bd Entropy/phpbb3 Auth Interface:
- implementation of the base class completed

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2188 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-06-29 17:08:37 +00:00
lxnay
650effde4a Entropy/phpbb3 Auth Interface:
- implement user ban check


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2187 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-06-29 10:10:31 +00:00
lxnay
458f194fce Entropy/phpbb3 Auth Interface:
- improve login(), supporting inactive, banned users
- complete some other functions


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2186 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-06-28 18:09:47 +00:00
lxnay
0ff9c1fb5a Entropy/phpbb3 Auth Interface:
- login() and logout() completed
- started to implement other functions


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2185 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-06-28 11:03:20 +00:00
lxnay
91f924b422 Entropy:
- updated TODO
- move enzyme to electron
- move enzymelib to managerTools
Entropy/exceptionTools:
- add some new exceptions
Entropy/Authenticators:
- started to implement phpbb3 authenticator to be used with EAPI=3 Services


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2184 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-06-27 21:14:31 +00:00
lxnay
4c431f7d2c Entropy/Repository Manager:
- more work on the urwid-based application


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2182 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-06-27 11:58:58 +00:00
lxnay
c36c0a1c9f Equo:
- fix resurrect option

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2180 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-06-27 09:17:30 +00:00
lxnay
d21d8f6db0 Entropy/RepositoryManager:
- first bunch of code implemented, using urwid library
- application name = Enzyme
Entropy/entropyTools:
- improved parallelTask(), make it use *args and **kwargs
- fixed code accordingly
- some new functions
Entropy/outputTools:
- make shell output function faster by reducing call time


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2179 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-06-24 13:22:14 +00:00
lxnay
68d9545564 Entropy:
- remove outdated README


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2178 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-06-22 10:55:51 +00:00
lxnay
be13b9ba8b Entropy/EquoInterface:
- make configuration files protection faster and fix a bug which caused to protect files belonging to unprotected directories (bad use of .startswith())


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2176 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-06-21 18:17:03 +00:00
lxnay
16ff8081ec Entropy/i18n:
- sync translations
- update Spanish


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2175 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-06-21 15:40:43 +00:00
lxnay
e4c54f4fed Entropy/Spritz:
- fix Package Info menu

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2173 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-06-21 13:45:50 +00:00
lxnay
1d6adb4899 tagging entropy 0.15.23.3
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2172 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-06-21 08:21:37 +00:00
lxnay
2770ea52bb Entropy/Spritz:
- fix License window setup

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2171 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-06-21 08:19:47 +00:00
lxnay
253e03cedf Entropy/LogFile:
- handle UnicodeEncodeError in default_handler()


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2169 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-06-20 22:39:13 +00:00
lxnay
6935b6688d Entropy/Spritz:
- fix _get_deep_dependency_list() call in misc.py


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2168 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-06-20 22:35:34 +00:00
lxnay
cd7a8452ac Entropy:
- updated TODO
Entropy/ServerInterface:
- move EntropyDatabaseInterface.doServerDatabaseSyncLock() to ServerInterface to allow handling db instances correctly


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2167 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-06-20 13:24:13 +00:00
lxnay
c60db16af9 Entropy:
- do not overwrite old pid when checking


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2165 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-06-20 08:57:43 +00:00
lxnay
be57888cd5 Entropy:
- fix PID handling, especially when calling const_setupEntropyPid() directly


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2163 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-06-20 08:46:55 +00:00
lxnay
ae577f7ed1 Entropy/i18n:
- update translations


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2162 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-06-19 19:03:53 +00:00
lxnay
bc4e970b71 Entropy/Repositories Management:
- add a function to allow copying packages from a repository to another
- export it to reagent and equo


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2161 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-06-19 18:59:42 +00:00
lxnay
ccaef70199 Entropy:
- move proxy initialization to entropyTools.add_proxy_opener()
- fix writeParameterToFile() when disabling items
EquoInterface:
- update proxy setup using entropyTools.add_proxy_opener()
- add support for _basic_ proxy username and password authentication
Entropy/Spritz:
- export proxy username and password settings


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2160 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-06-19 18:35:28 +00:00
rogerc
30a7543213 update spanish translation
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2159 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-06-18 23:26:18 +00:00
lxnay
9e750c86f9 Entropy/FtpInterface:
- raise FtpError on setCWD()


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2158 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-06-18 12:38:15 +00:00
lxnay
52afbfb38a Entropy/Database Interface:
- fix a possible issue with atomMatch()


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2157 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-06-18 12:31:37 +00:00
lxnay
32012d192f Entropy:
- update TODO
Entropy/Spritz:
- fix attribute call


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2155 cd1c1023-2f26-0410-ae45-c471fc1f0318
0.15.23.5 0.15.23.4 0.15.23.3 0.15.23.2 0.15.23.1 0.15.23
2008-06-16 19:13:56 +00:00
rogerc
314f180bb5 update catalan translation
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2154 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-06-16 17:19:43 +00:00
lxnay
623bc34bc6 Entropy/EAPI3 Repository Services:
- implement database setup lock file, to make client wait a little bit before giving up and switching to EAPI2


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2152 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-06-16 11:11:56 +00:00
lxnay
4a8b814dcb Entropy:
- TODO updated


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2151 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-06-16 11:11:12 +00:00
lxnay
0b0a09be97 Entropy/i18n:
- update translations

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2150 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-06-16 11:10:45 +00:00
lxnay
22ae1a11cf Entropy/i18n:
- update template

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2149 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-06-16 11:10:30 +00:00
lxnay
394e9b2e7f Entropy/EquoInterface:
- avoid flooding in calculate_available_packages()

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2147 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-06-15 18:15:51 +00:00
lxnay
69b8a58c1e Entropy/i18n:
- update i18n
- update Dutch translation

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2146 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-06-15 10:30:08 +00:00
lxnay
ecee2c3db3 Entropy/Equo:
- handle FtpError exceptions
Entropy/Spritz:
- update Dutch translator


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2144 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-06-13 20:36:47 +00:00
lxnay
c32e458a69 Entropy/i18n:
- update NL translation


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2143 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-06-13 20:35:44 +00:00