summaryrefslogtreecommitdiffstats
path: root/source/rpcclient
Commit message (Expand)AuthorAgeFilesLines
...
* Fixup insure changes for rpcclient.Jeremy Allison2001-10-031-4/+3
* Incorrect definition of debugf.Jeremy Allison2001-10-031-1/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-029-19/+0
* return NT_STATUS_NO_MEMORY istead of NT_STATUS_OK if we are out of memory.Simo Sorce2001-09-291-1/+1
* Converted cli_net_auth2() and cli_nt_setup_creds() to return NTSTATUS.Tim Potter2001-09-181-2/+6
* move to SAFE_FREE()Simo Sorce2001-09-172-7/+7
* Fix up NTSTATUS stuff in rpcclient's help functionAndrew Bartlett2001-09-151-5/+5
* Produce correct lanman and nt hashes in samsync smbpasswd output. TheTim Potter2001-09-141-5/+24
* Converted to NTSTATUS return codes.Tim Potter2001-09-061-17/+92
* oh fooTim Potter2001-09-051-1/+1
* Don't crash if run with no command line arguments. (-:Tim Potter2001-09-051-1/+1
* it now all compiles - so try enabling it by default and see what explodes on ...Andrew Tridgell2001-09-046-339/+316
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-043-57/+63
* the next step in our error code handling changeAndrew Tridgell2001-09-031-3/+3
* Start of samsync program invoked by smbd to perform sam synchronisation andTim Potter2001-08-281-0/+270
* Merge of sam sync code from TNG.Tim Potter2001-08-281-3/+217
* Fix bug in usage().Tim Potter2001-08-271-3/+7
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-278-94/+94
* - avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed)Simo Sorce2001-08-107-40/+248
* Replaced the duplicate DOS constants with appropriate ones from doserr.h toTim Potter2001-08-101-5/+5
* Return an exit code when connect failed.Tim Potter2001-07-271-1/+1
* Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.Tim Potter2001-07-251-12/+12
* Started adding some help/usage info for rpcclient commands.Tim Potter2001-07-207-68/+128
* fixed anonymous login in rpcclientAndrew Tridgell2001-07-081-4/+7
* improved the command line parsing of rpcclientAndrew Tridgell2001-07-081-16/+17
* missed a couple of strchr callsAndrew Tridgell2001-07-041-1/+1
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-3/+3
* The big character set handling changeover!Andrew Tridgell2001-07-044-133/+139
* fix compiler warningsSimo Sorce2001-06-231-0/+2
* next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell2001-06-213-16/+16
* Added delete domain user rpcclient command.Tim Potter2001-06-201-1/+84
* Added some msdfs client routines.Tim Potter2001-06-131-0/+291
* Added stub dfs client commands to rpcclient.Tim Potter2001-06-061-0/+2
* Added stubs for dfs rpc client routines.Tim Potter2001-06-061-0/+32
* Fixups for new args to cli_samr_connect()Tim Potter2001-06-061-35/+175
* Added add domain user to rpcclient.Tim Potter2001-06-041-0/+88
* merge from 2.2Gerald Carter2001-05-311-12/+28
* merge from 2.2Gerald Carter2001-05-311-0/+6
* merge from 2.2Gerald Carter2001-05-311-1/+1
* Added srvinfo and partial logonctrl and logonctrl2 commands.Tim Potter2001-05-242-2/+267
* Fixed compiler warning.Tim Potter2001-05-241-1/+0
* Removed some level 0 debugs accidentally left in - oops.Tim Potter2001-05-241-3/+0
* Replaced next_command() with call to next_token().Tim Potter2001-05-241-21/+5
* Added stubs for SRVSVC and NETLOGON rpcclient commands.Tim Potter2001-05-243-426/+61
* merge from 2.2 (deleteprinterdriver RPC)Gerald Carter2001-05-181-8/+15
* merge from 2.2 DeletePrinterDriver() server side stud comingGerald Carter2001-05-171-0/+48
* Fixed up SAM_USERINFO_CTR dynamic stuff in cmd_samr_query_user()Tim Potter2001-05-151-8/+4
* Added arg to querygroupinfo.Tim Potter2001-05-141-8/+9
* Memory leak fixes plus general cleanup.Tim Potter2001-05-111-35/+20
* Fixed querydispinfo command.Tim Potter2001-05-081-12/+36