about summary refs log tree commit diff
path: root/elf/dl-tunables.c
Commit message (Expand)AuthorAgeFilesLines
* elf: Make glibc.rtld.enable_secure ignore alias environment variablesAdhemerval Zanella14 days1-9/+27
* elf: Remove glibc.rtld.enable_secure check from parse_tunables_stringAdhemerval Zanella14 days1-20/+38
* elf: Only process multiple tunable once (BZ 31686)Adhemerval Zanella14 days1-13/+17
* rtld: Add glibc.rtld.enable_secure tunable.Joe Simmons-Talbott2024-02-291-0/+11
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* elf: Do not set invalid tunables valuesAdhemerval Zanella2023-12-191-5/+30
* elf: Do not duplicate the GLIBC_TUNABLES stringAdhemerval Zanella2023-12-191-49/+31
* elf: Add a way to check if tunable is set (BZ 27069)Adhemerval Zanella2023-11-291-0/+40
* elf: Emit warning if tunable is ill-formattedAdhemerval Zanella2023-11-211-0/+6
* elf: Do not parse ill-formatted stringsAdhemerval Zanella2023-11-211-12/+36
* elf: Do not process invalid tunable formatAdhemerval Zanella2023-11-211-2/+4
* elf: Ignore GLIBC_TUNABLES for setuid/setgid binariesAdhemerval Zanella2023-11-211-99/+28
* elf: Remove /etc/suid-debug supportAdhemerval Zanella2023-11-211-16/+0
* tunables: Terminate if end of input is reached (CVE-2023-4911)Siddhesh Poyarekar2023-10-021-7/+10
* Remove --enable-tunables configure optionAdhemerval Zanella Netto2023-03-291-11/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto2022-09-221-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* elf: Use the minimal malloc on tunables_strdupAdhemerval Zanella2021-11-091-3/+4
* rtld: copy terminating null in tunables_strdup (bug 28256)Andreas Schwab2021-08-231-2/+0
* Fix SXID_ERASE behavior in setuid programs (BZ #27471)Siddhesh Poyarekar2021-04-121-30/+26
* tunables: Fix comparison of tunable valuesSiddhesh Poyarekar2021-04-071-11/+14
* tunables: Simplify TUNABLE_SET interfaceSiddhesh Poyarekar2021-02-101-88/+40
* Use hidden visibility for early static PIE codeSzabolcs Nagy2021-01-211-0/+4
* elf: Avoid RELATIVE relocs in __tunables_initSzabolcs Nagy2021-01-211-1/+1
* ld.so: Add --list-tunables to print tunable valuesH.J. Lu2021-01-151-0/+43
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Set tunable value as well as min/max valuesH.J. Lu2020-09-291-4/+41
* Replace val with __val in TUNABLE_SET_VAL_IF_VALID_RANGEH.J. Lu2020-06-041-2/+2
* parse_tunables: Fix typo in commentJonathan Wakely2020-03-131-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* tunables: report sbrk() failureDJ Delorie2019-12-161-5/+4
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Avoid "inline" after return type in function definitions.Joseph Myers2019-02-061-2/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Fix range check in do_tunable_update_valAlexey Makhalov2017-09-271-11/+4
* i386: Add <startup.h> [BZ #21913]H.J. Lu2017-08-081-0/+1
* tunables: Use direct syscall for access (BZ#21744)Adhemerval Zanella2017-07-241-0/+2
* tunables, aarch64: New tunable to override cpuSiddhesh Poyarekar2017-06-301-20/+4
* ld.so: Consolidate 2 strtouls into _dl_strtoul [BZ #21528]H.J. Lu2017-06-081-68/+1
* tunables: Clean up hooks to get and set tunablesSiddhesh Poyarekar2017-06-071-21/+37
* Make __tunables_init hidden and avoid PLTH.J. Lu2017-05-251-0/+2
* tunables: Add support for tunables of uint64_t typeSiddhesh Poyarekar2017-05-171-54/+40
* Narrowing the visibility of libc-internal.h even further.Zack Weinberg2017-03-011-1/+0
* Fix getting tunable values on big-endian (BZ #21109)Siddhesh Poyarekar2017-02-081-0/+2
* tunables: Fix environment variable processing for setuid binaries (bz #21073)Siddhesh Poyarekar2017-02-021-23/+96
* * elf/dl-tunables.c (tunable_set_val_if_valid_range): Split into ...DJ Delorie2017-01-201-4/+26
* Fix environment traversal when an envvar value is emptySiddhesh Poyarekar2017-01-201-2/+2
* tunables: Avoid getenv calls and disable glibc.malloc.check by defaultSiddhesh Poyarekar2017-01-101-77/+10