index
:
freeipa.git
30gatepo
4-2-trust-fixes
ad-work
adwork
dns-records
gssapi-delegate
hbactest
hbactester
ipa-2-1
ipautil-refactor
kdc-fixes
master
my-master
network-fixes
oneway-trust
platform
platform-master
systemd-ipa-2-1
systemd-master
test-patches-2-1
testing
testotp
ticket-1259
ticket-1368
ticket-1369
ticket-1369-lite
ticket-1373
ticket-1476
ticket-1549
ticket-hbac-test
trusts-master
views
FreeIPA project
Alexander Bokovoy
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipalib
/
frontend.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix assorted bugs found by pylint
Jakub Hrozek
2011-01-25
1
-1
/
+1
*
Rename INTERNAL to NO_CLI for commands we hide from the cli.
Rob Crittenden
2011-01-21
1
-2
/
+2
*
Add API version and have server reject incompatible clients.
Rob Crittenden
2011-01-14
1
-1
/
+37
*
Display the entries that failed when deleting with --continue.
Rob Crittenden
2011-01-10
1
-4
/
+5
*
Change FreeIPA license to GPLv3+
Jakub Hrozek
2010-12-20
1
-5
/
+5
*
Properly handle multi-valued attributes when using setattr/addattr.
Rob Crittenden
2010-12-10
1
-2
/
+8
*
Normalize and convert default params, too
Jakub Hrozek
2010-12-02
1
-1
/
+1
*
Clarify the description of --raw and -all
Jakub Hrozek
2010-11-08
1
-4
/
+4
*
Return reason for failure when updating group membership fails.
Rob Crittenden
2010-10-28
1
-17
/
+17
*
Use context to decide which name to return on RequirementsErrors
Rob Crittenden
2010-10-28
1
-1
/
+1
*
Disallow RDN change and single-value bypass using setattr/addattr.
Pavel Zuna
2010-10-18
1
-1
/
+1
*
Return non-zero when the number of entries from *-find returned is zero.
Rob Crittenden
2010-10-13
1
-1
/
+3
*
Return non-zero when group membership change fails, no empty fail list.
Rob Crittenden
2010-10-08
1
-0
/
+26
*
Add support for client failover to the ipa command-line.
Rob Crittenden
2010-08-16
1
-0
/
+15
*
Change the behaviour of addattr/setattr parameters.
Adam Young
2010-08-13
1
-6
/
+11
*
Include contents of has_output_params in get_output_params
Rob Crittenden
2010-07-13
1
-0
/
+2
*
Fix output of summary and embedded dictionaries
Rob Crittenden
2010-05-03
1
-3
/
+3
*
Fix output for commands that do not return entries.
Pavel Zuna
2010-03-26
1
-3
/
+24
*
Add INTERNAL flag to frontend plugins. If set, the plugin won't show in UI.
Pavel Zuna
2010-03-22
1
-0
/
+3
*
Include params in Method.output_params
Rob Crittenden
2010-03-19
1
-0
/
+9
*
localize doc strings
John Dennis
2010-03-08
1
-3
/
+3
*
Fix unicode failures in Env tests and dn failures in XML-RPC tests
Rob Crittenden
2010-02-26
1
-1
/
+1
*
Translatable Param.label, Param.doc
Jason Gerard DeRose
2010-02-24
1
-1
/
+1
*
Auto-generate --all and --raw for commands, that return entries.
Pavel Zuna
2010-02-17
1
-7
/
+28
*
Use the Output tuple to determine the order of output
Rob Crittenden
2010-02-15
1
-9
/
+20
*
Add Object.label class attribute, enable in webUI
Jason Gerard DeRose
2010-02-12
1
-0
/
+3
*
Command.output_params not contains params in Command.params
Jason Gerard DeRose
2010-02-11
1
-0
/
+7
*
Remove __public__ and __proxy__ hold-overs from Plugin class
Jason Gerard DeRose
2010-01-28
1
-35
/
+0
*
Take 2: Extensible return values and validation; steps toward a single output...
Jason Gerard DeRose
2009-12-10
1
-20
/
+125
*
Add support for setting/adding arbitrary attributes
Rob Crittenden
2009-11-17
1
-0
/
+45
*
Removed util.add_global_options() and frontend.Application
Jason Gerard DeRose
2009-10-14
1
-41
/
+0
*
Giant webui patch take 2
Jason Gerard DeRose
2009-10-13
1
-0
/
+1
*
Fix: Object.params_minus_pk was invalid when there was no primary_key.
Pavel Zuna
2009-09-09
1
-0
/
+2
*
Removed PluginProxy and all its uses
Jason Gerard DeRose
2009-08-05
1
-6
/
+6
*
Remove use_ldap2 constant.
Pavel Zuna
2009-07-02
1
-15
/
+7
*
Make get_dn parameter list more generic. Fix Attribute name regex.
Pavel Zuna
2009-06-10
1
-3
/
+3
*
Completed Param.use_in_context() functionality, which is now used by Command ...
Jason Gerard DeRose
2009-05-21
1
-71
/
+249
*
Added Param 'include' and 'exclude' kwargs; added frontend.UsesParams base cl...
Jason Gerard DeRose
2009-05-19
1
-1
/
+106
*
Import the RequiresRoot error and make note to replace this at some point
Rob Crittenden
2009-04-24
1
-1
/
+1
*
Rename errors2.py to errors.py. Modify all affected files.
Pavel Zuna
2009-04-23
1
-2
/
+2
*
Add conditional (env.use_ldap2 is True) modifications required by new LDAP ba...
Pavel Zuna
2009-04-22
1
-6
/
+15
*
Add ipalib.frontend.Command method to build an entry from params with attribu...
Pavel Zuna
2009-02-23
1
-0
/
+15
*
Some tweaks in user plugins, ported to new crud base classes
Jason Gerard DeRose
2009-02-03
1
-10
/
+11
*
Got new ldap connection working using Connectible.connect()
Jason Gerard DeRose
2009-02-03
1
-2
/
+2
*
Removed depreciated import of errors in frontend.py
Jason Gerard DeRose
2009-02-03
1
-3
/
+1
*
Added ServiceError (KerberosError) and make rpc.KerbTransport raise it if app...
Jason Gerard DeRose
2009-02-03
1
-1
/
+4
*
Added some missing parameter unit tests; added docstring about Command._repr_...
Jason Gerard DeRose
2009-02-03
1
-3
/
+21
*
More work on xmlrpc stuff, started migrated more code to use errors2 instead ...
Jason Gerard DeRose
2009-02-03
1
-7
/
+15
*
Further migration toward new xmlrcp code; fixed problem with unicode Fault.fa...
Jason Gerard DeRose
2009-02-03
1
-9
/
+11
*
Removed bogus CLI.set_defaults() method that was causing non-required values ...
Jason Gerard DeRose
2009-02-03
1
-0
/
+1
[next]