Age | Commit message (Expand) | Author | Files | Lines |
2011-06-09 | s3-param Remove special case for global_myname(), rename to lp_netbios_name() | Andrew Bartlett | 1 | -2/+2 |
2011-05-18 | s3-lib Replace StrCaseCmp() with strcasecmp_m() | Andrew Bartlett | 1 | -2/+2 |
2011-05-06 | s3-libsmb: move protos to libsmb/proto.h | Günther Deschner | 1 | -0/+1 |
2011-05-05 | s3-rpcclient: run minimal_includes.pl. | Günther Deschner | 1 | -1/+0 |
2011-03-31 | s3-rpcclient: include rpc_client/cli_pipe.h globally in rpcclient.h | Günther Deschner | 1 | -1/+0 |
2011-03-30 | registry: create and use shared libcli/registry/util_reg.h header. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-includes: no point in including all security headers globally. | Günther Deschner | 1 | -0/+1 |
2011-03-16 | libcli/security: move display_sec headers to own header file and add to | Günther Deschner | 1 | -0/+1 |
2011-02-28 | Fix some types | Jelmer Vernooij | 1 | -2/+2 |
2011-02-28 | s3-rpc_client: Move client pipe functions to own header. | Andreas Schneider | 1 | -0/+1 |
2011-02-02 | s3: Remove superfluous ; | Günther Deschner | 1 | -1/+1 |
2011-01-28 | s3-rpcclient: use struct based dcerpc_spoolss_EnumPrinterData_r() call. | Günther Deschner | 1 | -43/+38 |
2011-01-21 | s3-rpcclient: prefer dcerpc_spoolss_X functions. | Günther Deschner | 1 | -74/+205 |
2011-01-12 | s3-rpcclient: Fix bug #7880: cmd_spoolss_deletedriver() returned without chec... | Björn Baumbach | 1 | -1/+5 |
2010-12-20 | s3: Remove unused "retry" from cli_full_connection | Volker Lendecke | 1 | -1/+1 |
2010-11-17 | s3-rpcclient: exit early in cmd_spoolss_enum_data() when there is a failure. | Günther Deschner | 1 | -0/+9 |
2010-10-07 | s3-rpcclient: add openprinter_ex command. | Günther Deschner | 1 | -1/+47 |
2010-07-31 | s3-build: avoid to globally include printing and spoolss headers. | Günther Deschner | 1 | -0/+1 |
2010-06-23 | Add parse_setjob_command() to make setting job state easier for users. | Jeremy Allison | 1 | -1/+30 |
2010-06-05 | s3-rpcclient: allow to add access_mask in cmd_spoolss_open_printer_ex(). | Günther Deschner | 1 | -5/+7 |
2010-06-03 | s3-spoolss: add and use spoolss_printerinfo2_to_setprinterinfo2(). | Günther Deschner | 1 | -63/+6 |
2010-05-25 | s3:registry: move reg_objects.h to registry/ and use it only where needed | Michael Adam | 1 | -0/+1 |
2010-05-25 | s3:rpcclient:spoolss: use regval_ctr/blob accessor functions. | Michael Adam | 1 | -16/+24 |
2010-05-18 | s3-rpc_client: move protos to init_spoolss.h | Günther Deschner | 1 | -0/+1 |
2010-05-18 | s3-rpc_client: move protos to cli_spoolss.h | Günther Deschner | 1 | -0/+1 |
2010-05-18 | s3-secdesc: remove "typedef struct security_descriptor SEC_DESC". | Günther Deschner | 1 | -1/+1 |
2010-05-18 | s3: Remove use of iconv_convenience. | Jelmer Vernooij | 1 | -2/+2 |
2010-05-18 | s3-registry: only include registry headers when really needed. | Günther Deschner | 1 | -0/+1 |
2010-05-10 | s3-rpcclient: fix two more invalid typecasts in spoolss commands. | Günther Deschner | 1 | -9/+47 |
2010-05-03 | s3-rpcclient: Fix Bug #7277. rpcclient was sending invalid data, causing cups... | Günther Deschner | 1 | -4/+23 |
2010-04-09 | s3: add iconv_convenience handle to pull/push sz helpers. | Günther Deschner | 1 | -2/+2 |
2010-03-05 | s3-rpcclient: Leave setprinterdata directly if not enough args were passed. | Andreas Schneider | 1 | -2/+1 |
2010-03-05 | s3-rpcclient: fix rpcclient after spoolss_EnumPrinterDataEx IDL change. | Günther Deschner | 1 | -5/+4 |
2010-03-05 | s3-rpcclient: fix rpcclient after spoolss_GetPrinterData{Ex} IDL change. | Günther Deschner | 1 | -16/+38 |
2010-03-05 | s3-rpcclient: fix rpcclient after spoolss_SetPrinterData{Ex} IDL change. | Günther Deschner | 1 | -2/+8 |
2009-12-17 | s3-spoolss: fix rpcclient after setprinter IDL fixes. | Günther Deschner | 1 | -2/+2 |
2009-12-10 | s3-rpcclient: allow to set offered size for enumkey command. | Günther Deschner | 1 | -4/+9 |
2009-12-07 | s3: fix net and rpcclient after setprinterdataex changes. | Günther Deschner | 1 | -17/+6 |
2009-11-26 | s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa... | Günther Deschner | 1 | -0/+1 |
2009-11-08 | Revert "s3: Do not directly reference the ndr_table_* in rpcclient" | Volker Lendecke | 1 | -140/+35 |
2009-11-08 | s3: Do not directly reference the ndr_table_* in rpcclient | Volker Lendecke | 1 | -35/+140 |
2009-10-01 | s3-registry: use pull_reg_sz() where appropriate. | Günther Deschner | 1 | -7/+5 |
2009-09-30 | s3: use pull_reg_multi_sz in rpcclient and net. | Günther Deschner | 1 | -7/+6 |
2009-07-17 | s3-rpcclient: add createprinteric command. | Günther Deschner | 1 | -0/+43 |
2009-05-13 | s3-printing: no need to define struct table_node 4 times. | Günther Deschner | 1 | -7/+1 |
2009-05-11 | Fix a bunch of compiler warnings about wrong format types. | Jeremy Allison | 1 | -3/+4 |
2009-05-07 | s3-rpcclient: rework enumdrivers call a bit to allow queries like win7 does. | Günther Deschner | 1 | -69/+97 |
2009-05-06 | s3-rpcclient: print more infolevels in printer and driver info levels. | Günther Deschner | 1 | -7/+238 |
2009-04-27 | s3:registry: replace typedef REGISTRY_VALUE by struct regval_blob | Michael Adam | 1 | -3/+3 |
2009-04-21 | s3: Use common security_descriptor_equal(). | Jelmer Vernooij | 1 | -1/+1 |