kai/samba-autobuild/.git
15 years agoAdd more conventional async_recv
Volker Lendecke [Mon, 23 Feb 2009 07:56:35 +0000 (08:56 +0100)]
Add more conventional async_recv

15 years agoAdd more conventional async_send
Volker Lendecke [Mon, 23 Feb 2009 07:53:01 +0000 (08:53 +0100)]
Add more conventional async_send

15 years agoRemove unused param_connect struct
Volker Lendecke [Sun, 22 Feb 2009 23:21:27 +0000 (00:21 +0100)]
Remove unused param_connect struct

15 years agoRemove unused recvall
Volker Lendecke [Sun, 22 Feb 2009 23:20:24 +0000 (00:20 +0100)]
Remove unused recvall

15 years agoUse read_packet for wb_resp_read
Volker Lendecke [Sun, 22 Feb 2009 23:18:29 +0000 (00:18 +0100)]
Use read_packet for wb_resp_read

15 years agoUse read_packet for wb_req_read
Volker Lendecke [Sun, 22 Feb 2009 23:06:56 +0000 (00:06 +0100)]
Use read_packet for wb_req_read

15 years agoRemove read_pkt
Volker Lendecke [Sun, 22 Feb 2009 22:18:04 +0000 (23:18 +0100)]
Remove read_pkt

15 years agoReplace read_pkt by read_packet in np_read
Volker Lendecke [Sun, 22 Feb 2009 22:17:15 +0000 (23:17 +0100)]
Replace read_pkt by read_packet in np_read

15 years agoAdd async read_packet
Volker Lendecke [Sun, 22 Feb 2009 22:13:34 +0000 (23:13 +0100)]
Add async read_packet

15 years agoFix async writev
Volker Lendecke [Sun, 22 Feb 2009 22:12:56 +0000 (23:12 +0100)]
Fix async writev

15 years agoRemove async sendall
Volker Lendecke [Sun, 22 Feb 2009 21:03:06 +0000 (22:03 +0100)]
Remove async sendall

15 years agoUse async_writev in np_write
Volker Lendecke [Sun, 22 Feb 2009 21:01:35 +0000 (22:01 +0100)]
Use async_writev in np_write

15 years agoUse async writev for wb_resp_write
Volker Lendecke [Sun, 22 Feb 2009 20:55:03 +0000 (21:55 +0100)]
Use async writev for wb_resp_write

15 years agoUse async writev in wb_req_write
Volker Lendecke [Sun, 22 Feb 2009 20:41:57 +0000 (21:41 +0100)]
Use async writev in wb_req_write

15 years agoAdd async writev
Volker Lendecke [Sun, 22 Feb 2009 19:16:32 +0000 (20:16 +0100)]
Add async writev

15 years agoConvert async_connect to tevent_req
Volker Lendecke [Sun, 22 Feb 2009 18:49:18 +0000 (19:49 +0100)]
Convert async_connect to tevent_req

15 years agotevent.h requires bool and uint[16|32|64]_t
Volker Lendecke [Sun, 22 Feb 2009 18:48:46 +0000 (19:48 +0100)]
tevent.h requires bool and uint[16|32|64]_t

15 years agoAdd tevent_req_is_unix_error
Volker Lendecke [Sun, 22 Feb 2009 18:47:54 +0000 (19:47 +0100)]
Add tevent_req_is_unix_error

15 years agoConvert name_mangle() to use talloc
Volker Lendecke [Sun, 22 Feb 2009 10:53:50 +0000 (11:53 +0100)]
Convert name_mangle() to use talloc

15 years agoStart fixing Solaris build failures.
Jeremy Allison [Tue, 24 Feb 2009 19:37:57 +0000 (11:37 -0800)]
Start fixing Solaris build failures.
Jeremy.

15 years agos3:Makefile: build libcli/ldap files
Stefan Metzmacher [Tue, 24 Feb 2009 13:23:12 +0000 (14:23 +0100)]
s3:Makefile: build libcli/ldap files

metze

