summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-02-09S3: New module interface for SMB message statistics gatheringtodd stecher19-39/+424
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-09Fix errornos assumption that all compilers are gccTorgeir Lerkerod3-3/+3
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-09docs: Add man sharesec.Karolin Seeger1-0/+220
Karolin
2009-02-09Attempt to fix the buildVolker Lendecke1-4/+4
2009-02-09Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij10-510/+98
2009-02-09Fix warning in spoolss IDL file output.Jelmer Vernooij5-12/+4
2009-02-09Rerun pidl.Jelmer Vernooij4-16/+16
2009-02-09s3-spoolss: remove old rpccli_spoolss_routerreplyprinter.Günther Deschner4-123/+0
Guenther
2009-02-09s3-spoolss: remove old spoolss_ReplyClosePrinter.Günther Deschner4-100/+0
Guenther
2009-02-09s3-spoolss: use rpccli_spoolss_ReplyClosePrinter.Günther Deschner1-5/+5
Guenther
2009-02-09s3-spoolss: remove old spoolss_AddPrintProcessor.Günther Deschner3-70/+0
Guenther
2009-02-09s3-spoolss: use pidl for _spoolss_AddPrintProcessor.Günther Deschner2-36/+17
Guenther
2009-02-09s3-rpcclient: remove a pointless fstring.Günther Deschner1-46/+29
Guenther
2009-02-09s3-rpcclient: use srv_name_slash instead of formating servername again and ↵Günther Deschner3-145/+62
again. Guenther
2009-02-09s4/wrepl_server: Fix typo in comment.Karolin Seeger1-2/+2
Karolin
2009-02-09Remove an invalid discard_const_p() - it masks an actualJelmer Vernooij1-1/+1
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-09Use discard_const_p rather than CONST_DISCARD.Jelmer Vernooij1-1/+1
2009-02-09Revert "s3/s4: Move CONST_DISCARD into lib/util so it's available from s3 ↵Jelmer Vernooij2-2/+2
and s4" lib/util already has discard_const_p. This reverts commit 0cb430c22e9c0af2248fbc15ce97a4d760df189d.
2009-02-09Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij123-4393/+11161
2009-02-09s3: re-run make samba3-idl.Günther Deschner5-0/+233
Guenther
2009-02-09s3-spoolss: move PRINTER_ENUM_ICONMASK to IDL.Günther Deschner3-1/+10
Guenther
2009-02-09s3-spoolss: use PRINTER_ENUM_NAME and remove double enum define.Günther Deschner2-2/+1
Guenther
2009-02-09s3-spoolss: remove PRINTER_CHANGE* flags now defined in IDL.Günther Deschner1-51/+0
Guenther
2009-02-09spoolss: fill in spoolss_AddPrintProcessor.Günther Deschner1-1/+5
Guenther
2009-02-09spoolss: fill in spoolss_RouterReplyPrinter.Günther Deschner1-1/+5
Guenther
2009-02-09spoolss: add spoolss_PrinterChangeFlags.Günther Deschner1-0/+54
Guenther
2009-02-09eliminate compiler warningsDerrell Lipman1-4/+7
2009-02-09s3:winbindd_user: create domain connection in winbindd_fill_pwent if necessary.Michael Adam1-1/+1
Calling find_domain_from_name_noinit() might not be enough here. This makes winbindd_getpwent() behave the same as winbindd_getgrent(). Michael
2009-02-09s3:winbindd_user: fix a debug message.Michael Adam1-2/+2
find_domain_from_name_noinit() is no longer called only for name alias support. Michael
2009-02-09testprogs/win32: add an option to trigger small reads in npecho_client2.cStefan Metzmacher1-7/+76
metze
2009-02-09s3-spoolss: remove old _spoolss_FindClosePrinterNotify.Günther Deschner3-53/+0
Guenther
2009-02-09s3-spoolss: use pidl for _spoolss_FindClosePrinterNotify.Günther Deschner2-37/+9
Guenther
2009-02-09s3-spoolss: remove whitespace in printing code.Günther Deschner3-512/+512
Guenther
2009-02-09Fix count in _srvsvc_NetDiskEnum()Volker Lendecke1-0/+2
Without this, remotely adding a share via MMC fails
2009-02-09s3-spoolss: remove old _spoolss_DeletePrinterDriverEx.Günther Deschner4-148/+0
Guenther
2009-02-09s3-rpcclient: use rpccli_spoolss_DeletePrinterDriverEx.Günther Deschner1-6/+16
Guenther
2009-02-09s3-spoolss: use pidl for _spoolss_DeletePrinterDriverEx.Günther Deschner2-42/+12
Guenther
2009-02-09s3-spoolss: remove old spoolss_DeletePrinterDriver.Günther Deschner4-132/+0
Guenther
2009-02-09s3-rpcclient: use rpccli_spoolss_DeletePrinterDriver.Günther Deschner1-3/+9
Guenther
2009-02-09s3-spools: use pidl for _spoolss_DeletePrinterDriver.Günther Deschner2-41/+11
Guenther
2009-02-09s3-spoolss: remove old _spoolss_DeletePrinterKey.Günther Deschner4-99/+0
Guenther
2009-02-09s3-spoolss: use pidl for _spoolss_DeletePrinterKey.Günther Deschner2-46/+15
Guenther
2009-02-09s3-spoolss: remove old _spoolss_DeletePrinterData.Günther Deschner4-98/+0
Guenther
2009-02-09s3-spoolss: use pidl for _spoolss_DeletePrinterData.Günther Deschner2-49/+15
Guenther
2009-02-09s3-spoolss: remove old _spoolss_DeletePrinterDataEx.Günther Deschner4-107/+0
Guenther
2009-02-09s3-spoolss: use pidl for _spoolss_DeletePrinterDataEx.Günther Deschner2-51/+14
Guenther
2009-02-09s3-spoolss: remove SPOOLSS_DELETEPRINTERDRIVEREX flags now defined in IDL.Günther Deschner1-6/+0
Guenther
2009-02-09s3: re-run make samba3-idl.Günther Deschner5-0/+118
Guenther
2009-02-09spoolss: fill in spoolss_DeletePrinterDriverEx IDL.Günther Deschner1-1/+12
Guenther
2009-02-09async_sock: Map ASYNC_REQ_TIMEOUT to ETIMEDOUT instead of ETIMEKai Blin1-1/+5
Also, fall back to EIO if ETIMEDOUT is not present