Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-02 | s3: remove various references to server side dcerpc structs (which are not ↵ | Günther Deschner | 1 | -1/+0 | |
needed). Guenther | |||||
2011-04-26 | s3: Use cli_writeall instead of cli_write | Volker Lendecke | 1 | -6/+5 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2011-04-13 | s3-rpc_client: add and use rpc_client/rpc_client.h. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-30 | s3-includes: only include ntdomain.h where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-30 | registry: create and use shared libcli/registry/util_reg.h header. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-30 | s3-includes: only include system/filesys.h when needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-18 | s3-utils: run minimal_includes.pl over utils/*.c | Günther Deschner | 1 | -1/+0 | |
Guenther | |||||
2011-02-28 | Fix some types | Jelmer Vernooij | 1 | -2/+2 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Feb 28 23:30:06 CET 2011 on sn-devel-104 | |||||
2011-01-28 | s3-net: use struct based dcerpc_spoolss_EnumPrinterData_r() call. | Günther Deschner | 1 | -42/+34 | |
This is a workaround for a string issue we currently have with argument based generated dcerpc client code (see bug #7804 for details). Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Jan 28 22:05:20 CET 2011 on sn-devel-104 | |||||
2011-01-21 | s3:net: use dcerpc_spoolss_X() functions | Stefan Metzmacher | 1 | -55/+120 | |
metze Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
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 | |
when dealing with unsupported architectures. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Nov 18 21:40:40 CET 2010 on sn-devel-104 | |||||
2010-10-12 | libcli/security Provide a common, top level libcli/security/security.h | Andrew Bartlett | 1 | -0/+1 | |
This will reduce the noise from merges of the rest of the libcli/security code, without this commit changing what code is actually used. This includes (along with other security headers) dom_sid.h and security_token.h Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Oct 12 05:54:10 UTC 2010 on sn-devel-104 | |||||
2010-10-01 | s3-net: better handle obscure 0x80070002 error reply when trying to update an | Günther Deschner | 1 | -3/+7 | |
not yet published printer. Guenther | |||||
2010-10-01 | s3-net: make sure we dont crash when publishing a single printer. | Günther Deschner | 1 | -0/+5 | |
Guenther | |||||
2010-07-31 | s3-build: avoid to globally include printing and spoolss headers. | Günther Deschner | 1 | -0/+1 | |
This shrinks precompiled headers by 3MB and will slightly speed up any build. Guenther | |||||
2010-06-29 | s3-net: Use talloc_asprintf and return if file is in wrong format. | Andreas Schneider | 1 | -19/+16 | |
Found by clang-analyzer. | |||||
2010-06-28 | s3-net: Make sure that the data blob is initialized. | Andreas Schneider | 1 | -0/+2 | |
Found by clang-analyzer. | |||||
2010-06-03 | s3-spoolss: add and use spoolss_printerinfo2_to_setprinterinfo2(). | Günther Deschner | 1 | -4/+8 | |
This fixes some invalid typecasts. Guenther | |||||
2010-05-25 | s3:registry: move reg_objects.h to registry/ and use it only where needed | Michael Adam | 1 | -0/+1 | |
Every place outside of registry/ where this is used, should probably be changed to use pure reg_api.c code. | |||||
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 | |
This matches the structure that new code is being written to, and removes one more of the old-style named structures, and the need to know that is is just an alias for struct dom_sid. Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-05-18 | s3-rpc_client: move protos to cli_spoolss.h | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-05-18 | s3-secdesc: remove "typedef struct security_descriptor SEC_DESC". | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
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 | |
Guenther | |||||
2010-04-09 | s3: add iconv_convenience handle to pull/push sz helpers. | Günther Deschner | 1 | -7/+7 | |
Guenther | |||||
2010-03-05 | s3-net: fix net after spoolss_EnumPrinterDataEx IDL change. | Günther Deschner | 1 | -9/+2 | |
Guenther | |||||
2010-03-05 | s3-net: fix net after spoolss_SetPrinterData{Ex} IDL change. | Günther Deschner | 1 | -24/+6 | |
Guenther | |||||
2009-12-07 | s3: fix net and rpcclient after setprinterdataex changes. | Günther Deschner | 1 | -2/+11 | |
Guenther | |||||
2009-11-26 | s3-rpc: Avoid including every pipe's client and server stubs everywhere in ↵ | Günther Deschner | 1 | -0/+1 | |
samba. Guenther | |||||
2009-10-01 | s3-registry: use pull_reg_sz() where appropriate. | Günther Deschner | 1 | -7/+5 | |
(and move away from rpcstr_pull and rpcstr_pull_talloc). Guenther | |||||
2009-09-30 | s3: use pull_reg_multi_sz in rpcclient and net. | Günther Deschner | 1 | -7/+7 | |
Guenther | |||||
2009-09-30 | s3-registry: use push_reg_sz(). | Günther Deschner | 1 | -9/+8 | |
Guenther | |||||
2009-08-10 | s3 net: i18n support for net rpc printer | Kai Blin | 1 | -80/+105 | |
2009-05-13 | s3-printing: no need to define struct table_node 4 times. | Günther Deschner | 1 | -8/+1 | |
Guenther | |||||
2009-05-06 | Make cli_setatr async. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. | |||||
2009-05-06 | Make cli_setattrE async. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. | |||||
2009-05-05 | Make cli_getattrE async. | Jeremy Allison | 1 | -2/+2 | |
Jeremy. | |||||
2009-05-03 | Fix a bunch of type-punned warnings -- gd, please fix properly :-) | Volker Lendecke | 1 | -15/+30 | |
2009-04-30 | Cause cli_close to return an NTSTATUS. | Jeremy Allison | 1 | -4/+4 | |
Jeremy. | |||||
2009-04-30 | Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int. | Jeremy Allison | 1 | -16/+15 | |
Convert all uses of cli_open(), cli_nt_createXXX to NTSTATUS versions. This is smaller than it looks, it just fixes a lot of old code. Next up, ensure all cli_XX functions return NTSTATUS. Jeremy. | |||||
2009-04-27 | s3:registry: replace typedef REGISTRY_VALUE by struct regval_blob | Michael Adam | 1 | -5/+5 | |
Michael | |||||
2009-04-22 | Make cli_chkpath async. | Jeremy Allison | 1 | -3/+3 | |
Jeremy | |||||
2009-04-21 | Make cli_mkdir async. Change it to return NTSTATUS. | Jeremy Allison | 1 | -2/+2 | |
Jeremy. | |||||
2009-03-26 | s3:rpc_parse: remove unused init_unistr(). | Günther Deschner | 1 | -5/+4 | |
Guenther | |||||
2009-03-20 | s3-spoolss: pure comsetics. | Günther Deschner | 1 | -41/+41 | |
sorry, I just need to do that. Guenther | |||||
2009-03-20 | s3-net: Fix Coverity #886 (FORWARD_NULL). | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-03-18 | s3: remove POLICY_HND. | Günther Deschner | 1 | -16/+16 | |
Guenther |