15 years agolibcli/ldap: move generic ldap control encoding code to ldap_message.c
Stefan Metzmacher [Tue, 24 Feb 2009 15:49:26 +0000 (16:49 +0100)]
libcli/ldap: move generic ldap control encoding code to ldap_message.c

As they can we static there, we pass the specific handlers as parameter
where we need to support controls.

metze

15 years agos4:libcli/ldap: don't use 'void **out' as arguments as the behavior is not defined...
Stefan Metzmacher [Tue, 24 Feb 2009 13:45:01 +0000 (14:45 +0100)]
s4:libcli/ldap: don't use 'void **out' as arguments as the behavior is not defined in C.

metze

15 years agolibcli/ldap: move ldap_ndr from source4/ to toplevel
Stefan Metzmacher [Tue, 24 Feb 2009 11:50:43 +0000 (12:50 +0100)]
libcli/ldap: move ldap_ndr from source4/ to toplevel

metze

15 years agolibcli/ldap: fix compiler warnings
Stefan Metzmacher [Tue, 24 Feb 2009 11:29:59 +0000 (12:29 +0100)]
libcli/ldap: fix compiler warnings

metze

15 years agolibcli/ldap: move ldap_errors.h to the toplevel and install it
Stefan Metzmacher [Tue, 24 Feb 2009 15:52:37 +0000 (16:52 +0100)]
libcli/ldap: move ldap_errors.h to the toplevel and install it

metze

15 years agolibcli/ldap: move ldap_message.[ch] from source4/ to the toplevel
Stefan Metzmacher [Tue, 24 Feb 2009 11:13:41 +0000 (12:13 +0100)]
libcli/ldap: move ldap_message.[ch] from source4/ to the toplevel

metze

15 years agos4:libcli/ldap: remove reference to DEBUG()
Stefan Metzmacher [Tue, 24 Feb 2009 11:09:11 +0000 (12:09 +0100)]
s4:libcli/ldap: remove reference to DEBUG()

This prepares using ldap_message.c in source3/ later

metze

15 years agos4:libcli: split out LIBCLI_LDAP_MESSAGE subsystem
Stefan Metzmacher [Tue, 24 Feb 2009 10:40:18 +0000 (11:40 +0100)]
s4:libcli: split out LIBCLI_LDAP_MESSAGE subsystem

metze

15 years agos3: remove unused smb_ldap.h
Stefan Metzmacher [Tue, 24 Feb 2009 13:06:27 +0000 (14:06 +0100)]
s3: remove unused smb_ldap.h

metze

15 years agos3:example/VFS: fix the build
Stefan Metzmacher [Tue, 24 Feb 2009 14:28:54 +0000 (15:28 +0100)]
s3:example/VFS: fix the build

metze

15 years agos3:mount.cifs: make "mount.cifs -V" print the version, not usage.
Michael Adam [Tue, 24 Feb 2009 15:58:33 +0000 (16:58 +0100)]
s3:mount.cifs: make "mount.cifs -V" print the version, not usage.

Also make "mount.cifs -h" not exit with error exit code but with return code 0.

Michael

15 years agos3:mount.cifs: don't error exit on explicitly requested help...
Michael Adam [Tue, 24 Feb 2009 15:57:30 +0000 (16:57 +0100)]
s3:mount.cifs: don't error exit on explicitly requested help...

Michael

15 years agos3: re-run make samba3-idl.
Günther Deschner [Tue, 24 Feb 2009 11:38:53 +0000 (12:38 +0100)]
s3: re-run make samba3-idl.

Guenther

15 years agospoolss: fix _spoolss_SetPrinter level 3.
Günther Deschner [Tue, 24 Feb 2009 11:37:04 +0000 (12:37 +0100)]
spoolss: fix _spoolss_SetPrinter level 3.

Guenther

15 years agos3-spoolss: use marshall/unmarshall_sec_desc_buf in nt_printing_setsec/getsec.
Günther Deschner [Tue, 24 Feb 2009 11:19:01 +0000 (12:19 +0100)]
s3-spoolss: use marshall/unmarshall_sec_desc_buf in nt_printing_setsec/getsec.

