amitay/samba.git
13 years agos3:ntlmssp Don't use talloc_tos() for NTLMSSP blobs for now
Andrew Bartlett [Fri, 6 Aug 2010 10:41:54 +0000 (20:41 +1000)]
s3:ntlmssp Don't use talloc_tos() for NTLMSSP blobs for now

This code will, I hope, soon be merged in common, and the Samba4
use case does not currently support talloc_tos() properly.  Use another
context for now.

Andrew Bartlett

Signed-off-by: Günther Deschner <gd@samba.org>
13 years agos3:ntlmssp Don't permit LM_KEY in combination with NTLMv2
Andrew Bartlett [Fri, 6 Aug 2010 10:24:35 +0000 (20:24 +1000)]
s3:ntlmssp Don't permit LM_KEY in combination with NTLMv2

This is another 'belts and braces' check to avoid the use of the
weak 'LM_KEY' encryption when the client has chosen NTLMv2.

Andrew Bartlett

Signed-off-by: Günther Deschner <gd@samba.org>
13 years agos3:ntlmssp Don't reply with the LM_KEY negotiation flag when not available
Andrew Bartlett [Fri, 6 Aug 2010 09:43:06 +0000 (19:43 +1000)]
s3:ntlmssp Don't reply with the LM_KEY negotiation flag when not available

This ensures the client isn't confused and we don't enter this
weaker authentication scheme when we don't really, really need to.

Andrew Bartlett

Signed-off-by: Günther Deschner <gd@samba.org>
13 years agos3:ntlmssp Don't use the lm key if the user didn't supply one.
Andrew Bartlett [Fri, 6 Aug 2010 09:01:34 +0000 (19:01 +1000)]
s3:ntlmssp Don't use the lm key if the user didn't supply one.

This may help to avoid a number of possible MITM attacks where LM_KEY is
spoofed into the session.  If the login wasn't with lanman
(and so the user chose to disclose their lanman response),
don't disclose back anything based on their lanman password.

Andrew Bartlett

Signed-off-by: Günther Deschner <gd@samba.org>
13 years agos3:ntlmssp Add extra DEBUG() message for auth system failures
Andrew Bartlett [Fri, 6 Aug 2010 08:35:25 +0000 (18:35 +1000)]
s3:ntlmssp Add extra DEBUG() message for auth system failures

Andrew Bartlett

Signed-off-by: Günther Deschner <gd@samba.org>
13 years agos3:ntlmssp Redirect lp_lanman_auth() via 'allow_lm_key'
Andrew Bartlett [Fri, 6 Aug 2010 08:18:51 +0000 (18:18 +1000)]
s3:ntlmssp Redirect lp_lanman_auth() via 'allow_lm_key'

This will allow this to be handled via common code in the future

Andrew Bartlett

Signed-off-by: Günther Deschner <gd@samba.org>
13 years agolibcli/auth/ntlmssp: remove outdated comment. The version flag is well understood...
Günther Deschner [Tue, 10 Aug 2010 09:51:01 +0000 (11:51 +0200)]
libcli/auth/ntlmssp: remove outdated comment. The version flag is well understood now.

Guenther

13 years agos3: fix the waf build.
Günther Deschner [Tue, 10 Aug 2010 09:39:04 +0000 (11:39 +0200)]
s3: fix the waf build.

Guenther

13 years agolibcli/auth Move some source3/ NTLMSSP functions to the common code.
Andrew Bartlett [Fri, 6 Aug 2010 08:16:32 +0000 (18:16 +1000)]
libcli/auth Move some source3/ NTLMSSP functions to the common code.
libcli/auth Use true and false rather than True and False in common code

Andrew Bartlett

Signed-off-by: Günther Deschner <gd@samba.org>
13 years agoFix bug #7608 - Win7 SMB2 authentication causes smbd panic
Jeremy Allison [Mon, 9 Aug 2010 23:16:24 +0000 (16:16 -0700)]
Fix bug #7608 - Win7 SMB2 authentication causes smbd panic

We need to call setup_ntlmssp_server_info() if status==NT_STATUS_OK,
or if status is anything except NT_STATUS_MORE_PROCESSING_REQUIRED,
as this can trigger map to guest.

Jeremy.

13 years agos4 upgradeprovision, fix a typo preventing the ridset to be correctly identified
Matthieu Patou [Mon, 9 Aug 2010 20:54:50 +0000 (00:54 +0400)]
s4 upgradeprovision, fix a typo preventing the ridset to be correctly identified

