abartlet/samba.git/.git
15 years agos3:ldb Modify Samba3 to use and build with the common LDB ldb-common
Andrew Bartlett [Mon, 20 Apr 2009 13:16:59 +0000 (15:16 +0200)]
s3:ldb Modify Samba3 to use and build with the common LDB

Andrew Bartlett

15 years agos3:Makefile Link in correct code for merged ldb
Andrew Bartlett [Mon, 20 Apr 2009 11:43:06 +0000 (13:43 +0200)]
s3:Makefile Link in correct code for merged ldb

15 years agoDon't keep a samba3-specific copy of ldb, use the new common code
Andrew Bartlett [Thu, 9 Apr 2009 06:24:00 +0000 (16:24 +1000)]
Don't keep a samba3-specific copy of ldb, use the new common code

15 years agoMove the master copy of ldb (from Samba4) to the top level
Andrew Bartlett [Thu, 9 Apr 2009 06:23:26 +0000 (16:23 +1000)]
Move the master copy of ldb (from Samba4) to the top level

15 years agoMerge branch 'wspp-schema'
Andrew Tridgell [Thu, 9 Apr 2009 04:40:19 +0000 (14:40 +1000)]
Merge branch 'wspp-schema'

15 years agoenable testing of possibleInferiors generation
Andrew Tridgell [Thu, 9 Apr 2009 04:37:52 +0000 (14:37 +1000)]
enable testing of possibleInferiors generation

15 years agomake the memory usage of possibleInferiors much more efficient
Andrew Tridgell [Thu, 9 Apr 2009 04:29:36 +0000 (14:29 +1000)]
make the memory usage of possibleInferiors much more efficient

15 years agoadded _const versions of some of the str_list_*() functions
Andrew Tridgell [Thu, 9 Apr 2009 04:28:38 +0000 (14:28 +1000)]
added _const versions of some of the str_list_*() functions

These const versions don't copy the strings themselves, which
is useful when those strings point at known constant data (into the
schema in this case)

15 years agowe should not be supplying a generated attribute in our schema
Andrew Tridgell [Thu, 9 Apr 2009 03:46:35 +0000 (13:46 +1000)]
we should not be supplying a generated attribute in our schema

15 years agofixed the possibleInferiors calculation so it now passes the test
Andrew Tridgell [Thu, 9 Apr 2009 03:46:18 +0000 (13:46 +1000)]
fixed the possibleInferiors calculation so it now passes the test

We are probably still using more memory here than we need to. That
needs to be looked at.

15 years agoslightly nicer output in our possibleInferiors test code
Andrew Tridgell [Thu, 9 Apr 2009 03:45:23 +0000 (13:45 +1000)]
slightly nicer output in our possibleInferiors test code

15 years agohook the new possibleInferiors calculation into the schema
Andrew Tridgell [Thu, 9 Apr 2009 03:45:04 +0000 (13:45 +1000)]
hook the new possibleInferiors calculation into the schema

We now generate possibleInferiors at startup, and return it when
requested

15 years agoadded str_list_unique() and str_list_show()
Andrew Tridgell [Thu, 9 Apr 2009 03:44:27 +0000 (13:44 +1000)]
added str_list_unique() and str_list_show()

I also undid some of the const changes from Andrew, as
they didn't in fact resolve the const warnings.

15 years agoAdd the thread functions to top level lib/util.
Jeremy Allison [Wed, 8 Apr 2009 22:46:49 +0000 (15:46 -0700)]
Add the thread functions to top level lib/util.
Not yet used, that's the next step.
Jeremy.

15 years agos3-svcctl: Fix _svcctl_EnumServicesStatusW (again).
Günther Deschner [Wed, 8 Apr 2009 21:21:41 +0000 (23:21 +0200)]
s3-svcctl: Fix _svcctl_EnumServicesStatusW (again).

The final plan is to use the same macro based code that we have in spoolss to
handle the buffers and calculate the buffer-sizes.

Guenther

15 years agoRemove async_req
Volker Lendecke [Wed, 8 Apr 2009 21:03:59 +0000 (23:03 +0200)]
Remove async_req

15 years agoConvert cli_push to tevent_req
Volker Lendecke [Wed, 8 Apr 2009 20:54:28 +0000 (22:54 +0200)]
Convert cli_push to tevent_req

Metze, please check!

Thanks,

Volker

