summaryrefslogtreecommitdiffstats
path: root/source/rpcclient
Commit message (Expand)AuthorAgeFilesLines
* Fixed compiler warning.Tim Potter2002-06-041-1/+0
* Added getdompwinfo function.Tim Potter2002-06-031-0/+26
* Update for new interface to netfileenumJim McDonough2002-06-011-1/+1
* Update netfileenum to new api.Jim McDonough2002-05-311-1/+1
* Fixed crash bug in querydispinfo.Tim Potter2002-05-311-70/+62
* Added netfileenum (sorry - no output though (-:) command.Tim Potter2002-05-301-0/+33
* Added netremotetod to try and figure out which srvsvc commands are deniedTim Potter2002-05-291-0/+23
* Added netshareenum command at level 1 and 2.Tim Potter2002-05-281-1/+74
* Some fixes for enumerating domain groups and aliases:Tim Potter2002-05-281-25/+63
* Remove the password length paramater from cli_full_connection - it reallyAndrew Bartlett2002-05-242-2/+2
* Given Jeremy's positive response, and a lack of one from tpot, I'll commitAndrew Bartlett2002-05-231-48/+11
* Remove unused files.Andrew Bartlett2002-05-181-3/+6
* A few more trusted domains updates from mimir.Andrew Bartlett2002-05-171-14/+29
* The cli_spoolss_setprinterdata() function interface changed slightly.Tim Potter2002-05-141-2/+4
* Added cmd_spoolss_enumjobs() function to rpcclient.Tim Potter2002-05-071-39/+156
* Fixed more compiler warnings.Tim Potter2002-05-071-3/+3
* Fixed compile warning.Tim Potter2002-05-071-1/+2
* Fixed command line argument parsing.Tim Potter2002-04-171-70/+54
* merges from SAMBA_2_2Gerald Carter2002-04-161-44/+61
* The cli_lsa_lookup_{names,sids} functions were returning uselessTim Potter2002-04-141-10/+16
* Fixed comment.Tim Potter2002-04-141-1/+1
* Free popt context after argument parsing.Tim Potter2002-04-041-0/+2
* removing unused files....Gerald Carter2002-04-031-88/+0
* added "list <pipe>" command to display the available commandsGerald Carter2002-04-021-0/+45
* some mergee from SAMBA_2_2. Does compile, but needs some more testing.Gerald Carter2002-04-021-13/+160
* Renamed get_nt_error_msg() to nt_errstr().Tim Potter2002-03-172-4/+4
* Swap order of close brace and done: tag to appease AIX compiler. Order shoul...Jim McDonough2002-03-081-1/+1
* One more fix to get popt to work for some compilers...this is the downside to...Jim McDonough2002-03-081-15/+22
* Convert rpcclient to use popt instead of getopt. Includes changing of got_pa...Jim McDonough2002-03-071-32/+46
* Cosmetic fixup for enum_printersTim Potter2002-03-071-2/+5
* Fixed a bunch of crash bugs for enumprinters at various info levels.Tim Potter2002-03-072-30/+41
* argc == 0 is an impossible condition.Tim Potter2002-03-071-1/+2
* Allow Samba to trust NT4 Domains.Andrew Bartlett2002-03-021-1/+1
* merge from 2.2 - fix parsing of optionsHerb Lewis2002-02-261-14/+16
* Implemented client side functions for SPOOLSS addform, getform, setform andTim Potter2002-02-251-13/+150
* Converted remaining spoolss rpcclient functions to werror/needed/offered.Tim Potter2002-02-201-52/+60
* Converted {cmd,cli}_spoolss_getprinter() to WERROR and offered/neede.Tim Potter2002-02-191-14/+23
* Converted cmd_spoolss_enumprinterdrivers() to use newTim Potter2002-02-191-13/+14
* Added addform, setform and deleteform commands. The only one I could getTim Potter2002-01-311-4/+169
* Removed version number from file header.Tim Potter2002-01-3015-30/+15
* Back out some of the less well thought out ideas from last weeks work onAndrew Bartlett2002-01-261-10/+1
* Make a talloc'ed copy of this strings so we can pass the right kind of pointerAndrew Bartlett2002-01-261-1/+5
* This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett2002-01-201-4/+9
* fixes (asprintf) from 2.2Simo Sorce2002-01-191-3/+7
* Converted getprinterdriver to WERROR - it always returns dos error 6Tim Potter2002-01-071-11/+17
* Converted enumprinters and enumports cmd functions to use WERRORTim Potter2002-01-061-32/+39
* spoolss rpc client cleanup:Tim Potter2002-01-061-35/+62
* Display nicer message when server name could not be resolved.Tim Potter2002-01-061-3/+3
* Fixed crash bug in display_print_info_2()Tim Potter2002-01-031-65/+87
* Fixed crash bug in display_print_info_1()Tim Potter2002-01-031-3/+13