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
*
use Connectible.disconnect() instead of .destroy_connection()
Petr Vobornik
2015-05-07
1
-2
/
+2
*
Adopted kinit_keytab and kinit_password for kerberos auth
Martin Babinsky
2015-04-20
1
-26
/
+22
*
Use mod_auth_gssapi instead of mod_auth_kerb.
David Kupka
2015-03-30
1
-1
/
+1
*
Print PublicError traceback when in debug mode
Martin Kosek
2015-01-22
1
-0
/
+3
*
Fix login password expiration detection with OTP
Nathaniel McCallum
2014-07-21
1
-31
/
+9
*
Add /session/token_sync POST support
Nathaniel McCallum
2014-06-26
1
-3
/
+107
*
rpcserver: fix local vs utc time comparison
Petr Vobornik
2014-06-26
1
-1
/
+1
*
rpcserver: add otp support to change_password handler
Petr Vobornik
2014-06-26
1
-4
/
+7
*
ipaplatform: Move all filesystem paths to ipaplatform.paths module
Tomas Babej
2014-06-16
1
-4
/
+5
*
rpcserver: login_password datetime fix in expiration check
Petr Vobornik
2014-05-26
1
-8
/
+2
*
Support API version-specific RPC marshalling.
Jan Cholasta
2014-04-18
1
-8
/
+13
*
Support OTP in form based auth
Petr Vobornik
2014-03-12
1
-6
/
+32
*
Implement XML introspection
Petr Viktorin
2014-01-14
1
-6
/
+51
*
rpcserver: Consolidate __call__ in xmlclient and jsonclient_kerb
Petr Viktorin
2013-12-10
1
-54
/
+34
*
Convert remaining backend code to LDAPEntry API.
Jan Cholasta
2013-12-16
1
-1
/
+1
*
Add server/protocol type to rpcserver logs
Petr Viktorin
2013-11-26
1
-4
/
+17
*
Make jsonserver_kerb start a cookie-based session
Petr Viktorin
2013-11-26
1
-1
/
+10
*
Switch client to JSON-RPC
Petr Viktorin
2013-11-26
1
-102
/
+11
*
Show human-readable error name in error dialog title
Petr Vobornik
2013-08-26
1
-1
/
+1
*
Return the correct Content-type on negotiated XML-RPC requests.
Rob Crittenden
2013-07-15
1
-2
/
+2
*
Add client capabilities, enable messages
Petr Viktorin
2013-02-21
1
-1
/
+6
*
Drop ipapython.compat.
Jan Cholasta
2013-02-01
1
-3
/
+2
*
Compliant client side session cookie behavior
John Dennis
2012-12-10
1
-2
/
+4
*
Add detection for users from trusted/invalid realms
Tomas Babej
2012-12-06
1
-2
/
+35
*
Internationalization for public errors
Petr Viktorin
2012-09-03
1
-21
/
+17
*
Use DN objects instead of strings
John Dennis
2012-08-12
1
-24
/
+10
*
Store session cookie in ccache for cli users
Rob Crittenden
2012-06-14
1
-66
/
+164
*
Password change capability for form-based auth
Martin Kosek
2012-06-11
1
-1
/
+107
*
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
[next]