Guenther

15 years agos3-lib: add marshall_sec_desc_buf and unmarshall_sec_desc_buf helpers.
Günther Deschner [Tue, 24 Feb 2009 10:34:57 +0000 (11:34 +0100)]
s3-lib: add marshall_sec_desc_buf and unmarshall_sec_desc_buf helpers.

Guenther

15 years agoAdded mmr and olc to the OpenLDAP backend provisioning-scripts
Oliver Liebel [Tue, 24 Feb 2009 00:37:58 +0000 (11:37 +1100)]
Added mmr and olc to the OpenLDAP backend provisioning-scripts

These extensions add mmr (multi-master-replication) and olc
(openldap-online-configuration) capabilities to the
provisioning-scripts (provision-backend and provision.py), for use
with the openldap-backend (only versions >=2.4.15!).

Changes / additions made to the provision-backend  -script:
added new command-line-options:
--ol-mmr-urls=<list of whitespace separated ldap-urls> for use with mmr
(can be combined with --ol-olc=yes),
--ol-olc=[yes/no] (activate automatic conversion from static slapd.conf
to olc),
--ol-slaptest=<path to slaptest binary> (needed in conjunction with
--ol-olc=yes)

Changes / additions made to the provision.py -script: added
extensions, that will automatically generate the chosen mmr and/or olc
setup for the openldap backend, according to the to chosen parameters
set in the provision-backend script

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
15 years agos3-spoolss: merge path handling in _spoolss_PrintProcessorDirectory and
Günther Deschner [Tue, 24 Feb 2009 09:34:40 +0000 (10:34 +0100)]
s3-spoolss: merge path handling in _spoolss_PrintProcessorDirectory and
_spoolss_PrinterDriverDirectory.

Guenther

15 years agos3: re-run make samba3-idl.
Günther Deschner [Tue, 24 Feb 2009 09:43:53 +0000 (10:43 +0100)]
s3: re-run make samba3-idl.

Guenther

15 years agospoolss: return subcontext spoolss_DriverInfo in spoolss_GetPrinterDriver2.
Günther Deschner [Tue, 24 Feb 2009 09:41:05 +0000 (10:41 +0100)]
spoolss: return subcontext spoolss_DriverInfo in spoolss_GetPrinterDriver2.

Guenther

15 years agospoolss: add SPOOLSS_DEFAULT_SERVER_PATH.
Günther Deschner [Tue, 24 Feb 2009 09:40:21 +0000 (10:40 +0100)]
spoolss: add SPOOLSS_DEFAULT_SERVER_PATH.

Guenther

15 years agoMake the 'modules.conf' generation in the LDAP selftest simpler
Andrew Bartlett [Tue, 24 Feb 2009 09:41:50 +0000 (20:41 +1100)]
Make the 'modules.conf' generation in the LDAP selftest simpler

The versions of OpenLDAP that we require don't need us to specify the
location any more - slaptest knows this from it's build time.

Andrew Bartlett

15 years agos3 OneFS: Fix a double free in an error path
Tim Prouty [Tue, 24 Feb 2009 01:43:47 +0000 (17:43 -0800)]
s3 OneFS: Fix a double free in an error path

15 years agos3 OneFS: Add a parameter that unconditionally allows execute access
Tim Prouty [Mon, 23 Feb 2009 04:50:30 +0000 (20:50 -0800)]
s3 OneFS: Add a parameter that unconditionally allows execute access

15 years agoRefactored sys_fork() and sys_pid() into shared util library
Steven Danneman [Tue, 24 Feb 2009 04:46:11 +0000 (20:46 -0800)]
Refactored sys_fork() and sys_pid() into shared util library

This fixes a bug in 116ce19b, where we didn't clear the pid cache in
become_daemon() and thus the /var/run/smbd.pid didn't match the actual
pid of the parent process.

Currently S4 will clear the pid cache on fork but doesn't yet take
advantage of the pid cache by using sys_pid() instead of the direct
get_pid().

