1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-22 05:57:43 +03:00

51514 Commits

Author SHA1 Message Date
todd stecher
f8c0d2fe01 S3 OneFS: Add in Isilon specific performance counter module 2009-02-09 13:23:44 -08:00
todd stecher
54c51a66e3 S3: New module interface for SMB message statistics gathering
This changelist allows for the addition of custom performance
monitoring modules through smb.conf. Entrypoints in the main message
processing code have been added to capture the command, subop, ioctl,
identity and message size statistics.
2009-02-09 13:23:44 -08:00
Torgeir Lerkerod
98a4327b19 Fix errornos assumption that all compilers are gcc
When compiling Samba 4's IDL files buildsystem assumes that compiler
knows about -xc, which is a gcc spesefic switch as this switch isn't
needed on gcc either the flag was uneeded and can be removed. Thus no
warnings on non gcc systems.

Signed-off-by: Torgeir Lerkerod <Torgeir.Lerkerod@gmail.com>
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
2009-02-09 22:12:45 +01:00
Karolin Seeger
cc51cbc862 docs: Add man sharesec.
Karolin
2009-02-09 21:01:29 +01:00
Volker Lendecke
07a8ad711b Attempt to fix the build 2009-02-09 20:18:57 +01:00
Jelmer Vernooij
4f29e8a75c Merge branch 'master' of ssh://git.samba.org/data/git/samba 2009-02-09 19:44:50 +01:00
Jelmer Vernooij
0d0aec18a2 Fix warning in spoolss IDL file output. 2009-02-09 19:43:52 +01:00
Jelmer Vernooij
db270e2f94 Rerun pidl. 2009-02-09 19:43:06 +01:00
Günther Deschner
a734c85c28 s3-spoolss: remove old rpccli_spoolss_routerreplyprinter.
Guenther
2009-02-09 19:12:27 +01:00
Günther Deschner
3b4bf2f8a9 s3-spoolss: remove old spoolss_ReplyClosePrinter.
Guenther
2009-02-09 19:10:37 +01:00
Günther Deschner
d2b8fb99ee s3-spoolss: use rpccli_spoolss_ReplyClosePrinter.
Guenther
2009-02-09 19:10:29 +01:00
Günther Deschner
d87891ea3e s3-spoolss: remove old spoolss_AddPrintProcessor.
Guenther
2009-02-09 19:09:09 +01:00
Günther Deschner
a7cf846d1e s3-spoolss: use pidl for _spoolss_AddPrintProcessor.
Guenther
2009-02-09 19:09:00 +01:00
Günther Deschner
84a0076c4b s3-rpcclient: remove a pointless fstring.
Guenther
2009-02-09 19:07:34 +01:00
Günther Deschner
438af255c6 s3-rpcclient: use srv_name_slash instead of formating servername again and again.
Guenther
2009-02-09 19:07:34 +01:00
Karolin Seeger
b3a2b3ade0 s4/wrepl_server: Fix typo in comment.
Karolin
2009-02-09 19:05:20 +01:00
Jelmer Vernooij
39172b5ce9 Remove an invalid discard_const_p() - it masks an actual
bug in pidl where pidl uses "const" in a struct where there should not be
const.

There is only a single place in the Samba codebase where this triggers a
warning.
2009-02-09 18:39:27 +01:00
Jelmer Vernooij
fa1ead3aa0 Use discard_const_p rather than CONST_DISCARD. 2009-02-09 17:50:35 +01:00
Jelmer Vernooij
0afa0ab442 Revert "s3/s4: Move CONST_DISCARD into lib/util so it's available from s3 and s4"
lib/util already has discard_const_p.

This reverts commit 0cb430c22e9c0af2248fbc15ce97a4d760df189d.
2009-02-09 17:48:30 +01:00
Jelmer Vernooij
9b366d7032 Merge branch 'master' of ssh://git.samba.org/data/git/samba 2009-02-09 16:51:46 +01:00
Günther Deschner
1dadf17be8 s3: re-run make samba3-idl.
Guenther
2009-02-09 15:59:04 +01:00
Günther Deschner
4d78ece657 s3-spoolss: move PRINTER_ENUM_ICONMASK to IDL.
Guenther
2009-02-09 15:59:04 +01:00
Günther Deschner
c94c777d9c s3-spoolss: use PRINTER_ENUM_NAME and remove double enum define.
Guenther
2009-02-09 15:59:04 +01:00
Günther Deschner
ec302a1cfe s3-spoolss: remove PRINTER_CHANGE* flags now defined in IDL.
Guenther
2009-02-09 15:59:04 +01:00
Günther Deschner
88075102c8 spoolss: fill in spoolss_AddPrintProcessor.
Guenther
2009-02-09 15:59:04 +01:00
Günther Deschner
8bf900a2af spoolss: fill in spoolss_RouterReplyPrinter.
Guenther
2009-02-09 15:59:04 +01:00
Günther Deschner
b53fa7559b spoolss: add spoolss_PrinterChangeFlags.
Guenther
2009-02-09 15:59:03 +01:00
Derrell Lipman
76f4cc3c70 eliminate compiler warnings 2009-02-09 09:54:22 -05:00
Michael Adam
487f5e7b47 s3:winbindd_user: create domain connection in winbindd_fill_pwent if necessary.
Calling find_domain_from_name_noinit() might not be enough here.
This makes winbindd_getpwent() behave the same as winbindd_getgrent().