15 years agoConvert cli_pull to tevent_req
Volker Lendecke [Wed, 8 Apr 2009 20:39:55 +0000 (22:39 +0200)]
Convert cli_pull to tevent_req

15 years agos3-net: Fix Bug #5329: add "net rpc service delete/create".
Günther Deschner [Wed, 8 Apr 2009 19:45:04 +0000 (21:45 +0200)]
s3-net: Fix Bug #5329: add "net rpc service delete/create".

Patch from Danny Tylman <danny.tylman@insightix.com>.

Guenther

15 years agoConvert rpc_transport_smbd_init to tevent_req
Volker Lendecke [Wed, 8 Apr 2009 19:58:41 +0000 (21:58 +0200)]
Convert rpc_transport_smbd_init to tevent_req

15 years agoConvert rpc_cli_smbd_conn_init to tevent_req
Volker Lendecke [Wed, 8 Apr 2009 19:53:16 +0000 (21:53 +0200)]
Convert rpc_cli_smbd_conn_init to tevent_req

15 years agoConvert get_anon_ipc to tevent_req
Volker Lendecke [Wed, 8 Apr 2009 19:42:01 +0000 (21:42 +0200)]
Convert get_anon_ipc to tevent_req

15 years agoConvert rpc_transport_np_init to tevent_req
Volker Lendecke [Wed, 8 Apr 2009 19:33:01 +0000 (21:33 +0200)]
Convert rpc_transport_np_init to tevent_req

15 years agoerror-codes: add some service related error codes.
Günther Deschner [Wed, 8 Apr 2009 19:43:57 +0000 (21:43 +0200)]
error-codes: add some service related error codes.

Patch initially from: Danny Tylman <danny.tylman@insightix.com>

Guenther

15 years agos4-smbtorture: fix test_ReportEventLog in RPC-EVENTLOG.
Günther Deschner [Wed, 8 Apr 2009 17:18:49 +0000 (19:18 +0200)]
s4-smbtorture: fix test_ReportEventLog in RPC-EVENTLOG.

Guenther

15 years agos3-eventlog: split out evlog_convert_tdb_to_evt().
Günther Deschner [Wed, 8 Apr 2009 15:15:15 +0000 (17:15 +0200)]
s3-eventlog: split out evlog_convert_tdb_to_evt().

Guenther

15 years agos3-eventlog: move rpc_server/srv_eventlog_lib.c out of rpc_server.
Günther Deschner [Wed, 8 Apr 2009 12:29:04 +0000 (14:29 +0200)]
s3-eventlog: move rpc_server/srv_eventlog_lib.c out of rpc_server.

Guenther

15 years agos3/packaging: Add idmap_hash and idmap_adex to the list of built modules.
Karolin Seeger [Wed, 8 Apr 2009 15:49:21 +0000 (17:49 +0200)]
s3/packaging: Add idmap_hash and idmap_adex to the list of built modules.

Karolin

15 years agoMake the schema_inferiors generation code to compile wspp-schema
Andrew Bartlett [Wed, 8 Apr 2009 13:18:49 +0000 (23:18 +1000)]
Make the schema_inferiors generation code to compile

Sadly it still segfaults at this stage

Andrew Bartlett

15 years agoRework util_strlist prototypes to use a bit more and less const
Andrew Bartlett [Wed, 8 Apr 2009 13:18:13 +0000 (23:18 +1000)]
Rework util_strlist prototypes to use a bit more and less const

Hopefully this produces less warnings, but it might produce more...

Andrew Bartlett

15 years agos3-rpc-server: remove unused rpc_server/srv_util.c file.
Günther Deschner [Wed, 8 Apr 2009 12:37:40 +0000 (14:37 +0200)]
s3-rpc-server: remove unused rpc_server/srv_util.c file.

Guenther

15 years agos3-selftest: As Samba3 now passes RPC-SPOOLSS-WIN enable it against ourself.
Günther Deschner [Thu, 19 Mar 2009 22:38:00 +0000 (23:38 +0100)]
s3-selftest: As Samba3 now passes RPC-SPOOLSS-WIN enable it against ourself.

Guenther

15 years agos4-smbtorture: Small fix for RPC-SPOOLSS-WIN to deal with driver-less printers.
Günther Deschner [Wed, 8 Apr 2009 11:49:14 +0000 (13:49 +0200)]
s4-smbtorture: Small fix for RPC-SPOOLSS-WIN to deal with driver-less printers.

