metze/samba/wip.git
14 years agotevent: Started a tevent_queue tutorial.
Andreas Schneider [Tue, 4 May 2010 21:07:03 +0000 (23:07 +0200)]
tevent: Started a tevent_queue tutorial.

14 years agotevent: Document the tevent_queue functions.
Andreas Schneider [Tue, 4 May 2010 15:18:22 +0000 (17:18 +0200)]
tevent: Document the tevent_queue functions.

14 years agotevent: Document the tevent helper functions.
Andreas Schneider [Tue, 4 May 2010 14:57:42 +0000 (16:57 +0200)]
tevent: Document the tevent helper functions.

14 years agotevent: Document missing callback typedefs.
Andreas Schneider [Mon, 3 May 2010 19:04:54 +0000 (21:04 +0200)]
tevent: Document missing callback typedefs.

14 years agotevent: Document the missing tevent async request callback functions.
Andreas Schneider [Mon, 3 May 2010 18:29:54 +0000 (20:29 +0200)]
tevent: Document the missing tevent async request callback functions.

14 years agotevent: Create a typedef for the debug function callback.
Andreas Schneider [Mon, 8 Feb 2010 20:10:55 +0000 (21:10 +0100)]
tevent: Create a typedef for the debug function callback.

14 years agotevent: Added more documentation.
Stephen Gallagher [Fri, 15 Jan 2010 15:38:24 +0000 (10:38 -0500)]
tevent: Added more documentation.

14 years agotevent: Remove erroneous comments about TEVENT_FD_AUTOCLOSE
Stephen Gallagher [Fri, 15 Jan 2010 15:33:14 +0000 (10:33 -0500)]
tevent: Remove erroneous comments about TEVENT_FD_AUTOCLOSE

There is no such flag.

14 years agotevent: Add doxygen tevent config file.
Andreas Schneider [Thu, 14 Jan 2010 14:42:26 +0000 (15:42 +0100)]
tevent: Add doxygen tevent config file.

14 years agotevent: Added basic doxygen documentation.
Andreas Schneider [Thu, 14 Jan 2010 13:41:49 +0000 (14:41 +0100)]
tevent: Added basic doxygen documentation.

14 years agos3-libsmb: Fixed a recursion in cli_pull_print.
Andreas Schneider [Tue, 4 May 2010 21:18:26 +0000 (23:18 +0200)]
s3-libsmb: Fixed a recursion in cli_pull_print.

14 years agotsocket: Added the warning again to tsocket_address_bsd_sockaddr.
Andreas Schneider [Tue, 4 May 2010 20:38:23 +0000 (22:38 +0200)]
tsocket: Added the warning again to tsocket_address_bsd_sockaddr.

14 years agotdb: fix short write logic in tdb_new_database
Rusty Russell [Wed, 5 May 2010 06:07:18 +0000 (15:37 +0930)]
tdb: fix short write logic in tdb_new_database

Commit 207a213c/24fed55d purported to fix the problem of signals during
tdb_new_database (which could cause a spurious short write, hence a failure).
However, the code is wrong: newdb+written is not correct.

Fix this by introducing a general tdb_write_all() and using it here and in
the tracing code.

Cc: Stefan Metzmacher <metze@samba.org>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
14 years agoFix bug #7263 - Unable to print using Samba 3.5.1 and cups-1.1.23-40.46 on SLES10.
Luca Olivetti [Tue, 4 May 2010 22:07:57 +0000 (15:07 -0700)]
Fix bug #7263 - Unable to print using Samba 3.5.1 and cups-1.1.23-40.46 on SLES10.

Fix cups encryption setting

I had the same problem and it's due to the fact that samba doesn't respect the
"cups encryption" setting since lp_cups_encrypt changes the value: if you set
"cups encryption=no", the first call will change it to HTTP_ENCRYPT_NEVER,
since that is 1 (i.e. true), the next call will change it to
HTTP_ENCRYPT_ALWAYS and after that it'll remain set as HTTP_ENCRYPT_ALWAYS.
This patch fixes this problem.

Don't mix up the HTTP_ENCRYPT_XXX constants up with the
enumeration constants (True, False, Auto) used in the
loadparm code.

