Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | s3:libnetapi: use lp_load_global() | Michael Adam | 2011-07-28 | 1 | -1/+1 | |
| | ||||||
* | s3:lib/netapi: make use of cli_state_remote_name() | Stefan Metzmacher | 2011-07-22 | 1 | -2/+7 | |
| | | | | metze | |||||
* | s3: Make cli_cm_open return NTSTATUS | Volker Lendecke | 2011-07-03 | 1 | -7/+10 | |
| | | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Jul 3 23:57:53 CEST 2011 on sn-devel-104 | |||||
* | s3-param Remove 'announce version' parameter | Andrew Bartlett | 2011-06-23 | 1 | -2/+2 | |
| | | | | | | | | The only users I can find of this on the internet involve confused users, and our own documentation recommends never setting this. Don't confuse our users any longer. Andrew Bartlett | |||||
* | source3/lib/netapi/libnetapi.h: fix licence/copyright | Günther Deschner | 2011-06-10 | 1 | -0/+19 | |
| | | | | Guenther | |||||
* | s3-param Remove special case for global_myname(), rename to lp_netbios_name() | Andrew Bartlett | 2011-06-09 | 1 | -1/+1 | |
| | | | | | | | | There is no reason this can't be a normal constant string in the loadparm system, now that we have lp_set_cmdline() to handle overrides correctly. Andrew Bartlett | |||||
* | s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array() | Andrew Bartlett | 2011-06-09 | 4 | -9/+9 | |
| | | | | | Using the standard macro makes it easier to move code into common, as TALLOC_ZERO_ARRAY isn't standard talloc. | |||||
* | s3-talloc Change TALLOC_ZERO_P() to talloc_zero() | Andrew Bartlett | 2011-06-09 | 3 | -3/+3 | |
| | | | | | Using the standard macro makes it easier to move code into common, as TALLOC_ZERO_P isn't standard talloc. | |||||
* | s3-talloc Change TALLOC_P() to talloc() | Andrew Bartlett | 2011-06-09 | 1 | -2/+2 | |
| | | | | | Using the standard macro makes it easier to move code into common, as TALLOC_P isn't standard talloc. | |||||
* | s3-talloc Change TALLOC_ARRAY() to talloc_array() | Andrew Bartlett | 2011-06-09 | 1 | -1/+1 | |
| | | | | | Using the standard macro makes it easier to move code into common, as TALLOC_ARRAY isn't standard talloc. | |||||
* | s3: fix some -Wunused-but-set-variable build warnings. | Günther Deschner | 2011-05-30 | 1 | -2/+0 | |
| | | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon May 30 17:41:18 CEST 2011 on sn-devel-104 | |||||
* | s3: Fix Coverity ID 2573: UNUSED_VALUE | Volker Lendecke | 2011-05-20 | 1 | -2/+3 | |
| | | | | Andrew B., please check! | |||||
* | s3-netapi Initialise global variables in libnetapi | Andrew Bartlett | 2011-05-13 | 1 | -1/+1 | |
| | | | | | | | It is important to initalise the global variables when loading this configuration for the potentially first time. Andrew Bartlett | |||||
* | s3-libnetapi Don't create a talloc_stackframe() in a global variable | Andrew Bartlett | 2011-05-13 | 2 | -16/+37 | |
| | | | | | | | | | | This also ensures that libnetapi_free() invalidates the global stat_ctx variable, and changes the API so that the behaviour of the error string routines is to consistently return a allocated string. Pair-Programmed-With: Günther Deschner <gd@samba.org> Andrew Bartlett | |||||
* | s3-libnetapi/libnetjoin: fix uninitialized variables after the libsmbconf ↵ | Günther Deschner | 2011-05-13 | 1 | -1/+1 | |
| | | | | | | changes. Guenther | |||||
* | libsmbconf: Convert smbconf_set_parameter() to sbcErr. | Andreas Schneider | 2011-05-10 | 1 | -1/+8 | |
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> | |||||
* | libsmbconf: Convert smbconf_init() to sbcErr. | Andreas Schneider | 2011-05-10 | 1 | -2/+7 | |
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> | |||||
* | s3-libsmb: move protos to libsmb/proto.h | Günther Deschner | 2011-05-06 | 1 | -0/+1 | |
| | | | | Guenther | |||||
* | More const fixes for compiler warnings from the waf build. | Jeremy Allison | 2011-05-05 | 2 | -2/+2 | |
| | ||||||
* | s3-proto: remove duplicate prototypes. | Günther Deschner | 2011-04-29 | 1 | -0/+2 | |
| | | | | Guenther | |||||
* | s3-netapi: Fix Coverity CID #2302: FORWARD_NULL | Günther Deschner | 2011-04-27 | 1 | -1/+1 | |
| | | | | Guenther | |||||
* | s3:rpc_client: map fault codes to NTSTATUS with dcerpc_fault_to_nt_status() | Stefan Metzmacher | 2011-04-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | | Most fault codes have a NTSTATUS representation, so use that. This brings the fault handling in common with the source4/librpc/rpc code, which make it possible to share more highlevel code, between source3 and source4 as the error checking can be the same now. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sun Apr 24 10:44:53 CEST 2011 on sn-devel-104 | |||||
* | s3: Use \0 instead of NULL when 0-terminating a string | Volker Lendecke | 2011-04-17 | 1 | -1/+1 | |
| | | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Apr 17 12:26:15 CEST 2011 on sn-devel-104 | |||||
* | s3-rpc_client: add and use rpc_client/rpc_client.h. | Günther Deschner | 2011-04-13 | 3 | -0/+3 | |
| | | | | Guenther | |||||
* | s3-netapi: remove two shadowed variables. | Günther Deschner | 2011-04-13 | 1 | -2/+0 | |
| | | | | Guenther | |||||
* | s3-lib Move isvalid83_w to mangle_hash.c | Andrew Bartlett | 2011-04-13 | 1 | -1/+0 | |
| | | | | | | | | | | | | This means that there is no need for the 'valid.dat' table to be loaded by anything other than smbd, so the unloader is also removed. The concept of a 'valid dos character' has been replaced by the hash2 mangle method. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
* | s3-netapi: use dcerpc_try_samr_connects(). | Günther Deschner | 2011-04-12 | 1 | -4/+18 | |
| | | | | Guenther | |||||
* | s3-netapi: use libnetapi_get_binding_handle(). | Günther Deschner | 2011-04-12 | 6 | -108/+54 | |
| | | | | Guenther | |||||
* | s3-netapi: add libnetapi_get_binding_handle(). | Günther Deschner | 2011-04-12 | 2 | -0/+27 | |
| | | | | Guenther | |||||
* | s3-netapi: fix memoryleak while not using talloc_tos() in ↵ | Günther Deschner | 2011-03-25 | 2 | -6/+6 | |
| | | | | | | | | | | | cli_get_session_key() usage. Thanks Volker! Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Mar 25 18:21:18 CET 2011 on sn-devel-104 | |||||
* | s3-netapi: use cli_get_session_key() in netapi. | Günther Deschner | 2011-03-24 | 2 | -6/+53 | |
| | | | | Guenther | |||||
* | s3-build: use HAVE_ADS define in some more places. | Günther Deschner | 2011-03-19 | 1 | -1/+1 | |
| | | | | Guenther | |||||
* | s3: Fix Coverity ID 2231, REVERSE_INULL | Volker Lendecke | 2011-03-16 | 1 | -2/+3 | |
| | | | | | | | No point in checking for !ctx after dereferencing it Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Mar 16 22:51:52 CET 2011 on sn-devel-104 | |||||
* | s3-libds: use already existing ../libds/common/flag_mapping.h header. | Günther Deschner | 2011-03-02 | 1 | -0/+1 | |
| | | | | Guenther | |||||
* | s3-rpc_client: Move client pipe functions to own header. | Andreas Schneider | 2011-02-28 | 2 | -0/+2 | |
| | ||||||
* | lib/util/charset Add back setlocale(), but only when called from binaries | Andrew Bartlett | 2011-02-18 | 1 | -1/+1 | |
| | | | | | | | | | | When called from a library, we don't want to call this, as we may overwrite some of our calling program's context. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Feb 18 09:29:35 CET 2011 on sn-devel-104 | |||||
* | libndr: share some uuid helpers. | Günther Deschner | 2011-02-08 | 1 | -3/+3 | |
| | | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Feb 8 09:52:56 CET 2011 on sn-devel-104 | |||||
* | s3-libnetapi: prefer dcerpc_lsa_X functions. | Günther Deschner | 2011-02-02 | 1 | -4/+7 | |
| | | | | Guenther | |||||
* | s3-libnetapi: prefer dcerpc_samr_X functions in lib/netapi/user.c. | Günther Deschner | 2011-02-01 | 1 | -130/+377 | |
| | | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Feb 1 13:41:42 CET 2011 on sn-devel-104 | |||||
* | s3-libnetapi: prefer dcerpc_samr_X functions in lib/netapi/samr.c. | Günther Deschner | 2011-02-01 | 1 | -14/+48 | |
| | | | | Guenther | |||||
* | s3-libnetapi: prefer dcerpc_samr_X functions in lib/netapi/localgroup.c. | Günther Deschner | 2011-02-01 | 1 | -50/+151 | |
| | | | | Guenther | |||||
* | s3-libnetapi: prefer dcerpc_samr_X functions in lib/netapi/group.c. | Günther Deschner | 2011-02-01 | 1 | -120/+367 | |
| | | | | Guenther | |||||
* | s3-rpc_client: remove some more obsolete cli_X.h header files. | Günther Deschner | 2011-01-28 | 1 | -1/+1 | |
| | | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Jan 28 11:18:44 CET 2011 on sn-devel-104 | |||||
* | s3-libnetapi: prefer dcerpc_srvsvc_X functions. | Günther Deschner | 2011-01-13 | 3 | -15/+86 | |
| | | | | | | Guenther Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
* | s3-libnetapi: prefer dcerpc_netr_X functions. | Günther Deschner | 2011-01-13 | 2 | -13/+32 | |
| | | | | | | Guenther Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
* | s3-libnetapi: add missing error check after switchting to dcerpc_wkssvc_X ↵ | Günther Deschner | 2011-01-12 | 1 | -0/+4 | |
| | | | | | | functions. Guenther | |||||
* | s3-initshutdown: prefer dcerpc_initshutdown_X functions. | Günther Deschner | 2011-01-11 | 1 | -3/+9 | |
| | | | | Guenther | |||||
* | s3-wkssvc: prefer dcerpc_wkssvc_X functions. | Günther Deschner | 2011-01-11 | 1 | -6/+21 | |
| | | | | Guenther | |||||
* | s3:lib/netapi: don't set SAMR_FIELD_FULL_NAME if we just want to set the ↵ | Stefan Metzmacher | 2010-12-30 | 1 | -3/+0 | |
| | | | | | | | | | account name (bug #7896) metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Dec 30 18:09:13 CET 2010 on sn-devel-104 | |||||
* | s3-libnetapi Load case tables earlier | Andrew Bartlett | 2010-11-24 | 1 | -2/+3 | |
| | | | | | | | | | | If we don't load the case tables as the 'first' thing we do, we will segfault on the first case insensitive string comparison. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Nov 24 09:21:05 CET 2010 on sn-devel-104 |