15 years agoMerge branch 'master' of ssh://git.samba.org/data/git/samba
Andrew Tridgell [Tue, 24 Feb 2009 00:40:28 +0000 (11:40 +1100)]
Merge branch 'master' of ssh://git.samba.org/data/git/samba

15 years agofixed the event context for net vampire
Andrew Tridgell [Tue, 24 Feb 2009 00:39:44 +0000 (11:39 +1100)]
fixed the event context for net vampire

15 years agoMore warning fixes for Solaris.
Jeremy Allison [Tue, 24 Feb 2009 00:22:43 +0000 (16:22 -0800)]
More warning fixes for Solaris.
Jeremy.

15 years agos3-spoolss: fix notify_printer_status_byname.
Günther Deschner [Mon, 23 Feb 2009 10:43:32 +0000 (11:43 +0100)]
s3-spoolss: fix notify_printer_status_byname.

This took me almost a week to find, so here a little longer explanation:

When a windows client registers printer *status* change notifies using
spoolss_RemoteFindFirstChangeNotify, it registers them to a print server handle,
not a printer handle. We were then correctly monitoring the printer status
changes but were sending out the spoolss_RouterReplyPrinterEx via the back-channel
connection with job_id set to 0 (which we only may do for monitored printer
change status notifies on printer handlers, not print server handles). Windows
was then showing a new empty dummy printer icon in the explorer as it cannot
route the notify event to the approriate local handle. It also discarded the
content of the notify event message of course. With this, printer change notify for
pausing, resuming and purging printers nicely works again here.

Jerry, Tim and all other printing gurus, please check.

Guenther

15 years agos3: re-run make samba3-idl.
Günther Deschner [Tue, 24 Feb 2009 00:03:19 +0000 (01:03 +0100)]
s3: re-run make samba3-idl.

Guenther

15 years agospoolss: add push,pull helper for spoolss_DriverInfo101.
Günther Deschner [Mon, 23 Feb 2009 23:47:32 +0000 (00:47 +0100)]
spoolss: add push,pull helper for spoolss_DriverInfo101.

Guenther

15 years agospoolss: add spoolss_DriverInfo101 to IDL.
Günther Deschner [Mon, 23 Feb 2009 23:45:25 +0000 (00:45 +0100)]
spoolss: add spoolss_DriverInfo101 to IDL.

Note that the size_is of the spoolss_DriverFileInfo is not reflected on the ndr.
It is just used as pidl cannot handle a relative pointer to a static array of
structs.

Guenther

15 years agospoolss: generate size functions for printer driver structs.
Günther Deschner [Mon, 23 Feb 2009 21:58:33 +0000 (22:58 +0100)]
spoolss: generate size functions for printer driver structs.

Guenther

15 years agoerror-codes: add WERR_INVALID_USER_BUFFER.
Günther Deschner [Mon, 23 Feb 2009 21:59:42 +0000 (22:59 +0100)]
error-codes: add WERR_INVALID_USER_BUFFER.

Guenther

15 years agoadded a missing linefeed
Andrew Tridgell [Mon, 23 Feb 2009 23:48:11 +0000 (10:48 +1100)]
added a missing linefeed

15 years agoMore warning fixes for Solaris.
Jeremy Allison [Mon, 23 Feb 2009 23:44:34 +0000 (15:44 -0800)]
More warning fixes for Solaris.
Jeremy.

15 years agoQuieten down a boatload of shadowed variable warnings on Solaris.
Jeremy Allison [Mon, 23 Feb 2009 23:03:29 +0000 (15:03 -0800)]
Quieten down a boatload of shadowed variable warnings on Solaris.
Makes real problems easier to spot.
Jeremy.

15 years agoFix headers, ldb_includes.h is a private header,
Simo Sorce [Mon, 23 Feb 2009 22:35:49 +0000 (17:35 -0500)]
Fix headers, ldb_includes.h is a private header,
do not reference it from ldb.h

15 years agoMake char* parameters const
Derrell Lipman [Mon, 23 Feb 2009 18:50:11 +0000 (13:50 -0500)]
Make char* parameters const

