| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | updated CHANGES regarding ldapusers changes | Bogdano Arendartchuk | 2007-06-18 | 1 | -0/+1 |
| * | ldapusers plugin: ldap-starttls + ldap-uri configuration options | Bogdano Arendartchuk | 2007-06-18 | 2 | -13/+47 |
| * | Perform less svn operations in getsrpm and rpmlog | Bogdano Arendartchuk | 2007-06-17 | 3 | -37/+44 |
| * | As requested by mrl, don't relocate back to mirror after commit | Bogdano Arendartchuk | 2007-06-16 | 2 | -10/+9 |
| * | prepare for cheetah-2 | Bogdano Arendartchuk | 2007-06-16 | 2 | -3/+3 |
| * | We don't use repsys.macros anymore | Bogdano Arendartchuk | 2007-06-16 | 1 | -2/+0 |
| * | added missing entries in CHANGES: rpm-4.4.8, "co", and python2.4 fix | Bogdano Arendartchuk | 2007-06-16 | 1 | -0/+3 |
| * | Fixed sync to different behavior of parseSpec in rpm-4.8.8 | Bogdano Arendartchuk | 2007-06-12 | 1 | -0/+1 |
| * | Don't use mirror in 'co' when the user provides one URL | Bogdano Arendartchuk | 2007-06-12 | 2 | -3/+8 |
| * | Added FIXME to strange putsrpm behavior | Bogdano Arendartchuk | 2007-06-12 | 1 | -0/+2 |
| * | updated CHANGES regarding compatibility with cheetah-2 and epoch in | Bogdano Arendartchuk | 2007-06-12 | 1 | -0/+2 |
| * | Don't force "/" at the end of URLs | Bogdano Arendartchuk | 2007-06-12 | 1 | -2/+1 |
| * | - use correct revision number for last commit | Anssi Hannula | 2007-06-07 | 1 | -2/+2 |
| * | Import "Error" before use it | Bogdano Arendartchuk | 2007-06-06 | 1 | -1/+1 |
| * | Updated changes about previous fixes in mirror support | Bogdano Arendartchuk | 2007-06-05 | 1 | -0/+2 |
| * | Improved (and fixed) the support to mirrors and "switch" subcommand | Bogdano Arendartchuk | 2007-06-05 | 5 | -9/+131 |
| * | FIXME possible bugs in get_srpm related to revision numbers. | Bogdano Arendartchuk | 2007-06-04 | 1 | -0/+4 |
| * | - updated CHANGES | Andreas Hasenack | 2007-05-18 | 1 | -0/+3 |
| * | - load plugins in standalone create-srpm script as well | Andreas Hasenack | 2007-05-18 | 1 | -1/+2 |
| * | - use sample [users] entry, drop mandriva ones | Andreas Hasenack | 2007-05-18 | 1 | -8/+1 |
| * | Added TODO.LDAP | Bogdano Arendartchuk | 2007-05-10 | 1 | -0/+4 |
| * | Version 1.6.18 | Bogdano Arendartchuk | 2007-05-09 | 1 | -1/+1 |
| * | Fixed use of __import__ incompatible with python2.4. | Bogdano Arendartchuk | 2007-05-09 | 1 | -4/+4 |
| * | Reverted previous change in r219469 (r25). Plugins were not being | Bogdano Arendartchuk | 2007-05-09 | 1 | -1/+5 |
| * | Show epoch of the release in changelog, even when it has not been | Bogdano Arendartchuk | 2007-05-08 | 1 | -3/+9 |
| * | Make issue an clearer error when python-cheetah is not installed. Closes | Bogdano Arendartchuk | 2007-05-08 | 1 | -1/+4 |
| * | Version 1.6.17V1_6_17 | Bogdano Arendartchuk | 2007-05-04 | 1 | -1/+1 |
| * | Updated CHANGES to v1.6.16 and v1.6.17 | Bogdano Arendartchuk | 2007-05-04 | 1 | -0/+18 |
| * | Run svn.info before svn.status in order to check if we're in a working | Bogdano Arendartchuk | 2007-05-04 | 1 | -0/+3 |
| * | Use basename of source entries, they may be URLs (and flags don't make | Bogdano Arendartchuk | 2007-05-04 | 1 | -1/+2 |
| * | Escape values used in LDAP search filters using ldap.filter. | Bogdano Arendartchuk | 2007-05-04 | 1 | -1/+3 |
| * | Unbind the ldapobject after searching. | Bogdano Arendartchuk | 2007-05-04 | 1 | -17/+19 |
| * | Handle plugin initialization exceptions | Bogdano Arendartchuk | 2007-05-04 | 1 | -1/+1 |
| * | The option ldap-port was not being converted to integer. Fixed. | Bogdano Arendartchuk | 2007-05-04 | 1 | -1/+5 |
| * | Added README.LDAP to MANIFEST.in | Bogdano Arendartchuk | 2007-05-03 | 1 | -0/+1 |
| * | Added one cheap copy of the sync subcommand from mdvsys. | Bogdano Arendartchuk | 2007-05-03 | 7 | -3/+89 |
| * | Updated README.LDAP to recent changes in configuration options | Bogdano Arendartchuk | 2007-05-03 | 1 | -12/+13 |
| * | As noted by Andreas, LDAP search results can have only the needed | Bogdano Arendartchuk | 2007-05-03 | 1 | -1/+15 |
| * | Changed the configuration field ldap-format to ldap-resultformat, more | Bogdano Arendartchuk | 2007-05-03 | 1 | -3/+3 |
| * | Changed the interpolation method. Now variable are defined with $name. not | Bogdano Arendartchuk | 2007-05-03 | 1 | -15/+20 |
| * | Fixed the option "ldap-port", which was not being used. | Bogdano Arendartchuk | 2007-05-03 | 1 | -2/+2 |
| * | As requested by Andreas, handle LDAP exceptions and provide better error | Bogdano Arendartchuk | 2007-05-03 | 1 | -13/+30 |
| * | Warn when python-ldap is not installed and the user is really trying to use | Bogdano Arendartchuk | 2007-05-03 | 1 | -3/+5 |
| * | - better emptylog message | Andreas Hasenack | 2007-05-03 | 1 | -1/+1 |
| * | - added readme file for ldap support | Andreas Hasenack | 2007-05-03 | 1 | -0/+51 |
| * | Added initial support to mirrors, as requested by mrl. | Bogdano Arendartchuk | 2007-05-02 | 6 | -0/+116 |
| * | Yet another typo: "options IN the [global] section"V1_6_16 | Bogdano Arendartchuk | 2007-05-02 | 1 | -1/+1 |
| * | Added reference to the [global] section in the help of ldapusers plugin. | Bogdano Arendartchuk | 2007-05-02 | 1 | -1/+1 |
| * | Typo "--help-plugin" | Bogdano Arendartchuk | 2007-05-02 | 1 | -1/+1 |
| * | Added plugins directory to setup.py and MANIFEST.in | Bogdano Arendartchuk | 2007-05-02 | 2 | -1/+3 |