14 years agos3-spoolss: Remove duplicate macro.
Simo Sorce [Tue, 27 Apr 2010 15:15:17 +0000 (11:15 -0400)]
s3-spoolss: Remove duplicate macro.

Signed-off-by: Günther Deschner <gd@samba.org>
14 years agos4-torture: Added the printername to the AddPrinter comment.
Andreas Schneider [Tue, 4 May 2010 08:21:52 +0000 (10:21 +0200)]
s4-torture: Added the printername to the AddPrinter comment.

Signed-off-by: Günther Deschner <gd@samba.org>
14 years agos4-torture: Fixed spoolss dsspooler printername test.
Andreas Schneider [Fri, 30 Apr 2010 12:38:07 +0000 (14:38 +0200)]
s4-torture: Fixed spoolss dsspooler printername test.

Signed-off-by: Günther Deschner <gd@samba.org>
14 years agos3-lib: Create a sec_desc_merge and sec_desc_merge_buf function.
Andreas Schneider [Mon, 26 Apr 2010 15:38:56 +0000 (17:38 +0200)]
s3-lib: Create a sec_desc_merge and sec_desc_merge_buf function.

Signed-off-by: Günther Deschner <gd@samba.org>
14 years agos4/waf: ABI update for lib/ldb
Anatoliy Atanasov [Tue, 4 May 2010 09:49:52 +0000 (11:49 +0200)]
s4/waf: ABI update for lib/ldb

14 years agos4/rodc: Support read-only database
Anatoliy Atanasov [Tue, 4 May 2010 09:49:18 +0000 (11:49 +0200)]
s4/rodc: Support read-only database

Check on modify if we are RODC and return referral.
On the ldap backend side now we pass context and ldb_modify_default_callback
to propagate the referral error to the client.

14 years agos4/rodc: Fix the callbacks up the stack to handle referrals on modify requests
Anatoliy Atanasov [Tue, 4 May 2010 09:48:18 +0000 (11:48 +0200)]
s4/rodc: Fix the callbacks up the stack to handle referrals on modify requests

14 years agos4:py_nttime2string - removed unused variable "nt2"
Matthias Dieter Wallnöfer [Tue, 4 May 2010 15:21:30 +0000 (17:21 +0200)]
s4:py_nttime2string - removed unused variable "nt2"

And add some linespaces to look better.

14 years agos4-smbtorture: fill in test_rap_print().
Günther Deschner [Tue, 4 May 2010 15:18:22 +0000 (17:18 +0200)]
s4-smbtorture: fill in test_rap_print().

This tests pauses a printer over RAP, prints a file, enumerates the job, deletes
the job and resumes the print queue.

Guenther

14 years agos3-libnetjoin: omit admin password in generated ndr_print function.
Günther Deschner [Tue, 4 May 2010 14:31:34 +0000 (16:31 +0200)]
s3-libnetjoin: omit admin password in generated ndr_print function.

Guenther

14 years agos4-smbtorture: add test_netprintdestgetinfo() to RAP-PRINTING.
Günther Deschner [Tue, 4 May 2010 13:39:21 +0000 (15:39 +0200)]
s4-smbtorture: add test_netprintdestgetinfo() to RAP-PRINTING.

Guenther

14 years agos4-smbtorture: add smbcli_rap_netprintdestgetinfo().
Günther Deschner [Tue, 4 May 2010 13:29:53 +0000 (15:29 +0200)]
s4-smbtorture: add smbcli_rap_netprintdestgetinfo().

Guenther

14 years agos4-smbtorture: add test_netprintdestenum to RAP-PRINTING.
Günther Deschner [Tue, 4 May 2010 13:24:54 +0000 (15:24 +0200)]
s4-smbtorture: add test_netprintdestenum to RAP-PRINTING.

Guenther

14 years agorap: add rap_NetPrintDestGetInfo to IDL.
Günther Deschner [Tue, 4 May 2010 13:23:53 +0000 (15:23 +0200)]
rap: add rap_NetPrintDestGetInfo to IDL.

Guenther

14 years agos4-smbtorture: add smbcli_rap_netprintdestenum.
Günther Deschner [Tue, 4 May 2010 13:23:08 +0000 (15:23 +0200)]
s4-smbtorture: add smbcli_rap_netprintdestenum.

