glibc/nscd
Mike Frysinger 6ab674ebff use -fstack-protector-strong when available
With gcc-4.9, a new -fstack-protector-strong flag is available that is
between -fstack-protector (pretty weak) and -fstack-protector-all (pretty
strong) that provides good trade-offs between overhead but still providing
good coverage.  Update the places in glibc that use ssp to use this flag
when it's available.

This also kills off the indirection of hardcoding the flag name in the
Makefiles and adding it based on a have-ssp boolean.  Instead, the build
always expands the $(stack-protector) variable to the best ssp setting.
This makes the build logic a bit simpler and allows people to easily set
to a diff flag like:
	make stack-protector=-fstack-protector-all
2015-10-19 15:36:48 -04:00
..
aicache.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
cache.c Enhance nscd's inotify support (Bug 14906). 2015-03-13 09:49:24 -04:00
connections.c Assume that SOCK_CLOEXEC is available and works 2015-10-17 12:02:37 +02:00
dbg_log.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
dbg_log.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
Depend
gai.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
getgrgid_r.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
getgrnam_r.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
gethstbyad_r.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
gethstbynm3_r.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
getpwnam_r.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
getpwuid_r.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
getsrvbynm_r.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
getsrvbypt_r.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
grpcache.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
hstcache.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
initgrcache.c grp: Rewrite to use struct scratch_buffer instead of extend_alloca 2015-04-08 21:07:03 +02:00
Makefile use -fstack-protector-strong when available 2015-10-19 15:36:48 -04:00
mem.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
netgroupcache.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
nscd_conf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
nscd_getai.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
nscd_getgr_r.c nscd_getgr_r: Use struct scratch_buffer instead of extend_alloca 2015-04-08 21:08:03 +02:00
nscd_gethst_r.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
nscd_getpw_r.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
nscd_getserv_r.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
nscd_helper.c Assume that SOCK_CLOEXEC is available and works 2015-10-17 12:02:37 +02:00
nscd_initgroups.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
nscd_netgroup.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
nscd_proto.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
nscd_setup_thread.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
nscd_stat.c Initialize nscd stats data [BZ #17892] 2015-01-29 10:30:09 +05:30
nscd-client.h Clean up BUSY_WAIT_NOP and atomic_delay. 2015-06-30 15:57:15 +02:00
nscd.c Update copyright dates not handled by scripts/update-copyrights. 2015-01-02 16:54:45 +00:00
nscd.conf
nscd.h Enhance nscd's inotify support (Bug 14906). 2015-03-13 09:49:24 -04:00
nscd.init
nscd.service
nscd.tmpfiles
pwdcache.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
res_hconf.c
selinux.c nscd: drop selinux/flask.h include 2015-07-08 03:18:27 -04:00
selinux.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
servicescache.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00