Home
last modified time | relevance | path

Searched refs:gecos (Results 1 – 25 of 1196) sorted by relevance

12345678910>>...48

/dports/irc/ircd-hybrid/ircd-hybrid-8.2.39/src/
H A Dconf_gecos.c56 gecos_delete(gecos, false); in gecos_clear()
68 xfree(gecos->mask); in gecos_delete()
69 xfree(gecos->reason); in gecos_delete()
70 xfree(gecos); in gecos_delete()
76 struct GecosItem *gecos = xcalloc(sizeof(*gecos)); in gecos_make() local
77 dlinkAdd(gecos, &gecos->node, &gecos_list); in gecos_make()
79 return gecos; in gecos_make()
91 if (gecos->expire && in gecos_find()
93 gecos_delete(gecos, true); in gecos_find()
95 return gecos; in gecos_find()
[all …]
/dports/irc/ircd-hybrid/ircd-hybrid-8.2.39/modules/
H A Dm_xline.c86 if (gecos) in xline_handle()
90 aline->mask, gecos->mask, gecos->reason); in xline_handle()
100 gecos = gecos_make(); in xline_handle()
101 gecos->mask = xstrdup(aline->mask); in xline_handle()
102 gecos->reason = xstrdup(buf); in xline_handle()
104 gecos->in_database = true; in xline_handle()
117 gecos->mask, gecos->reason); in xline_handle()
119 get_oper_name(source_p), aline->duration / 60, gecos->mask, gecos->reason); in xline_handle()
125 gecos->mask, gecos->reason); in xline_handle()
132 get_oper_name(source_p), gecos->mask, gecos->reason); in xline_handle()
[all …]
H A Dm_unxline.c54 struct GecosItem *gecos = gecos_find(aline->mask, irccmp); in xline_remove() local
55 if (gecos == NULL) in xline_remove()
63 if (gecos->in_database == false) in xline_remove()
67 gecos->mask); in xline_remove()
72 sendto_one_notice(source_p, &me, ":X-Line for [%s] is removed", gecos->mask); in xline_remove()
76 get_oper_name(source_p), gecos->mask); in xline_remove()
78 get_oper_name(source_p), gecos->mask); in xline_remove()
80 gecos_delete(gecos, false); in xline_remove()
/dports/net/nss-pam-ldapd/nss-pam-ldapd-0.9.11/tests/
H A Dtest.ldif109 gecos: Hubert Zagami
249 gecos: Mona Caram
289 gecos: Ira Thum
369 gecos: Timba Bagne
409 gecos: Dovi Largo
509 gecos: Oma Peet
529 gecos: Jo Lebouf
549 gecos: Yali Eike
2669 gecos: Iris Pen
2949 gecos: Tako Paa
[all …]
/dports/net/nss-pam-ldapd-sasl/nss-pam-ldapd-0.9.11/tests/
H A Dtest.ldif109 gecos: Hubert Zagami
249 gecos: Mona Caram
289 gecos: Ira Thum
369 gecos: Timba Bagne
409 gecos: Dovi Largo
509 gecos: Oma Peet
529 gecos: Jo Lebouf
549 gecos: Yali Eike
2669 gecos: Iris Pen
2949 gecos: Tako Paa
[all …]
/dports/net/p5-Samba-LDAP/Samba-LDAP-0.05/scripts/
H A Dsmbldap-migrate-pwdump-accounts44 my ($login, $basedn, $lmpwd, $ntpwd, $gecos, $homedir) = @_;
51 replace => [gecos => "$gecos"],
88 my ($login, $rid, $lmpwd, $ntpwd, $gecos, $homedir, $b) = split(/:/, $_);
127 if (!($gecos eq "")) {
128 …$gecos =~ tr/�������������������������������������������������/AAAAaaaaCcEEEEEeeeeeIIIIiiiiNnOOOOo…
130 $gecos = $config{userGecos};
147 modify_account($login, $userbasedn, $lmpwd, $ntpwd, $gecos, $homedir);
158 modify_account($login, $userbasedn, $lmpwd, $ntpwd, $gecos, $homedir);
/dports/irc/atheme-services/atheme-7.2.9/modules/operserv/
H A Drnc.c25 const char *gecos; member
53 rnc = mowgli_patricia_retrieve(realnames, u->gecos); in os_cmd_rnc()
59 rnc->gecos = u->gecos; in os_cmd_rnc()
61 mowgli_patricia_add(realnames, rnc->gecos, rnc); in os_cmd_rnc()
82 …ess_nodata(si, _("\2%d\2: \2%d\2 matches for realname \2%s\2"), i, biggest->count, biggest->gecos); in os_cmd_rnc()
83 mowgli_patricia_delete(realnames, biggest->gecos); in os_cmd_rnc()
90 mowgli_patricia_delete(realnames, rnc->gecos); in os_cmd_rnc()
/dports/sysutils/userneu-devel/userneu-1.43b/
H A Duserneu.pl396 my $gecos;
399 $gecos .= (shift @entry) . ";";
402 if ( $schoolyear_add ) { $gecos .= $schoolyear };
404 $gecos =~ s/\;$//;
482 my $gecos;
483 while ( @person ) { $gecos .= (shift @person) . ";"; }
487 if ( $schoolyear_add ) { $gecos .= $schoolyear };
492 $gecos =~ s/\;$//;
505 else { shellscript_create($name,$clearpass,$passwdhash,$gecos,$target_system); }
565 my $gecos = $_[3];
[all …]
/dports/devel/util-linux/util-linux-2.36/login-utils/
H A Dchfn.c120 const size_t len = strlen(gecos); in check_gecos_string()
126 if (illegal_passwd_chars(gecos)) { in check_gecos_string()
206 char *gecos; in parse_passwd() local
211 gecos = xstrdup(ctl->pw->pw_gecos); in parse_passwd()
214 ctl->oldf.office = strsep(&gecos, ","); in parse_passwd()
219 ctl->oldf.other = strsep(&gecos, ","); in parse_passwd()
366 char *gecos; local
381 gecos[len] = 0;
386 LU_GECOS, gecos) < 0) {
389 ctl->pw->pw_gecos = gecos;
[all …]
/dports/security/duo/duo_unix-1.11.4/tests/
H A Dpam_duo-7.t8 Send gecos field unparsed
10 [4] Skipped Duo login for 'full_gecos_field': full-gecos-field
13 $ ./testpam.py -d -c confs/mockduo_gecos_deprecated_parse_flag.conf -f "gecos/6" true
15 [4] Skipped Duo login for 'gecos/6': gecos/6
18 $ ./testpam.py -d -c confs/mockduo_gecos_default_delim_6_pos.conf -f "gecos,6" true
19 [4] Skipped Duo login for 'gecos_user_gecos_field6': gecos-user-gecos-field6-allowed
22 $ ./testpam.py -d -c confs/mockduo_gecos_slash_delim_3_pos.conf -f "gecos/3" true
23 [4] Skipped Duo login for 'gecos_user_gecos_field3': gecos-user-gecos-field3-allowed
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/contrib/
H A Dftpasswd163 gecos => $gecos, home => $home, shell => $shell,
187 gecos => $gecos, home => $home, shell => $shell,
207 gecos => $gecos, home => $home, shell => $shell,
226 gecos => $gecos, home => $home, shell => $shell);
249 gecos => $gecos, home => $opts{'home'}, shell => $shell,
285 gid => $opts{'gid'}, gecos => $opts{'gecos'}, home => $opts{'home'},
429 my ($pass, $uid, $gid, $gecos, $home, $shell);
441 $gecos = $fields[4];
461 return ($pass, $uid, $gid, $gecos, $home, $shell);
876 my $gecos = $args{'gecos'};
[all …]
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/contrib/
H A Dftpasswd163 gecos => $gecos, home => $home, shell => $shell,
187 gecos => $gecos, home => $home, shell => $shell,
207 gecos => $gecos, home => $home, shell => $shell,
226 gecos => $gecos, home => $home, shell => $shell);
249 gecos => $gecos, home => $opts{'home'}, shell => $shell,
285 gid => $opts{'gid'}, gecos => $opts{'gecos'}, home => $opts{'home'},
429 my ($pass, $uid, $gid, $gecos, $home, $shell);
441 $gecos = $fields[4];
461 return ($pass, $uid, $gid, $gecos, $home, $shell);
876 my $gecos = $args{'gecos'};
[all …]
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/contrib/
H A Dftpasswd163 gecos => $gecos, home => $home, shell => $shell,
187 gecos => $gecos, home => $home, shell => $shell,
207 gecos => $gecos, home => $home, shell => $shell,
226 gecos => $gecos, home => $home, shell => $shell);
249 gecos => $gecos, home => $opts{'home'}, shell => $shell,
285 gid => $opts{'gid'}, gecos => $opts{'gecos'}, home => $opts{'home'},
429 my ($pass, $uid, $gid, $gecos, $home, $shell);
441 $gecos = $fields[4];
461 return ($pass, $uid, $gid, $gecos, $home, $shell);
876 my $gecos = $args{'gecos'};
[all …]
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/contrib/
H A Dftpasswd163 gecos => $gecos, home => $home, shell => $shell,
187 gecos => $gecos, home => $home, shell => $shell,
207 gecos => $gecos, home => $home, shell => $shell,
226 gecos => $gecos, home => $home, shell => $shell);
249 gecos => $gecos, home => $opts{'home'}, shell => $shell,
285 gid => $opts{'gid'}, gecos => $opts{'gecos'}, home => $opts{'home'},
429 my ($pass, $uid, $gid, $gecos, $home, $shell);
441 $gecos = $fields[4];
461 return ($pass, $uid, $gid, $gecos, $home, $shell);
876 my $gecos = $args{'gecos'};
[all …]
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/contrib/
H A Dftpasswd163 gecos => $gecos, home => $home, shell => $shell,
187 gecos => $gecos, home => $home, shell => $shell,
207 gecos => $gecos, home => $home, shell => $shell,
226 gecos => $gecos, home => $home, shell => $shell);
249 gecos => $gecos, home => $opts{'home'}, shell => $shell,
285 gid => $opts{'gid'}, gecos => $opts{'gecos'}, home => $opts{'home'},
429 my ($pass, $uid, $gid, $gecos, $home, $shell);
441 $gecos = $fields[4];
461 return ($pass, $uid, $gid, $gecos, $home, $shell);
876 my $gecos = $args{'gecos'};
[all …]
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/contrib/
H A Dftpasswd163 gecos => $gecos, home => $home, shell => $shell,
187 gecos => $gecos, home => $home, shell => $shell,
207 gecos => $gecos, home => $home, shell => $shell,
226 gecos => $gecos, home => $home, shell => $shell);
249 gecos => $gecos, home => $opts{'home'}, shell => $shell,
285 gid => $opts{'gid'}, gecos => $opts{'gecos'}, home => $opts{'home'},
429 my ($pass, $uid, $gid, $gecos, $home, $shell);
441 $gecos = $fields[4];
461 return ($pass, $uid, $gid, $gecos, $home, $shell);
876 my $gecos = $args{'gecos'};
[all …]
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/contrib/
H A Dftpasswd163 gecos => $gecos, home => $home, shell => $shell,
187 gecos => $gecos, home => $home, shell => $shell,
207 gecos => $gecos, home => $home, shell => $shell,
226 gecos => $gecos, home => $home, shell => $shell);
249 gecos => $gecos, home => $opts{'home'}, shell => $shell,
285 gid => $opts{'gid'}, gecos => $opts{'gecos'}, home => $opts{'home'},
429 my ($pass, $uid, $gid, $gecos, $home, $shell);
441 $gecos = $fields[4];
461 return ($pass, $uid, $gid, $gecos, $home, $shell);
876 my $gecos = $args{'gecos'};
[all …]
/dports/ftp/proftpd/proftpd-1.3.7c/contrib/
H A Dftpasswd163 gecos => $gecos, home => $home, shell => $shell,
187 gecos => $gecos, home => $home, shell => $shell,
207 gecos => $gecos, home => $home, shell => $shell,
226 gecos => $gecos, home => $home, shell => $shell);
249 gecos => $gecos, home => $opts{'home'}, shell => $shell,
285 gid => $opts{'gid'}, gecos => $opts{'gecos'}, home => $opts{'home'},
429 my ($pass, $uid, $gid, $gecos, $home, $shell);
441 $gecos = $fields[4];
461 return ($pass, $uid, $gid, $gecos, $home, $shell);
876 my $gecos = $args{'gecos'};
[all …]
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/contrib/
H A Dftpasswd163 gecos => $gecos, home => $home, shell => $shell,
187 gecos => $gecos, home => $home, shell => $shell,
207 gecos => $gecos, home => $home, shell => $shell,
226 gecos => $gecos, home => $home, shell => $shell);
249 gecos => $gecos, home => $opts{'home'}, shell => $shell,
285 gid => $opts{'gid'}, gecos => $opts{'gecos'}, home => $opts{'home'},
429 my ($pass, $uid, $gid, $gecos, $home, $shell);
441 $gecos = $fields[4];
461 return ($pass, $uid, $gid, $gecos, $home, $shell);
876 my $gecos = $args{'gecos'};
[all …]
/dports/security/pam_ldap/pam_ldap-186/
H A Dchfn91 @gecos=split(',',(getpwnam($user))[6]);
100 print "\t$FIELDS{$_} [$gecos[$i]]: ";
102 $new{$_}=$gecos[$i] if($new{$_} eq '');
104 print "\t$FIELDS{$_}: $gecos[$i]\n";
114 $gecos[$i]=$new{$_} if(defined $new{$_});
119 $gecos[3].='';
121 replace => {'gecos' => join(',',@gecos)});
/dports/mail/sympa/sympa-6.2.62/src/lib/Sympa/Request/Handler/
H A Dimport.pm64 my ($email, $gecos) = m{\A\s*(\S+)(?:\s+(.*))?\s*\z};
66 (defined $gecos and $gecos =~ /\S/)
67 ? {email => $email, gecos => $gecos}
79 gecos => $user->{gecos},
/dports/games/xgalaga++/xgalaga++-0.9/
H A Dconfig.cc15 const char * gecos (pwd->pw_gecos); in GetUserFullName() local
16 if (!gecos || !gecos[0]) return pwd->pw_name; in GetUserFullName()
17 while (*gecos && *gecos != ',') ++gecos; in GetUserFullName()
18 return std::string(pwd->pw_gecos, gecos - pwd->pw_gecos); in GetUserFullName()
/dports/sysutils/linrename/util-linux-2.25.2/login-utils/
H A Dchfn.c270 char *gecos; local
277 gecos = xstrdup(pw->pw_gecos);
278 cp = (gecos ? gecos : "");
368 if (strlen(gecos) > MAX_FIELD_SIZE) {
376 for (i = 0; i < strlen(gecos); i++) {
377 c = gecos[i];
433 char *gecos; local
452 gecos = (char *)xmalloc(len + 1);
460 gecos[len] = 0;
465 LU_GECOS, gecos) < 0) {
[all …]
/dports/mail/sympa/sympa-6.2.62/default/create_list_templates/confidential/
H A Dconfig.tt244 [% IF o.gecos -%]
45 gecos [% o.gecos %]
54 [% IF e.gecos -%]
55 gecos [% e.gecos %]
/dports/print/a2ps/a2ps-4.13/lib/
H A Duserdata.c84 char *gecos = NULL; in userdata_get() local
95 gecos = ALLOCA (char, in userdata_get()
99 cp2 = gecos; in userdata_get()
113 gecos = ALLOCA (char, strlen (passwd->pw_gecos) + 1); in userdata_get()
114 stpcpy (gecos, passwd->pw_gecos); in userdata_get()
120 name = gecos; in userdata_get()
121 if ((comments = strchr (gecos, ','))) in userdata_get()

12345678910>>...48