index
:
gss-proxy.git
gp_ring_buffer
impersonate
master
master-cred_store_config
master-crypto-calls
master-dinglibs
master-docs
master-env
master-erroroutput
master-fixes2
master-fixes3
master-impersonation
master-interposer-config
master-interposetest
master-libndr
master-mechglue-wip
master-mit-1.11
master-ndr
master-specfile
master-strerror
master-wip
my-daemon
packaging
simo-my-daemon
gssproxy wip repository
Günther Deschner
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
proxy
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use verbose ding-libs error reporting when config parsing failed.
Günther Deschner
2013-06-05
1
-1
/
+9
*
gssproxy: report an error message on event loop failure.
Günther Deschner
2013-06-03
1
-0
/
+2
*
Fix realloc size in gp_get_cred_environment().
Günther Deschner
2013-05-22
1
-2
/
+3
*
Overwrite existing GSS_USE_PROXY variable in the server.
Günther Deschner
2013-05-16
1
-1
/
+1
*
Fix socket error handling.
Simo Sorce
2013-05-16
1
-44
/
+30
*
Fix secondary socket detection at runtime.
Simo Sorce
2013-05-16
1
-1
/
+1
*
Disable gss_export_name_composite() for now.
Günther Deschner
2013-05-16
1
-1
/
+3
*
Neutralize gssi_export_name.
Simo Sorce
2013-05-16
1
-22
/
+2
*
Fix two memleaks in the configuration code.
Günther Deschner
2013-05-15
1
-1
/
+2
*
Don't forget to free gp_ini_context struct in load_config().
Günther Deschner
2013-05-15
1
-0
/
+1
*
Use counter when freeing cred_store configuration.
Günther Deschner
2013-05-15
1
-4
/
+11
*
Fix typo in gssi_import_name_by_mech().
Günther Deschner
2013-05-15
1
-2
/
+2
*
Fix reallocation in gp_dinglibs_get_string_array().
Günther Deschner
2013-05-15
1
-1
/
+1
*
Fix unresolved symbol gp_boolean_is_true() in mechglue plugin.
Günther Deschner
2013-05-15
1
-1
/
+0
*
Make error message in read_config() more precise, we fail in that case.
Günther Deschner
2013-05-15
1
-1
/
+1
*
Add --with-gpp-default-behavior configure switch.
Günther Deschner
2013-05-15
1
-4
/
+5
*
Use gp_boolean_is_true from interposer plugin's GSS_USE_PROXY check.
Günther Deschner
2013-04-26
1
-1
/
+2
*
Make gp_boolean_is_true non-static.
Günther Deschner
2013-04-26
3
-12
/
+13
*
Rename option_is_set to gp_boolean_is_true.
Günther Deschner
2013-04-26
1
-4
/
+4
*
Use const string in config functions
Simo Sorce
2013-04-23
5
-19
/
+19
*
Make config functions return actual error codes.
Simo Sorce
2013-04-23
3
-27
/
+43
*
Convert gp_config_get_* to return an error.
Günther Deschner
2013-04-23
6
-103
/
+204
*
Add support for per-service sockets
Simo Sorce
2013-04-23
8
-18
/
+124
*
Treat credential store as opaquely as possible.
Simo Sorce
2013-04-23
2
-69
/
+95
*
Use mutivalued "cred_store" parameter, deprecate unused parameters.
Günther Deschner
2013-04-23
2
-27
/
+36
*
Add gp_config_get_string_array() and an implementation in dinglibs backend.
Günther Deschner
2013-04-23
4
-0
/
+104
*
Fix potential double-frees in load_services().
Günther Deschner
2013-04-23
1
-6
/
+5
*
Fix memory leak in gp_service_free().
Günther Deschner
2013-04-11
1
-0
/
+1
*
Special case client_keytab for root user
Simo Sorce
2013-04-10
1
-2
/
+7
*
Use new GSSAPI Credential Store API
Simo Sorce
2013-04-10
1
-49
/
+22
*
Add generic function to get creds defaults
Simo Sorce
2013-04-10
1
-21
/
+58
*
Move string formatting in a separate function
Simo Sorce
2013-04-10
1
-57
/
+66
*
Carefully process desired name based on service
Simo Sorce
2013-04-10
3
-39
/
+36
*
Add krb5_client_keytab config option
Simo Sorce
2013-04-10
2
-0
/
+9
*
Import names as remote name by default.
Simo Sorce
2013-04-10
1
-14
/
+21
*
Prefer ini_config library support over iniparser support.
Günther Deschner
2013-04-08
3
-8
/
+4
*
Add dinglibs ini configuration detection and backend.
Günther Deschner
2013-04-08
3
-0
/
+284
*
Abstract configuration layer for gssproxy.
Günther Deschner
2013-04-08
4
-57
/
+321
*
Add missing newlines to GPDEBUG statements.
Günther Deschner
2013-04-08
1
-7
/
+7
*
Remove unused variables
Simo Sorce
2013-04-03
2
-4
/
+0
*
Fix use of unintialized variable
Simo Sorce
2013-04-03
1
-1
/
+1
*
Fix a few more resource leaks
Simo Sorce
2013-04-03
2
-2
/
+3
*
Use send() in client library to avoid SIGPIPE
Simo Sorce
2013-04-03
1
-2
/
+2
*
Fix dereference after null checks found by Coverity
Simo Sorce
2013-04-03
4
-6
/
+13
*
Fix missing break statement found by Coverity
Simo Sorce
2013-04-03
1
-0
/
+2
*
Fix infinite loop due to bad sign of variable
Simo Sorce
2013-04-03
1
-1
/
+1
*
Fix resource leaks found by Coverity
Simo Sorce
2013-04-03
12
-37
/
+61
*
Fix reporting of wrong error codes
Simo Sorce
2013-04-03
2
-0
/
+6
*
Fix dereference before null error fund by Coverity
Simo Sorce
2013-04-03
1
-1
/
+3
*
Fix uninizialized variables found by Coverity
Simo Sorce
2013-04-03
3
-14
/
+13
[next]