ira/wip.git
15 years agotevent: let tevent_loop_once() just run one fd event
Stefan Metzmacher [Mon, 16 Mar 2009 11:34:23 +0000 (12:34 +0100)]
tevent: let tevent_loop_once() just run one fd event

This makes the logic much simpler for the callers,
and matches the samba3 behavior.

If needed we can add performance tunning for tevent_loop_wait()
later.

metze

15 years agos3-spoolss: remove unused RPC_BUFFER definition.
Günther Deschner [Tue, 17 Mar 2009 17:36:43 +0000 (18:36 +0100)]
s3-spoolss: remove unused RPC_BUFFER definition.

Guenther

15 years agos3-spoolss: remove (disabled) enum_all_printers_info_1_remote.
Günther Deschner [Tue, 17 Mar 2009 17:34:45 +0000 (18:34 +0100)]
s3-spoolss: remove (disabled) enum_all_printers_info_1_remote.

Jerry, please check. I do not understand how this could work and in
it's current form, we cannot make this even compile anymore, I'm afraid :)
I think it is safe to remove.

Guenther

15 years agos4-smbtorture: fix spoolss notify test for notify type changes.
Günther Deschner [Tue, 17 Mar 2009 17:03:36 +0000 (18:03 +0100)]
s4-smbtorture: fix spoolss notify test for notify type changes.

Guenther

15 years agos3-spoolss: remove PRINTER_NOTIFY_TYPE and JOB_NOTIFY_TYPE now defined in IDL.
Günther Deschner [Tue, 17 Mar 2009 17:03:10 +0000 (18:03 +0100)]
s3-spoolss: remove PRINTER_NOTIFY_TYPE and JOB_NOTIFY_TYPE now defined in IDL.

Guenther

15 years agos3-spoolss: remove SPL Port definitions now in IDL.
Günther Deschner [Tue, 17 Mar 2009 16:31:18 +0000 (17:31 +0100)]
s3-spoolss: remove SPL Port definitions now in IDL.

Guenther

15 years agos3-spoolss: remove PRIORITY defines, that were never used.
Günther Deschner [Tue, 17 Mar 2009 16:25:07 +0000 (17:25 +0100)]
s3-spoolss: remove PRIORITY defines, that were never used.

Guenther

15 years agos3: re-run make samba3-idl.
Günther Deschner [Tue, 17 Mar 2009 16:24:47 +0000 (17:24 +0100)]
s3: re-run make samba3-idl.

Guenther

15 years agospoolss: use PRINTER_NOTIFY_TYPE and JOB_NOTIFY_TYPE in favor of "old" s4 defines.
Günther Deschner [Tue, 17 Mar 2009 17:01:11 +0000 (18:01 +0100)]
spoolss: use PRINTER_NOTIFY_TYPE and JOB_NOTIFY_TYPE in favor of "old" s4 defines.

Guenther

15 years agospoolss: add SPL Port definitions to IDL.
Günther Deschner [Tue, 17 Mar 2009 16:30:07 +0000 (17:30 +0100)]
spoolss: add SPL Port definitions to IDL.

Guenther

15 years agospoolss: add range checks for priority element in spoolss_JobInfo structs.
Günther Deschner [Tue, 17 Mar 2009 16:24:01 +0000 (17:24 +0100)]
spoolss: add range checks for priority element in spoolss_JobInfo structs.

Guenther

15 years agos3-spoolss: move DRIVER_X_VERSION flags into the backend, where they belong to.
Günther Deschner [Tue, 17 Mar 2009 16:17:18 +0000 (17:17 +0100)]
s3-spoolss: move DRIVER_X_VERSION flags into the backend, where they belong to.

Guenther

15 years agos3-spoolss: remove unused DEVICEMODE parsing and header.
Günther Deschner [Tue, 17 Mar 2009 15:41:16 +0000 (16:41 +0100)]
s3-spoolss: remove unused DEVICEMODE parsing and header.

Guenther

15 years agos3-spoolss: rename convert_printer_info_new to convert_printer_info.
Günther Deschner [Tue, 17 Mar 2009 14:26:38 +0000 (15:26 +0100)]
s3-spoolss: rename convert_printer_info_new to convert_printer_info.

Guenther

15 years agos3-spoolss: rename convert_nt_devicemode_new to convert_nt_devicemode.
Günther Deschner [Tue, 17 Mar 2009 14:25:07 +0000 (15:25 +0100)]
s3-spoolss: rename convert_nt_devicemode_new to convert_nt_devicemode.

