Home
last modified time | relevance | path

Searched refs:newhome (Results 1 – 19 of 19) sorted by relevance

/dports/shells/jailkit/jailkit-2.22/src/
H A Djk_chrootsh.c179 char *jaildir=NULL, *newhome=NULL, *shell=NULL; in main() local
370 if (!getjaildir(pw->pw_dir, &jaildir, &newhome)) { in main()
514 if (strcmp(pw->pw_dir, newhome)!=0) { in main()
515 DEBUG_MSG("%s!=%s\n",pw->pw_dir, newhome); in main()
521 DEBUG_MSG("%s!=%s\n",intpw->pw_dir, newhome); in main()
525 if (!dirs_equal(intpw->pw_dir, newhome)) { in main()
526 DEBUG_MSG("%s!=%s\n",intpw->pw_dir, newhome); in main()
545 setenv("HOME",newhome,1); in main()
549 if (chdir(newhome) != 0) { in main()
550 …de the jail %s: %s, check the permissions for %s/%s",newhome,jaildir,strerror(errno),jaildir,newho… in main()
[all …]
H A Djk_procmailwrapper.c74 char *jaildir=NULL, *newhome=NULL; in main() local
147 if (!getjaildir(pw->pw_dir, &jaildir, &newhome)) { in main()
227 if (strcmp(pw->pw_dir, newhome)!=0) { in main()
243 setenv("HOME",newhome,1); in main()
245 if (chdir(newhome) != 0) { in main()
246 syslog(LOG_ERR, "abort, failed to chdir() inside the jail to %s",newhome); in main()
251 free(newhome); in main()
/dports/shells/jailkit/jailkit-2.22/py/
H A Djk_jailuser.in205 newhome = pw[5]
208 newhome = jail+'.'+pw[5][len(jail)-1:]
211 newhome = jail+'.'+pw[5]
213 newhome = striptrailingslash(newhome)
215 if (oldhome != newhome or pw[6] != PREFIX+'/sbin/jk_chrootsh'):
217 print('modify user '+user+'; dir '+newhome+' and shell '+PREFIX+'/sbin/jk_chrootsh')
218 if (not moduser(user,newhome,PREFIX+'/sbin/jk_chrootsh')):
225 if (oldhome == newhome):
236 print('Moving files from '+oldhome+' to '+newhome)
237 jk_lib.move_dir_with_permissions_and_owner(oldhome,newhome,(config['verbose']==1))
/dports/security/rnp/rnp-0.15.2/src/tests/
H A Dgeneratekey.cpp396 std::string newhome = "newhome/.rnp"; in TEST_F() local
398 path_mkdir(0700, newhome.c_str(), NULL); in TEST_F()
435 const char *newhome = "newhome"; in TEST_F() local
470 path_mkdir(0700, newhome, NULL); in TEST_F()
474 assert_false(path_rnp_file_exists(newhome, "pubring.kbx", NULL)); in TEST_F()
475 assert_false(path_rnp_file_exists(newhome, "secring.kbx", NULL)); in TEST_F()
476 assert_false(path_rnp_file_exists(newhome, "pubring.gpg", NULL)); in TEST_F()
477 assert_false(path_rnp_file_exists(newhome, "secring.gpg", NULL)); in TEST_F()
482 assert_true(path_rnp_file_exists(newhome, "pubring.kbx", NULL)); in TEST_F()
483 assert_true(path_rnp_file_exists(newhome, "secring.kbx", NULL)); in TEST_F()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/tests/
H A Dgeneratekey.cpp448 std::string newhome = "newhome/.rnp"; in TEST_F() local
450 path_mkdir(0700, newhome.c_str(), NULL); in TEST_F()
487 const char *newhome = "newhome"; in TEST_F() local
522 path_mkdir(0700, newhome, NULL); in TEST_F()
526 assert_false(path_rnp_file_exists(newhome, "pubring.kbx", NULL)); in TEST_F()
527 assert_false(path_rnp_file_exists(newhome, "secring.kbx", NULL)); in TEST_F()
528 assert_false(path_rnp_file_exists(newhome, "pubring.gpg", NULL)); in TEST_F()
529 assert_false(path_rnp_file_exists(newhome, "secring.gpg", NULL)); in TEST_F()
534 assert_true(path_rnp_file_exists(newhome, "pubring.kbx", NULL)); in TEST_F()
535 assert_true(path_rnp_file_exists(newhome, "secring.kbx", NULL)); in TEST_F()
[all …]
/dports/security/monkeysphere/monkeysphere-0.42/src/share/mh/
H A Drevoke_key96 local newhome=$(msmktempdir)
97 GNUPGHOME="$newhome" gpg2 --no-tty --quiet --import < "$HOST_KEY_FILE"
98 GNUPGHOME="$newhome" gpg2 --no-tty --quiet --import <<< "$revcert"
99 GNUPGHOME="$newhome" gpg2 --keyserver "$KEYSERVER" --send-keys "0x${keyID}!"
100 rm -rf "$newhome"
/dports/mail/spamassassin-devel/spamassassin-1ea352210/lib/Mail/SpamAssassin/
H A DDns.pm631 my $newhome;
633 $newhome = $self->{main}->{home_dir_for_helpers};
636 $newhome = (Mail::SpamAssassin::Util::portable_getpwuid ($>))[7];
639 if ($newhome) {
640 $ENV{'HOME'} = Mail::SpamAssassin::Util::untaint_file_path ($newhome);
/dports/mail/spamassassin/Mail-SpamAssassin-3.4.5/lib/Mail/SpamAssassin/
H A DDns.pm629 my $newhome;
631 $newhome = $self->{main}->{home_dir_for_helpers};
634 $newhome = (Mail::SpamAssassin::Util::portable_getpwuid ($>))[7];
637 if ($newhome) {
638 $ENV{'HOME'} = Mail::SpamAssassin::Util::untaint_file_path ($newhome);
/dports/sysutils/py-salt/salt-3004.1/salt/states/
H A Duser.py132 newhome = home if home else lusr["home"]
133 if newhome is not None and not os.path.isdir(newhome):
134 change["homeDoesNotExist"] = newhome
/dports/www/script4rss/script4rss-0.4b/examples/
H A Dsciencenow2rss.s4r18 search : /\s*<td width=\"32\" valign=\"top\"><a href=\".*<img src=\"\/icons\/newhome\/arrow_re…
/dports/security/p5-Unix-Passwd-File/Unix-Passwd-File-0.251/
H A DREADME43 $res = modify_user(user=>"ujang", home=>"/newhome/ujang"); # [200, "OK"]
/dports/lang/spidermonkey78/firefox-78.9.0/browser/components/newtab/docs/v2-system-addon/
H A Ddata_events.md32 …= 5 = (1 | (1 << 2))`, i.e `value = (bitfield of about:newtab) | (bitfield of about:newhome << 2)`.
/dports/www/py-weboob/weboob-2.0/
H A DChangeLog6983 * Handle newhome page to detect new website
/dports/security/dirbuster/DirBuster-1.0-RC1/
H A Ddirectories.jbrofuzz35018 newhome
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/js/vendor/
H A Dzxcvbn.js.map21 …gwave,fred22,andreea,poulet,mercutio,psycholo,andrew88,o4izdmxu,sanctuar,newhome,milion,suckmydi,r…
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/install/assets/js/
H A Dzxcvbn.js.map21 …gwave,fred22,andreea,poulet,mercutio,psycholo,andrew88,o4izdmxu,sanctuar,newhome,milion,suckmydi,r…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/terser/dist/
H A Dbundle.min.js.map1 …newValue\",\n \"newValueSpecifiedUnits\",\n \"newVersion\",\n \"newhome\",\n \"next\",…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/perf_tests/parser/resources/
H A Dfinal-url-en15323 http://science.nasa.gov/newhome/headlines/features/ast21sep98_1.htm
80703 http://www.worldandi.com/newhome/public/2003/august/nspub2.asp
/dports/security/vaultwarden/web-vault/app/
H A Dvendor.8e5494e39b48bad5e654.js.map1 …gwave,fred22,andreea,poulet,mercutio,psycholo,andrew88,o4izdmxu,sanctuar,newhome,milion,suckmydi,r…