The getdriver query failure should only be critical when there is actually a
driver associated to a printer.

Guenther

15 years agos3-selftest: add root for make test as well (not only make selftest).
Günther Deschner [Wed, 8 Apr 2009 11:11:16 +0000 (13:11 +0200)]
s3-selftest: add root for make test as well (not only make selftest).

Guenther

15 years agos3-util-sock: add ismyaddr() check in is_myname_or_ipaddr().
Günther Deschner [Wed, 8 Apr 2009 10:47:10 +0000 (12:47 +0200)]
s3-util-sock: add ismyaddr() check in is_myname_or_ipaddr().

Guenther

15 years agos3-selftest: Samba3 passes RPC-SVCCTL so enable it during make test.
Günther Deschner [Wed, 8 Apr 2009 01:00:16 +0000 (03:00 +0200)]
s3-selftest: Samba3 passes RPC-SVCCTL so enable it during make test.

Guenther

15 years agoselftest: add a fake root user to nss_wrapper_passwd in s3.
Günther Deschner [Wed, 8 Apr 2009 08:15:01 +0000 (10:15 +0200)]
selftest: add a fake root user to nss_wrapper_passwd in s3.

Needed to make some server calls to get_root_nt_token() succeed.
make selftest/make test gurus, please check.

Guenther

15 years agosvcctl: use offered/needed for buffer sizes as in spoolss.
Günther Deschner [Wed, 8 Apr 2009 00:11:27 +0000 (02:11 +0200)]
svcctl: use offered/needed for buffer sizes as in spoolss.

Guenther

15 years agos3-svcctl: no need to define SVCCTL_NUM_INTERNAL_SERVICES twice in a file.
Günther Deschner [Tue, 7 Apr 2009 23:52:28 +0000 (01:52 +0200)]
s3-svcctl: no need to define SVCCTL_NUM_INTERNAL_SERVICES twice in a file.

Guenther

15 years agos3:lib Use push_ucs2_talloc() in ms_fnmatch()
Andrew Bartlett [Wed, 18 Mar 2009 07:05:17 +0000 (18:05 +1100)]
s3:lib Use push_ucs2_talloc() in ms_fnmatch()

Signed-off-by: Günther Deschner <gd@samba.org>
15 years agos3-spoolss: set servername to global_myname() in set_printer_hnd_name().
Günther Deschner [Thu, 2 Apr 2009 14:15:16 +0000 (16:15 +0200)]
s3-spoolss: set servername to global_myname() in set_printer_hnd_name().

This allows spoolss_OpenPrinterEx to open a printer by printername.
Now the Samba3 spoolss server passes the RPC-SPOOLSS-WIN test.

Guenther

15 years agos3:charcnv Remove unused unistrcpy() and unistrlen()
Andrew Bartlett [Thu, 19 Mar 2009 08:20:08 +0000 (19:20 +1100)]
s3:charcnv Remove unused unistrcpy() and unistrlen()

Signed-off-by: Günther Deschner <gd@samba.org>
15 years agos3:rpc_parse remove unused prs_unistr2()
Andrew Bartlett [Thu, 19 Mar 2009 08:18:14 +0000 (19:18 +1100)]
s3:rpc_parse remove unused prs_unistr2()

Signed-off-by: Günther Deschner <gd@samba.org>
15 years agos3:charcnv Remove unused unistr2 functions
Andrew Bartlett [Thu, 19 Mar 2009 08:14:36 +0000 (19:14 +1100)]
s3:charcnv Remove unused unistr2 functions

Natrually, the hard work to make these unsued was done by GD, not me :-)

Andrew Bartlett

Signed-off-by: Günther Deschner <gd@samba.org>
15 years agos3:charcnv Remove unused ucs2_to_unistr2()
Andrew Bartlett [Thu, 19 Mar 2009 08:11:15 +0000 (19:11 +1100)]
s3:charcnv Remove unused ucs2_to_unistr2()

Signed-off-by: Günther Deschner <gd@samba.org>
15 years agos3/docs: Raise version number up to 3.5.
Karolin Seeger [Tue, 7 Apr 2009 18:45:45 +0000 (20:45 +0200)]
s3/docs: Raise version number up to 3.5.

Karolin

15 years agos3/popt.h: Fix typo.
Karolin Seeger [Tue, 7 Apr 2009 18:01:27 +0000 (20:01 +0200)]
s3/popt.h: Fix typo.

Karolin