Guenther

15 years agos3-spoolss: rename construct_dev_mode_new to construct_dev_mode.
Günther Deschner [Tue, 17 Mar 2009 14:23:30 +0000 (15:23 +0100)]
s3-spoolss: rename construct_dev_mode_new to construct_dev_mode.

Guenther

15 years agos3-spoolss/registry: use libndr to push a spoolss_DeviceMode in fill_in_printer_values().
Günther Deschner [Tue, 17 Mar 2009 14:22:22 +0000 (15:22 +0100)]
s3-spoolss/registry: use libndr to push a spoolss_DeviceMode in fill_in_printer_values().

Guenther

15 years agos3-spoolss/registry: use marshall_sec_desc in fill_in_printer_values().
Günther Deschner [Tue, 17 Mar 2009 14:21:06 +0000 (15:21 +0100)]
s3-spoolss/registry: use marshall_sec_desc in fill_in_printer_values().

Guenther

15 years agos3-spoolss: move SYSTEMTIME parsing to a more generic place, as suggested.
Günther Deschner [Tue, 17 Mar 2009 13:45:24 +0000 (14:45 +0100)]
s3-spoolss: move SYSTEMTIME parsing to a more generic place, as suggested.

Guenther

15 years agos3-spoolss: rename temporary convert_devicemode_new function.
Günther Deschner [Tue, 17 Mar 2009 13:43:50 +0000 (14:43 +0100)]
s3-spoolss: rename temporary convert_devicemode_new function.

Guenther

15 years agos3-spoolss: move PRINTER_ATTRIBUTE_SAMBA to printing backend, where they belong.
Günther Deschner [Tue, 17 Mar 2009 11:48:46 +0000 (12:48 +0100)]
s3-spoolss: move PRINTER_ATTRIBUTE_SAMBA to printing backend, where they belong.

Guenther

15 years agos3-spoolss: remove PRINTER_MESSAGE flags and struct, this was never used.
Günther Deschner [Tue, 17 Mar 2009 11:48:10 +0000 (12:48 +0100)]
s3-spoolss: remove PRINTER_MESSAGE flags and struct, this was never used.

Guenther

15 years agoRemove some transitional code in writev_send
Volker Lendecke [Tue, 17 Mar 2009 08:38:14 +0000 (09:38 +0100)]
Remove some transitional code in writev_send

15 years agoConvert np_read to tevent_req
Volker Lendecke [Tue, 17 Mar 2009 08:34:17 +0000 (09:34 +0100)]
Convert np_read to tevent_req

15 years agoConvert np_write to tevent_req
Volker Lendecke [Tue, 17 Mar 2009 08:17:16 +0000 (09:17 +0100)]
Convert np_write to tevent_req

15 years agoremove needless rpath stuff for default paths as early as possible
Björn Jacke [Wed, 11 Mar 2009 14:44:45 +0000 (15:44 +0100)]
remove needless rpath stuff for default paths as early as possible

Signed-off-by: Michael Adam <obnox@samba.org>
15 years agoclean up lib64 linking paths the same way as lib
Björn Jacke [Wed, 11 Mar 2009 14:32:49 +0000 (15:32 +0100)]
clean up lib64 linking paths the same way as lib

Signed-off-by: Michael Adam <obnox@samba.org>
15 years agoto be portable, use options first, arguments last
Björn Jacke [Sun, 8 Mar 2009 11:54:04 +0000 (12:54 +0100)]
to be portable, use options first, arguments last

Signed-off-by: Michael Adam <obnox@samba.org>
15 years ago.gitignore source4/torture/ldb/proto.h
Michael Adam [Tue, 17 Mar 2009 14:51:13 +0000 (15:51 +0100)]
.gitignore source4/torture/ldb/proto.h

Michael

15 years agofix build on sles8 and other old popt installations
Björn Jacke [Sun, 15 Mar 2009 16:26:21 +0000 (17:26 +0100)]
fix build on sles8 and other old popt installations

Signed-off-by: Michael Adam <obnox@samba.org>
15 years agos3-spoolss: remove unused init_unistr_array().
Günther Deschner [Mon, 16 Mar 2009 23:28:49 +0000 (00:28 +0100)]
s3-spoolss: remove unused init_unistr_array().

Guenther

15 years agos3-spoolss: remove unused get_printer_dataex().
Günther Deschner [Mon, 16 Mar 2009 23:28:26 +0000 (00:28 +0100)]
s3-spoolss: remove unused get_printer_dataex().

