Displaying 3 results from an estimated 3 matches for "setpass".
Did you mean:
  getpass
  
2007 Oct 01
3
stringify_keys!
...found</b>"
      redirect_to :action => ''change_pass'' and return
    end
    if User.authenticate( params[:email], params[:current_pass] ) and
       !@user.nil?
      if params[:new_pass] == params[:new_passvfy]
        begin
         @user.update_attributes(@user.setpass = params[:new_pass])
        rescue Exception => e
            flash[:notice] = e
            redirect_to :action => ''change_pass''
        else
          redirect_to :action => ''traveler_form'' and return
        end
      else
        flash[:notice] = &q...
2004 Jan 01
1
[PATCH] Add winbind-backed NTLMSSP support to Cyrus-SASL
...EAT_WANT_CLIENT_FIRST,		/* features */
 	NULL,				/* glob_context */
 	&ntlm_server_mech_new,		/* mech_new */
-	&ntlm_server_mech_step,		/* mech_step */
+	&ntlm_server_mech_step,	/* mech_step */
 	&ntlm_server_mech_dispose,	/* mech_dispose */
 	NULL,				/* mech_free */
 	NULL,				/* setpass */
@@ -637,11 +347,11 @@
     }
 };
 
-int ntlm_server_plug_init(sasl_utils_t *utils,
-			  int maxversion,
-			  int *out_version,
-			  sasl_server_plug_t **pluglist,
-			  int *plugcount)
+int ntlm_server_plug_init(const sasl_utils_t *utils,
+			   int maxversion,
+			   int *out_version,
+...
2011 Sep 02
1
problems building openssh-5.8p1 on qnx
...g for recvmsg... yes
checking for rresvport_af... yes
checking for sendmsg... yes
checking for setdtablesize... no
checking for setegid... yes
checking for setenv... yes
checking for seteuid... yes
checking for setgroupent... no
checking for setgroups... yes
checking for setlogin... no
checking for setpassent... no
checking for setpcred... no
checking for setproctitle... no
checking for setregid... yes
checking for setreuid... yes
checking for setrlimit... yes
checking for setsid... yes
checking for setvbuf... yes
checking for sigaction... yes
checking for sigvec... no
checking for snprintf... yes
ch...