- Use const in function signatures whenever appropriate, to help prevent
  errant scribbling on users' buffers. smbc_set_credentials() always acted as
  if its formal parameters were const char *, and changing the formal
  declaration to specify that should not cause any change to the ABI. It is
  still allowable to pass a writable buffer to a function which specifies that
  it will not write to the buffer.

  I'm making this change only in master.

Derrell

15 years agoFix GDB_PROVISION mode
Simo Sorce [Mon, 23 Feb 2009 18:33:39 +0000 (13:33 -0500)]
Fix GDB_PROVISION mode

15 years agoMake all transactions nested in ldb. The current samba4 code expects this
Simo Sorce [Sun, 22 Feb 2009 06:50:49 +0000 (01:50 -0500)]
Make all transactions nested in ldb. The current samba4 code expects this
behavior anyway, and given we can only have one transaction active per
ldb context this is the only sane model we can support.

Fix ldb_tdb transactions, we could return back with an error with neither
committing nor canceling the actual tdb transaction in some error paths
within the ltdb commit and cancel transaction paths.

Added also some debugging to trace what was going on.

15 years agos3-spoolss: remove cli_spoolss_notify.c completly.
Günther Deschner [Mon, 23 Feb 2009 15:39:53 +0000 (16:39 +0100)]
s3-spoolss: remove cli_spoolss_notify.c completly.

All of the spoolss change notify code uses pidl generated functions now.

Guenther

15 years agos3-spoolss: remove old SPOOL_NOTIFY_OPTION definitions.
Günther Deschner [Mon, 16 Feb 2009 23:13:24 +0000 (00:13 +0100)]
s3-spoolss: remove old SPOOL_NOTIFY_OPTION definitions.

Guenther

15 years agos3-spoolss: remove old spoolss_RemoteFindFirstPrinterChangeNotifyEx.
Günther Deschner [Mon, 16 Feb 2009 22:34:12 +0000 (23:34 +0100)]
s3-spoolss: remove old spoolss_RemoteFindFirstPrinterChangeNotifyEx.

Guenther

15 years agos3-spoolss: remove SPOOL_NOTIFY_INFO_DATA and SPOOL_NOTIFY_INFO alltogether.
Günther Deschner [Thu, 12 Feb 2009 13:33:26 +0000 (14:33 +0100)]
s3-spoolss: remove SPOOL_NOTIFY_INFO_DATA and SPOOL_NOTIFY_INFO alltogether.

Guenther

15 years agos3-spoolss: remove old spoolss_RouterReplyPrinterEx.
Günther Deschner [Thu, 12 Feb 2009 13:28:33 +0000 (14:28 +0100)]
s3-spoolss: remove old spoolss_RouterReplyPrinterEx.

Guenther

15 years agos3-spoolss: remove old spoolss_RouterRefreshPrinterChangeNotify.
Günther Deschner [Thu, 12 Feb 2009 15:21:59 +0000 (16:21 +0100)]
s3-spoolss: remove old spoolss_RouterRefreshPrinterChangeNotify.

Guenther

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

Guenther

15 years agos3-spoolss: use spoolss_NotifyOption and spoolss_NotifyType instead of SPOOL_NOTIFY_O...
Günther Deschner [Mon, 16 Feb 2009 23:12:21 +0000 (00:12 +0100)]
s3-spoolss: use spoolss_NotifyOption and spoolss_NotifyType instead of SPOOL_NOTIFY_OPTION and SPOOL_NOTIFY_OPTION_TYPE.

Guenther

15 years agos3-spoolss: add dup_spoolss_NotifyOption.
Günther Deschner [Mon, 23 Feb 2009 12:06:04 +0000 (13:06 +0100)]
s3-spoolss: add dup_spoolss_NotifyOption.

Guenther

15 years agos3-spoolss: use more idl types in spoolss server.
Günther Deschner [Fri, 13 Feb 2009 11:47:32 +0000 (12:47 +0100)]
s3-spoolss: use more idl types in spoolss server.

Guenther

