summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix errornos assumption that all compilers are gccTorgeir Lerkerod2009-02-093-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>
* docs: Add man sharesec.Karolin Seeger2009-02-091-0/+220
| | | | Karolin
* Attempt to fix the buildVolker Lendecke2009-02-091-4/+4
|
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2009-02-0910-510/+98
|\
| * 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
| * s4/wrepl_server: Fix typo in comment.Karolin Seeger2009-02-091-2/+2
| | | | | | | | Karolin
* | Fix warning in spoolss IDL file output.Jelmer Vernooij2009-02-095-12/+4
| |
* | Rerun pidl.Jelmer Vernooij2009-02-094-16/+16
|/
* Remove an invalid discard_const_p() - it masks an actualJelmer Vernooij2009-02-091-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.
* Use discard_const_p rather than CONST_DISCARD.Jelmer Vernooij2009-02-091-1/+1
|
* Revert "s3/s4: Move CONST_DISCARD into lib/util so it's available from s3 ↵Jelmer Vernooij2009-02-092-2/+2
| | | | | | | | and s4" lib/util already has discard_const_p. This reverts commit 0cb430c22e9c0af2248fbc15ce97a4d760df189d.
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2009-02-09123-4393/+11161
|\
| * s3: re-run make samba3-idl.Günther Deschner2009-02-095-0/+233
| | | | | | | | Guenther
| * s3-spoolss: move PRINTER_ENUM_ICONMASK to IDL.Günther Deschner2009-02-093-1/+10
| | | | | | | | 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
| * spoolss: fill in spoolss_AddPrintProcessor.Günther Deschner2009-02-091-1/+5
| | | | | | | | Guenther
| * spoolss: fill in spoolss_RouterReplyPrinter.Günther Deschner2009-02-091-1/+5
| | | | | | | | Guenther
| * spoolss: add spoolss_PrinterChangeFlags.Günther Deschner2009-02-091-0/+54
| | | | | | | | 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
| * testprogs/win32: add an option to trigger small reads in npecho_client2.cStefan Metzmacher2009-02-091-7/+76
| | | | | | | | metze
| * 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: re-run make samba3-idl.Günther Deschner2009-02-095-0/+118
| | | | | | | | Guenther
| * spoolss: fill in spoolss_DeletePrinterDriverEx IDL.Günther Deschner2009-02-091-1/+12
| | | | | | | | Guenther
| * async_sock: Map ASYNC_REQ_TIMEOUT to ETIMEDOUT instead of ETIMEKai Blin2009-02-091-1/+5
| | | | | | | | Also, fall back to EIO if ETIMEDOUT is not present
| * testprogs/win32: make it possible to run in byte or message mode in ↵Stefan Metzmacher2009-02-092-5/+26
| | | | | | | | | | | | npecho_server2 metze