search for: cli_

Displaying 6 results from an estimated 6 matches for "cli_".

Did you mean: cli
2000 Jan 26
0
coding volunteers needed for msrpc server-side API conversion
...olss code, i'd like to have spoolss converted over, too. more hands, light work... On Tue, 25 Jan 2000, Luke Kenneth Casson Leighton wrote: > if anyone wants to help with a very boring but basically self-consistent > task, i'd really appreciate it. the goal is, examine rpc_client/cli_*.c > functions, e.g samr_open_domain(), and create a srv_*.c function with > EXACTLY the same paramaters called _samr_open_domain(), for all functions > in rpc_client/cli_*.c and srv_*.c. > > please see samba tng's rpc_server/srv_samr.c and samrd/srv_samr_passdb.c > for examp...
2020 Oct 12
2
Lookup sid with libsmbclient (invoked from c# on mono)
Vincent Le Toux via samba <samba at lists.samba.org> writes: > Indeed, rpcclient is the program I looked for the first time. > > I cannot invoke it in a command line because I have at least 1000 SID to > resolve > (I discover them one by one so I'll have to run rpcclient at least 1000 > times) You can pass multiples SID at a time to these commands. But you would have
2005 Feb 17
0
libsmbclient and closing connections
...the user against the samba permissions of the dir/file being accessed. Everything works great, except that the samba connections to dot get closed when the http connection dies. This becomes a major problem after a while as all kinds of zombie connections are lying around. I see there are some cli_* type calls that might do the trick, but I was hoping to avoid having to learn any samba internals etc.. I looked at the example code avilable and it appears that no close call is ever made, just an exit() when smbclient etc.. ends. Any tips/pointers greatly appreciated. Thanks, Mik...
2020 Oct 12
0
Lookup sid with libsmbclient (invoked from c# on mono)
...having examined another one) What I?m missing is the api calls (in order) that I need to do to create this connection. Many exports that rpcclient is using are not included in libsmbdlient. I can find the final rpc function, but not the functions to establish the right context. Rpcclient is using cli_ functions that are not found in other examples. I need to know which c api to call in order to build the binding that the c function you quote needs (the first input arg) Br Vincent Le lun. 12 oct. 2020 ? 18:23, Aur?lien Aptel <aaptel at suse.com> a ?crit : > Vincent Le Toux via samba...
2009 Oct 05
2
Authenticating users from proprietary user databases
Hi, I work for a company which develops a rather complicated Linux-based grid-technology appliance. The appliance is made of several Linux hosts, exposing its functionality over a proprietary CLI-like protocol. This protocol currently works by running a proprietary client executable on a host, sending the command via TCP/IP to one of the appliance's hosts and receiving the response. The
2020 Oct 12
2
Lookup sid with libsmbclient (invoked from c# on mono)
Typical example: Here is some search & export for libsmbclient: adiant at ubuntu:/usr/lib/x86_64-linux-gnu$ nm -D libsmbclient.so.0 |grep cli_rpc_pipe_open_noauth_transport <nothing> adiant at ubuntu:/usr/lib/x86_64-linux-gnu$ nm -D libsmbclient.so.0 |grep cli_rpc_pipe_open U cli_rpc_pipe_open_noauth adiant at ubuntu:/usr/lib/x86_64-linux-gnu$ nm -D libsmbclient.so.0 |grep lsa U ndr_table_lsarpc...