Age | Commit message (Expand) | Author | Files | Lines |
2009-02-10 | s3-rpcclient: add rpccli_spoolss_openprinter_ex() convenience wrapper. | Günther Deschner | 1 | -0/+49 |
2009-02-09 | s3-spoolss: remove old _spoolss_DeletePrinterDriverEx. | Günther Deschner | 1 | -30/+0 |
2009-02-09 | s3-spoolss: remove old spoolss_DeletePrinterDriver. | Günther Deschner | 1 | -30/+0 |
2009-02-09 | s3-spoolss: remove old _spoolss_DeletePrinterKey. | Günther Deschner | 1 | -25/+0 |
2009-02-09 | s3-spoolss: remove old _spoolss_DeletePrinterData. | Günther Deschner | 1 | -25/+0 |
2009-02-09 | s3-spoolss: remove old _spoolss_DeletePrinterDataEx. | Günther Deschner | 1 | -26/+0 |
2009-02-09 | s3-spoolss: remove old _spoolss_GetForm. | Günther Deschner | 1 | -56/+0 |
2009-02-09 | s3-spoolss: remove old _spoolss_SetForm. | Günther Deschner | 1 | -26/+0 |
2009-02-09 | s3-spoolss: remove old spoolss_AddForm. | Günther Deschner | 1 | -25/+0 |
2009-02-07 | s3-spoolss: remove old _spoolss_WritePrinter. | Günther Deschner | 1 | -29/+0 |
2009-02-07 | s3-spoolss: use rpccli_spoolss_DeleteForm. | Günther Deschner | 1 | -25/+0 |
2009-02-06 | s3-spoolss: remove old _spoolss_EndDocPrinter. | Günther Deschner | 1 | -25/+0 |
2009-02-06 | s3-spoolss: remove old _spoolss_EndPagePrinter. | Günther Deschner | 1 | -25/+0 |
2009-02-06 | s3-spoolss: remove old _spoolss_StartPagePrinter. | Günther Deschner | 1 | -25/+0 |
2009-02-06 | s3-spoolss: remove old _spoolss_ClosePrinter. | Günther Deschner | 1 | -25/+0 |
2009-01-21 | Memory leaks and other fixes found by Coverity | todd stecher | 1 | -22/+44 |
2008-07-21 | Refactoring: CLI_DO_RPC_* uses interface instead of pipe_idx | Volker Lendecke | 1 | -52/+52 |
2008-04-25 | Move user/domain from rpc_pipe_client to cli_pipe_auth_data | Volker Lendecke | 1 | -1/+1 |
2008-04-20 | Add "desthost" to rpc_pipe_client | Volker Lendecke | 1 | -8/+8 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -14/+14 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r22589: Make TALLOC_ARRAY consistent across all uses. | Jeremy Allison | 1 | -49/+102 |
2007-10-10 | r22588: Make all uses of TALLOC_MEMDUP consistent. | Jeremy Allison | 1 | -3/+15 |
2007-10-10 | r17316: More C++ warnings -- 456 left | Volker Lendecke | 1 | -3/+4 |
2007-10-10 | r14244: Okay, had not seen that this happened twice. | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r14243: Fix Coverity bug # 143 | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r13958: Fix Coverity Bug # 141 | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r12106: Fix return value | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r11443: Fix error code returns on client spoolss code. Fix them | Jeremy Allison | 1 | -117/+280 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 1 | -99/+99 |
2007-10-10 | r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to use | Gerald Carter | 1 | -2/+0 |
2007-10-10 | r9041: typo. Thanks jerry. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r9040: revert pointer checks that I had removed; fixes crash in calls to enum... | Gerald Carter | 1 | -3/+5 |
2007-10-10 | r8833: Fix some uninitialized variables. | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r8654: merging cli_spoolss_XX() updates from trunk | Gerald Carter | 1 | -1722/+1017 |
2007-10-10 | r7691: * add .gdbinit to the svn:ignore files | Gerald Carter | 1 | -1/+0 |
2007-10-10 | r5946: BUG 2497: fix bug in rpcclient's deletedriverex when asking to delete ... | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r5805: merging spoolss parsing changes from trunk and cleaning up resulting s... | Gerald Carter | 1 | -48/+36 |
2007-10-10 | r4561: This looks a lot larger than it is, this is to reduce the clutter on f... | Volker Lendecke | 1 | -37/+37 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -18/+18 |
2007-10-10 | r3645: Allow deldriverex in rpcclient to delete drivers for a specific | Günther Deschner | 1 | -2/+2 |
2007-10-10 | r3639: patch from Martin Zielinski <mz@seh.de> to add DeleteDriverEx() functi... | Gerald Carter | 1 | -0/+52 |
2007-10-10 | r2073: Adding getprinter level 7 to rpcclient. | Günther Deschner | 1 | -0/+24 |
2003-08-19 | working on fix for BUG #294. Not done yet, but this at least clears | Gerald Carter | 1 | -2/+2 |
2003-08-15 | get rid of more compiler warnings | Herb Lewis | 1 | -3/+3 |
2003-07-03 | Removed strupper/strlower macros that automatically map to strupper_m/strlowe... | Jeremy Allison | 1 | -16/+16 |
2003-02-25 | Merge: const fixes. | Tim Potter | 1 | -8/+9 |
2003-02-14 | Ensure that only parse_prs.c access internal members of the prs_struct. | Jeremy Allison | 1 | -10/+10 |
2003-01-03 | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 1 | -8/+8 |