summaryrefslogtreecommitdiffstats
path: root/source3/rpcclient/cmd_netlogon.c
Commit message (Expand)AuthorAgeFilesLines
* it now all compiles - so try enabling it by default and see what explodes on ...Andrew Tridgell2001-09-041-23/+23
* Merge of sam sync code from TNG.Tim Potter2001-08-281-3/+217
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-2/+2
* Started adding some help/usage info for rpcclient commands.Tim Potter2001-07-201-4/+7
* fix compiler warningsSimo Sorce2001-06-231-0/+2
* Added srvinfo and partial logonctrl and logonctrl2 commands.Tim Potter2001-05-241-1/+75
* Added stubs for SRVSVC and NETLOGON rpcclient commands.Tim Potter2001-05-241-114/+10
* just enough to get rpcclient to compile. Look for #if 0Gerald Carter2000-06-231-0/+2
* moved secrets fns into secrets.cAndrew Tridgell2000-06-031-2/+2
* added secrets.tdb and changed storage of trust account password to useAndrew Tridgell2000-05-081-2/+4
* moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell2000-04-251-1/+0
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-146/+21
* ABOUT TIME!!!!!!!!Luke Leighton1999-12-081-1/+1
* cleaning up: removing those horrible references to server listLuke Leighton1999-12-021-4/+2
* damn, that took a while. nt login password was being stored incorrectlyLuke Leighton1999-12-011-0/+2
* 1) when no domain used in ntlogin test command, should use default oneLuke Leighton1999-12-011-1/+28
* attempting to resolve the issue that multiple servers often specified inLuke Leighton1999-11-291-3/+6
* ok. got ntlogin command working. argh, it maintains a connection toLuke Leighton1999-11-291-1/+1
* first attempt at getting \PIPE\NETLOGON working. it's pretty horrible.Luke Leighton1999-11-291-28/+35
* ok. *whew*. this is the first completed part of the restructure.Luke Leighton1999-11-241-6/+7
* another four next_token() removals (using getopt instead)Luke Leighton1999-11-221-5/+17
* okay :) all cmd_() functions now take int argc, char **argv :) thatLuke Leighton1999-11-221-3/+3
* adding extra parameter back in to trust account functions (trust account name).Luke Leighton1999-10-261-1/+4
* the dynamic memory alloc blood-fest goes on...Luke Leighton1999-10-211-3/+3
* various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c.Luke Leighton1999-10-211-3/+6
* need status codes from cli_net_req_chal() and cli_net_auth2().Luke Leighton1999-10-191-2/+4
* split matthew's sync command (only currently called from smbpasswd)Luke Leighton1999-09-211-5/+13
* BDC support.Luke Leighton1999-07-211-1/+10
* Some more BDC-related fixes, mainly to the NET_SAM_SYNC RPC with respectMatthew Chapman1999-06-021-22/+1
* Mainly BDC-related changes.Matthew Chapman1999-04-081-1/+29
* new "domtrust" test command. r&d into inter-domain trust accounts.Luke Leighton1999-03-121-1/+43
* removed nt_pipe_fnum from struct cli_state. need to be able to callLuke Leighton1998-12-071-6/+7
* rpctorture commandLuke Leighton1998-10-221-8/+2
* Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode.Jeremy Allison1998-10-211-0/+2
* rpc client mods (ntlmssp flags)Luke Leighton1998-10-161-1/+1
* trust passwordLuke Leighton1998-10-161-1/+1
* rpcclient interactive login (with trust account changing if you are root)Luke Leighton1998-10-151-23/+52
* added rpcclient programLuke Leighton1998-09-251-0/+108