Guenther

15 years agos3: remove rpc_parse/parse_buffer.c completely.
Günther Deschner [Mon, 16 Mar 2009 23:16:05 +0000 (00:16 +0100)]
s3: remove rpc_parse/parse_buffer.c completely.

Guenther

15 years agos3-spoolss: remove old spoolss_EnumPrinterKey.
Günther Deschner [Mon, 16 Mar 2009 22:10:35 +0000 (23:10 +0100)]
s3-spoolss: remove old spoolss_EnumPrinterKey.

Guenther

15 years agos3-spoolss: use pidl for _spoolss_EnumPrinterKey.
Günther Deschner [Mon, 16 Mar 2009 22:09:15 +0000 (23:09 +0100)]
s3-spoolss: use pidl for _spoolss_EnumPrinterKey.

Guenther

15 years agos3-spoolss: remove old rpccli_spoolss_enumprinterkey wrapper.
Günther Deschner [Mon, 16 Mar 2009 21:09:22 +0000 (22:09 +0100)]
s3-spoolss: remove old rpccli_spoolss_enumprinterkey wrapper.

Guenther

15 years agos3-net: use rpccli_spoolss_enumprinterkey wrapper.
Günther Deschner [Mon, 16 Mar 2009 22:38:05 +0000 (23:38 +0100)]
s3-net: use rpccli_spoolss_enumprinterkey wrapper.

Guenther

15 years agos3-rpcclient: use rpccli_spoolss_enumprinterkey wrapper.
Günther Deschner [Mon, 16 Mar 2009 21:07:00 +0000 (22:07 +0100)]
s3-rpcclient: use rpccli_spoolss_enumprinterkey wrapper.

Guenther

15 years agos3-spoolss: add rpccli_spoolss_enumprinterkey convenience wrapper.
Günther Deschner [Mon, 16 Mar 2009 20:41:11 +0000 (21:41 +0100)]
s3-spoolss: add rpccli_spoolss_enumprinterkey convenience wrapper.

Guenther

15 years agos4-smbtorture: fix test_EnumPrinterKey.
Günther Deschner [Tue, 17 Mar 2009 02:08:34 +0000 (03:08 +0100)]
s4-smbtorture: fix test_EnumPrinterKey.

Guenther

15 years agos3: re-run make samba3-idl.
Günther Deschner [Tue, 17 Mar 2009 01:38:56 +0000 (02:38 +0100)]
s3: re-run make samba3-idl.

Guenther

15 years agospoolss: use nstring_array in spoolss_EnumPrinterKey.
Günther Deschner [Mon, 16 Mar 2009 20:36:18 +0000 (21:36 +0100)]
spoolss: use nstring_array in spoolss_EnumPrinterKey.

Guenther

15 years agos3-net: fix net_spoolss_setprinterdataex.
Günther Deschner [Mon, 16 Mar 2009 23:29:13 +0000 (00:29 +0100)]
s3-net: fix net_spoolss_setprinterdataex.

Guenther

15 years agos3-spoolss: cleanup _spoolss_SetPrinterDataEx a little.
Günther Deschner [Mon, 16 Mar 2009 17:24:13 +0000 (18:24 +0100)]
s3-spoolss: cleanup _spoolss_SetPrinterDataEx a little.

Guenther

15 years agos3-spoolss: cleanup _spoolss_GetPrinterDataEx a little.
Günther Deschner [Mon, 16 Mar 2009 17:19:57 +0000 (18:19 +0100)]
s3-spoolss: cleanup _spoolss_GetPrinterDataEx a little.

Guenther

15 years agos3-rpcclient: fix cmd_spoolss_getprinterdataex.
Günther Deschner [Mon, 16 Mar 2009 15:02:21 +0000 (16:02 +0100)]
s3-rpcclient: fix cmd_spoolss_getprinterdataex.

Guenther

15 years agos3-net: fix net_spoolss_setprinterdata.
Günther Deschner [Mon, 16 Mar 2009 23:34:59 +0000 (00:34 +0100)]
s3-net: fix net_spoolss_setprinterdata.

Guenther

15 years agos3-net: use rpccli_spoolss_EnumPrinterData.
Günther Deschner [Tue, 17 Mar 2009 00:47:40 +0000 (01:47 +0100)]
s3-net: use rpccli_spoolss_EnumPrinterData.

Guenther

15 years agos3-spoolss: remove spoolss_EnumPrinterData.
Günther Deschner [Mon, 16 Mar 2009 14:04:17 +0000 (15:04 +0100)]
s3-spoolss: remove spoolss_EnumPrinterData.