Guenther

14 years agorap: add IDL for (undocumented) NetPrintDestEnum.
Günther Deschner [Tue, 4 May 2010 13:22:36 +0000 (15:22 +0200)]
rap: add IDL for (undocumented) NetPrintDestEnum.

Guenther

14 years agos3-idl: update the 2nd build_idl.sh script
Andrew Tridgell [Tue, 4 May 2010 05:48:54 +0000 (07:48 +0200)]
s3-idl: update the 2nd build_idl.sh script

14 years agos3-idl: rebuild IDL files based on all outputs
Andrew Tridgell [Tue, 4 May 2010 05:34:32 +0000 (07:34 +0200)]
s3-idl: rebuild IDL files based on all outputs

14 years agos3-idl: auto-build IDL files in Samba3
Andrew Tridgell [Tue, 4 May 2010 04:59:08 +0000 (06:59 +0200)]
s3-idl: auto-build IDL files in Samba3

14 years agos4-waf: we don't need the symlink hack for gen_ndr any more
Andrew Tridgell [Mon, 3 May 2010 15:28:23 +0000 (17:28 +0200)]
s4-waf: we don't need the symlink hack for gen_ndr any more

we can now generate files into the build directory

14 years ago.gitignore: simplify the .gitignore after gen_ndr removal
Andrew Tridgell [Mon, 3 May 2010 15:25:56 +0000 (17:25 +0200)]
.gitignore: simplify the .gitignore after gen_ndr removal

14 years agos3-idl: removed gen_ndr files from source3/ as well
Andrew Tridgell [Mon, 3 May 2010 15:22:18 +0000 (17:22 +0200)]
s3-idl: removed gen_ndr files from source3/ as well

14 years agoidl: removed the generated gen_ndr/ files from pidl
Andrew Tridgell [Mon, 3 May 2010 15:17:43 +0000 (17:17 +0200)]
idl: removed the generated gen_ndr/ files from pidl

Samba3 will add these to the release tarball instead. See the mail on
samba-technical

14 years agobuild: enable python 3.0 and 3.1 in testwaf.sh
Andrew Tridgell [Tue, 4 May 2010 09:58:28 +0000 (11:58 +0200)]
build: enable python 3.0 and 3.1 in testwaf.sh

try to ensure that we don't let support for python 3.x bitrot

14 years agobuild: fixed wildcard handling for python 3.x
Andrew Tridgell [Tue, 4 May 2010 09:57:50 +0000 (11:57 +0200)]
build: fixed wildcard handling for python 3.x

print must take parentheses

14 years agos4-waf: fixed indentation for python 3.1
Andrew Tridgell [Tue, 4 May 2010 09:57:13 +0000 (11:57 +0200)]
s4-waf: fixed indentation for python 3.1

python 3.x is very fussy about tabs/spaces

14 years agos3: Fix a memleak in check_pac_checksum
Volker Lendecke [Tue, 4 May 2010 11:54:51 +0000 (13:54 +0200)]
s3: Fix a memleak in check_pac_checksum

14 years agos4-script: added a --waf option to minimal_includes.pl
Andrew Tridgell [Tue, 4 May 2010 08:30:39 +0000 (10:30 +0200)]
s4-script: added a --waf option to minimal_includes.pl

This takes advantage of the new waf target syntax

14 years agobuild: allow use of target names as commands in waf
Andrew Tridgell [Tue, 4 May 2010 08:08:43 +0000 (10:08 +0200)]
build: allow use of target names as commands in waf

This allows for the following types of commands:

 waf smbd/samba
 waf smbd/server.c
 waf ../lib/util/util_file.c
 waf ../lib/util/util_file_*.o

this will be used as part of an updated minimal_includes.pl script

14 years agos4-smbtorture: add extraformat to smbcli_rap_netprintqgetinfo() as well.
Günther Deschner [Mon, 3 May 2010 18:23:45 +0000 (20:23 +0200)]
s4-smbtorture: add extraformat to smbcli_rap_netprintqgetinfo() as well.

Guenther

