summaryrefslogtreecommitdiff
path: root/source3/rpcclient
AgeCommit message (Expand)AuthorFilesLines
2001-10-14the next step in the intl changeover. This should get us compiling agian,Andrew Tridgell1-6/+0
2001-10-12Moved from include subdir.Tim Potter1-0/+35
2001-10-12Some old stuff hanging around since the CIFS conference. Big cleanup ofTim Potter8-1044/+292
2001-10-03Fixup insure changes for rpcclient.Jeremy Allison1-4/+3
2001-10-03Incorrect definition of debugf.Jeremy Allison1-1/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter9-19/+0
2001-09-29return NT_STATUS_NO_MEMORY istead of NT_STATUS_OK if we are out of memory.Simo Sorce1-1/+1
2001-09-18Converted cli_net_auth2() and cli_nt_setup_creds() to return NTSTATUS.Tim Potter1-2/+6
2001-09-17move to SAFE_FREE()Simo Sorce2-7/+7
2001-09-15Fix up NTSTATUS stuff in rpcclient's help functionAndrew Bartlett1-5/+5
2001-09-14Produce correct lanman and nt hashes in samsync smbpasswd output. TheTim Potter1-5/+24
2001-09-06Converted to NTSTATUS return codes.Tim Potter1-17/+92
2001-09-05oh fooTim Potter1-1/+1
2001-09-05Don't crash if run with no command line arguments. (-:Tim Potter1-1/+1
2001-09-04it now all compiles - so try enabling it by default and see what explodes on ...Andrew Tridgell6-339/+316
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell3-57/+63
2001-09-03the next step in our error code handling changeAndrew Tridgell1-3/+3
2001-08-28Start of samsync program invoked by smbd to perform sam synchronisation andTim Potter1-0/+270
2001-08-28Merge of sam sync code from TNG.Tim Potter1-3/+217
2001-08-27Fix bug in usage().Tim Potter1-3/+7
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell8-94/+94
2001-08-10- avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed)Simo Sorce7-40/+248
2001-08-10Replaced the duplicate DOS constants with appropriate ones from doserr.h toTim Potter1-5/+5
2001-07-27Return an exit code when connect failed.Tim Potter1-1/+1
2001-07-25Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.Tim Potter1-12/+12
2001-07-20Started adding some help/usage info for rpcclient commands.Tim Potter7-68/+128
2001-07-08fixed anonymous login in rpcclientAndrew Tridgell1-4/+7
2001-07-08improved the command line parsing of rpcclientAndrew Tridgell1-16/+17
2001-07-04missed a couple of strchr callsAndrew Tridgell1-1/+1
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-3/+3
2001-07-04The big character set handling changeover!Andrew Tridgell4-133/+139
2001-06-23fix compiler warningsSimo Sorce1-0/+2
2001-06-21next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell3-16/+16
2001-06-20Added delete domain user rpcclient command.Tim Potter1-1/+84
2001-06-13Added some msdfs client routines.Tim Potter1-0/+291
2001-06-06Added stub dfs client commands to rpcclient.Tim Potter1-0/+2
2001-06-06Added stubs for dfs rpc client routines.Tim Potter1-0/+32
2001-06-06Fixups for new args to cli_samr_connect()Tim Potter1-35/+175
2001-06-04Added add domain user to rpcclient.Tim Potter1-0/+88
2001-05-31merge from 2.2Gerald Carter1-12/+28
2001-05-31merge from 2.2Gerald Carter1-0/+6
2001-05-31merge from 2.2Gerald Carter1-1/+1
2001-05-24Added srvinfo and partial logonctrl and logonctrl2 commands.Tim Potter2-2/+267
2001-05-24Fixed compiler warning.Tim Potter1-1/+0
2001-05-24Removed some level 0 debugs accidentally left in - oops.Tim Potter1-3/+0
2001-05-24Replaced next_command() with call to next_token().Tim Potter1-21/+5
2001-05-24Added stubs for SRVSVC and NETLOGON rpcclient commands.Tim Potter3-426/+61
2001-05-18merge from 2.2 (deleteprinterdriver RPC)Gerald Carter1-8/+15
2001-05-17merge from 2.2 DeletePrinterDriver() server side stud comingGerald Carter1-0/+48
2001-05-15Fixed up SAM_USERINFO_CTR dynamic stuff in cmd_samr_query_user()Tim Potter1-8/+4