13 years agopidl:NDR: correctly handle no pointer bracket arrays with 'string'
Stefan Metzmacher [Mon, 9 Aug 2010 17:38:30 +0000 (19:38 +0200)]
pidl:NDR: correctly handle no pointer bracket arrays with 'string'

metze

13 years agos3-winbind: Fix Bug #7568: Make sure cm_connect_lsa_tcp does not reset the secure...
Günther Deschner [Mon, 9 Aug 2010 12:31:24 +0000 (14:31 +0200)]
s3-winbind: Fix Bug #7568: Make sure cm_connect_lsa_tcp does not reset the secure channel.

This is an important fix as the following could and is happening:

* winbind authenticates a user via schannel secured netlogon samlogonex call,
current secure channel cred state is stored in winbind state, winbind
sucessfully decrypts session key from the info3

* winbind sets up a new schannel ncacn_ip_tcp lsa pipe (and thereby resets the
secure channel on the dc)

* subsequent samlogonex calls use the new secure channel creds on the dc to
encrypt info3 session key, while winbind tries to use old schannel creds for
decryption

Guenther

13 years agos4-rpc_server: Fixed the build of the dcerpc_server library.
Andreas Schneider [Mon, 9 Aug 2010 09:47:23 +0000 (11:47 +0200)]
s4-rpc_server: Fixed the build of the dcerpc_server library.

Brad please check!

13 years agos4-build: use @PACKAGE_VERSION@ in s4 pc.in files
Andrew Tridgell [Mon, 9 Aug 2010 00:45:46 +0000 (10:45 +1000)]
s4-build: use @PACKAGE_VERSION@ in s4 pc.in files

this gets replaced by vnum from the build rule

13 years agos4-build: added dcerpc_server library
Brad Hards [Mon, 9 Aug 2010 00:37:34 +0000 (10:37 +1000)]
s4-build: added dcerpc_server library

OpenChange needs this for dcerpc_register_ep_server()

Signed-off-by: Andrew Tridgell <tridge@samba.org>
13 years agos3: Remove the smbd_messaging_context from load_printers
Volker Lendecke [Sun, 8 Aug 2010 20:54:43 +0000 (22:54 +0200)]
s3: Remove the smbd_messaging_context from load_printers

13 years agos3: Remove the smbd_messaging_context from pcap_cache_reload
Volker Lendecke [Sun, 8 Aug 2010 20:53:02 +0000 (22:53 +0200)]
s3: Remove the smbd_messaging_context from pcap_cache_reload

13 years agos3: Remove the smbd_messaging_context from cups_cache_reload
Volker Lendecke [Sun, 8 Aug 2010 20:50:28 +0000 (22:50 +0200)]
s3: Remove the smbd_messaging_context from cups_cache_reload

13 years agos3: Remove the smbd_messaging_context from cups_pcap_load_async
Volker Lendecke [Sun, 8 Aug 2010 20:47:45 +0000 (22:47 +0200)]
s3: Remove the smbd_messaging_context from cups_pcap_load_async

13 years agos3: Remove the smbd_messaging_context from smb_conf_updated
Volker Lendecke [Sun, 8 Aug 2010 16:55:03 +0000 (18:55 +0200)]
s3: Remove the smbd_messaging_context from smb_conf_updated

13 years agos3: Remove the smbd_messaging_context from spoolss_init_cb
Volker Lendecke [Sun, 8 Aug 2010 16:53:15 +0000 (18:53 +0200)]
s3: Remove the smbd_messaging_context from spoolss_init_cb

13 years agos3: Remove some smbd_messaging_context references from smbd_process
Volker Lendecke [Sun, 8 Aug 2010 16:48:01 +0000 (18:48 +0200)]
s3: Remove some smbd_messaging_context references from smbd_process

13 years agos3: Pass sconn to smbd_process
Volker Lendecke [Sun, 8 Aug 2010 16:47:02 +0000 (18:47 +0200)]
s3: Pass sconn to smbd_process

13 years agos3: Lift the server_messaging_context from housekeeping_fn
Volker Lendecke [Sun, 8 Aug 2010 16:43:37 +0000 (18:43 +0200)]
s3: Lift the server_messaging_context from housekeeping_fn

13 years agos3: Lift the server_messaging_context from check_reload
Volker Lendecke [Sun, 8 Aug 2010 16:42:12 +0000 (18:42 +0200)]
s3: Lift the server_messaging_context from check_reload

