summaryrefslogtreecommitdiff
path: root/source3/rpcclient
AgeCommit message (Expand)AuthorFilesLines
2002-04-04Free popt context after argument parsing.Tim Potter1-0/+2
2002-04-03removing unused files....Gerald Carter1-88/+0
2002-04-02added "list <pipe>" command to display the available commandsGerald Carter1-0/+45
2002-04-02some mergee from SAMBA_2_2. Does compile, but needs some more testing.Gerald Carter1-13/+160
2002-03-17Renamed get_nt_error_msg() to nt_errstr().Tim Potter2-4/+4
2002-03-08Swap order of close brace and done: tag to appease AIX compiler. Order shoul...Jim McDonough1-1/+1
2002-03-08One more fix to get popt to work for some compilers...this is the downside to...Jim McDonough1-15/+22
2002-03-07Convert rpcclient to use popt instead of getopt. Includes changing of got_pa...Jim McDonough1-32/+46
2002-03-07Cosmetic fixup for enum_printersTim Potter1-2/+5
2002-03-07Fixed a bunch of crash bugs for enumprinters at various info levels.Tim Potter2-30/+41
2002-03-07argc == 0 is an impossible condition.Tim Potter1-1/+2
2002-03-02Allow Samba to trust NT4 Domains.Andrew Bartlett1-1/+1
2002-02-26merge from 2.2 - fix parsing of optionsHerb Lewis1-14/+16
2002-02-25Implemented client side functions for SPOOLSS addform, getform, setform andTim Potter1-13/+150
2002-02-20Converted remaining spoolss rpcclient functions to werror/needed/offered.Tim Potter1-52/+60
2002-02-19Converted {cmd,cli}_spoolss_getprinter() to WERROR and offered/neede.Tim Potter1-14/+23
2002-02-19Converted cmd_spoolss_enumprinterdrivers() to use newTim Potter1-13/+14
2002-01-31Added addform, setform and deleteform commands. The only one I could getTim Potter1-4/+169
2002-01-30Removed version number from file header.Tim Potter15-30/+15
2002-01-26Back out some of the less well thought out ideas from last weeks work onAndrew Bartlett1-10/+1
2002-01-26Make a talloc'ed copy of this strings so we can pass the right kind of pointerAndrew Bartlett1-1/+5
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