]> git.ipfire.org Git - thirdparty/openldap.git/commit
for slurpd's replica directory (slurpd.status, and rej file) use a subdir of what...
authorBen Collins <bcollins@openldap.org>
Mon, 24 Apr 2000 17:03:23 +0000 (17:03 +0000)
committerBen Collins <bcollins@openldap.org>
Mon, 24 Apr 2000 17:03:23 +0000 (17:03 +0000)
commit47f53d7b6fafc4917c213e31d6f800adec41dbb6
tree04efcb118be38155769d0cbda2452282bc42d384
parentc142f710ef4e103936a0590f411c048a62b69fe5
for slurpd's replica directory (slurpd.status, and rej file) use a subdir of what the user specifies (add replica/ to it) to avoid /tmp races. A lot of the files that slurpd uses cannot be opened with O_EXCL, nor can we safely determine if there are any hardlinks from another file to it, so we create our own subdirectory so we can control the perms, even in /tmp
servers/slurpd/args.c
servers/slurpd/globals.c
servers/slurpd/main.c