13 years agos3: Make check_reload() static
Volker Lendecke [Sun, 8 Aug 2010 16:41:13 +0000 (18:41 +0200)]
s3: Make check_reload() static

13 years agos3: Lift the server_messaging_context from spoolss_setjob_1
Volker Lendecke [Sun, 8 Aug 2010 15:32:21 +0000 (17:32 +0200)]
s3: Lift the server_messaging_context from spoolss_setjob_1

13 years agos3: Lift the server_messaging_context from construct_printer_info6
Volker Lendecke [Sun, 8 Aug 2010 15:31:38 +0000 (17:31 +0200)]
s3: Lift the server_messaging_context from construct_printer_info6

13 years agos3: Lift the server_messaging_context from construct_printer_info2
Volker Lendecke [Sun, 8 Aug 2010 15:30:57 +0000 (17:30 +0200)]
s3: Lift the server_messaging_context from construct_printer_info2

13 years agos3: Lift the server_messaging_context from construct_notify_jobs_info
Volker Lendecke [Sun, 8 Aug 2010 15:29:12 +0000 (17:29 +0200)]
s3: Lift the server_messaging_context from construct_notify_jobs_info

13 years agos3: Lift the server_messaging_context from construct_notify_printer_info
Volker Lendecke [Sun, 8 Aug 2010 15:28:16 +0000 (17:28 +0200)]
s3: Lift the server_messaging_context from construct_notify_printer_info

13 years agos3: Pass messaging_context through s_notify_info_data_table
Volker Lendecke [Sun, 8 Aug 2010 15:25:42 +0000 (17:25 +0200)]
s3: Pass messaging_context through s_notify_info_data_table

13 years agos3: Lift the server_messaging_context from update_monitored_printq_cache
Volker Lendecke [Sun, 8 Aug 2010 15:19:12 +0000 (17:19 +0200)]
s3: Lift the server_messaging_context from update_monitored_printq_cache

13 years agos3: Lift the server_messaging_context from print_job_endpage
Volker Lendecke [Sun, 8 Aug 2010 15:17:05 +0000 (17:17 +0200)]
s3: Lift the server_messaging_context from print_job_endpage

13 years agos3: Lift the server_messaging_context from print_job_write
Volker Lendecke [Sun, 8 Aug 2010 15:15:23 +0000 (17:15 +0200)]
s3: Lift the server_messaging_context from print_job_write

13 years agos3: Lift the server_messaging_context from print_job_delete1
Volker Lendecke [Sun, 8 Aug 2010 15:12:52 +0000 (17:12 +0200)]
s3: Lift the server_messaging_context from print_job_delete1

13 years agos3: Lift the server_messaging_context from print_job_set_name
Volker Lendecke [Sun, 8 Aug 2010 15:11:23 +0000 (17:11 +0200)]
s3: Lift the server_messaging_context from print_job_set_name

13 years agos3: Lift the server_messaging_context from print_queue_update_with_lock
Volker Lendecke [Sun, 8 Aug 2010 15:09:00 +0000 (17:09 +0200)]
s3: Lift the server_messaging_context from print_queue_update_with_lock

13 years agos3: Lift the server_messaging_context from print_queue_update_internal
Volker Lendecke [Sun, 8 Aug 2010 15:07:28 +0000 (17:07 +0200)]
s3: Lift the server_messaging_context from print_queue_update_internal

13 years agos3: Lift the server_messaging_context from traverse_fn_delete
Volker Lendecke [Sun, 8 Aug 2010 15:05:15 +0000 (17:05 +0200)]
s3: Lift the server_messaging_context from traverse_fn_delete

13 years agos3: Lift the server_messaging_context from print_unix_job
Volker Lendecke [Sun, 8 Aug 2010 15:02:24 +0000 (17:02 +0200)]
s3: Lift the server_messaging_context from print_unix_job

13 years agos3: Lift the server_messaging_context from pjob_delete
Volker Lendecke [Sun, 8 Aug 2010 15:00:55 +0000 (17:00 +0200)]
s3: Lift the server_messaging_context from pjob_delete

13 years agos3: Lift the server_messaging_context from pjob_store
Volker Lendecke [Sun, 8 Aug 2010 14:54:09 +0000 (16:54 +0200)]
s3: Lift the server_messaging_context from pjob_store

13 years agos3: Lift the server_messaging_context from pjob_store_notify
Volker Lendecke [Sun, 8 Aug 2010 14:50:17 +0000 (16:50 +0200)]
s3: Lift the server_messaging_context from pjob_store_notify

