summaryrefslogtreecommitdiff
path: root/net/dns_resolver/dns_key.c
AgeCommit message (Expand)Author
2024-01-10keys, dns: Fix size check of V1 server-list headerDavid Howells
2023-12-26keys, dns: Fix missing size check of V1 server-list headerEdward Adam Davis
2023-12-21keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiryDavid Howells
2022-11-01cred: Do not default to init_cred in prepare_kernel_cred()Kees Cook
2020-04-28docs: networking: convert dns_resolver.txt to ReSTMauro Carvalho Chehab
2020-03-29KEYS: Don't write out to userspace while holding key semaphoreWaiman Long
2019-07-10Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-06-27keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells
2019-06-26keys: Network namespace domain tagDavid Howells
2018-10-04dns: Allow the dns resolver to retrieve a server setDavid Howells
2018-07-24net: remove blank lines at end of fileStephen Hemminger
2018-07-16KEYS: DNS: fix parsing multiple optionsEric Biggers
2018-04-17KEYS: DNS: limit the length of option stringsEric Biggers
2018-03-26net: Use octal not symbolic permissionsJoe Perches
2017-10-18KEYS: Fix race between updating and finding a negative keyDavid Howells
2016-04-11KEYS: Add a facility to restrict new links into a keyringDavid Howells
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells
2014-09-16KEYS: Make the key matching functions return boolDavid Howells
2014-09-16KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells
2014-09-16KEYS: Preparse match dataDavid Howells
2014-07-22KEYS: DNS: Use key preparsingDavid Howells
2013-12-06net/*: Fix FSF address in file headersJeff Kirsher
2013-07-12net: strict_strtoul is obsolete, use kstrtoul instead“Cosmin
2012-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-10-08KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells
2012-10-02Merge branch 'modsign-keys-devel' into security-next-keysDavid Howells
2012-10-02KEYS: Use keyring_alloc() to create special keyringsDavid Howells
2012-09-13userns: net: Call key_alloc with GLOBAL_ROOT_UID, GLOBAL_ROOT_GID instead of ...Eric W. Biederman
2012-09-13KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells
2012-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2012-05-11KEYS: Announce key type (un)registrationDavid Howells
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2012-01-19KEYS: Allow special keyrings to be clearedDavid Howells
2011-03-17KEYS: Improve /proc/keysDavid Howells
2011-03-04DNS: Fix a NULL pointer deref when trying to read an error key [CVE-2011-1076]David Howells
2010-08-11DNS: If the DNS server returns an error, allow that to be cached [ver #2]Wang Lei
2010-08-06cifs: Include linux/err.h for IS_ERR and PTR_ERRStephen Rothwell
2010-08-05DNS: Separate out CIFS DNS Resolver codeWang Lei