summaryrefslogtreecommitdiff
path: root/source3/rpcclient
AgeCommit message (Expand)AuthorFilesLines
2002-01-20This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett1-4/+9
2002-01-19fixes (asprintf) from 2.2Simo Sorce1-3/+7
2002-01-07Converted getprinterdriver to WERROR - it always returns dos error 6Tim Potter1-11/+17
2002-01-06Converted enumprinters and enumports cmd functions to use WERRORTim Potter1-32/+39
2002-01-06spoolss rpc client cleanup:Tim Potter1-35/+62
2002-01-06Display nicer message when server name could not be resolved.Tim Potter1-3/+3
2002-01-03Fixed crash bug in display_print_info_2()Tim Potter1-65/+87
2002-01-03Fixed crash bug in display_print_info_1()Tim Potter1-3/+13
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