15 years agos3-spoolss: fix memleak of spoolss_Notify array in _spoolss_RouterRefreshPrinterChang...
Günther Deschner [Thu, 12 Feb 2009 15:38:13 +0000 (16:38 +0100)]
s3-spoolss: fix memleak of spoolss_Notify array in _spoolss_RouterRefreshPrinterChangeNotify.

Guenther

15 years agos3-spoolss: use rpccli_spoolss_RouterReplyPrinterEx.
Günther Deschner [Wed, 11 Feb 2009 23:40:37 +0000 (00:40 +0100)]
s3-spoolss: use rpccli_spoolss_RouterReplyPrinterEx.

Guenther

15 years agos3-spoolss: use pidl for _spoolss_RouterRefreshPrinterChangeNotify.
Günther Deschner [Thu, 12 Feb 2009 13:18:28 +0000 (14:18 +0100)]
s3-spoolss: use pidl for _spoolss_RouterRefreshPrinterChangeNotify.

Guenther

15 years agos3-spoolss: use struct spoolss_NotifyInfo instead of SPOOL_NOTIFY_INFO.
Günther Deschner [Thu, 12 Feb 2009 13:17:53 +0000 (14:17 +0100)]
s3-spoolss: use struct spoolss_NotifyInfo instead of SPOOL_NOTIFY_INFO.

Guenther

15 years agos3-spoolss: use struct spoolss_Notify instead of SPOOL_NOTIFY_INFO_DATA.
Günther Deschner [Thu, 12 Feb 2009 12:59:28 +0000 (13:59 +0100)]
s3-spoolss: use struct spoolss_Notify instead of SPOOL_NOTIFY_INFO_DATA.

Guenther

15 years agoprefer gssapi header files from subdirectory
Björn Jacke [Sun, 22 Feb 2009 18:46:40 +0000 (19:46 +0100)]
prefer gssapi header files from subdirectory

this fixes some compile time noise on FreeBSD 7

15 years agos3-rpcclient: use correct clientname in spoolss_RemoteFindFirstPrinterChangeNotifyEx...
Günther Deschner [Mon, 23 Feb 2009 09:29:46 +0000 (10:29 +0100)]
s3-rpcclient: use correct clientname in spoolss_RemoteFindFirstPrinterChangeNotifyEx command.

Guenther

15 years agos3: re-run make samba3-idl.
Günther Deschner [Mon, 23 Feb 2009 11:47:53 +0000 (12:47 +0100)]
s3: re-run make samba3-idl.

Guenther

15 years agospoolss: spoolss_NotifyData contains a devmode container, not devmode pointer.
Günther Deschner [Mon, 23 Feb 2009 10:50:27 +0000 (11:50 +0100)]
spoolss: spoolss_NotifyData contains a devmode container, not devmode pointer.

Guenther

15 years agospoolss: fix some PRINTER_CHANGE_ defines (and add a new windows 7 flag).
Günther Deschner [Sat, 21 Feb 2009 22:11:49 +0000 (23:11 +0100)]
spoolss: fix some PRINTER_CHANGE_ defines (and add a new windows 7 flag).

Guenther

15 years agoall BSDs use this evironment variable
Björn Jacke [Sat, 21 Feb 2009 23:43:38 +0000 (00:43 +0100)]
all BSDs use this evironment variable

Signed-off-by: Stefan Metzmacher <metze@samba.org>
15 years agos3/docs: Fix typo in man mount.cifs.
Karolin Seeger [Mon, 23 Feb 2009 08:24:50 +0000 (09:24 +0100)]
s3/docs: Fix typo in man mount.cifs.

Thanks to Tobias Stoeckmann for reporting!

Karolin

15 years agos3: Wrap usage of rlimit in configure checks
Steven Danneman [Mon, 23 Feb 2009 05:55:25 +0000 (21:55 -0800)]
s3: Wrap usage of rlimit in configure checks

15 years agoFor some unknown reason ldbrename was not being built in samba3.
Simo Sorce [Sun, 22 Feb 2009 06:06:28 +0000 (01:06 -0500)]
For some unknown reason ldbrename was not being built in samba3.

