1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-07 17:18:11 +03:00
samba-mirror/source3/rpcclient
Luke Leighton 8598bf2a7f reverted jeremy's c++-like security descriptor modifications as the
simplest method to get rpcclient's reggetsec command working.  the
buffers passed as arguments in do_reg_get_key_sec() do need to be
locally allocated not dynamically allocated, as two calls to
reg_get_key_sec() are needed.  on the first, the server fills in the
size of the security descriptor buffer needed.  on the second, the
server fills in the security descriptor buffer.
(This used to be commit b2d9cbef6f)
1999-08-03 20:30:25 +00:00
..
cmd_atsvc.c use pstring for at command instead of fstring 1999-07-21 00:30:18 +00:00
cmd_eventlog.c Added a new command to rpcclient: eventlog <log> where <log> is System, 1999-05-03 21:52:29 +00:00
cmd_lsarpc.c querysecret now shows the real, fairdinkum, decrypted secret :-) 1999-03-19 15:11:07 +00:00
cmd_netlogon.c BDC support. 1999-07-21 00:32:09 +00:00
cmd_reg.c reverted jeremy's c++-like security descriptor modifications as the 1999-08-03 20:30:25 +00:00
cmd_samr.c Fixed rpcclient's samuser command. 1999-04-11 02:34:44 +00:00
cmd_srvsvc.c Adding "time" rpcclient command which displays the remote time. 1999-05-01 05:56:55 +00:00
cmd_svcctl.c Always null-terminate strings. 1999-02-15 05:33:30 +00:00
cmd_wkssvc.c removed nt_pipe_fnum from struct cli_state. need to be able to call 1998-12-07 20:23:41 +00:00
display.c reverted jeremy's c++-like security descriptor modifications as the 1999-08-03 20:30:25 +00:00
rpcclient.c Partial GNU readline support for rpcclient. Only command line history 1999-07-09 05:10:10 +00:00