Guenther

15 years agos3-spoolss: use pidl for _spoolss_EnumPrinterData.
Günther Deschner [Mon, 16 Mar 2009 13:58:55 +0000 (14:58 +0100)]
s3-spoolss: use pidl for _spoolss_EnumPrinterData.

Guenther

15 years agos3-spoolss: remove rpccli_spoolss_enumprinterdata.
Günther Deschner [Mon, 16 Mar 2009 14:02:43 +0000 (15:02 +0100)]
s3-spoolss: remove rpccli_spoolss_enumprinterdata.

Guenther

15 years agos3-rpcclient: use rpccli_spoolss_EnumPrinterData in enumdata command.
Günther Deschner [Mon, 16 Mar 2009 14:11:04 +0000 (15:11 +0100)]
s3-rpcclient: use rpccli_spoolss_EnumPrinterData in enumdata command.

Guenther

15 years agos3-net: temporary disable net_spoolss_setprinterdata.
Günther Deschner [Tue, 17 Mar 2009 11:01:29 +0000 (12:01 +0100)]
s3-net: temporary disable net_spoolss_setprinterdata.

Guenther

15 years agos3-spoolss: remove old spoolss_SetPrinterData.
Günther Deschner [Sat, 14 Mar 2009 01:26:08 +0000 (02:26 +0100)]
s3-spoolss: remove old spoolss_SetPrinterData.

Guenther

15 years agos3-spoolss: use pidl for _spoolss_SetPrinterData.
Günther Deschner [Sat, 14 Mar 2009 01:24:47 +0000 (02:24 +0100)]
s3-spoolss: use pidl for _spoolss_SetPrinterData.

Guenther

15 years agos3-spoolss: remove old rpccli_spoolss_setprinterdata wrapper.
Günther Deschner [Sat, 14 Mar 2009 01:22:59 +0000 (02:22 +0100)]
s3-spoolss: remove old rpccli_spoolss_setprinterdata wrapper.

Guenther

15 years agos3-rpcclient: use rpccli_spoolss_SetPrinterData.
Günther Deschner [Sat, 14 Mar 2009 01:21:11 +0000 (02:21 +0100)]
s3-rpcclient: use rpccli_spoolss_SetPrinterData.

Guenther

15 years agos3-spoolss: remove old spoolss_GetPrinterData.
Günther Deschner [Sat, 14 Mar 2009 00:31:00 +0000 (01:31 +0100)]
s3-spoolss: remove old spoolss_GetPrinterData.

Guenther

15 years agos3-spoolss: use pidl for _spoolss_GetPrinterData.
Günther Deschner [Sat, 14 Mar 2009 00:29:56 +0000 (01:29 +0100)]
s3-spoolss: use pidl for _spoolss_GetPrinterData.

Guenther

15 years agos3-spoolss: remove old rpccli_spoolss_getprinterdata.
Günther Deschner [Sat, 14 Mar 2009 00:28:25 +0000 (01:28 +0100)]
s3-spoolss: remove old rpccli_spoolss_getprinterdata.

Guenther

15 years agos3-rpcclient: use rpccli_spoolss_getprinterdata.
Günther Deschner [Sat, 14 Mar 2009 00:28:55 +0000 (01:28 +0100)]
s3-rpcclient: use rpccli_spoolss_getprinterdata.

Guenther

15 years agos3-spoolss: add rpccli_spoolss_getprinterdata convenience wrapper.
Günther Deschner [Sat, 14 Mar 2009 00:26:27 +0000 (01:26 +0100)]
s3-spoolss: add rpccli_spoolss_getprinterdata convenience wrapper.

Guenther

15 years agos3-spoolss: remove unused ADD_JOBINFO_1.
Günther Deschner [Thu, 26 Feb 2009 20:56:12 +0000 (21:56 +0100)]
s3-spoolss: remove unused ADD_JOBINFO_1.

Guenther

15 years agoFix a valgrind error
Volker Lendecke [Tue, 17 Mar 2009 10:22:41 +0000 (11:22 +0100)]
Fix a valgrind error

Found in "make test" -- if we can't connect at all, "cli" is uninitialized

15 years agos4-smbtorture: fix RPC-SPOOLSS test after PrinterData changes.
Günther Deschner [Mon, 16 Mar 2009 15:01:10 +0000 (16:01 +0100)]
s4-smbtorture: fix RPC-SPOOLSS test after PrinterData changes.