15 years agos3 OneFS: Add an atomic sendfile implementation
Tim Prouty [Fri, 20 Feb 2009 21:27:39 +0000 (13:27 -0800)]
s3 OneFS: Add an atomic sendfile implementation

15 years agos3: If sendfile returns 0 bytes read, fall back to the normal read path
Tim Prouty [Fri, 20 Feb 2009 21:28:36 +0000 (13:28 -0800)]
s3: If sendfile returns 0 bytes read, fall back to the normal read path

This allows sendfile implementations that are atomic to avoid having
to send zeros or kill the client connection on a short read (usually
the file was truncated).

15 years agoRevert "s3 auth: Add parameter that forces every user through an NSS lookup"
Tim Prouty [Sat, 21 Feb 2009 21:57:10 +0000 (13:57 -0800)]
Revert "s3 auth: Add parameter that forces every user through an NSS lookup"

After the discussion on samba-technical, it was decided that the best
answer for now was to revert this change.  The right way to do this is
to rewrite the token api to use opaque tokens with pluggable modules.

This reverts commit 8e19a288052bca5efdb0277a40c1e0fdd099cc2b.

15 years agoFix shadowed declaration warning
Tim Prouty [Sat, 21 Feb 2009 21:54:43 +0000 (13:54 -0800)]
Fix shadowed declaration warning

15 years agos3-spoolss: fix client name in rpccli_spoolss_openprinter_ex.
Günther Deschner [Sat, 21 Feb 2009 20:07:37 +0000 (21:07 +0100)]
s3-spoolss: fix client name in rpccli_spoolss_openprinter_ex.

Guenther

15 years agos3-spoolss: remove duplicate flag.
Günther Deschner [Sat, 21 Feb 2009 20:03:36 +0000 (21:03 +0100)]
s3-spoolss: remove duplicate flag.

Guenther

15 years agos3-spoolss: fix _spoolss_GetPrinterDriverDirectory and spoolss_GetPrintProcessorDirec...
Günther Deschner [Fri, 20 Feb 2009 13:55:31 +0000 (14:55 +0100)]
s3-spoolss: fix _spoolss_GetPrinterDriverDirectory and spoolss_GetPrintProcessorDirectory.

Both calls need to return NULL in the error case to avoid ndr encoding problems.
(found by smbtorture spoolss test).

Guenther

15 years agos3-eventlog: fix rpcclient and server stub for eventlog_GetLogInformation.
Günther Deschner [Fri, 20 Feb 2009 13:24:59 +0000 (14:24 +0100)]
s3-eventlog: fix rpcclient and server stub for eventlog_GetLogInformation.

Guenther

15 years agos4-smbtorture: fix eventlog getinformation test.
Günther Deschner [Fri, 20 Feb 2009 13:22:39 +0000 (14:22 +0100)]
s4-smbtorture: fix eventlog getinformation test.

Guenther

15 years agos3: re-run make samba3-idl.
Günther Deschner [Sat, 21 Feb 2009 20:13:46 +0000 (21:13 +0100)]
s3: re-run make samba3-idl.

Guenther

15 years agospoolss: add spoolssNotifyOptionFlags.
Günther Deschner [Sat, 21 Feb 2009 20:03:13 +0000 (21:03 +0100)]
spoolss: add spoolssNotifyOptionFlags.

Guenther

15 years agoeventlog: remove unused eventlog_Record struct.
Günther Deschner [Fri, 20 Feb 2009 13:20:05 +0000 (14:20 +0100)]
eventlog: remove unused eventlog_Record struct.

Guenther

15 years agoeventlog: fix eventlog_GetLogInformation typo in IDL.
Günther Deschner [Fri, 20 Feb 2009 13:18:06 +0000 (14:18 +0100)]
eventlog: fix eventlog_GetLogInformation typo in IDL.

Guenther

15 years agopytevent: Fix include path - tevent_util is not installed.
Jelmer Vernooij [Sat, 21 Feb 2009 18:08:24 +0000 (19:08 +0100)]
pytevent: Fix include path - tevent_util is not installed.