Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Catch name resolution errors coming from the socket module. | Rob Crittenden | 2008-05-13 | 1 | -0/+4 |
| | | | | 442650 | ||||
* | Add --verbose option so the HTTP headers and XML request/response can be seen. | Rob Crittenden | 2008-04-25 | 1 | -17/+27 |
| | | | | | | | Also re-do the way modules are imported. I was attemping to have ^C handled gracefully but the way I did it could mask other problems. 443987 | ||||
* | Don't define bogus realm/server in configuration file by default | Rob Crittenden | 2008-03-17 | 1 | -0/+3 |
| | | | | | | | Add default exception handler to avoid backtraces in cmdline tools Enhance error message when the IPA server or realm can't be found 437565 | ||||
* | In the UI we don't want to display Edit links unless someone can actually | Rob Crittenden | 2008-02-27 | 1 | -0/+8 |
| | | | | | | | | | | | | edit things. We use the 'editors' group for this. This group itself grants no permission other than displaying certain things in the UI. In order to be in the editors group a user must be a member of a group that is the source group in a delegation. The memberof plugin will do all the hard work to be sure that a user's memberof contains cn=editors if they are in a delegated group. 432874 | ||||
* | - Centralize try/except so the entire program is covered. This make it | Rob Crittenden | 2008-02-27 | 1 | -110/+115 |
| | | | | | | | possible to catch KeyboardInterrupt during the import process. - Add function for handling python differences with GSSError 434798 | ||||
* | Add option to list common attributes for use with --setattr,--addattr,--delattr | Rob Crittenden | 2008-01-31 | 1 | -1/+2 |
| | |||||
* | Handle the --usage option by actually displaying the usage | Rob Crittenden | 2008-01-31 | 1 | -1/+4 |
| | | | | | | Fix some missing options in --usage Remove a few debugging statements Resolves 430704 | ||||
* | Add function to retrieve a short list of attributes to make ipa-adddelegation | Rob Crittenden | 2008-01-04 | 1 | -0/+10 |
| | | | | easier to use. | ||||
* | Add simple UI for command-line programs to be able to select when | Rob Crittenden | 2007-12-10 | 1 | -13/+39 |
| | | | | multiple entries are returned. | ||||
* | If unable to connect to the XML-RPC server print a more useful error msg. | Rob Crittenden | 2007-11-15 | 1 | -2/+6 |
| | |||||
* | Require uniqueness in the name/comment field of delegations | Rob Crittenden | 2007-11-09 | 1 | -0/+19 |
| | | | | | | Fix error reporting in the UI to include the detailed message Sort delegations by name when displaying them Update the name field from "Name" to "Delegation Name" | ||||
* | Command-line delegation tools with man pages | Rob Crittenden | 2007-10-24 | 1 | -0/+114 |