summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* s3 vfs: Add a destructor to the fsp extension data APITim Prouty2009-02-098-9/+20
| | | | | I'm not certain if the dummy pointer is needed in struct vfs_fsp_data, but I added it to be consistent with the comment below.
* S3: Various fixes for log2pcaphex utilitytodd stecher2009-02-091-49/+113
|
* s3 spoolss: arch needs to be set before it's passed to get_version_id.Tim Prouty2009-02-091-3/+3
| | | | | | 7717ad688099860fa0989ed3582435404fd6d4fa left arch unitialized. Guenther, please check.
* Revert "s3:winbindd_user: create domain connection in winbindd_fill_pwent if ↵Michael Adam2009-02-091-1/+1
| | | | | | | | | | | | | | necessary." This reverts commit 487f5e7b4768cfe9e511b0ba56f16c411e21f702. I was confused about the real meaning of find_domain_from_name_noinit() vs. find_domain_from_name(). We don't need the connection established here, just the domain struct which gets initialized by rescan_trusted_domains(). Sorry for the noise. Michael
* s3-spoolss: remove old spoolss_ScheduleJob.Günther Deschner2009-02-093-52/+0
| | | | Guenther
* s3-spoolss: use pidl for _spoolss_ScheduleJob.Günther Deschner2009-02-092-35/+6
| | | | Guenther
* s3-spoolss: remove old spoolss_AddJob.Günther Deschner2009-02-093-74/+0
| | | | Guenther
* s3-spoolss: use pidl for _spoolss_AddJob.Günther Deschner2009-02-092-44/+10
| | | | Guenther
* s3 async: Fix the build on systems that have ETIMEDOUT but not ETIMETim Prouty2009-02-091-4/+7
| | | | Fallback on EAGAIN
* S3 OneFS: Add in Isilon specific performance counter moduletodd stecher2009-02-093-1/+423
|
* S3: New module interface for SMB message statistics gatheringtodd stecher2009-02-0918-39/+411
| | | | | | | 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.
* Attempt to fix the buildVolker Lendecke2009-02-091-4/+4
|
* s3-spoolss: remove old rpccli_spoolss_routerreplyprinter.Günther Deschner2009-02-094-123/+0
| | | | Guenther
* s3-spoolss: remove old spoolss_ReplyClosePrinter.Günther Deschner2009-02-094-100/+0
| | | | Guenther
* s3-spoolss: use rpccli_spoolss_ReplyClosePrinter.Günther Deschner2009-02-091-5/+5
| | | | Guenther
* s3-spoolss: remove old spoolss_AddPrintProcessor.Günther Deschner2009-02-093-70/+0
| | | | Guenther
* s3-spoolss: use pidl for _spoolss_AddPrintProcessor.Günther Deschner2009-02-092-36/+17
| | | | Guenther
* s3-rpcclient: remove a pointless fstring.Günther Deschner2009-02-091-46/+29
| | | | Guenther
* s3-rpcclient: use srv_name_slash instead of formating servername again and ↵Günther Deschner2009-02-093-145/+62
| | | | | | again. Guenther
* Revert "s3/s4: Move CONST_DISCARD into lib/util so it's available from s3 ↵Jelmer Vernooij2009-02-091-0/+2
| | | | | | | | and s4" lib/util already has discard_const_p. This reverts commit 0cb430c22e9c0af2248fbc15ce97a4d760df189d.
* s3-spoolss: move PRINTER_ENUM_ICONMASK to IDL.Günther Deschner2009-02-091-1/+0
| | | | Guenther
* s3-spoolss: use PRINTER_ENUM_NAME and remove double enum define.Günther Deschner2009-02-092-2/+1
| | | | Guenther
* s3-spoolss: remove PRINTER_CHANGE* flags now defined in IDL.Günther Deschner2009-02-091-51/+0
| | | | Guenther
* eliminate compiler warningsDerrell Lipman2009-02-091-4/+7
|
* s3:winbindd_user: create domain connection in winbindd_fill_pwent if necessary.Michael Adam2009-02-091-1/+1
| | | | | | | Calling find_domain_from_name_noinit() might not be enough here. This makes winbindd_getpwent() behave the same as winbindd_getgrent(). Michael
* s3:winbindd_user: fix a debug message.Michael Adam2009-02-091-2/+2
| | | | | | | find_domain_from_name_noinit() is no longer called only for name alias support. Michael
* s3-spoolss: remove old _spoolss_FindClosePrinterNotify.Günther Deschner2009-02-093-53/+0
| | | | Guenther
* s3-spoolss: use pidl for _spoolss_FindClosePrinterNotify.Günther Deschner2009-02-092-37/+9
| | | | Guenther
* s3-spoolss: remove whitespace in printing code.Günther Deschner2009-02-093-512/+512
| | | | Guenther
* Fix count in _srvsvc_NetDiskEnum()Volker Lendecke2009-02-091-0/+2
| | | | Without this, remotely adding a share via MMC fails
* s3-spoolss: remove old _spoolss_DeletePrinterDriverEx.Günther Deschner2009-02-094-148/+0
| | | | Guenther
* s3-rpcclient: use rpccli_spoolss_DeletePrinterDriverEx.Günther Deschner2009-02-091-6/+16
| | | | Guenther
* s3-spoolss: use pidl for _spoolss_DeletePrinterDriverEx.Günther Deschner2009-02-092-42/+12
| | | | Guenther
* s3-spoolss: remove old spoolss_DeletePrinterDriver.Günther Deschner2009-02-094-132/+0
| | | | Guenther
* s3-rpcclient: use rpccli_spoolss_DeletePrinterDriver.Günther Deschner2009-02-091-3/+9
| | | | Guenther
* s3-spools: use pidl for _spoolss_DeletePrinterDriver.Günther Deschner2009-02-092-41/+11
| | | | Guenther
* s3-spoolss: remove old _spoolss_DeletePrinterKey.Günther Deschner2009-02-094-99/+0
| | | | Guenther
* s3-spoolss: use pidl for _spoolss_DeletePrinterKey.Günther Deschner2009-02-092-46/+15
| | | | Guenther
* s3-spoolss: remove old _spoolss_DeletePrinterData.Günther Deschner2009-02-094-98/+0
| | | | Guenther
* s3-spoolss: use pidl for _spoolss_DeletePrinterData.Günther Deschner2009-02-092-49/+15
| | | | Guenther
* s3-spoolss: remove old _spoolss_DeletePrinterDataEx.Günther Deschner2009-02-094-107/+0
| | | | Guenther
* s3-spoolss: use pidl for _spoolss_DeletePrinterDataEx.Günther Deschner2009-02-092-51/+14
| | | | Guenther
* s3-spoolss: remove SPOOLSS_DELETEPRINTERDRIVEREX flags now defined in IDL.Günther Deschner2009-02-091-6/+0
| | | | Guenther
* s3-spoolss: remove old _spoolss_GetForm.Günther Deschner2009-02-094-159/+0
| | | | Guenther
* s3-spoolss: use pidl for _spoolss_GetForm.Günther Deschner2009-02-092-62/+30
| | | | Guenther
* s3-spoolss: add fill_form_info_1.Günther Deschner2009-02-091-0/+21
| | | | Guenther
* s3-rpcclient: use rpccli_spoolss_GetForm.Günther Deschner2009-02-091-7/+47
| | | | Guenther
* s3-spoolss: restore delete_a_form().Günther Deschner2009-02-093-13/+3
| | | | Guenther
* s3-spoolss: remove old _spoolss_SetForm.Günther Deschner2009-02-094-153/+0
| | | | Guenther
* s3-spoolss: use pidl for _spoolss_SetForm.Günther Deschner2009-02-094-54/+24
| | | | Guenther