14 years agos4-smbtorture: use RAP extraformat for smbcli_rap_netprintqenum().
Günther Deschner [Mon, 3 May 2010 18:02:37 +0000 (20:02 +0200)]
s4-smbtorture: use RAP extraformat for smbcli_rap_netprintqenum().

Although w2k3 happily ignores it, the spec (and s3) enforce the addition of
that.

Guenther

14 years agos4-smbtorture: add rap_cli_expect_extra_format().
Günther Deschner [Thu, 29 Apr 2010 18:04:12 +0000 (20:04 +0200)]
s4-smbtorture: add rap_cli_expect_extra_format().

Guenther

14 years agos4-smbtorture: make all smbcli_rap_* failures critical.
Günther Deschner [Mon, 3 May 2010 18:53:02 +0000 (20:53 +0200)]
s4-smbtorture: make all smbcli_rap_* failures critical.

Guenther

14 years agos4/test: Implement tests for msDS-isRODC constructed attribute
Anatoliy Atanasov [Mon, 3 May 2010 16:12:45 +0000 (18:12 +0200)]
s4/test: Implement tests for msDS-isRODC constructed attribute

This attribute will be returned for objects with
objectClass=nTDSDSA,server and computer

14 years agos4/rodc: Implement msDS-isRODC constructed attr
Anatoliy Atanasov [Wed, 28 Apr 2010 14:02:55 +0000 (17:02 +0300)]
s4/rodc: Implement msDS-isRODC constructed attr

14 years agos4:LogonGetDomainInfo - fix a potential crash source
Matthias Dieter Wallnöfer [Mon, 3 May 2010 15:15:25 +0000 (17:15 +0200)]
s4:LogonGetDomainInfo - fix a potential crash source

14 years agos4:LogonGetDomainInfo - fix indentation
Matthias Dieter Wallnöfer [Mon, 3 May 2010 14:59:53 +0000 (16:59 +0200)]
s4:LogonGetDomainInfo - fix indentation

14 years agos4:LogonGetDomainInfo - remove singular "dNSHostName" check - this doesn't belong...
Matthias Dieter Wallnöfer [Mon, 3 May 2010 14:47:03 +0000 (16:47 +0200)]
s4:LogonGetDomainInfo - remove singular "dNSHostName" check - this doesn't belong here

I'm not really sure if this check is really done on Windows Server. And if it
is done, then it's on the LDB level (module).

14 years agobuild: use the waf patterns for RPATH
Andrew Tridgell [Mon, 3 May 2010 14:37:33 +0000 (16:37 +0200)]
build: use the waf patterns for RPATH

Use the self.env.RPATH variable to set the RPATH for each target. This
gives consistent ordering of the link command, ensuring that we don't
get rebuilds if we ask for a --targets= build after a normal build.

This also means we are now using the RPATH_ST pattern, which means we
can potentially support compilers that don't use -Wl,xxx as the
command line for rpath support

14 years agos4-waf: fixed target group for SOCKET_WRAPPER
Andrew Tridgell [Mon, 3 May 2010 14:05:19 +0000 (16:05 +0200)]
s4-waf: fixed target group for SOCKET_WRAPPER

14 years agobuild: added a check for group ordering within target dependencies
Andrew Tridgell [Mon, 3 May 2010 14:04:56 +0000 (16:04 +0200)]
build: added a check for group ordering within target dependencies

If target A depends on target B, then target B must not be in a later
build group from target A

Pair-Programmed-With: Thomas Nagy

14 years agobuild: fix for combined configure/build in one command
Andrew Tridgell [Mon, 3 May 2010 13:12:29 +0000 (15:12 +0200)]
build: fix for combined configure/build in one command

This is a fix from ita for "waf distclean configure build". Running
it as one command failed with missing config.h

14 years agos3-lanman: before trying to call spoolss_ClosePrinter make sure we have a connection.
Günther Deschner [Mon, 3 May 2010 15:02:21 +0000 (17:02 +0200)]
s3-lanman: before trying to call spoolss_ClosePrinter make sure we have a connection.

Guenther

14 years agoReplaced DS_FLAG_ATTR_IS_CRITICAL with SCHEMA_FLAG_ATTR_IS_CRITICAL.
Nadezhda Ivanova [Mon, 3 May 2010 14:47:56 +0000 (16:47 +0200)]
Replaced DS_FLAG_ATTR_IS_CRITICAL with SCHEMA_FLAG_ATTR_IS_CRITICAL.

