Searched refs:first_valid_gid (Results 1 - 10 of 10) sorted by relevance
/dovecot/src/master/ |
H A D | master-settings.h | 25 unsigned int first_valid_gid, last_valid_gid; member in struct:master_settings
|
H A D | master-settings.c | 196 DEF(SET_UINT, first_valid_gid), 224 .first_valid_gid = 1, 451 set->first_valid_gid > set->last_valid_gid) { 452 *error_r = "first_valid_gid can't be larger than last_valid_gid";
|
/dovecot/src/lib/ |
H A D | restrict-access.h | 27 gid_t first_valid_gid, last_valid_gid; member in struct:restrict_access_settings
|
H A D | restrict-access.c | 144 if (gid_list[i] >= set->first_valid_gid && 359 if (set->first_valid_gid != 0) 406 if (set->first_valid_gid != 0) { 408 dec2str(set->first_valid_gid))); 439 if (str_to_gid(value, &set_r->first_valid_gid) < 0) 440 i_fatal("Invalid first_valid_gid: %s", value);
|
/dovecot/src/auth/ |
H A D | auth-settings.h | 91 unsigned int first_valid_gid; member in struct:auth_settings
|
H A D | auth-settings.c | 275 DEF_NOPREFIX(SET_UINT, first_valid_gid), 336 .first_valid_gid = 1,
|
H A D | userdb-passwd.c | 153 if (pw->pw_gid < (gid_t)set->first_valid_gid)
|
/dovecot/src/lib-storage/ |
H A D | mail-storage-settings.h | 133 unsigned int first_valid_gid, last_valid_gid; member in struct:mail_user_settings
|
H A D | mail-storage-settings.c | 292 DEF(SET_UINT, first_valid_gid), 321 .first_valid_gid = 1,
|
H A D | mail-storage-service.c | 516 if (gid < (gid_t)set->first_valid_gid || 521 "(see first_valid_gid in config file, gid from %s).", 584 set->first_valid_gid > 0 && getegid() == 0) { 601 rset.first_valid_gid = set->first_valid_gid;
|
Completed in 27 milliseconds