アットウィキロゴ

vsftpd_1.2.1_prelogin.c_handle_pass_command

source

prelogin.c

line

28 - 43

概要


static void handle_pass_command(struct vsf_session* p_sess)

処理の流れ


     28 static void handle_pass_command(struct vsf_session* p_sess);
    29
    30 void
    31 init_connection(struct vsf_session* p_sess)
    32 {
    33   if (tunable_setproctitle_enable)
    34   {
    35     vsf_sysutil_setproctitle("not logged in");
    36   }
    37   /* Before we talk to the remote, make sure an alarm is set up in case
    38    * writing the initial greetings should block.
    39    */
    40   vsf_cmdio_set_alarm(p_sess);
    41   emit_greeting(p_sess);
    42   parse_username_password(p_sess);
    43 }


function


    28 static void handle_pass_command(struct vsf_session* p_sess);
    29
    30 void
    31 init_connection(struct vsf_session* p_sess)
    32 {
    33   if (tunable_setproctitle_enable)
    34   {
    35     vsf_sysutil_setproctitle("not logged in");
    36   }
    37   /* Before we talk to the remote, make sure an alarm is set up in case
    38    * writing the initial greetings should block.
    39    */
    40   vsf_cmdio_set_alarm(p_sess);
    41   emit_greeting(p_sess);
    42   parse_username_password(p_sess);
    43 }
最終更新:2009年03月01日 16:34
ツールボックス

下から選んでください:

新しいページを作成する
ヘルプ / FAQ もご覧ください。