HomeSort by: relevance | last modified time | path
    Searched refs:chroot_directory (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
servconf.h 245 char *chroot_directory; member in struct:__anon186
auth.c 224 if (options.chroot_directory == NULL ||
225 strcasecmp(options.chroot_directory, "none") == 0) {
session.c 1207 if (!in_chroot && options.chroot_directory != NULL &&
1208 strcasecmp(options.chroot_directory, "none") != 0) {
1209 tmp = tilde_expand_filename(options.chroot_directory,
1219 free(options.chroot_directory);
1220 options.chroot_directory = NULL;
1234 } else if (options.chroot_directory != NULL &&
1235 strcasecmp(options.chroot_directory, "none") != 0) {
servconf.c 230 options->chroot_directory = NULL;
645 CLEAR_ON_NONE(options->chroot_directory);
2673 charptr = &options->chroot_directory;
3329 M_CP_STROPT(chroot_directory);
3330 if (option_clear_or_none(dst->chroot_directory)) {
3331 free(dst->chroot_directory);
3332 dst->chroot_directory = NULL;
3617 dump_cfg_string(sChrootDirectory, o->chroot_directory);

Completed in 95 milliseconds