Whamcloud - gitweb
LU-17744 ldiskfs: mballoc stats fixes
[fs/lustre-release.git] / lustre / utils / gss /
10 days ago Sebastien BuissonLU-17624 ssk: support FIPS mode on client 14/54314/8
2024-03-23 Sebastien BuissonLU-17612 gss: always try to unlink key in error 16/54316/4
2024-03-13 Sebastien BuissonLU-17175 gss: start lsvcgssd from l_getauth 42/53142/12
2024-03-04 Sebastien BuissonLU-17175 gss: background speedtest for Miller-Rabin... 88/54088/5
2024-03-04 Timothy DayLU-8191 utils: remove unused, fix non-static functions 39/51439/8
2024-02-23 Sebastien BuissonLU-17528 gss: cleanup gss api usage 63/54063/3
2024-02-23 Sebastien BuissonLU-17484 gss: reply error for SEC_CTX_INIT on wrong... 70/53970/6
2024-02-23 Bruno FacciniLU-17535 gss: fix lsvcgssd crash in krb lib 23/54023/5
2024-02-04 Arshad HussainLU-17000 utils: In mydaemon() check after calling open() 58/53758/2
2024-02-04 Sebastien BuissonLU-17173 gss: user keys go to user keyring 71/52771/14
2024-01-03 Jian YuLU-17186 utils: replace gethostby*() with get*info() 32/52632/10
2023-12-13 Arshad HussainLU-17000 gss: Fix Out-of-bounds access under svcgssd_proc.c 20/52920/9
2023-12-13 Sebastien BuissonLU-17015 gss: remove legacy sunrpc-cache based gss... 76/52376/18
2023-11-18 Sebastien BuissonLU-17015 gss: avoid request replay 89/52689/9
2023-11-18 Sebastien BuissonLU-17015 gss: support large kerberos token for rpc... 05/52305/23
2023-10-25 Sebastien BuissonLU-17015 gss: support large kerberos token for rpc... 24/52224/28
2023-09-06 Sebastien BuissonLU-17023 krb: use a Kerberos realm different from default 14/51914/10
2023-06-14 Aurelien DegremontLU-16848 gss: drop legacy 'lgssd' and pipefs code 32/51032/10
2023-05-31 Timothy DayLU-16751 gss: remove old patches for nfs-utils 1.0.* 03/51003/3
2023-05-09 Sebastien BuissonLU-16758 krb: use Kerberos machine principal in client 09/50709/2
2023-05-09 James SimmonsLU-16739 uapi: make lustre_disk.h buildable in user... 41/50641/12
2023-04-11 Sebastien BuissonLU-16646 krb: improve lookup of user's credentials 77/50377/7
2023-04-11 Sebastien BuissonLU-16646 krb: use system ccache for Lustre services 42/50342/7
2023-04-11 Sebastien BuissonLU-16646 krb: get rid of MEMORY private cache for krb... 41/50341/6
2023-04-11 Sebastien BuissonLU-16630 sec: improve Kerberos cross-realm trust remapping 59/50259/6
2023-03-21 Timothy DayLU-16518 utils: fix clang build errors 61/50161/4
2023-02-14 Sebastien BuissonLU-16532 sec: session key bad keyring 09/49909/2
2022-09-01 Doug OucharekLU-16035 kfilnd: Initial kfilnd implementation 09/48009/8
2022-08-08 Sebastien BuissonLU-15896 gss: support OpenSSLv3 17/47717/11
2022-07-08 Sebastien BuissonLU-15956 gss: allow build without ssk 81/47681/6
2022-06-18 Sebastien BuissonLU-15896 gss: ignore OpenSSLv3 deprecated API 85/47485/2
2022-06-11 Sebastien BuissonLU-9243 gss: fix GSS struct definition badness 43/46543/6
2022-06-11 Shaun TancheffLU-15492 build: fallthrough macro for pre/post gcc-7 57/46357/4
2022-04-02 Lei FengLU-15545 utils: fix double free in lgss_sk 94/46594/2
2022-01-26 Jian YuLU-15220 utils: use 'fallthrough' pseudo keyword for... 70/46270/4
2021-11-03 Sebastien BuissonLU-14929 gss: detect libkeyutils dependency 97/44597/3
2021-07-31 James SimmonsLU-14093 gss: gcc10 fixes for GSS 63/44363/4
2021-04-06 Sebastien BuissonLU-14538 gss: make namespace optional in lgss_keyring 12/42112/2
2021-04-06 Mr NeilBrownLU-14487 lustre: remove references to Sun Trademark. 80/41880/3
2021-03-30 Sebastien BuissonLU-14462 gss: remove HAVE_SETNS from lgss_keyring 67/41967/3
2021-03-30 Sebastien BuissonLU-14479 ssk: explicitly set perm on key 29/41929/3
2021-03-06 Sebastien BuissonLU-14462 gss: fix support for namespace in lgss_keyring 16/41716/2
2021-02-26 Mr NeilBrownLU-6142 lustre: mark strings in char arrays as const 42/39742/2
2020-12-13 Sebastien BuissonLU-14095 ssk: default rounds of Miller-Rabin for DH_check 86/40686/6
2020-12-03 Sebastien BuissonLU-13474 gss: do not return -ERESTART when gss rpc... 10/38310/17
2020-11-07 Jian YuLU-14116 autoconf: check if DES3 enctype is supported 54/40554/3
2020-07-17 Sebastien BuissonLU-13754 gss: open sptlrpc init channel in R+W mode 97/39297/3
2020-03-17 Sebastien BuissonLU-12992 gss: retry in case of short computed shared key 64/37064/20
2020-02-08 Mr NeilBrownLU-9679 general: add missing spaces to folded strings. 53/36653/5
2019-12-20 Shaun TancheffLU-12861 libcfs: provide an scnprintf and start using it 53/36453/8
2019-12-06 Mr NeilBrownLU-9679 general: avoid bare return; at end of void... 54/36654/3
2019-04-01 James SimmonsLU-11742 test: have libtool execute the test binaries 47/33947/6
2019-02-06 Thomas StiborLU-11899 utils: Possible resource/memory leaks 29/34129/2
2019-01-04 Sebastien BuissonLU-11750 krb5: krb5int_derive_key has 'hash' extra... 17/33817/2
2018-11-17 Sebastien BuissonLU-8602 gss: support OpenSSL 1.1 92/33592/4
2018-11-13 James SimmonsLU-8602 gss: Properly port gss to newer crypto api. 09/28309/5
2018-08-06 James SimmonsLU-10627 tests: don't use libtool wrapper for applications 35/32835/11
2018-06-14 Sebastien BuissonLU-11049 ssk: correctly handle null byte by lgss_sk 10/32510/4
2018-02-27 James SimmonsLU-8854 llapi: remove lustre specific strlcpy & strlcat... 98/29798/6
2018-01-14 James SimmonsLU-5541 build: move libcfs and liblustreapi over to... 62/30562/6
2018-01-09 Andreas DilgerLU-10308 misc: update Intel copyright messages for... 41/30341/4
2017-10-16 Sebastien BuissonLU-9672 gss: fix expiration time of sunrpc cache 67/27667/9
2017-08-13 James SimmonsLU-6401 uapi: migrate remaining uapi headers to uapi... 46/25246/12
2017-08-05 James SimmonsLU-6245 uapi: move libcfs/lnet UAPI header into own... 89/28089/7
2017-07-19 Sebastien BuissonLU-9220 gss: support Kerberos auth from unprivileged... 35/26035/6
2017-06-27 James SimmonsLU-9073 gss: remove newer kernel support 23/27823/2
2017-05-09 Chris HannaLU-9430 utils: fix logic errors and putchar in sk_name2... 20/26920/2
2017-05-01 Chris HannaLU-9336 utils: prevent key clobber and clarify lgss_sk... 38/26838/2
2017-04-06 Chris HannaLU-9245 utils: fix string copy handling within lgss_sk 65/26165/4
2017-03-16 Andreas DilgerLU-8813 gss: limit the number of error messages in... 84/25584/2
2017-02-15 Steve GuminskiLU-6210 utils: Change positional struct initializers... 37/23537/15
2017-02-07 Andreas DilgerLU-9073 gss: quiet insecure key file warning 01/25201/2
2017-02-07 Sonia SharmaLU-8769 lnet: removal of obsolete LNDs 21/23621/6
2017-01-31 James SimmonsLU-8602 gss: Support GSS on linux 4.6+ kernels 89/23289/7
2017-01-31 James SimmonsLU-6245 libcfs: use libcfs_private.h only for kernel... 38/22138/11
2017-01-24 Gregoire PichonLU-8932 lnet: define new network driver ptl4lnd 68/24768/3
2016-12-23 Steve GuminskiLU-8776 build: Fix weird inline definitions 79/23979/2
2016-12-17 Andreas DilgerLU-8901 misc: update Intel copyright messages for 2016 33/24233/4
2016-12-17 Dmitry EreminLU-8789 build: add files to .gitignore 40/23540/3
2016-12-17 Sebastien BuissonLU-7845 gss: support namespace in lgss_keyring 81/18781/35
2016-12-17 Andreas DilgerLU-8813 gss: allow svcgssd to start without "-k" 25/23925/4
2016-12-17 Andreas DilgerLU-8590 utils: remove duplicate code in lgss_sk 22/23722/8
2016-11-23 Andreas DilgerLU-8590 utils: fix minor issues in lgss_sk usage 91/23691/9
2016-10-26 Jeremy FilizettiLU-8590 gss: Move DH parameter generation out of upcall 22/23322/5
2016-10-13 Jeremy FilizettiLU-3289 gss: Fix issues with SK privacy and integrity... 22/21922/8
2016-10-08 James SimmonsLU-8648 all: remove all Sun license and URL references 00/22800/4
2016-10-05 Andreas DilgerLU-3289 gss: don't build SSK if libssl-1.0+ not available 06/22806/5
2016-09-26 James SimmonsLU-6245 libcfs: remove byteorder.h 16/16916/8
2016-08-11 Jeremy FilizettiLU-3289 gss: Fix for SK bulk HMACs 91/21491/4
2016-06-16 Nathaniel ClarkLU-3289 gss: Cleanup gss code 27/20727/4
2016-06-14 Ben EvansLU-8058 utils: Remove old commented out code 15/20415/3
2016-06-13 Jeremy FilizettiLU-3289 gss: Add userspace support for GSS null and sk 00/17600/13
2016-06-13 Jeremy FilizettiLU-3289 gss: Interface and code changes for shared key 28/16728/17
2016-03-14 James SimmonsLU-6245 libcfs: remove types.h from userland code 79/16879/9
2016-01-25 James SimmonsLU-5030 utils: migrate most lustre utils to use cfs_get... 62/17462/14
2015-11-11 James SimmonsLU-7366 build: resolve compile issues on Ubuntu 15.04 08/17008/2
2015-08-03 Sebastien BuissonLU-6490 gss: 3.1x kernels adjustments for gssapi code 42/15342/9
2015-07-31 James SimmonsLU-6803 gss: add printf format checking to printerr() 51/15751/2
2015-07-27 John L. HammondLU-6803 gss: add printf format checking to __logmsg... 24/15524/2
2015-07-19 Dmitry EreminLU-6541 utils: fix potential memory leaks with realloc() 14/14814/3
next