summaryrefslogtreecommitdiff
path: root/source3/rpcclient/cmd_netlogon.c
AgeCommit message (Expand)AuthorFilesLines
1999-12-011) when no domain used in ntlogin test command, should use default oneLuke Leighton1-1/+28
1999-11-29attempting to resolve the issue that multiple servers often specified inLuke Leighton1-3/+6
1999-11-29ok. got ntlogin command working. argh, it maintains a connection toLuke Leighton1-1/+1
1999-11-29first attempt at getting \PIPE\NETLOGON working. it's pretty horrible.Luke Leighton1-28/+35
1999-11-24ok. *whew*. this is the first completed part of the restructure.Luke Leighton1-6/+7
1999-11-22another four next_token() removals (using getopt instead)Luke Leighton1-5/+17
1999-11-22okay :) all cmd_() functions now take int argc, char **argv :) thatLuke Leighton1-3/+3
1999-10-26adding extra parameter back in to trust account functions (trust account name).Luke Leighton1-1/+4
1999-10-21the dynamic memory alloc blood-fest goes on...Luke Leighton1-3/+3
1999-10-21various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c.Luke Leighton1-3/+6
1999-10-19need status codes from cli_net_req_chal() and cli_net_auth2().Luke Leighton1-2/+4
1999-09-21split matthew's sync command (only currently called from smbpasswd)Luke Leighton1-5/+13
1999-07-21BDC support.Luke Leighton1-1/+10
1999-06-02Some more BDC-related fixes, mainly to the NET_SAM_SYNC RPC with respectMatthew Chapman1-22/+1
1999-04-08Mainly BDC-related changes.Matthew Chapman1-1/+29
1999-03-12new "domtrust" test command. r&d into inter-domain trust accounts.Luke Leighton1-1/+43
1998-12-07removed nt_pipe_fnum from struct cli_state. need to be able to callLuke Leighton1-6/+7
1998-10-22rpctorture commandLuke Leighton1-8/+2
1998-10-21Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode.Jeremy Allison1-0/+2
1998-10-16rpc client mods (ntlmssp flags)Luke Leighton1-1/+1
1998-10-16trust passwordLuke Leighton1-1/+1
1998-10-15rpcclient interactive login (with trust account changing if you are root)Luke Leighton1-23/+52
1998-09-25added rpcclient programLuke Leighton1-0/+108