index
:
nfs-utils.git
fixrootccache
gss-fixes
gss-proxy-mods
master
NFS utils related patches
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
utils
/
gssd
/
gssd_proc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gssd: Duplicate the upcall string for error messages
Frank Sorenson
2017-02-15
1
-4
/
+13
*
gssd: replace non-thread-safe strtok with strsep
Frank Sorenson
2017-02-15
1
-1
/
+2
*
gssd: no longer needed pid logic
Olga Kornievskaia
2016-05-14
1
-6
/
+1
*
gssd: move read of upcall into main thread
Olga Kornievskaia
2016-05-14
1
-52
/
+21
*
gssd: always call gss_krb5_ccache_name
Olga Kornievskaia
2016-04-29
1
-1
/
+9
*
gssd: using syscalls directly to change thread's identity
Olga Kornievskaia
2016-04-29
1
-10
/
+9
*
gssd: use pthreads to handle upcalls
Olga Kornievskaia
2016-04-29
1
-31
/
+20
*
gssd: Corrected some types in the debugging code
Steve Dickson
2016-03-08
1
-2
/
+2
*
krb5_use_machine_creds: Fixed the format of some debugging messages
Steve Dickson
2016-03-07
1
-6
/
+7
*
gssd: reworked second level of debugging
Steve Dickson
2015-11-16
1
-3
/
+3
*
gssd: log all fatal errors
Steve Dickson
2015-11-16
1
-1
/
+1
*
gssd: reworked first level of debugging
Steve Dickson
2015-11-16
1
-15
/
+9
*
gssd: Make TCP the default protocol for GSSD connections.
Chuck Lever
2015-11-02
1
-9
/
+2
*
GSSD only fork when uid is not zero
Andy Adamson
2015-09-23
1
-24
/
+38
*
GSSD: move process_krb5_updcall non machine cred case to helper function
Andy Adamson
2015-09-23
1
-27
/
+50
*
GSSD: move process_krb5_upcall machine cred case to helper function
Andy Adamson
2015-09-23
1
-45
/
+65
*
Revert "rpc.gssd: Replace exit(0) by return in process_krb5_upcall"
Steve Dickson
2015-09-08
1
-1
/
+1
*
rpc.gssd: Replace exit(0) by return in process_krb5_upcall
Andy Adamson
2015-08-24
1
-1
/
+1
*
gssd - simplify handle_gssd_upcall
David Hardeman
2015-01-23
1
-68
/
+38
*
gssd - improve inotify
David Hardeman
2015-01-23
1
-0
/
+1
*
gssd - use more relative paths
David Hardeman
2015-01-23
1
-2
/
+2
*
gssd - move over pipfs scanning code
David Hardeman
2015-01-23
1
-543
/
+0
*
gssd: talk to kernel using file descriptors instead of FILE
Timo Teräs
2014-12-07
1
-3
/
+6
*
gssd: configurable connection timeout for the rpcgssd service
Rinku Kothiya
2014-07-25
1
-1
/
+5
*
gssd: Fixed errno typo in get_servername()
Steve Dickson
2014-07-25
1
-1
/
+1
*
gssd: Fix allocated buffer size for the scraped acceptor name in do_downcall
Veli-Matti Lintu
2014-06-01
1
-1
/
+1
*
gssd: scrape the acceptor name out of the context
Jeff Layton
2014-04-30
1
-10
/
+27
*
gssd: explicitly set lifetime_rec to 0 when gss_inquire_context fails
Jeff Layton
2014-04-30
1
-3
/
+4
*
gssd: make do_downcall a void return
Jeff Layton
2014-04-30
1
-3
/
+3
*
gssd: handle malloc failure appropriately in do_downcall
Jeff Layton
2014-04-30
1
-2
/
+5
*
gssd: Remove unused arguments
Simo Sorce
2014-01-20
1
-1
/
+1
*
gssd: don't let spurious signals interrupt the wait after forking
Jeff Layton
2013-11-20
1
-1
/
+4
*
gssd: Fix file descriptor leak of old pipe dirs
Weston Andros Adamson
2013-11-20
1
-1
/
+5
*
gssd: always reply to rpc-pipe requests from kernel.
NeilBrown
2013-11-20
1
-9
/
+12
*
gssd: do a more thorough change of identity after forking
Jeff Layton
2013-10-21
1
-16
/
+66
*
gssd: have process_krb5_upcall fork before handling upcall
Jeff Layton
2013-10-21
1
-1
/
+23
*
gssd: don't use tgtname to find our keytab
J. Bruce Fields
2013-09-24
1
-6
/
+9
*
gssd: don't use tgtname to find our keytab
J. Bruce Fields
2013-09-24
1
-2
/
+1
*
gssd: fix strncmp bug causing client removals
J. Bruce Fields
2013-09-24
1
-1
/
+1
*
gssd: suppress error message if rpc_pipefs dir disappears.
NeilBrown
2013-09-05
1
-2
/
+3
*
gssd: Fix recent fix to Avoid DNS reverse resolution in gssd.
Signed-off-by: NeilBrown
2013-05-28
1
-8
/
+10
*
gssd: Remove unnecessary including of ctype.h
Steve Dickson
2013-05-07
1
-1
/
+0
*
Avoid DNS reverse resolution for server names (take 3)
Simo Sorce
2013-04-22
1
-4
/
+27
*
gssd: Allow GSSAPI to try to acquire credentials first.
Simo Sorce
2013-04-22
1
-7
/
+15
*
gssd: Fix double free when exporting lucid context
Simo Sorce
2013-04-10
1
-2
/
+2
*
gssd: Fix whitespace nits
Chuck Lever
2013-03-25
1
-6
/
+6
*
gssd: use correct test for success of getrlimit()
NeilBrown
2013-03-25
1
-1
/
+1
*
gssd: Call authgss_free_private_data() if library provides it.
NeilBrown
2013-02-13
1
-1
/
+1
*
gssd: base the size of the fd array on the RLIMIT_NOFILE limit.
NeilBrown
2012-11-28
1
-0
/
+5
*
gssd_proc: remove pointless test against FD_ALLOC_BLOCK in process_pipedir
NeilBrown
2012-11-28
1
-3
/
+2
[next]