15 years agos3/loadparm: Fiy typos.
Karolin Seeger [Tue, 7 Apr 2009 18:00:47 +0000 (20:00 +0200)]
s3/loadparm: Fiy typos.

Karolin

15 years agos3/gpo_ldap: Fix typo.
Karolin Seeger [Tue, 7 Apr 2009 17:58:47 +0000 (19:58 +0200)]
s3/gpo_ldap: Fix typo.

Karolin

15 years agos3/smbconf_reg: Fix typo.
Karolin Seeger [Tue, 7 Apr 2009 17:58:14 +0000 (19:58 +0200)]
s3/smbconf_reg: Fix typo.

Karolin

15 years agos3/docs: Fix typo.
Karolin Seeger [Tue, 7 Apr 2009 17:55:45 +0000 (19:55 +0200)]
s3/docs: Fix typo.

Karolin

15 years agos3 onefs: Fix case-insensitivity for mangled names
Tim Prouty [Tue, 7 Apr 2009 00:56:50 +0000 (00:56 +0000)]
s3 onefs: Fix case-insensitivity for mangled names

onefs_get_real_filename needs to demangle the filename before doing
the case-insensitive estat

15 years agos3 oplocks: Add back procid_str to debug message
Tim Prouty [Tue, 7 Apr 2009 16:49:55 +0000 (09:49 -0700)]
s3 oplocks: Add back procid_str to debug message

15 years agos3:smbldap convert the easy cases to push_utf8_talloc()
Andrew Bartlett [Wed, 18 Mar 2009 07:04:35 +0000 (18:04 +1100)]
s3:smbldap convert the easy cases to push_utf8_talloc()

Signed-off-by: Günther Deschner <gd@samba.org>
15 years agos3:kerberos Rework smb_krb5_unparse_name() to take a talloc context
Andrew Bartlett [Wed, 18 Mar 2009 05:23:27 +0000 (16:23 +1100)]
s3:kerberos Rework smb_krb5_unparse_name() to take a talloc context

Signed-off-by: Günther Deschner <gd@samba.org>
15 years agos3:smbtorture Convert charcnv torture suite to use push_ucs2_talloc()
Andrew Bartlett [Wed, 18 Mar 2009 05:19:19 +0000 (16:19 +1100)]
s3:smbtorture Convert charcnv torture suite to use push_ucs2_talloc()

Signed-off-by: Günther Deschner <gd@samba.org>
15 years agofirst cut at a C version of the possible inferiors code
Andrew Tridgell [Tue, 7 Apr 2009 06:34:36 +0000 (16:34 +1000)]
first cut at a C version of the possible inferiors code

15 years agodon't load @ATTRIBUTES if we have an override handler in place
Andrew Tridgell [Tue, 7 Apr 2009 06:34:18 +0000 (16:34 +1000)]
don't load @ATTRIBUTES if we have an override handler in place

15 years agofixed internal handling of attribute deletion
Andrew Tridgell [Tue, 7 Apr 2009 06:33:54 +0000 (16:33 +1000)]
fixed internal handling of attribute deletion

15 years agoadded a str_list_append() function
Andrew Tridgell [Tue, 7 Apr 2009 06:33:26 +0000 (16:33 +1000)]
added a str_list_append() function

15 years agos3-libads: avoid NULL talloc context with ads_get_dn().
Günther Deschner [Mon, 6 Apr 2009 22:40:46 +0000 (00:40 +0200)]
s3-libads: avoid NULL talloc context with ads_get_dn().

Guenther

15 years agos3: re-run make samba3-idl.
Günther Deschner [Mon, 6 Apr 2009 23:12:34 +0000 (01:12 +0200)]
s3: re-run make samba3-idl.

Guenther

15 years agosvcctl: Fix svcctl_ControlsAccepted bitmask.
Günther Deschner [Mon, 6 Apr 2009 23:11:44 +0000 (01:11 +0200)]
svcctl: Fix svcctl_ControlsAccepted bitmask.

Never ever have 0 value in a bitmask...

pidl should generate at least a warning about those things.

Guenther

15 years agos3-svcctl: Fix _svcctl_EnumServicesStatusW() crash bug on too small buffer.
Günther Deschner [Mon, 6 Apr 2009 23:10:41 +0000 (01:10 +0200)]
s3-svcctl: Fix _svcctl_EnumServicesStatusW() crash bug on too small buffer.

Guenther