Michael
2009-02-09 14:05:42 +01:00
Michael Adam
a63f602473 s3:winbindd_user: fix a debug message.
find_domain_from_name_noinit() is no longer called only for
name alias support.

Michael
2009-02-09 14:03:52 +01:00
Stefan Metzmacher
3ce895181b testprogs/win32: add an option to trigger small reads in npecho_client2.c
metze
2009-02-09 13:32:11 +01:00
Günther Deschner
d78fd19547 s3-spoolss: remove old _spoolss_FindClosePrinterNotify.
Guenther
2009-02-09 13:03:23 +01:00
Günther Deschner
41c01930a3 s3-spoolss: use pidl for _spoolss_FindClosePrinterNotify.
Guenther
2009-02-09 13:03:07 +01:00
Günther Deschner
dfa559145c s3-spoolss: remove whitespace in printing code.
Guenther
2009-02-09 12:42:42 +01:00
Volker Lendecke
5bc97e0cf2 Fix count in _srvsvc_NetDiskEnum()
Without this, remotely adding a share via MMC fails
2009-02-09 12:36:49 +01:00
Günther Deschner
03ae7fc134 s3-spoolss: remove old _spoolss_DeletePrinterDriverEx.
Guenther
2009-02-09 12:34:04 +01:00
Günther Deschner
cae89f5250 s3-rpcclient: use rpccli_spoolss_DeletePrinterDriverEx.
Guenther
2009-02-09 12:34:03 +01:00
Günther Deschner
160e8c7a37 s3-spoolss: use pidl for _spoolss_DeletePrinterDriverEx.
Guenther
2009-02-09 12:34:03 +01:00
Günther Deschner
763fe063d2 s3-spoolss: remove old spoolss_DeletePrinterDriver.
Guenther
2009-02-09 12:34:03 +01:00
Günther Deschner
2a74f8bdbb s3-rpcclient: use rpccli_spoolss_DeletePrinterDriver.
Guenther
2009-02-09 12:34:03 +01:00
Günther Deschner
7717ad6880 s3-spools: use pidl for _spoolss_DeletePrinterDriver.
Guenther
2009-02-09 12:34:02 +01:00
Günther Deschner
8b5729f31c s3-spoolss: remove old _spoolss_DeletePrinterKey.
Guenther
2009-02-09 12:34:02 +01:00
Günther Deschner
1c0b19fef6 s3-spoolss: use pidl for _spoolss_DeletePrinterKey.
Guenther
2009-02-09 12:34:02 +01:00
Günther Deschner
bed65d86ac s3-spoolss: remove old _spoolss_DeletePrinterData.
Guenther
2009-02-09 12:34:02 +01:00
Günther Deschner
27acd87445 s3-spoolss: use pidl for _spoolss_DeletePrinterData.
Guenther
2009-02-09 12:34:02 +01:00
Günther Deschner
fe6d62fb9f s3-spoolss: remove old _spoolss_DeletePrinterDataEx.
Guenther
2009-02-09 12:34:01 +01:00
Günther Deschner
ce5b25aaa4 s3-spoolss: use pidl for _spoolss_DeletePrinterDataEx.
Guenther
2009-02-09 12:34:01 +01:00
Günther Deschner
8f130d5479 s3-spoolss: remove SPOOLSS_DELETEPRINTERDRIVEREX flags now defined in IDL.
Guenther
2009-02-09 12:33:40 +01:00
Günther Deschner
43040b316c s3: re-run make samba3-idl.
Guenther
2009-02-09 12:33:40 +01:00
Günther Deschner
bf72c59c1b spoolss: fill in spoolss_DeletePrinterDriverEx IDL.
Guenther
2009-02-09 12:33:40 +01:00