14 years agos3-rpcclient: Fix Bug #7277. rpcclient was sending invalid data, causing cupsaddsmb...
Günther Deschner [Mon, 3 May 2010 13:54:14 +0000 (15:54 +0200)]
s3-rpcclient: Fix Bug #7277. rpcclient was sending invalid data, causing cupsaddsmb to fail.

Guenther

14 years agotsocket: Fixed the documentation of tsocket_address_bsd_sockaddr.
Andreas Schneider [Mon, 3 May 2010 09:25:26 +0000 (11:25 +0200)]
tsocket: Fixed the documentation of tsocket_address_bsd_sockaddr.

14 years agoAdded a couple of systemFlags, needed for determining filtered attributes.
Nadezhda Ivanova [Mon, 3 May 2010 13:38:46 +0000 (15:38 +0200)]
Added a couple of systemFlags, needed for determining filtered attributes.

14 years agoAdded a function to check if an attribute can belong to a filtered replica.
Nadezhda Ivanova [Mon, 3 May 2010 12:50:10 +0000 (14:50 +0200)]
Added a function to check if an attribute can belong to a filtered replica.

14 years agos3-lanman: fix api_DosPrintQEnum().
Günther Deschner [Mon, 3 May 2010 11:42:32 +0000 (13:42 +0200)]
s3-lanman: fix api_DosPrintQEnum().

This was a subtile bug where the OpenPrinter call (called directly via
dispatcher table) was modifiying r->in.printername in a way that all printers on
a server had the printername stripped off the server unc. Once we switch to full
NDR marshalling in inter RAP<->RPC server communication there is no danger
anymore to have these kind of nasty effects.

Guenther

14 years agos3: re-run make samba3-idl.
Günther Deschner [Mon, 3 May 2010 10:51:26 +0000 (12:51 +0200)]
s3: re-run make samba3-idl.

Guenther

14 years agopidl: indent cosmetics for s3 server stubs.
Günther Deschner [Mon, 3 May 2010 10:48:55 +0000 (12:48 +0200)]
pidl: indent cosmetics for s3 server stubs.

Guenther

14 years agos4-smbtorture: add test_netprintjobsetinfo to RAP-PRINTING.
Günther Deschner [Mon, 3 May 2010 09:57:06 +0000 (11:57 +0200)]
s4-smbtorture: add test_netprintjobsetinfo to RAP-PRINTING.

Guenther

14 years agos4-smbtorture: add smbcli_rap_netprintjobsetinfo().
Günther Deschner [Mon, 3 May 2010 09:46:57 +0000 (11:46 +0200)]
s4-smbtorture: add smbcli_rap_netprintjobsetinfo().

Guenther

14 years agos4-smbtorture: add rap_cli_push_param() and rap_cli_push_sendbuf().
Günther Deschner [Mon, 3 May 2010 09:45:52 +0000 (11:45 +0200)]
s4-smbtorture: add rap_cli_push_param() and rap_cli_push_sendbuf().

Guenther

14 years agos3-lanman: exit early for unsupported levels in api_PrintJobInfo().
Günther Deschner [Mon, 3 May 2010 09:58:06 +0000 (11:58 +0200)]
s3-lanman: exit early for unsupported levels in api_PrintJobInfo().

Guenther

14 years agos3: re-run make samba3-idl.
Günther Deschner [Fri, 30 Apr 2010 15:37:34 +0000 (17:37 +0200)]
s3: re-run make samba3-idl.

Guenther

14 years agorap: add rap_NetPrintJobSetInfo to IDL.
Günther Deschner [Fri, 30 Apr 2010 15:37:16 +0000 (17:37 +0200)]
rap: add rap_NetPrintJobSetInfo to IDL.

Guenther

14 years agos4-waf: fixed symlink path for autogen.sh
Andrew Tridgell [Mon, 3 May 2010 08:22:22 +0000 (10:22 +0200)]
s4-waf: fixed symlink path for autogen.sh

thanks to Nadya for noticing :-)

