search for: set_uid

Displaying 4 results from an estimated 4 matches for "set_uid".

Did you mean: set_id
2004 Mar 11
2
kenrel 2.6.4 patch for fixing warning of smbfs on high gid/uid
Hello, when i compiled latest linux 2.6.4 kernel source with gcc 3.3.2 on Linux/x86, i got a few warnings about varaibles beeing compared against constants where the range of the variable is so that the expression is always constant. The explicit comparison has to do with the code for high-uid and gid sheme. attached you will find a diff which does eliminate this error message by introducing an
2006 Jul 24
1
how to bind a process to root priority and return to a unroot user
i login with nuroot user id and want to run a process(like listen port under 1024) which only root priority allowed,what can i do(set_uid can't do this). thanks for any help!
2006 Jun 29
1
Problems getting past authentication using functional tests
...r.id_prod_peer = @ppid; user.save!; user.reload; end if user == nil user = User.new; user.id_prod_peer = @ppid; user.nick_name = '' '' user.save!; user.reload; end params[:id] = user.id # set the cookie with the id set_uid user.id; user.nick_name.tr! '' '','''' if user.nick_name == nil || user.nick_name.empty? #render :action => ''user/edit'', :object => user flash[:notice] = ''Please enter a nickname'' redirect_to...
2006 Aug 03
0
problem with Rails: cgi.rb:342
...ance_fix.rb:79:in `to_s'' c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.12.3/lib/action_controller/cooki es.rb:73:in `set_cookie'' c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.12.3/lib/action_controller/cooki es.rb:60:in `[]='' /app/controllers/application.rb:21:in `set_uid'' /app/controllers/login_controller.rb:52:in `login'' c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.12.3/lib/action_controller/base. rb:910:in `perform_action_without_filters'' c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.12.3/lib/action_controller/filte rs.rb:368:i...