15 years agos3 onefs: Simplify level 2 oplock self-contention
Tim Prouty [Fri, 3 Apr 2009 01:24:43 +0000 (18:24 -0700)]
s3 onefs: Simplify level 2 oplock self-contention

This removes all oplock dependence on locking.tdb

15 years agos3 oplocks: Refactor level II oplock contention
Tim Prouty [Fri, 3 Apr 2009 01:33:30 +0000 (18:33 -0700)]
s3 oplocks: Refactor level II oplock contention

15 years agos3-samr: add support for _samr_Connect3() while planning to pass a s4 smbtorture...
Günther Deschner [Fri, 3 Apr 2009 19:26:14 +0000 (21:26 +0200)]
s3-samr: add support for _samr_Connect3() while planning to pass a s4 smbtorture test.

Guenther

15 years agoCorrect sync wrappers in cli_pipe.c
Volker Lendecke [Mon, 6 Apr 2009 18:52:04 +0000 (20:52 +0200)]
Correct sync wrappers in cli_pipe.c

15 years agoAdd a bad hack to enable level 2 oplocks in torture_open_connection_share
Volker Lendecke [Mon, 6 Apr 2009 18:45:08 +0000 (20:45 +0200)]
Add a bad hack to enable level 2 oplocks in torture_open_connection_share

15 years agoMake cli_oplock_ack async
Volker Lendecke [Mon, 6 Apr 2009 18:41:48 +0000 (20:41 +0200)]
Make cli_oplock_ack async

15 years agoAdd async oplock waiter
Volker Lendecke [Mon, 6 Apr 2009 14:06:04 +0000 (16:06 +0200)]
Add async oplock waiter

15 years agoNever hand out 0xffff as a mid
Volker Lendecke [Mon, 6 Apr 2009 12:51:34 +0000 (14:51 +0200)]
Never hand out 0xffff as a mid

This is used for oplock replies

15 years agoRemove async_req based async libsmb infrastructure
Volker Lendecke [Sun, 5 Apr 2009 21:28:01 +0000 (23:28 +0200)]
Remove async_req based async libsmb infrastructure

15 years agoRe-add the CHAIN1 test
Volker Lendecke [Sun, 5 Apr 2009 21:20:45 +0000 (23:20 +0200)]
Re-add the CHAIN1 test

15 years agoConvert cli_open to tevent_req
Volker Lendecke [Sun, 5 Apr 2009 21:17:55 +0000 (23:17 +0200)]
Convert cli_open to tevent_req

15 years agoConvert cli_close to tevent_req
Volker Lendecke [Sun, 29 Mar 2009 11:46:24 +0000 (13:46 +0200)]
Convert cli_close to tevent_req

15 years agoStreamline cli_push sync wrapper
Volker Lendecke [Sun, 5 Apr 2009 04:33:24 +0000 (06:33 +0200)]
Streamline cli_push sync wrapper

15 years agoConvert cli_write_andx to tevent_req
Volker Lendecke [Sun, 29 Mar 2009 11:28:18 +0000 (13:28 +0200)]
Convert cli_write_andx to tevent_req

15 years agoStreamline cli_pull sync wrapper
Volker Lendecke [Sun, 5 Apr 2009 04:33:17 +0000 (06:33 +0200)]
Streamline cli_pull sync wrapper

15 years agoConvert cli_read_andx to tevent_req
Volker Lendecke [Sun, 15 Mar 2009 08:54:23 +0000 (09:54 +0100)]
Convert cli_read_andx to tevent_req

15 years agoConvert cli_ntcreate to tevent_req
Volker Lendecke [Sun, 29 Mar 2009 18:00:58 +0000 (20:00 +0200)]
Convert cli_ntcreate to tevent_req

15 years agoConvert cli_tcon_andx to tevent_req
Volker Lendecke [Sun, 29 Mar 2009 17:47:18 +0000 (19:47 +0200)]
Convert cli_tcon_andx to tevent_req

15 years agoConvert cli_negprot to tevent_req
Volker Lendecke [Sun, 29 Mar 2009 16:59:56 +0000 (18:59 +0200)]
Convert cli_negprot to tevent_req

15 years agoConvert cli_session_setup_guest to tevent_req
Volker Lendecke [Sun, 29 Mar 2009 15:42:13 +0000 (17:42 +0200)]
Convert cli_session_setup_guest to tevent_req

