• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_server/

Lines Matching defs:pipe

26  *  named pipe (IPC$ connection using SMBtrans).  details of DCE/RPC
99 * the pipe gets closed. JRA.
334 the pipe struct.
441 failed authentication on named pipe %s.\n", domain, user_name, wks, p->name ));
452 succeeded authentication on named pipe %s, but session key was of incorrect length [%u].\n",
501 * Store the UNIX credential data (uid/gid pair) in the pipe structure.
537 The switch table for the pipe names and the functions to handle them.
546 } pipe;
764 /* we have to check all now since win2k introduced a new UUID on the lsaprpc pipe */
806 Register commands to an RPC pipe
846 rpc_entry->pipe.clnt = SMB_STRDUP(clnt);
847 rpc_entry->pipe.srv = SMB_STRDUP(srv);
856 Respond to a pipe bind request.
879 * Try and find the correct pipe name to ensure
880 * that this is a pipe name we support.
885 if (strequal(rpc_lookup[i].pipe.clnt, p->name)) {
887 rpc_lookup[i].pipe.clnt, rpc_lookup[i].pipe.srv));
888 fstrcpy(p->pipe_srv_name, rpc_lookup[i].pipe.srv);
895 DEBUG(3,("api_pipe_bind_req: Unknown pipe name %s in bind request.\n",
903 if (strequal(rpc_lookup[i].pipe.clnt, p->name)) {
905 rpc_lookup[i].pipe.clnt, rpc_lookup[i].pipe.srv));
906 fstrcpy(p->pipe_srv_name, rpc_lookup[i].pipe.srv);
912 DEBUG(0, ("module %s doesn't provide functions for pipe %s!\n", p->name, p->name));
1055 /* If the requested abstract synt uuid doesn't match our client pipe,
1131 /* The client opens a second RPC NETLOGON pipe without
1421 Return a user struct for a pipe user.
1446 DEBUG(0,("find_pipe_fns_by_context: ERROR! No context list for pipe!\n"));
1480 If the pipe is authenticated then become the correct UNIX user
1509 DEBUG(0,("api_pipe_request: No rpc function table associated with context [%d] on pipe [%s]\n",
1520 Calls the underlying RPC function for a named pipe.
1546 * return True to allow RPC's on the pipe to continue
1547 * and not put the pipe into fault state. JRA.
1640 DEBUG(0,("get_pipe_fns: Unknown pipe index! [%d]\n", idx));