14 years agos4-waf: switch Samba4 over to the waf build by default
Andrew Tridgell [Mon, 3 May 2010 07:12:43 +0000 (09:12 +0200)]
s4-waf: switch Samba4 over to the waf build by default

the old autogen.sh is now calld autogen-autotools.sh

For now autogen.sh is a link to autogen-waf.sh. We can remove
autogen-waf.sh in the future, but for now I'm leaving it in place so
as not to break existing scripts (both build farm, and the scripts for
the standalone libs)

14 years agoConsolidate all get SEC_DESC into single procedure get_secdesc
Matthew McGillis [Mon, 3 May 2010 01:08:29 +0000 (18:08 -0700)]
Consolidate all get SEC_DESC into single procedure get_secdesc

14 years agoalways pass filename as const char
Matthew McGillis [Mon, 3 May 2010 01:08:02 +0000 (18:08 -0700)]
always pass filename as const char

14 years agobuild: uname on opensolaris returns 1 for success
Andrew Tridgell [Sun, 2 May 2010 14:12:14 +0000 (16:12 +0200)]
build: uname on opensolaris returns 1 for success

check for -1 as failure, not 0 for success

14 years agos4-ldb: use a parent context in the ldb utils
Andrew Tridgell [Sun, 2 May 2010 13:53:14 +0000 (15:53 +0200)]
s4-ldb: use a parent context in the ldb utils

This avoids a talloc free with references error on exit

14 years agos4: Fix python binding for drsblobs
Matthieu Patou [Mon, 12 Apr 2010 20:58:50 +0000 (00:58 +0400)]
s4: Fix python binding for drsblobs

This binding needs symbols in drsblobs_c.c otherwise we have unresolved symbols

14 years agos4 python: fix glues functions manipulating NTTIME
Matthieu Patou [Wed, 14 Apr 2010 20:18:14 +0000 (00:18 +0400)]
s4 python: fix glues functions manipulating NTTIME

The fix include reverse function (from NTTIME to timestamp) + fix
on the transformation of a NTTIME to a PyLong object

14 years agopidl: Fix the generation of py helper for 64 bit integer
Matthieu Patou [Wed, 14 Apr 2010 20:18:46 +0000 (00:18 +0400)]
pidl: Fix the generation of py helper for 64 bit integer

Up to now the generation of code for python helpers dealing with 64 bits (NTTIME,hyper, ...)
was broken because they were assumed to be Int (PyInt_From ...) as Integer is always 32 bits
in python.
This fix use PyLong and states that the incomming data is a long long as it should be 64 bit at least.

Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
14 years agos3: Unify DEBUG_KRB5_TKT_REGAIN and DEBUG_KRB5_TKT_RENEWAL
Volker Lendecke [Sat, 1 May 2010 12:51:15 +0000 (14:51 +0200)]
s3: Unify DEBUG_KRB5_TKT_REGAIN and DEBUG_KRB5_TKT_RENEWAL

I don't think it makes sense to #ifdef this one case separately.

Metze, Bo Yang, please check!

14 years agos3: Fix a typo
Volker Lendecke [Sat, 1 May 2010 12:39:01 +0000 (14:39 +0200)]
s3: Fix a typo

14 years agos3: Fix the code order in append_auth_data
Volker Lendecke [Sun, 25 Apr 2010 13:36:02 +0000 (15:36 +0200)]
s3: Fix the code order in append_auth_data

This is to comply with the comment

"currently, anything from here on potentially overwrites extra_data."

Günther, please check!

14 years agos4:credentials Make the CCACHE in credentials depend on the things that built it
Andrew Bartlett [Sat, 1 May 2010 00:33:08 +0000 (10:33 +1000)]
s4:credentials Make the CCACHE in credentials depend on the things that built it

This means that we consider the ccache only as reliable as the least
specified of the inputs we used.

This means that we will regenerate the ccache if any of the inputs change.

Andrew Bartlett

14 years agotalloc: Documentation fix for talloc
Holger Hans Peter Freyther [Sat, 1 May 2010 13:18:45 +0000 (15:18 +0200)]
talloc: Documentation fix for talloc

14 years agos4:dsdb Fix use of memory after free in repl_meta_data
Andrew Bartlett [Sat, 1 May 2010 08:22:20 +0000 (18:22 +1000)]
s4:dsdb Fix use of memory after free in repl_meta_data