15 years agoConvert cli_trans to tevent_req
Volker Lendecke [Sun, 5 Apr 2009 18:51:52 +0000 (20:51 +0200)]
Convert cli_trans to tevent_req

15 years agoConvert cli_echo to tevent_req
Volker Lendecke [Sun, 5 Apr 2009 18:48:16 +0000 (20:48 +0200)]
Convert cli_echo to tevent_req

15 years agoRemove the CHAIN1 test -- will come back later
Volker Lendecke [Sun, 29 Mar 2009 21:16:34 +0000 (23:16 +0200)]
Remove the CHAIN1 test -- will come back later

15 years agoAdd new async libsmb infrastructure
Volker Lendecke [Sun, 5 Apr 2009 18:18:45 +0000 (20:18 +0200)]
Add new async libsmb infrastructure

I know this is just yet another iteration, but I like this one much better than
the one that exists right now :-)

It will do trans and echo requests without a _recv helper and without
unnecessary memcpy().

15 years agoAdd read_smb_send/recv, dumping keepalives
Volker Lendecke [Sun, 5 Apr 2009 17:58:20 +0000 (19:58 +0200)]
Add read_smb_send/recv, dumping keepalives

15 years agotsocket: reduce size of dummy variable
Stefan Metzmacher [Mon, 6 Apr 2009 14:35:56 +0000 (16:35 +0200)]
tsocket: reduce size of dummy variable

metze

15 years agos3:libads Make ads_get_dn() take a talloc context
Andrew Bartlett [Wed, 18 Mar 2009 06:35:03 +0000 (17:35 +1100)]
s3:libads Make ads_get_dn() take a talloc context

Also remove ads_memfree(), which was only ever a wrapper around
SAFE_FREE, used only to free the DN from ads_get_ds().

This actually makes libgpo more consistant, as it mixed a talloc and a
malloc based string on the same element.

Andrew Bartlett

Signed-off-by: Günther Deschner <gd@samba.org>
15 years agotsocket: use the correct 'ret' variable for tdgram_disconnect_send/recv()
Stefan Metzmacher [Fri, 3 Apr 2009 12:29:51 +0000 (14:29 +0200)]
tsocket: use the correct 'ret' variable for tdgram_disconnect_send/recv()

metze

15 years agos3:printing Convert nt_printer_publish_ads() to use talloc better
Andrew Bartlett [Wed, 18 Mar 2009 05:31:51 +0000 (16:31 +1100)]
s3:printing Convert nt_printer_publish_ads() to use talloc better

In particular, this removes one more user of pull_utf8_allocate()

Andrew Bartlett

Signed-off-by: Günther Deschner <gd@samba.org>
15 years agos3:smbldap Remove smbldap_get_dn
Andrew Bartlett [Wed, 18 Mar 2009 04:29:02 +0000 (15:29 +1100)]
s3:smbldap Remove smbldap_get_dn

This removes one more caller to pull_utf8_allocate()

Signed-off-by: Günther Deschner <gd@samba.org>
15 years agoMake some functions static to vfs_gpfs.c
Volker Lendecke [Sun, 5 Apr 2009 05:32:03 +0000 (07:32 +0200)]
Make some functions static to vfs_gpfs.c

15 years agoAdd prototype for smbd_gpfs_get_realfilename_path
Volker Lendecke [Sun, 5 Apr 2009 05:31:47 +0000 (07:31 +0200)]
Add prototype for smbd_gpfs_get_realfilename_path

15 years agoFix two c++ warnings in vfs_gpfs.c
Volker Lendecke [Sun, 5 Apr 2009 05:31:30 +0000 (07:31 +0200)]
Fix two c++ warnings in vfs_gpfs.c

15 years agos3-examples: Fix Bug #6205. Correct sample smb.conf share configuration.
Günther Deschner [Mon, 6 Apr 2009 10:45:46 +0000 (12:45 +0200)]
s3-examples: Fix Bug #6205. Correct sample smb.conf share configuration.

Thanks to Jeffrey Riaboy <dakusan@castledragmire.com>.

Guenther

15 years agoImprove formatting in Python file.
Jelmer Vernooij [Sun, 5 Apr 2009 21:03:13 +0000 (23:03 +0200)]
Improve formatting in Python file.

15 years agoMake valid_netbios_name() check a bit stricter.
Jelmer Vernooij [Sun, 5 Apr 2009 21:17:43 +0000 (23:17 +0200)]
Make valid_netbios_name() check a bit stricter.