Guenther

15 years agos4-spoolss: use winreg_Type for GetPrinterData implementation.
Günther Deschner [Mon, 16 Mar 2009 14:44:16 +0000 (15:44 +0100)]
s4-spoolss: use winreg_Type for GetPrinterData implementation.

Guenther

15 years agos3: re-run make samba3-idl.
Günther Deschner [Mon, 16 Mar 2009 15:45:57 +0000 (16:45 +0100)]
s3: re-run make samba3-idl.

Guenther

15 years agospoolss: use winreg_Type instead of spoolss_PrinterDataType for XPrinterData calls.
Günther Deschner [Mon, 16 Mar 2009 14:43:17 +0000 (15:43 +0100)]
spoolss: use winreg_Type instead of spoolss_PrinterDataType for XPrinterData calls.

Guenther

15 years agospoolss: use uint8 array instead of DATA_BLOB in EnumPrinterData IDL out pointer.
Günther Deschner [Mon, 16 Mar 2009 14:22:59 +0000 (15:22 +0100)]
spoolss: use uint8 array instead of DATA_BLOB in EnumPrinterData IDL out pointer.

Guenther

15 years agospoolss: fix ndr_push_spoolss_SetPrinterData.
Günther Deschner [Sat, 14 Mar 2009 00:39:39 +0000 (01:39 +0100)]
spoolss: fix ndr_push_spoolss_SetPrinterData.

Guenther

15 years agos3: re-run make samba3-idl.
Günther Deschner [Sat, 14 Mar 2009 02:01:30 +0000 (03:01 +0100)]
s3: re-run make samba3-idl.

Guenther

15 years agospoolss: fix IDL for spoolss_SetPrinterData.
Günther Deschner [Sat, 14 Mar 2009 00:39:16 +0000 (01:39 +0100)]
spoolss: fix IDL for spoolss_SetPrinterData.

Guenther

15 years agos4-spoolss: fix spoolss_GetPrinterData w.r.t. out pointer changes.
Günther Deschner [Sat, 14 Mar 2009 00:38:08 +0000 (01:38 +0100)]
s4-spoolss: fix spoolss_GetPrinterData w.r.t. out pointer changes.

Guenther

15 years agos4-smbtorture: fix test_GetPrinterData tests after out pointer changes.
Günther Deschner [Sat, 14 Mar 2009 00:36:31 +0000 (01:36 +0100)]
s4-smbtorture: fix test_GetPrinterData tests after out pointer changes.

Guenther

15 years agospoolss: fix GetPrinterData buffer helper.
Günther Deschner [Sat, 14 Mar 2009 00:34:39 +0000 (01:34 +0100)]
spoolss: fix GetPrinterData buffer helper.

Guenther

15 years agos3: re-run make samba3-idl.
Günther Deschner [Sat, 14 Mar 2009 02:00:51 +0000 (03:00 +0100)]
s3: re-run make samba3-idl.

Guenther

15 years agospoolss: make spoolss_GetPrinterData out.data ref pointers.
Günther Deschner [Sat, 14 Mar 2009 00:33:41 +0000 (01:33 +0100)]
spoolss: make spoolss_GetPrinterData out.data ref pointers.

Guenther

15 years agos3-spoolss: add push_spoolss_PrinterData().
Günther Deschner [Mon, 16 Mar 2009 15:53:41 +0000 (16:53 +0100)]
s3-spoolss: add push_spoolss_PrinterData().

Guenther

15 years agos3-spoolss: add pull_spoolss_PrinterData().
Günther Deschner [Mon, 16 Mar 2009 15:52:37 +0000 (16:52 +0100)]
s3-spoolss: add pull_spoolss_PrinterData().

Guenther

15 years agos3-spoolss: remove more unused defines.
Günther Deschner [Sat, 14 Mar 2009 00:40:32 +0000 (01:40 +0100)]
s3-spoolss: remove more unused defines.

Guenther

15 years agos3-spoolss: remove obsolete get_a_builtin_ntform.
Günther Deschner [Sat, 14 Mar 2009 00:35:22 +0000 (01:35 +0100)]
s3-spoolss: remove obsolete get_a_builtin_ntform.

Guenther

15 years agos4:build: use SAMBA_PKG_CONFIG_MIN_VERSION instead of PKG_CONFIG_MIN_VERSION
Stefan Metzmacher [Tue, 17 Mar 2009 07:58:04 +0000 (08:58 +0100)]
s4:build: use SAMBA_PKG_CONFIG_MIN_VERSION instead of PKG_CONFIG_MIN_VERSION

