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
/
rpc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow overriding NSS database path in RPCClient.
Jan Cholasta
2014-07-30
1
-2
/
+5
*
ipaplatform: Move all filesystem paths to ipaplatform.paths module
Tomas Babej
2014-06-16
1
-1
/
+2
*
dns_name_values capability added
Martin Basti
2014-06-03
1
-3
/
+20
*
ipalib: Add DateTime parameter
Tomas Babej
2014-05-05
1
-3
/
+24
*
Support API version-specific RPC marshalling.
Jan Cholasta
2014-04-18
1
-10
/
+14
*
ipa tool: Print the name of the server we are connecting to with -v
Petr Viktorin
2014-02-05
1
-3
/
+3
*
Switch client to JSON-RPC
Petr Viktorin
2013-11-26
1
-34
/
+235
*
Fix invalid assumption NSS initialization check in SSLTransport
Petr Viktorin
2013-10-30
1
-1
/
+3
*
Enable running API commands in ipa-advise plugins
Ana Krivokapic
2013-08-07
1
-2
/
+2
*
Remove redundant u'' character
Martin Kosek
2013-06-06
1
-1
/
+1
*
Log info on failure to connect
Simo Sorce
2012-12-19
1
-0
/
+2
*
Compliant client side session cookie behavior
John Dennis
2012-12-10
1
-58
/
+222
*
Close connection after each request, avoid NSS shutdown problem.
Rob Crittenden
2012-10-24
1
-5
/
+24
*
Clear kernel keyring in client installer, save dbdir on new connections
Rob Crittenden
2012-10-03
1
-0
/
+15
*
Transfer long numbers over XMLRPC
Martin Kosek
2012-09-06
1
-2
/
+5
*
Internationalization for public errors
Petr Viktorin
2012-09-03
1
-1
/
+3
*
Use DN objects instead of strings
John Dennis
2012-08-12
1
-1
/
+4
*
Support per-principal sessions and handle session update failures
Rob Crittenden
2012-07-18
1
-11
/
+23
*
Store session cookie in ccache for cli users
Rob Crittenden
2012-06-14
1
-11
/
+74
*
Replace DNS client based on acutil with python-dns
Martin Kosek
2012-05-24
1
-6
/
+15
*
Don't set dbdir in the connection until after the connection is created.
Rob Crittenden
2012-03-13
1
-5
/
+7
*
Do kinit in client before connecting to backend
Rob Crittenden
2012-03-04
1
-4
/
+27
*
Don't set delegation flag in client, we're using S4U2Proxy now
Rob Crittenden
2012-02-15
1
-7
/
+17
*
add session manager and cache krb auth
John Dennis
2012-02-09
1
-8
/
+2
*
Replace float with Decimal
Martin Kosek
2012-01-20
1
-0
/
+4
*
Require an HTTP Referer header in the server. Send one in ipa tools.
Rob Crittenden
2011-12-12
1
-0
/
+3
*
Add a function for formatting network locations of the form host:port for use...
Jan Cholasta
2011-10-05
1
-2
/
+2
*
Fix /usr/bin/ipa dupled server list
Martin Kosek
2011-09-22
1
-1
/
+9
*
Test for forwarded Kerberos credentials cache in wsgi code.
Rob Crittenden
2011-05-18
1
-1
/
+13
*
Fallback to default locale (en_US) if env. setting is corrupt.
Pavel Zuna
2011-03-01
1
-1
/
+5
*
Send Accept-Language header over XML-RPC and translate on server.
Pavel Zuna
2011-03-01
1
-3
/
+30
*
Set the default Int maxvalue to the maximum XML-RPC can handle.
Rob Crittenden
2011-01-18
1
-1
/
+3
*
Change FreeIPA license to GPLv3+
Jakub Hrozek
2010-12-20
1
-5
/
+5
*
Handle regular socket errors gracefully in ipa command
Rob Crittenden
2010-10-15
1
-0
/
+3
*
Changes to fix compatibility with Fedora 14
Rob Crittenden
2010-08-31
1
-3
/
+11
*
Add support for client failover to the ipa command-line.
Rob Crittenden
2010-08-16
1
-13
/
+73
*
use NSS for SSL operations
John Dennis
2010-06-15
1
-126
/
+7
*
Connect the -v cli argument to the verbose flag in xmlrpclib
Rob Crittenden
2010-06-03
1
-2
/
+2
*
XML-RPC signature change
Jason Gerard DeRose
2010-03-30
1
-1
/
+1
*
Explicitly set verbosity off in the XML-RPC client
Rob Crittenden
2009-09-14
1
-0
/
+1
*
Catch and handle HTTP exceptions (like 401, 404, etc)
Rob Crittenden
2009-07-15
1
-1
/
+3
*
Add a local implementation of httplib.SSLFile and httplib.FakeSocket
rcrit
2009-07-01
1
-2
/
+9
*
Rename errors2.py to errors.py. Modify all affected files.
Pavel Zuna
2009-04-23
1
-9
/
+9
*
Handle GSSAPI exceptions more gracefully
Rob Crittenden
2009-04-20
1
-6
/
+28
*
Use OpenSSL for SSL instead of the built-in python version.
Rob Crittenden
2009-02-20
1
-3
/
+127
*
Get merged tree into an installalble state.
Rob Crittenden
2009-02-03
1
-1
/
+4
*
Finished small tweaks to get new ipaserver.xmlrpc() mod_python handler working
Jason Gerard DeRose
2009-02-03
1
-0
/
+2
*
Fixed bug I introduced in KerbTransport; started work on lite-xmlrpc.py to ad...
Jason Gerard DeRose
2009-02-03
1
-2
/
+2
*
Got new ldap connection working using Connectible.connect()
Jason Gerard DeRose
2009-02-03
1
-5
/
+5
*
Ported xmlclient to subclass from Connectible
Jason Gerard DeRose
2009-02-03
1
-22
/
+7
[next]