Searched refs:initgroups (Results 1 - 25 of 65) sorted by relevance

123

/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dinitgroups.c39 initgroups(const char *name, gid_t basegid) function
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dchroot_uid.c60 if (initgroups(user_name, gid) < 0)
61 msg_fatal("initgroups: %m");
/macosx-10.9.5/procmail-14/procmail/src/
H A Dsetid.c18 if(initgroups(argv[1],p->pw_gid)||setgid(p->pw_gid)||setuid(p->pw_uid))
/macosx-10.9.5/OpenPAM-20/openpam/lib/
H A Dopenpam_borrow_cred.c94 if (initgroups(pwd->pw_name, pwd->pw_gid) < 0 ||
/macosx-10.9.5/emacs-92/
H A Drunit.c67 ret = initgroups(nobody->pw_name, nobody->pw_gid);
69 err(1, "initgroups() failed");
/macosx-10.9.5/misc_cmds-32/calendar/
H A Dcalendar.c131 (void)initgroups(pw->pw_name, pw->pw_gid);
/macosx-10.9.5/OpenSSH-186/openssh/
H A Duidswap.c97 if (initgroups(pw->pw_name, pw->pw_gid) < 0)
98 fatal("initgroups: %s: %.100s", pw->pw_name,
103 if (initgroups(pw->pw_name, pw->pw_gid) < 0)
104 fatal("initgroups: %s: %.100s", pw->pw_name,
221 * OS X requires initgroups after setgid to opt back into
224 * initgroups is not needed for the network child because it has
228 * initgroups is needed for all other children so that anything spawned
233 initgroups(pw->pw_name, pw->pw_gid) < 0)
234 fatal("initgroups %.100s %u: %.100s",
/macosx-10.9.5/Heimdal-323.92.1/kdc/
H A Dmain.c79 if (initgroups(pw->pw_name, pw->pw_gid) < 0)
80 err(1, "initgroups failed");
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Duser.c128 if ( getuid() == 0 && initgroups( user, gid ) != 0 ) {
/macosx-10.9.5/OpenPAM-20/openpam/bin/su/
H A Dsu.c157 if (initgroups(pwd->pw_name, pwd->pw_gid) == -1) {
158 warn("initgroups()");
/macosx-10.9.5/apache-786.1/httpd/include/
H A Dmpm_common.h221 * The initgroups() function initializes the group access list by reading the
227 * @fn int initgroups(const char *name, gid_t basegid)
229 int initgroups(const char *name, gid_t basegid);
/macosx-10.9.5/cron-39/cron/
H A Dpopen.c226 if (initgroups(e->uname, gid) != 0) {
227 warn("initgroups failed");
243 if (initgroups(usernm, e->gid) != 0)
H A Ddo_command.c379 if (initgroups(usernm, gid) != 0) {
381 if (initgroups(usernm, e->gid) != 0) {
384 "error", "initgroups failed");
/macosx-10.9.5/bind9-45.100/bind9/contrib/nslint-2.1a3/lbl/
H A Dos-sunos4.h111 int initgroups(const char *, int);
/macosx-10.9.5/libpcap-42/libpcap/lbl/
H A Dos-sunos4.h111 int initgroups(const char *, int);
/macosx-10.9.5/ruby-104/ruby/lib/webrick/
H A Dutils.rb46 Process::initgroups(user, pw.gid)
/macosx-10.9.5/tcpdump-56/tcpdump/lbl/
H A Dos-sunos4.h111 int initgroups(const char *, int);
/macosx-10.9.5/apache-786.1/httpd/support/
H A Dsuexec.c60 * There is no initgroups() in QNX, so I believe this is safe :-)
69 int initgroups(const char *name, gid_t basegid) function
436 * Save these for later since initgroups will hose the struct
475 if (((setgid(gid)) != 0) || (initgroups(actual_uname, gid) != 0)) {
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dexim.vim45 syn keyword eximKeyword bcc cc file file_expand file_optional from group headers initgroups log mode once once_file_size once_repeat reply_to return_message subject text to user
48 syn keyword eximKeyword batch batch_max command group initgroups retry_use_local_part timeout user
51 syn keyword eximKeyword allow_commands batch batch_max bsmtp bsmtp_helo check_string command current_directory environment escape_string freeze_exec_fail from_hack group home_directory ignore_status initgroups log_defer_output log_fail_output log_output max_output path pipe_as_creator prefix restrict_to_path retry_use_local_part return_fail_output return_output suffix temp_errors timeout umask use_crlf use_shell user
57 syn keyword eximKeyword condition debug_print domains driver errors_to fail_verify fail_verify_recipient fail_verify_sender fallback_hosts group headers_add headers_remove initgroups local_parts more require_files senders transport unseen user verify verify_only verify_recipient verify_sender
/macosx-10.9.5/system_cmds-597.90.1/atrun.tproj/
H A Datrun.c326 if (initgroups(pentry->pw_name,pentry->pw_gid))
372 if (initgroups(pentry->pw_name,pentry->pw_gid))
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/atrun.tproj/
H A Datrun.c326 if (initgroups(pentry->pw_name,pentry->pw_gid))
372 if (initgroups(pentry->pw_name,pentry->pw_gid))
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCDPlugin.c340 initgroups(username, gid);
/macosx-10.9.5/mail_cmds-29/comsat/
H A Dcomsat.c254 initgroups(p->pw_name, p->pw_gid) < 0 ||
/macosx-10.9.5/remote_cmds-41.90.1/rexecd.tproj/
H A Drexecd.c245 initgroups(pwd->pw_name, pwd->pw_gid);
/macosx-10.9.5/sudo-72/src/
H A Dsudo_nss.c221 if (initgroups(pw->pw_name, pw->pw_gid) == -1)

Completed in 426 milliseconds

123