The upgraded link values are were allocated on tmp_ctx, and need to be
kept until they are written to the DB.  If we don't give the correct
context, they will be gone after the talloc_free(tmp_ctx).

Found by Matthieu Patou <mat+Informatique.Samba@matws.net>

Andrew Bartlett

14 years agoPlumb the SMB2 front end into the blocking lock backend.
Jeremy Allison [Sat, 1 May 2010 04:03:20 +0000 (21:03 -0700)]
Plumb the SMB2 front end into the blocking lock backend.

Metze, you'll probably be happier with this work as it
doesn't abuse tevent in the way you dislike. This is a
first cut at the code, which will need lots of testing
but I'm hoping this will give people an idea of where I'm
going with this.

Jeremy.

14 years agosmbd: move printfile_offset() within write_file()
Simo Sorce [Wed, 28 Apr 2010 23:42:04 +0000 (19:42 -0400)]
smbd: move printfile_offset() within write_file()

14 years agos4-smbtorture: add test_netprintjobgetinfo().
Günther Deschner [Fri, 30 Apr 2010 15:06:29 +0000 (17:06 +0200)]
s4-smbtorture: add test_netprintjobgetinfo().

Guenther

14 years agos4-smbtorture: add smbcli_rap_netprintjobgetinfo().
Günther Deschner [Fri, 30 Apr 2010 15:06:03 +0000 (17:06 +0200)]
s4-smbtorture: add smbcli_rap_netprintjobgetinfo().

Guenther

14 years agos3: re-run make samba3-idl.
Günther Deschner [Fri, 30 Apr 2010 15:04:42 +0000 (17:04 +0200)]
s3: re-run make samba3-idl.

Guenther

14 years agorap: add rap_NetPrintJobGetInfo to IDL.
Günther Deschner [Fri, 30 Apr 2010 15:04:14 +0000 (17:04 +0200)]
rap: add rap_NetPrintJobGetInfo to IDL.

Guenther

14 years agos4-smbtorture: fix smbcli_rap_netprintjobenum().
Günther Deschner [Fri, 30 Apr 2010 15:05:17 +0000 (17:05 +0200)]
s4-smbtorture: fix smbcli_rap_netprintjobenum().

It is just fine for a printq to have no pending jobs.

Guenther

14 years agos4-smbtorture: add test_netprintjobenum to RAP-PRINTING.
Günther Deschner [Fri, 30 Apr 2010 12:57:19 +0000 (14:57 +0200)]
s4-smbtorture: add test_netprintjobenum to RAP-PRINTING.

Guenther

14 years agos4-smbtorture: add smbcli_rap_netprintjobenum().
Günther Deschner [Fri, 30 Apr 2010 12:52:48 +0000 (14:52 +0200)]
s4-smbtorture: add smbcli_rap_netprintjobenum().

Guenther

14 years agos3: re-run make samba3-idl.
Günther Deschner [Fri, 30 Apr 2010 11:52:56 +0000 (13:52 +0200)]
s3: re-run make samba3-idl.

Guenther

14 years agos3: add rap_NetPrintJobEnum (again a call not documented in MS-RAP).
Günther Deschner [Fri, 30 Apr 2010 11:52:14 +0000 (13:52 +0200)]
s3: add rap_NetPrintJobEnum (again a call not documented in MS-RAP).

Guenther

14 years agos4-smbtorture: pause and resume printq in RAP-PRINTING test.
Günther Deschner [Fri, 30 Apr 2010 11:38:49 +0000 (13:38 +0200)]
s4-smbtorture: pause and resume printq in RAP-PRINTING test.

Guenther

14 years agos4-smbtorture: use rap_status in smbcli_rap_* functions.
Günther Deschner [Fri, 30 Apr 2010 11:36:59 +0000 (13:36 +0200)]
s4-smbtorture: use rap_status in smbcli_rap_* functions.

Guenther

14 years agos3: re-run make samba3-idl.
Günther Deschner [Fri, 30 Apr 2010 11:42:02 +0000 (13:42 +0200)]
s3: re-run make samba3-idl.

Guenther