13 years agos3: Lift the server_messaging_context from notify_printer_byname
Volker Lendecke [Sun, 8 Aug 2010 14:42:59 +0000 (16:42 +0200)]
s3: Lift the server_messaging_context from notify_printer_byname

13 years agos3: Lift the server_messaging_context from notify_printer_location
Volker Lendecke [Sun, 8 Aug 2010 14:41:31 +0000 (16:41 +0200)]
s3: Lift the server_messaging_context from notify_printer_location

13 years agos3: Lift the server_messaging_context from notify_printer_port
Volker Lendecke [Sun, 8 Aug 2010 14:40:08 +0000 (16:40 +0200)]
s3: Lift the server_messaging_context from notify_printer_port

13 years agos3: Lift the server_messaging_context from notify_printer_printername
Volker Lendecke [Sun, 8 Aug 2010 14:38:54 +0000 (16:38 +0200)]
s3: Lift the server_messaging_context from notify_printer_printername

13 years agos3: Lift the server_messaging_context from notify_printer_sharename
Volker Lendecke [Sun, 8 Aug 2010 14:37:21 +0000 (16:37 +0200)]
s3: Lift the server_messaging_context from notify_printer_sharename

13 years agos3: Lift the server_messaging_context from notify_printer_comment
Volker Lendecke [Sun, 8 Aug 2010 14:35:56 +0000 (16:35 +0200)]
s3: Lift the server_messaging_context from notify_printer_comment

13 years agos3: Lift the server_messaging_context from notify_printer_driver
Volker Lendecke [Sun, 8 Aug 2010 14:34:44 +0000 (16:34 +0200)]
s3: Lift the server_messaging_context from notify_printer_driver

13 years agos3: Lift the server_messaging_context from notify_job_submitted
Volker Lendecke [Sun, 8 Aug 2010 14:33:05 +0000 (16:33 +0200)]
s3: Lift the server_messaging_context from notify_job_submitted

13 years agos3: Lift the server_messaging_context from notify_job_name
Volker Lendecke [Sun, 8 Aug 2010 14:31:41 +0000 (16:31 +0200)]
s3: Lift the server_messaging_context from notify_job_name

13 years agos3: Lift the server_messaging_context from notify_job_username
Volker Lendecke [Sun, 8 Aug 2010 14:29:31 +0000 (16:29 +0200)]
s3: Lift the server_messaging_context from notify_job_username

13 years agos3: Lift the server_messaging_context from notify_job_total_pages
Volker Lendecke [Sun, 8 Aug 2010 14:28:03 +0000 (16:28 +0200)]
s3: Lift the server_messaging_context from notify_job_total_pages

13 years agos3: Lift the server_messaging_context from notify_job_total_bytes
Volker Lendecke [Sun, 8 Aug 2010 14:26:40 +0000 (16:26 +0200)]
s3: Lift the server_messaging_context from notify_job_total_bytes

13 years agos3: Lift the server_messaging_context from notify_job_status
Volker Lendecke [Sun, 8 Aug 2010 14:24:51 +0000 (16:24 +0200)]
s3: Lift the server_messaging_context from notify_job_status

13 years agos3: Lift the server_messaging_context from notify_job_status_byname
Volker Lendecke [Sun, 8 Aug 2010 14:21:42 +0000 (16:21 +0200)]
s3: Lift the server_messaging_context from notify_job_status_byname

13 years agos3: Lift the server_messaging_context from notify_printer_status
Volker Lendecke [Sun, 8 Aug 2010 14:19:03 +0000 (16:19 +0200)]
s3: Lift the server_messaging_context from notify_printer_status

13 years agos3: Lift the server_messaging_context from notify_printer_status_byname
Volker Lendecke [Sun, 8 Aug 2010 14:16:37 +0000 (16:16 +0200)]
s3: Lift the server_messaging_context from notify_printer_status_byname

13 years agos3: Lift the server_messaging_context from send_notify_field_buffer
Volker Lendecke [Sun, 8 Aug 2010 14:09:20 +0000 (16:09 +0200)]
s3: Lift the server_messaging_context from send_notify_field_buffer

13 years agos3: Lift the server_messaging_context from send_notify_field_values
Volker Lendecke [Sun, 8 Aug 2010 14:07:56 +0000 (16:07 +0200)]
s3: Lift the server_messaging_context from send_notify_field_values

13 years agos3: Lift the server_messaging_context from send_spoolss_notify2_msg
Volker Lendecke [Sun, 8 Aug 2010 14:01:51 +0000 (16:01 +0200)]
s3: Lift the server_messaging_context from send_spoolss_notify2_msg

