index
:
gss-proxy.git
allow_s4u2s
alluids
delegate
getenv
impersonate
libsshfixes
master
ntlmssp
review
strerror
tests
usermode
wip
Work on gss-proxy before it lands upstream
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
proxy
Commit message (
Expand
)
Author
Age
Files
Lines
*
Preserve requested flags and lifetime
Simo Sorce
2013-11-19
1
-0
/
+3
*
Change version to 0.3.0
Simo Sorce
2013-10-23
1
-1
/
+1
*
Add impersonation support
Simo Sorce
2013-10-23
4
-55
/
+173
*
Move uid to name resolution in its own function.
Simo Sorce
2013-10-23
1
-6
/
+19
*
Add man page entry for cred_usage
Simo Sorce
2013-10-23
1
-0
/
+9
*
Add man page entry for allow_any_uid
Simo Sorce
2013-10-23
1
-0
/
+14
*
Add option to specify allowed usage.
Simo Sorce
2013-10-18
4
-2
/
+33
*
Allow arbitrary users to connect to a service
Simo Sorce
2013-10-18
22
-70
/
+90
*
docs: Fill in GSSPROXY_BEHAVIOR default setting from configure option.
Günther Deschner
2013-10-18
2
-3
/
+11
*
docs: autogenerate proxymech manpage.
Günther Deschner
2013-10-18
2
-1
/
+2
*
Fix documentation to match reality
Simo Sorce
2013-10-18
1
-4
/
+4
*
Fix LOCAL_FIRST behavior
Simo Sorce
2013-10-18
1
-20
/
+19
*
Fix resource leak in gpm_accept_sec_context().
Günther Deschner
2013-10-15
1
-8
/
+8
*
Use right signedness for creds buffer.
Günther Deschner
2013-08-28
1
-2
/
+2
*
Fix selinux option check
Simo Sorce
2013-08-26
1
-1
/
+1
*
Add service match using SeLinux Context
Simo Sorce
2013-07-02
7
-13
/
+160
*
Coverity fixes.
Simo Sorce
2013-06-27
3
-10
/
+10
*
Further improve debugging, mention servicename, socket and euid.
Günther Deschner
2013-06-24
1
-1
/
+4
*
Properly check socket for connection matching.
Simo Sorce
2013-06-21
1
-3
/
+8
*
Split nfs server and client services
Simo Sorce
2013-06-21
1
-3
/
+8
*
Bump version for 0.2.3 release.
Günther Deschner
2013-06-06
1
-1
/
+1
*
Fix nfsd socket
Simo Sorce
2013-06-06
1
-0
/
+1
*
Add Requires: libini_config >= 1.0.0.1 to the rpm spec file.
Günther Deschner
2013-06-06
1
-0
/
+2
*
Use verbose ding-libs error reporting when config parsing failed.
Günther Deschner
2013-06-05
1
-1
/
+9
*
Require libverto-tevent to make sure libverto initialization succeeds
Günther Deschner
2013-06-03
1
-0
/
+1
*
gssproxy: report an error message on event loop failure.
Günther Deschner
2013-06-03
1
-0
/
+2
*
systemd: add require for the nfs kernel modules.
Günther Deschner
2013-06-03
1
-0
/
+1
*
systemd: Make sure we start before nfs-secure services.
Günther Deschner
2013-05-29
1
-0
/
+1
*
Add "make test_proxymech" to provided specfile.
Günther Deschner
2013-05-22
1
-0
/
+1
*
Fix realloc size in gp_get_cred_environment().
Günther Deschner
2013-05-22
1
-2
/
+3
*
Make sure dlopen.sh is part of the tarball
Günther Deschner
2013-05-22
1
-1
/
+1
*
Bump version for 0.2.2 release.
Günther Deschner
2013-05-22
1
-1
/
+1
*
Fix documentation of "mechs" parameter in gssproxy.conf(5).
Günther Deschner
2013-05-16
1
-3
/
+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
2
-3
/
+6
*
Neutralize gssi_export_name.
Simo Sorce
2013-05-16
1
-22
/
+2
*
Add dlopen script to check for unresolved symbols.
Günther Deschner
2013-05-15
2
-0
/
+82
*
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
2
-3
/
+3
*
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
3
-5
/
+32
*
Bump version for 0.2.1 release.
Günther Deschner
2013-05-07
1
-1
/
+1
*
Add --with-gpstate-path=PATH configure switch.
Günther Deschner
2013-05-06
4
-4
/
+22
*
Make sure non-root users can access gpstatedir.
Günther Deschner
2013-04-26
1
-1
/
+1
[next]