Age | Commit message (Expand) | Author | Files | Lines |
2012-05-28 | s3:libsmb: get rid of cli_state_remote_name | Luk Claes | 1 | -6/+6 |
2012-05-28 | s3:libsmb: get rid of cli_state_*_sockaddr | Luk Claes | 1 | -2/+3 |
2012-04-25 | s3:registry: remove usage of reg_objects from net_rpc_printer.c | Gregor Beck | 1 | -131/+71 |
2012-04-19 | s3: Fix Coverity ID 2727 to 2740 -- UNINIT | Volker Lendecke | 1 | -7/+12 |
2011-12-03 | Move the callers that need to use the new cli_open() back to calling | Jeremy Allison | 1 | -2/+2 |
2011-12-03 | Rename cli_open -> cli_openx. Prelude to replacing generic cli_open() | Jeremy Allison | 1 | -2/+2 |
2011-07-24 | s3-utils/net_rpc_printer.c: fix error message | Björn Baumbach | 1 | -2/+2 |
2011-07-23 | s3-utils/net_rpc_printer.c: replace cli_query_secdesc_old() | Björn Baumbach | 1 | -4/+4 |
2011-07-23 | s3-libsmb: rename cli_query_secdesc() to cli_query_secdesc_old() | Björn Baumbach | 1 | -1/+1 |
2011-07-23 | s3-utils/net_rpc_printer.c: print more info on write error | Björn Baumbach | 1 | -2/+5 |
2011-07-23 | s3-utils/net_rpc_printer.c: return on read error in net_copy_file() | Björn Baumbach | 1 | -4/+13 |
2011-07-22 | s3:net_rpc_printer: make use of cli_state_remote_name() | Stefan Metzmacher | 1 | -4/+6 |
2011-07-22 | s3:net_rpc_printer: make use of cli_state_remote_sockaddr() | Stefan Metzmacher | 1 | -4/+8 |
2011-07-20 | s3-libsmb: replace cli_read() with cli_read_old() | Björn Baumbach | 1 | -1/+1 |
2011-06-09 | s3-param Remove special case for global_myname(), rename to lp_netbios_name() | Andrew Bartlett | 1 | -1/+1 |
2011-05-18 | s3-net_rpc_printer.c: Fix cli_errstr() usage (part of bug #7864) | Björn Baumbach | 1 | -59/+57 |
2011-05-13 | s3-net: fix potential crash bug in display_print_driver3(). | Günther Deschner | 1 | -1/+1 |
2011-05-06 | s3-libsmb: move protos to libsmb/proto.h | Günther Deschner | 1 | -0/+1 |
2011-05-02 | s3: remove various references to server side dcerpc structs (which are not ne... | Günther Deschner | 1 | -1/+0 |
2011-04-26 | s3: Use cli_writeall instead of cli_write | Volker Lendecke | 1 | -6/+5 |
2011-04-13 | s3-rpc_client: add and use rpc_client/rpc_client.h. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-includes: only include ntdomain.h where needed. | Günther Deschner | 1 | -0/+1 |
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: only include system/filesys.h when needed. | Günther Deschner | 1 | -0/+1 |
2011-03-18 | s3-utils: run minimal_includes.pl over utils/*.c | Günther Deschner | 1 | -1/+0 |
2011-02-28 | Fix some types | Jelmer Vernooij | 1 | -2/+2 |
2011-01-28 | s3-net: use struct based dcerpc_spoolss_EnumPrinterData_r() call. | Günther Deschner | 1 | -42/+34 |
2011-01-21 | s3:net: use dcerpc_spoolss_X() functions | Stefan Metzmacher | 1 | -55/+120 |
2011-01-15 | s3: Convert cli_set_secdesc to cli_trans | Volker Lendecke | 1 | -4/+6 |
2010-11-18 | Make 'net rpc printer driver' behave the same as rpcclient enumdrivers | Joerg Pulz | 1 | -2/+8 |
2010-10-12 | libcli/security Provide a common, top level libcli/security/security.h | Andrew Bartlett | 1 | -0/+1 |
2010-10-01 | s3-net: better handle obscure 0x80070002 error reply when trying to update an | Günther Deschner | 1 | -3/+7 |
2010-10-01 | s3-net: make sure we dont crash when publishing a single printer. | Günther Deschner | 1 | -0/+5 |
2010-07-31 | s3-build: avoid to globally include printing and spoolss headers. | Günther Deschner | 1 | -0/+1 |
2010-06-29 | s3-net: Use talloc_asprintf and return if file is in wrong format. | Andreas Schneider | 1 | -19/+16 |
2010-06-28 | s3-net: Make sure that the data blob is initialized. | Andreas Schneider | 1 | -0/+2 |
2010-06-03 | s3-spoolss: add and use spoolss_printerinfo2_to_setprinterinfo2(). | Günther Deschner | 1 | -4/+8 |
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:net_rpc_printer: use regval_blob/ctr accessor functions | Michael Adam | 1 | -38/+53 |
2010-05-25 | s3:net rpc printer: fix use of a possibly uninitialized variable | Michael Adam | 1 | -1/+1 |
2010-05-21 | s3:dom_sid Global replace of DOM_SID with struct dom_sid | Andrew Bartlett | 1 | -11/+11 |
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 | -6/+6 |
2010-05-18 | s3-registry: only include registry headers when really needed. | Günther Deschner | 1 | -0/+1 |
2010-04-09 | s3: add iconv_convenience handle to pull/push sz helpers. | Günther Deschner | 1 | -7/+7 |
2010-03-05 | s3-net: fix net after spoolss_EnumPrinterDataEx IDL change. | Günther Deschner | 1 | -9/+2 |
2010-03-05 | s3-net: fix net after spoolss_SetPrinterData{Ex} IDL change. | Günther Deschner | 1 | -24/+6 |
2009-12-07 | s3: fix net and rpcclient after setprinterdataex changes. | Günther Deschner | 1 | -2/+11 |
2009-11-26 | s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa... | Günther Deschner | 1 | -0/+1 |