13 years agos3: Lift the server_messaging_context from print_notify_event_send_messages
Volker Lendecke [Sun, 8 Aug 2010 13:59:00 +0000 (15:59 +0200)]
s3: Lift the server_messaging_context from print_notify_event_send_messages

13 years agos3: Lift the server_messaging_context from print_queue_status
Volker Lendecke [Sun, 8 Aug 2010 13:55:19 +0000 (15:55 +0200)]
s3: Lift the server_messaging_context from print_queue_status

13 years agos3: Lift the server_messaging_context from get_stored_queue_info
Volker Lendecke [Sun, 8 Aug 2010 13:53:06 +0000 (15:53 +0200)]
s3: Lift the server_messaging_context from get_stored_queue_info

13 years agos3: Lift the server_messaging_context from print_job_end
Volker Lendecke [Sun, 8 Aug 2010 13:51:30 +0000 (15:51 +0200)]
s3: Lift the server_messaging_context from print_job_end

13 years agos3: Lift the server_messaging_context from print_queue_length
Volker Lendecke [Sun, 8 Aug 2010 13:47:51 +0000 (15:47 +0200)]
s3: Lift the server_messaging_context from print_queue_length

13 years agos3: Lift the server_messaging_context from print_queue_update
Volker Lendecke [Sun, 8 Aug 2010 13:39:48 +0000 (15:39 +0200)]
s3: Lift the server_messaging_context from print_queue_update

13 years agos3: Lift the smbd_messaging_context from start_background_queue
Volker Lendecke [Sun, 8 Aug 2010 13:35:31 +0000 (15:35 +0200)]
s3: Lift the smbd_messaging_context from start_background_queue

13 years agos3: Lift the smbd_messaging_context from smbd_setup_sig_hup_handler
Volker Lendecke [Sun, 8 Aug 2010 13:18:12 +0000 (15:18 +0200)]
s3: Lift the smbd_messaging_context from smbd_setup_sig_hup_handler

13 years agos3: Lift the smbd_messaging_context from smbd_sig_hup_handler
Volker Lendecke [Sun, 8 Aug 2010 13:15:01 +0000 (15:15 +0200)]
s3: Lift the smbd_messaging_context from smbd_sig_hup_handler

13 years agos3: Lift the smbd_messaging_context from reload_services
Volker Lendecke [Sun, 8 Aug 2010 13:09:47 +0000 (15:09 +0200)]
s3: Lift the smbd_messaging_context from reload_services

13 years agos3: Lift the smbd_messaging_context from reload_printers
Volker Lendecke [Sun, 8 Aug 2010 13:02:29 +0000 (15:02 +0200)]
s3: Lift the smbd_messaging_context from reload_printers

13 years agos3: Remove smbd_messaging_context from dummysmbd
Volker Lendecke [Sun, 8 Aug 2010 12:59:47 +0000 (14:59 +0200)]
s3: Remove smbd_messaging_context from dummysmbd

13 years agos3: Fix the build without ADS
Volker Lendecke [Sun, 8 Aug 2010 14:46:48 +0000 (16:46 +0200)]
s3: Fix the build without ADS

13 years agos3: Lift the smbd_messaging_context from print_queue_purge
Volker Lendecke [Sun, 8 Aug 2010 12:52:59 +0000 (14:52 +0200)]
s3: Lift the smbd_messaging_context from print_queue_purge

13 years agos3: Lift the smbd_messaging_context from print_queue_resume
Volker Lendecke [Sun, 8 Aug 2010 12:51:40 +0000 (14:51 +0200)]
s3: Lift the smbd_messaging_context from print_queue_resume

13 years agos3: Lift the smbd_messaging_context from print_queue_pause
Volker Lendecke [Sun, 8 Aug 2010 12:50:15 +0000 (14:50 +0200)]
s3: Lift the smbd_messaging_context from print_queue_pause

13 years agos3: Lift the smbd_messaging_context from print_job_start
Volker Lendecke [Sun, 8 Aug 2010 12:48:30 +0000 (14:48 +0200)]
s3: Lift the smbd_messaging_context from print_job_start

13 years agos3: Lift the smbd_messaging_context from print_job_checks
Volker Lendecke [Sun, 8 Aug 2010 12:47:18 +0000 (14:47 +0200)]
s3: Lift the smbd_messaging_context from print_job_checks

