summaryrefslogtreecommitdiff
path: root/source3/rpcclient
AgeCommit message (Expand)AuthorFilesLines
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
2001-05-14Added arg to querygroupinfo.Tim Potter1-8/+9
2001-05-11Memory leak fixes plus general cleanup.Tim Potter1-35/+20
2001-05-08Fixed querydispinfo command.Tim Potter1-12/+36
2001-05-07iAdded querydispinfo and querydominfo functions.Tim Potter1-3/+205
2001-05-04Added queryaliasmem function.Tim Potter1-4/+104
2001-05-04Tidyup of server vs servername, username vs user to remove compilerTim Potter1-24/+24
2001-05-04Added cmd_samr_enum_dom_groups() function.Tim Potter1-2/+86
2001-05-04More usability fixes.Tim Potter1-1/+3
2001-05-04Allow ctrl-d to exit rpcclient.Tim Potter1-4/+7
2001-04-28rpcclient merge from 2.2 (including Jeremy's non-void return fix)Gerald Carter4-87/+386
2001-04-08Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2-10/+10
2001-03-28Changed usage message for query_groupmem and query_usergroups as they don'tTim Potter1-2/+2
2001-03-23Added Gerald's fixes.Jeremy Allison1-2/+0
2001-03-23More unused variables.Jeremy Allison2-14/+6