Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s3-spoolss: restore delete_a_form(). | Günther Deschner | 2009-02-09 | 3 | -13/+3 |
| | | | | Guenther | ||||
* | s3-spoolss: remove old _spoolss_SetForm. | Günther Deschner | 2009-02-09 | 4 | -153/+0 |
| | | | | Guenther | ||||
* | s3-spoolss: use pidl for _spoolss_SetForm. | Günther Deschner | 2009-02-09 | 4 | -54/+24 |
| | | | | Guenther | ||||
* | s3-rpcclient: use rpccli_spoolss_SetForm. | Günther Deschner | 2009-02-09 | 1 | -10/+19 |
| | | | | Guenther | ||||
* | s3-spoolss: remove old spoolss_AddForm. | Günther Deschner | 2009-02-09 | 4 | -106/+0 |
| | | | | Guenther | ||||
* | s3-spoolss: use pidl for spoolss_AddForm. | Günther Deschner | 2009-02-09 | 4 | -57/+26 |
| | | | | Guenther | ||||
* | s3-spoolss: use rpccli_spoolss_AddForm in net and rpcclient. | Günther Deschner | 2009-02-09 | 2 | -21/+35 |
| | | | | Guenther | ||||
* | s3-rpcclient: fix getform command asprintf return code. | Günther Deschner | 2009-02-09 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | s3 OneFS: Fake Timestamps | todd stecher | 2009-02-09 | 3 | -14/+242 |
| | | | | | | | | | | | | | This checkin enables setting arbitrary timestamps on files matching the pattern stored in smb.conf. This was a customer request for a specific workflow. Changes include: 1) configuration state machine to avoid tons of string comparisons on each and every stat. 2) Code to adjust post-stat() times to match time now, or sloptime + time now. | ||||
* | look for nanosleep in librt, some Unix flavours have it there | Björn Jacke | 2009-02-09 | 1 | -0/+1 |
| | |||||
* | async_sock: Use unix errnos instead of NTSTATUS | Kai Blin | 2009-02-09 | 11 | -211/+373 |
| | | | | | This also switches wb_reqtrans to use wbcErr instead of NTSTATUS as it would be pointless to convert to errno first and to wbcErr later. | ||||
* | Make prs_struct->out_data.current_pdu dynamically allocated | Volker Lendecke | 2009-02-08 | 3 | -126/+115 |
| | | | | Another 4k per open pipe | ||||
* | Most RPC requests do not need a full fragment, start smaller | Volker Lendecke | 2009-02-08 | 2 | -9/+12 |
| | |||||
* | Fix some nonempty blank lines | Volker Lendecke | 2009-02-08 | 1 | -41/+41 |
| | |||||
* | Fix memleaks in chain_reply for async requests | Volker Lendecke | 2009-02-07 | 1 | -0/+2 |
| | |||||
* | Fix a couple of memleaks in mapping_ldb.c | Volker Lendecke | 2009-02-07 | 1 | -35/+52 |
| | |||||
* | Make current_in_pdu in pipes_struct allocated | Volker Lendecke | 2009-02-07 | 2 | -1/+19 |
| | | | | This makes an open pipe about 4K cheaper | ||||
* | Convert api_RNetGroupEnum to use samr instead of pdb | Volker Lendecke | 2009-02-07 | 1 | -30/+81 |
| | |||||
* | Fix resume handle for _samr_EnumDomainGroups | Volker Lendecke | 2009-02-07 | 1 | -2/+0 |
| | |||||
* | Close samr_handle if open_domain failed | Volker Lendecke | 2009-02-07 | 1 | -0/+1 |
| | |||||
* | Fix coverity ID 876 (FORWARD_NULL) | Volker Lendecke | 2009-02-07 | 1 | -0/+1 |
| | | | | Michael, please check! | ||||
* | s3-spoolss: remove old _spoolss_WritePrinter. | Günther Deschner | 2009-02-07 | 4 | -122/+0 |
| | | | | Guenther | ||||
* | s3-spoolss: use pidl for _spoolss_WritePrinter. | Günther Deschner | 2009-02-07 | 2 | -43/+15 |
| | | | | Guenther | ||||
* | s3-spoolss: some cosmetics in debug statements. | Günther Deschner | 2009-02-07 | 1 | -3/+6 |
| | | | | Guenther | ||||
* | s4-smbtorture: fix test_EnumJobs in spoolss win test. | Günther Deschner | 2009-02-07 | 1 | -0/+2 |
| | | | | Guenther | ||||
* | librpc: Re-run make idl_full from source3 | Tim Prouty | 2009-02-07 | 1 | -1/+1 |
| | |||||
* | pidl: Fix a const build warning in the samba3 merged build | Tim Prouty | 2009-02-07 | 1 | -1/+5 |
| | | | | | | | | ../librpc/gen_ndr/cli_spoolss.c: In function `rpccli_spoolss_EnumPrinterData': ../librpc/gen_ndr/cli_spoolss.c:3400: warning: passing arg 1 of `memcpy' discards qualifiers from pointer target type This is a very similar fix to: 2337f402f0f2fd6c1fa077b1b35347905a38c715 | ||||
* | s3-spoolss: remove old _spoolss_DeleteForm. | Günther Deschner | 2009-02-07 | 3 | -50/+0 |
| | | | | Guenther | ||||
* | s3-spoolss: use pidl for _spoolss_DeleteForm. | Günther Deschner | 2009-02-07 | 2 | -42/+14 |
| | | | | Guenther | ||||
* | s3-spoolss: rework some form functions and add form_by_string functions. | Günther Deschner | 2009-02-07 | 2 | -10/+23 |
| | | | | Guenther | ||||
* | s3-spoolss: use rpccli_spoolss_DeleteForm. | Günther Deschner | 2009-02-07 | 4 | -42/+8 |
| | | | | Guenther | ||||
* | s4-spoolss: try to fix dcesrv_spoolss_GetPrinterData. | Günther Deschner | 2009-02-07 | 1 | -0/+3 |
| | | | | Guenther | ||||
* | spoolss: fix ndr_pull_spoolss_GetPrinterData. | Günther Deschner | 2009-02-07 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | s4-smbtorture: fix valgrind warnings in RPC-SPOOLSS_WIN test. | Günther Deschner | 2009-02-07 | 1 | -0/+2 |
| | | | | Guenther | ||||
* | s3-spoolss: remove old _spoolss_EndDocPrinter. | Günther Deschner | 2009-02-06 | 4 | -92/+0 |
| | | | | Guenther | ||||
* | s3-spoolss: use pidl for _spoolss_EndDocPrinter. | Günther Deschner | 2009-02-06 | 2 | -39/+7 |
| | | | | Guenther | ||||
* | s3-spoolss: remove old _spoolss_AbortPrinter. | Günther Deschner | 2009-02-06 | 3 | -51/+0 |
| | | | | Guenther | ||||
* | s3-spoolss: use pidl for _spoolss_AbortPrinter. | Günther Deschner | 2009-02-06 | 2 | -37/+8 |
| | | | | Guenther | ||||
* | s3-spoolss: remove old _spoolss_EndPagePrinter. | Günther Deschner | 2009-02-06 | 4 | -93/+0 |
| | | | | Guenther | ||||
* | s3-spoolss: use pidl for _spoolss_EndPagePrinter. | Günther Deschner | 2009-02-06 | 2 | -36/+7 |
| | | | | Guenther | ||||
* | s3-spoolss: remove old _spoolss_StartPagePrinter. | Günther Deschner | 2009-02-06 | 4 | -92/+0 |
| | | | | Guenther | ||||
* | w | Günther Deschner | 2009-02-06 | 1 | -1/+1 |
| | |||||
* | s3-spoolss: use pidl for _spoolss_StartPagePrinter. | Günther Deschner | 2009-02-06 | 2 | -36/+8 |
| | | | | Guenther | ||||
* | s3-spoolss: remove old _spoolss_DeletePrinter. | Günther Deschner | 2009-02-06 | 3 | -59/+0 |
| | | | | Guenther | ||||
* | s3-spoolss: use pidl for _spoolss_DeletePrinter. | Günther Deschner | 2009-02-06 | 2 | -41/+7 |
| | | | | Guenther | ||||
* | s3-spoolss: call the correct get_pipe_fns function in proxy_spoolss_call(). | Günther Deschner | 2009-02-06 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | s3-spoolss: remove old _spoolss_ClosePrinter. | Günther Deschner | 2009-02-06 | 4 | -104/+0 |
| | | | | Guenther | ||||
* | s3-spoolss: use rpccli_spoolss_ClosePrinter. | Günther Deschner | 2009-02-06 | 3 | -47/+47 |
| | | | | Guenther | ||||
* | s3-spoolss: use pidl for _spoolss_ClosePrinter. | Günther Deschner | 2009-02-06 | 2 | -38/+8 |
| | | | | Guenther | ||||
* | s3-spoolss server: add _spoolss_ server stubs. | Günther Deschner | 2009-02-06 | 1 | -0/+1056 |
| | | | | Guenther |