13 years agos3: Lift the smbd_messaging_context from print_job_resume
Volker Lendecke [Sun, 8 Aug 2010 12:46:04 +0000 (14:46 +0200)]
s3: Lift the smbd_messaging_context from print_job_resume

13 years agos3: Lift the smbd_messaging_context from print_job_pause
Volker Lendecke [Sun, 8 Aug 2010 12:44:32 +0000 (14:44 +0200)]
s3: Lift the smbd_messaging_context from print_job_pause

13 years agos3: Lift the smbd_messaging_context from print_job_delete
Volker Lendecke [Sun, 8 Aug 2010 12:42:47 +0000 (14:42 +0200)]
s3: Lift the smbd_messaging_context from print_job_delete

13 years agos3: Lift the smbd_messaging_context from construct_printer_info7
Volker Lendecke [Sun, 8 Aug 2010 12:40:46 +0000 (14:40 +0200)]
s3: Lift the smbd_messaging_context from construct_printer_info7

13 years agos3: Lift the smbd_messaging_context from is_printer_published
Volker Lendecke [Sun, 8 Aug 2010 12:39:40 +0000 (14:39 +0200)]
s3: Lift the smbd_messaging_context from is_printer_published

13 years agos3: Lift the smbd_messaging_context from check_published_printers
Volker Lendecke [Sun, 8 Aug 2010 12:37:47 +0000 (14:37 +0200)]
s3: Lift the smbd_messaging_context from check_published_printers

13 years agos3: Lift the smbd_messaging_context from nt_printer_publish
Volker Lendecke [Sun, 8 Aug 2010 12:35:50 +0000 (14:35 +0200)]
s3: Lift the smbd_messaging_context from nt_printer_publish

13 years agos3: Lift the smbd_messaging_context from nt_printer_publish_ads
Volker Lendecke [Sun, 8 Aug 2010 12:33:45 +0000 (14:33 +0200)]
s3: Lift the smbd_messaging_context from nt_printer_publish_ads

13 years agos3: Lift the smbd_messaging_context from store_printer_guid
Volker Lendecke [Sun, 8 Aug 2010 12:32:37 +0000 (14:32 +0200)]
s3: Lift the smbd_messaging_context from store_printer_guid

13 years agos3: Lift the smbd_messaging_context from nt_printer_remove
Volker Lendecke [Sun, 8 Aug 2010 12:31:14 +0000 (14:31 +0200)]
s3: Lift the smbd_messaging_context from nt_printer_remove

13 years agos3: Lift the smbd_messaging_context from print_time_access_check
Volker Lendecke [Sun, 8 Aug 2010 12:29:39 +0000 (14:29 +0200)]
s3: Lift the smbd_messaging_context from print_time_access_check

13 years agos3: Lift the smbd_messaging_context from print_access_check
Volker Lendecke [Sun, 8 Aug 2010 12:28:17 +0000 (14:28 +0200)]
s3: Lift the smbd_messaging_context from print_access_check

13 years agos3: Lift the smbd_messaging_context from printer_driver_files_in_use
Volker Lendecke [Sun, 8 Aug 2010 12:24:48 +0000 (14:24 +0200)]
s3: Lift the smbd_messaging_context from printer_driver_files_in_use

13 years agos3: Lift the smbd_messaging_context from printer_driver_in_use
Volker Lendecke [Sun, 8 Aug 2010 12:23:12 +0000 (14:23 +0200)]
s3: Lift the smbd_messaging_context from printer_driver_in_use

13 years agos3: Lift the smbd_messaging_context from netr_set_machine_account_password
Volker Lendecke [Sun, 8 Aug 2010 12:20:48 +0000 (14:20 +0200)]
s3: Lift the smbd_messaging_context from netr_set_machine_account_password

13 years agos3: Lift the smbd_messaging_context from get_md4pw
Volker Lendecke [Sun, 8 Aug 2010 12:19:53 +0000 (14:19 +0200)]
s3: Lift the smbd_messaging_context from get_md4pw

13 years agos3: Lift the smbd_messaging_context from enumprinterdrivers_level
Volker Lendecke [Sun, 8 Aug 2010 12:17:21 +0000 (14:17 +0200)]
s3: Lift the smbd_messaging_context from enumprinterdrivers_level

13 years agos3: Lift the smbd_messaging_context from enumprinterdrivers_level_by_architecture
Volker Lendecke [Sun, 8 Aug 2010 12:16:24 +0000 (14:16 +0200)]
s3: Lift the smbd_messaging_context from enumprinterdrivers_level_by_architecture