diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-01-18 02:10:41 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-01-18 02:10:41 +0000 |
commit | 057685e4612add03e197a4c172830258123b01f1 (patch) | |
tree | 89c682ec149a8a45ca3c2baa57bd802f7d39ee97 /ChangeLog | |
parent | 52831fb8705ab0d6cb177219b3c4781d6055c094 (diff) | |
download | glibc-057685e4612add03e197a4c172830258123b01f1.tar glibc-057685e4612add03e197a4c172830258123b01f1.tar.gz glibc-057685e4612add03e197a4c172830258123b01f1.tar.bz2 glibc-057685e4612add03e197a4c172830258123b01f1.zip |
Update.
2002-01-17 Ulrich Drepper <drepper@redhat.com>
* nscd/nscd.c (drop_privileges): Removed. Adjust caller.
* nscd/connections.c (begin_drop_privileges): New function.
(finish_drop_privileges): New function.
(nscd_init): Call the new functions which also install all groups
for the server user.
2002-01-17 H.J. Lu <hjl@gnu.org>
* sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Remove
`const' from `got'.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2002-01-17 Ulrich Drepper <drepper@redhat.com> + + * nscd/nscd.c (drop_privileges): Removed. Adjust caller. + * nscd/connections.c (begin_drop_privileges): New function. + (finish_drop_privileges): New function. + (nscd_init): Call the new functions which also install all groups + for the server user. + +2002-01-17 H.J. Lu <hjl@gnu.org> + + * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Remove + `const' from `got'. + 2002-01-17 Martin Schwidefsky <schwidefsky@de.ibm.com> * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Use 64 bit |