Searched refs:set_ugid (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dset_ugid.h8 /* set_ugid 3h
12 /* #include <set_ugid.h>
18 extern void set_ugid(uid_t, gid_t);
H A Dset_ugid.c5 /* set_ugid 3
9 /* #include <set_ugid.h>
11 /* void set_ugid(uid, gid)
15 /* set_ugid() sets the real, effective and saved user and group process
43 #include "set_ugid.h"
45 /* set_ugid - set real, effective and saved user and group attributes */
47 void set_ugid(uid_t uid, gid_t gid) function
H A Dspawn_command.c98 #include <set_ugid.h>
249 set_ugid(args.uid, args.gid);
H A Dvstream_popen.c107 #include <set_ugid.h>
237 set_ugid(args.uid, args.gid);
H A DMakefile.in23 sane_socketpair.c sane_time.c scan_dir.c set_eugid.c set_ugid.c \
71 sane_socketpair.o sane_time.o scan_dir.o set_eugid.o set_ugid.o \
115 sane_socketpair.h sane_time.h scan_dir.h set_eugid.h set_ugid.h \
2628 set_ugid.o: msg.h
2629 set_ugid.o: set_ugid.c
2630 set_ugid.o: set_ugid.h
2631 set_ugid.o: sys_defs.h
2655 spawn_command.o: set_ugid
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/master/
H A Dmaster_listen.c64 #include <set_ugid.h>
104 set_ugid(getuid(), getgid());
115 set_ugid(getuid(), getgid());
125 set_ugid(getuid(), getgid());
160 set_ugid(getuid(), getgid());
H A Dmaster_wakeup.c71 #include <set_ugid.h>
148 set_ugid(getuid(), getgid());
H A Dmaster.c232 #include <set_ugid.h>
519 set_ugid(getuid(), getgid());
H A DMakefile.in199 master.o: ../../include/set_ugid.h
265 master_listen.o: ../../include/set_ugid.h
339 master_wakeup.o: ../../include/set_ugid.h
/netbsd-current/external/ibm-public/postfix/dist/src/pickup/
H A DMakefile.in86 pickup.o: ../../include/set_ugid.h
H A Dpickup.c139 #include <set_ugid.h>
589 set_ugid(var_owner_uid, var_owner_gid);
/netbsd-current/external/ibm-public/postfix/dist/src/postsuper/
H A DMakefile.in83 postsuper.o: ../../include/set_ugid.h
H A Dpostsuper.c349 #include <set_ugid.h>
1442 set_ugid(var_owner_uid, var_owner_gid);
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dpipe_command.c154 #include <set_ugid.h>
480 * Right after chroot we call set_ugid() so all privileges will be
495 * XXX If we put code before the set_ugid() call, then the code that
499 set_ugid(args.uid, args.gid);
H A DMakefile.in2327 pipe_command.o: ../../include/set_ugid.h
/netbsd-current/external/ibm-public/postfix/dist/src/sendmail/
H A DMakefile.in100 sendmail.o: ../../include/set_ugid.h
H A Dsendmail.c508 #include <set_ugid.h>
1123 set_ugid(getuid(), getgid());
/netbsd-current/external/ibm-public/postfix/lib/util/
H A DMakefile185 set_ugid.c \

Completed in 311 milliseconds