summaryrefslogtreecommitdiff
path: root/source3/rpcclient
AgeCommit message (Expand)AuthorFilesLines
2001-12-30Unicode byte ording fix from Benjamin Kuit <bj@it.uts.edu.au>Tim Potter1-1/+1
2001-12-30Finish idra's cleanup of the RPC remote shutdown code.Andrew Bartlett1-4/+2
2001-12-30remove unneaded memory leaking code.Simo Sorce1-16/+0
2001-12-21close some handles. not really necessary but doesn't hurt.Jean-François Micouleau1-0/+3
2001-12-21added all level to samr_query_disp_info rpcclient side.Jean-François Micouleau1-21/+102
2001-12-21put back the -l option to rpcclient.Jean-François Micouleau1-1/+8
2001-12-21Fix for null command description in rpcclient help. From Benjamin KuitTim Potter1-1/+2
2001-12-20lp_setup_logfile() doesn't exist any moreAndrew Tridgell1-7/+1
2001-12-20Removed global debugf. Replaced with lp_set_logfile(name).Jeremy Allison2-5/+5
2001-12-18initialise stringsJean-François Micouleau1-4/+4
2001-12-13update the ldap support code. it compiles.Jean-François Micouleau2-5/+12
2001-12-13Fix some compiler warnings.Tim Potter1-2/+1
2001-12-12added a -V[erbose] option to samsync. Decode a lot of informationJean-François Micouleau2-18/+275
2001-12-11SAMR query sec obj returns different results depending on which sam handleTim Potter1-12/+34
2001-12-11Grr - people who put const everywhere should fix up all the warnings theyTim Potter1-1/+2
2001-12-11Removed unused variable.Tim Potter1-3/+1
2001-12-11Doing some research into ACLs on the LSA and SAM policy objects.Tim Potter4-350/+117
2001-12-11Compile fix.Tim Potter1-2/+2
2001-12-10added enum alias groups to rpcclientJean-François Micouleau1-2/+62
2001-12-10Added client and server code for the GetPrintProcessorDirectory SPOOLSSTim Potter1-0/+32
2001-12-03This change reworkes the connection code for both rpcclient and net newAndrew Bartlett1-86/+36
2001-12-02added queryuseraliases to rpcclientJean-François Micouleau1-0/+68
2001-12-02added samr_query_sec_obj. and put back some code to display a securityJean-François Micouleau1-8/+201
2001-11-30Renamed sid field in SEC_ACE to trustee to be more in line with MS'sTim Potter1-1/+1
2001-11-26dyn_CONFIGFILE fixups.Tim Potter1-4/+3
2001-11-24added "net join" commandAndrew Tridgell1-2/+0
2001-11-24added lsaenumprivsaccount and lsalookupprivvalue to rpcclientJean-François Micouleau1-7/+97
2001-11-23Removed TimeInit() call from every client program (except for one placeTim Potter2-4/+0
2001-11-22added lsa_enum_sids to rpcclientJean-François Micouleau1-3/+64
2001-11-22add another command to rpcclient: getdispname. Show the full descriptionJean-François Micouleau1-0/+38
2001-11-22add a command to rpcclient: enumprivsJean-François Micouleau1-0/+48
2001-11-21samr_querydom_info level 1: found the meaning of the unknow fields. AndJean-François Micouleau1-0/+51
2001-11-19Store some path names in global variables initialized to configureMartin Pool2-7/+6
2001-11-15FALSE -> FalseTim Potter1-1/+1
2001-11-05Fixed some compiler warnings.Tim Potter1-8/+8
2001-10-30Allow the logon level to be passed to cli_netlogon_sam_logon() rather thanTim Potter1-4/+4
2001-10-30Display some errors if the initial connection to the server could not beTim Potter1-0/+2
2001-10-30Added samlogon command to test against win2k native mode server. I thinkTim Potter1-0/+58
2001-10-29Converted a bunch of functions to use sscanf %i instead of atoi toTim Potter1-11/+14
2001-10-22samr querydispinfo can change level, start index and max entries.Jean-François Micouleau1-10/+33
2001-10-22allow the samr commands to work back and the help too ;-)Jean-François Micouleau2-46/+24
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