index
:
freeipa.git
WIP
abbra
certauth
ipa-3-3
master
replace_private_samba_calls
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipalib
/
backend.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove duplicated except
Martin Basti
2016-02-25
1
-5
/
+0
*
raise more descriptive Backend connection-related exceptions
Martin Babinsky
2015-12-21
1
-6
/
+14
*
Replace StandardError with Exception
Robert Kuska
2015-09-30
1
-3
/
+3
*
Use absolute imports
Petr Viktorin
2015-08-12
1
-3
/
+4
*
Modernize 'except' clauses
Petr Viktorin
2015-08-12
1
-3
/
+3
*
plugable: Pass API to plugins on initialization rather than using set_api
Jan Cholasta
2015-07-01
1
-2
/
+2
*
plugable: Move plugin base class and override logic to API
Jan Cholasta
2015-07-01
1
-3
/
+0
*
Fix ldap2 shared connection
Martin Basti
2015-04-02
1
-1
/
+1
*
ipalib: Allow multiple API instances
Jan Cholasta
2015-03-05
1
-0
/
+3
*
JSON client: Log pretty-printed request and response with -vv or above
Petr Viktorin
2014-09-24
1
-1
/
+1
*
Switch client to JSON-RPC
Petr Viktorin
2013-11-26
1
-1
/
+1
*
Add CLI parsing tests
Petr Viktorin
2012-03-28
1
-1
/
+0
*
Tweak the session auth to reflect developer consensus.
John Dennis
2012-02-27
1
-0
/
+5
*
Don't set delegation flag in client, we're using S4U2Proxy now
Rob Crittenden
2012-02-15
1
-1
/
+1
*
Fix lint false positives.
Jan Cholasta
2011-04-13
1
-1
/
+1
*
Add default success/failure output logging.
Rob Crittenden
2011-02-14
1
-2
/
+2
*
Change FreeIPA license to GPLv3+
Jakub Hrozek
2010-12-20
1
-5
/
+5
*
Add support for client failover to the ipa command-line.
Rob Crittenden
2010-08-16
1
-1
/
+2
*
Connect the -v cli argument to the verbose flag in xmlrpclib
Rob Crittenden
2010-06-03
1
-1
/
+1
*
Remove __public__ and __proxy__ hold-overs from Plugin class
Jason Gerard DeRose
2010-01-28
1
-2
/
+0
*
Allow creation of new connections by unshared instances of backend.Connectible.
Pavel Zuna
2010-01-11
1
-13
/
+21
*
Add fail-safe so any kind of exception is handled in XML-RPC server.
Rob Crittenden
2009-11-18
1
-0
/
+5
*
First pass at enforcing certificates be requested from same host
Rob Crittenden
2009-10-21
1
-0
/
+5
*
Fix three broken unit tests
Jason Gerard DeRose
2009-08-04
1
-0
/
+1
*
Add textui function to display and prompt user for selection for *-find.
Rob Crittenden
2009-07-10
1
-1
/
+3
*
Always use new LDAP backend when creating context.
Pavel Zuna
2009-07-02
1
-4
/
+1
*
Rename errors2.py to errors.py. Modify all affected files.
Pavel Zuna
2009-04-23
1
-1
/
+1
*
Add conditional (env.use_ldap2 is True) modifications required by new LDAP ba...
Pavel Zuna
2009-04-22
1
-1
/
+4
*
Fixed Executioner.execute() so that its 'name' argument doesn't conflict with...
Jason Gerard DeRose
2009-03-13
1
-4
/
+4
*
Got new ldap connection working using Connectible.connect()
Jason Gerard DeRose
2009-02-03
1
-2
/
+2
*
Started reworking CLI class into cli plugin
Jason Gerard DeRose
2009-02-03
1
-0
/
+7
*
Added docstring to Connectible class
Jason Gerard DeRose
2009-02-03
1
-0
/
+8
*
Ported xmlclient to subclass from Connectible
Jason Gerard DeRose
2009-02-03
1
-10
/
+20
*
Removed the depreciated Context and LazyContext classes
Jason Gerard DeRose
2009-02-03
1
-14
/
+0
*
Added stuff for managing connections and new Executioner backend base class
Jason Gerard DeRose
2009-02-03
1
-1
/
+67
*
Did some initial work for Context plugins
Jason Gerard DeRose
2008-10-30
1
-0
/
+14
*
320: plugable.API now respects the Plugin.__proxy__ flag; added test for plug...
Jason Gerard DeRose
2008-09-24
1
-1
/
+5
*
319: Added new backend and tests.test_backend modules; added place-holder Bac...
Jason Gerard DeRose
2008-09-24
1
-0
/
+27