And also intialize the variable. This fixes ./autogen.sh
in the merged build for me.

metze

15 years agoMerge branch 'master' of ssh://git.samba.org/data/git/samba
Andrew Tridgell [Tue, 17 Mar 2009 03:19:25 +0000 (14:19 +1100)]
Merge branch 'master' of ssh://git.samba.org/data/git/samba

15 years agoadded support for parentGUID
Andrew Tridgell [Tue, 17 Mar 2009 03:18:53 +0000 (14:18 +1100)]
added support for parentGUID

This is made up of 4 parts:

  1) change our schema to include the parentGUID attribute type

  2) in the add hook in the objectclass module, get the objectGUID of
  the parent and add it to the message as parentGUID

  3) in the rename hook in the objectclass module, get the objectGUID
  of the new parent, and insert an async modify request after the
  renmam is done

  4) added a simple test suite

15 years agoAdd some appropriate const.
Jeremy Allison [Mon, 16 Mar 2009 23:38:15 +0000 (16:38 -0700)]
Add some appropriate const.
Jeremy.

15 years agoRemove unused async_req references from wb_reqtrans.c
Volker Lendecke [Mon, 16 Mar 2009 20:02:26 +0000 (21:02 +0100)]
Remove unused async_req references from wb_reqtrans.c

15 years agoConvert wb_trans to tevent_req
Volker Lendecke [Mon, 16 Mar 2009 19:38:11 +0000 (20:38 +0100)]
Convert wb_trans to tevent_req

15 years agoRemove an unnecessary variable
Volker Lendecke [Mon, 16 Mar 2009 19:25:25 +0000 (20:25 +0100)]
Remove an unnecessary variable

15 years agoMake struct wb_context private to wbclient.c
Volker Lendecke [Mon, 16 Mar 2009 19:23:37 +0000 (20:23 +0100)]
Make struct wb_context private to wbclient.c

15 years agoRemove some unused code from async_req.[ch]
Volker Lendecke [Mon, 16 Mar 2009 19:17:45 +0000 (20:17 +0100)]
Remove some unused code from async_req.[ch]

15 years agoUse tevent_wakeup_send in wb_trans
Volker Lendecke [Mon, 16 Mar 2009 19:15:23 +0000 (20:15 +0100)]
Use tevent_wakeup_send in wb_trans

15 years agoConvert open_socket_out_defer to tevent_req
Volker Lendecke [Mon, 16 Mar 2009 18:15:26 +0000 (19:15 +0100)]
Convert open_socket_out_defer to tevent_req

15 years agoUse tevent_wakeup_send in open_socket_out_defer
Volker Lendecke [Mon, 16 Mar 2009 17:43:57 +0000 (18:43 +0100)]
Use tevent_wakeup_send in open_socket_out_defer

15 years agotalloc: change version to 1.3.0
Stefan Metzmacher [Mon, 16 Mar 2009 09:19:09 +0000 (10:19 +0100)]
talloc: change version to 1.3.0

metze

15 years agotalloc: add useful talloc_array_length() macro
Stefan Metzmacher [Mon, 16 Mar 2009 09:16:40 +0000 (10:16 +0100)]
talloc: add useful talloc_array_length() macro

metze

15 years agotalloc: add TALLOC_ZERO()
Stefan Metzmacher [Mon, 16 Mar 2009 09:13:58 +0000 (10:13 +0100)]
talloc: add TALLOC_ZERO()

metze

15 years agos3: only define TALLOC_ZERO if needed
Stefan Metzmacher [Mon, 16 Mar 2009 09:13:34 +0000 (10:13 +0100)]
s3: only define TALLOC_ZERO if needed

metze

15 years agonsswitch: only define TALLOC_ZERO if needed
Stefan Metzmacher [Mon, 16 Mar 2009 09:13:08 +0000 (10:13 +0100)]
nsswitch: only define TALLOC_ZERO if needed

metze

15 years agolib/replace: use AC_TRY_LINK() to verify that getifaddrs() and freeifaddrs() are...
Stefan Metzmacher [Fri, 13 Mar 2009 09:20:29 +0000 (10:20 +0100)]
lib/replace: use AC_TRY_LINK() to verify that getifaddrs() and freeifaddrs() are available

metze

15 years agofix configure check for external talloc libs
Björn Jacke [Mon, 16 Mar 2009 00:06:16 +0000 (01:06 +0100)]
fix configure check for external talloc libs