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
/
ipaserver
/
rpcserver.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove duplicate and unused utility code
Petr Viktorin
2012-05-09
1
-1
/
+1
*
Return consistent expiration message for forms-based login
Rob Crittenden
2012-04-16
1
-2
/
+39
*
Fix WSGI error handling
Rob Crittenden
2012-03-02
1
-6
/
+12
*
subclass HTTP_Status from plugable.Plugin, fix not_found tests
Rob Crittenden
2012-02-29
1
-1
/
+2
*
Fixed content type check in login_password
Petr Vobornik
2012-02-28
1
-1
/
+1
*
Log a message when returning non-success HTTP result
John Dennis
2012-02-28
1
-53
/
+66
*
Implement password based session login
John Dennis
2012-02-27
1
-58
/
+200
*
Implement session activity timeout
John Dennis
2012-02-27
1
-25
/
+71
*
Tweak the session auth to reflect developer consensus.
John Dennis
2012-02-27
1
-92
/
+161
*
Catch public exceptions when creating the LDAP context in WSGI.
Rob Crittenden
2012-02-24
1
-1
/
+7
*
Move the compat module from ipalib to ipapython.
Jan Cholasta
2012-02-13
1
-1
/
+1
*
add session manager and cache krb auth
John Dennis
2012-02-09
1
-6
/
+166
*
Replace float with Decimal
Martin Kosek
2012-01-20
1
-0
/
+3
*
Reload UI on server upgrade.
Endi Sukma Dewata
2011-12-21
1
-0
/
+2
*
Reload UI when the user changes.
Endi Sukma Dewata
2011-12-21
1
-0
/
+1
*
Require an HTTP Referer header in the server. Send one in ipa tools.
Rob Crittenden
2011-12-12
1
-1
/
+6
*
Finalize plugin initialization on demand.
Jan Cholasta
2011-11-22
1
-6
/
+6
*
Fix dnszone-add name_from_ip server validation
Martin Kosek
2011-10-11
1
-1
/
+8
*
Log each command in a batch separately.
Rob Crittenden
2011-08-19
1
-1
/
+6
*
Don't let a JSON error get lost in cascading errors.
Rob Crittenden
2011-06-15
1
-5
/
+6
*
Test for forwarded Kerberos credentials cache in wsgi code.
Rob Crittenden
2011-05-18
1
-1
/
+3
*
Fix uninitialized attributes.
Jan Cholasta
2011-04-21
1
-0
/
+1
*
Send Accept-Language header over XML-RPC and translate on server.
Pavel Zuna
2011-03-01
1
-4
/
+10
*
Add default success/failure output logging.
Rob Crittenden
2011-02-14
1
-4
/
+9
*
Convert json strings to unicode when they are unmarshalled.
Rob Crittenden
2011-02-11
1
-2
/
+11
*
Don't include error.kw in the error response in the JSON server.
Rob Crittenden
2011-02-11
1
-1
/
+0
*
Change FreeIPA license to GPLv3+
Jakub Hrozek
2010-12-20
1
-5
/
+5
*
language as a list
Adam Young
2010-09-21
1
-1
/
+3
*
I18N of RPC
Adam Young
2010-09-20
1
-1
/
+6
*
Use the certificate subject base in IPA when requesting certs in certmonger.
Rob Crittenden
2010-04-23
1
-1
/
+2
*
XML-RPC signature change
Jason Gerard DeRose
2010-03-30
1
-4
/
+3
*
Log some information on the result of a request
Rob Crittenden
2010-03-30
1
-0
/
+2
*
Fix JSON binary encode and decode errors
John Dennis
2010-03-04
1
-2
/
+99
*
Consolidate to single WSGI entry point
Jason Gerard DeRose
2010-03-01
1
-32
/
+117
*
Enabled CRUDS in webUI using wehjit 0.2.0
Jason Gerard DeRose
2010-01-26
1
-0
/
+1
*
Remove some left-over debugging statements
Rob Crittenden
2009-12-16
1
-3
/
+0
*
Take 2: Extensible return values and validation; steps toward a single output...
Jason Gerard DeRose
2009-12-10
1
-1
/
+4
*
Add mod_python adapter and some UI tuning
Jason Gerard DeRose
2009-10-27
1
-0
/
+5
*
First pass at enforcing certificates be requested from same host
Rob Crittenden
2009-10-21
1
-2
/
+2
*
Fixed compatability break in rpcserver.py
Jason Gerard DeRose
2009-10-17
1
-2
/
+2
*
Fixed 'import json' for simplejson compatability
Jason Gerard DeRose
2009-10-16
1
-1
/
+1
*
parse_qs is in cgi on Python < 2.6, use that instead
Rob Crittenden
2009-10-16
1
-1
/
+1
*
Fixed try/except/finally for Python 2.4 compatability
Jason Gerard DeRose
2009-10-15
1
-19
/
+20
*
Giant webui patch take 2
Jason Gerard DeRose
2009-10-13
1
-2
/
+191
*
Rename errors2.py to errors.py. Modify all affected files.
Pavel Zuna
2009-04-23
1
-1
/
+1
*
Finished small tweaks to get new ipaserver.xmlrpc() mod_python handler working
Jason Gerard DeRose
2009-02-03
1
-5
/
+5
*
Started work on a much simplified mod_python server
Jason Gerard DeRose
2009-02-03
1
-3
/
+23
*
Got new ldap connection working using Connectible.connect()
Jason Gerard DeRose
2009-02-03
1
-1
/
+2
*
Ported xmlserver to subclass from Executioner
Jason Gerard DeRose
2009-02-03
1
-22
/
+8
*
Removed depreciated import of errors in frontend.py
Jason Gerard DeRose
2009-02-03
1
-1
/
+3
[next]