Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-17 | Convert np_read to tevent_req | Volker Lendecke | 1 | -29/+32 | |
2009-03-17 | Convert np_write to tevent_req | Volker Lendecke | 1 | -39/+30 | |
2009-03-17 | s3-spoolss: remove unused init_unistr_array(). | Günther Deschner | 1 | -73/+0 | |
Guenther | |||||
2009-03-17 | s3-spoolss: remove unused get_printer_dataex(). | Günther Deschner | 1 | -46/+0 | |
Guenther | |||||
2009-03-17 | s3-spoolss: use pidl for _spoolss_EnumPrinterKey. | Günther Deschner | 2 | -68/+49 | |
Guenther | |||||
2009-03-17 | s3-spoolss: cleanup _spoolss_SetPrinterDataEx a little. | Günther Deschner | 1 | -25/+26 | |
Guenther | |||||
2009-03-17 | s3-spoolss: cleanup _spoolss_GetPrinterDataEx a little. | Günther Deschner | 1 | -33/+37 | |
Guenther | |||||
2009-03-17 | s3-spoolss: use pidl for _spoolss_EnumPrinterData. | Günther Deschner | 2 | -112/+50 | |
Guenther | |||||
2009-03-17 | s3-spoolss: use pidl for _spoolss_SetPrinterData. | Günther Deschner | 2 | -70/+44 | |
Guenther | |||||
2009-03-17 | s3-spoolss: use pidl for _spoolss_GetPrinterData. | Günther Deschner | 2 | -176/+108 | |
Guenther | |||||
2009-03-17 | s3-spoolss: add push_spoolss_PrinterData(). | Günther Deschner | 1 | -16/+0 | |
Guenther | |||||
2009-03-17 | s3-spoolss: add pull_spoolss_PrinterData(). | Günther Deschner | 1 | -0/+16 | |
Guenther | |||||
2009-03-13 | s3-spoolss: remove some unused functions. | Günther Deschner | 1 | -405/+0 | |
Guenther | |||||
2009-03-13 | s3-spoolss: use pidl for _spoolss_GetPrinter. | Günther Deschner | 2 | -213/+162 | |
Guenther | |||||
2009-03-13 | s3-spoolss: use snum_is_shared_printer (allows to make code a little easier to | Günther Deschner | 1 | -50/+54 | |
read). Guenther | |||||
2009-03-13 | s3-spoolss: add snum_is_shared_printer fn. | Günther Deschner | 1 | -0/+8 | |
Guenther | |||||
2009-03-13 | s3-spoolss: use pidl for _spoolss_EnumPrinters. | Günther Deschner | 2 | -182/+288 | |
Guenther | |||||
2009-03-13 | s3-spoolss: remove old spoolss_GetPrinterDriver2. | Günther Deschner | 1 | -218/+0 | |
Guenther | |||||
2009-03-13 | s3-spoolss: use pidl for _spoolss_GetPrinterDriver2. | Günther Deschner | 2 | -230/+171 | |
Guenther | |||||
2009-03-13 | s3-spoolss: use pidl for _spoolss_EnumPrinterDrivers. | Günther Deschner | 2 | -213/+326 | |
Guenther | |||||
2009-03-13 | s3-spoolss: remove old spoolss_GetJob and spoolss_EnumJob. | Günther Deschner | 1 | -72/+0 | |
Guenther | |||||
2009-03-13 | s3-spoolss: use pidl for _spoolss_GetJob. | Günther Deschner | 2 | -159/+91 | |
Guenther | |||||
2009-03-13 | s3-spoolss: use pidl for _spoolss_EnumJobs. | Günther Deschner | 2 | -135/+201 | |
Guenther | |||||
2009-03-13 | s3-spoolss: add construct_dev_mode_new. | Günther Deschner | 1 | -0/+109 | |
Guenther | |||||
2009-03-13 | s3-spoolss: use macros for _spoolss_GetForm and split out level 1 get. | Günther Deschner | 1 | -73/+72 | |
Guenther | |||||
2009-03-13 | s3-spoolss: use macros for _spoolss_EnumForms and split out level 1 enum. | Günther Deschner | 1 | -61/+91 | |
Guenther | |||||
2009-03-13 | s3-spoolss: use macros for _spoolss_GetPrintProcessorDirectory. | Günther Deschner | 1 | -14/+8 | |
Guenther | |||||
2009-03-13 | s3-spoolss: use macros for _spoolss_GetPrinterDriverDirectory. | Günther Deschner | 1 | -14/+8 | |
Guenther | |||||
2009-03-13 | s3-spoolss: use macros for _spoolss_EnumMonitors. | Günther Deschner | 1 | -30/+21 | |
Guenther | |||||
2009-03-13 | s3-spoolss: use macros for _spoolss_EnumPrintProcDataTypes. | Günther Deschner | 1 | -12/+14 | |
Guenther | |||||
2009-03-13 | s3-spoolss: use macros for _spoolss_EnumPorts. | Günther Deschner | 1 | -32/+21 | |
Guenther | |||||
2009-03-13 | s3-spoolss: use macros for _spoolss_EnumPrintProcessors. | Günther Deschner | 1 | -12/+18 | |
Guenther | |||||
2009-03-13 | s3-spoolss: add macros from s4 spoolss server. | Günther Deschner | 1 | -0/+10 | |
Guenther | |||||
2009-03-12 | s3-spoolss: make jobname a const char * in print_job_start(). | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-03-08 | Add "queue" to writev_send | Volker Lendecke | 1 | -1/+2 | |
Unless higher levels queue themselves somehow, writev will *always* be queued. So the queueing should be done at the right level. | |||||
2009-03-07 | Shape up pdb_search a bit by making it a talloc ctx with a destructor | Volker Lendecke | 1 | -48/+46 | |
2009-03-07 | s3-spoolss: use pidl for _spoolss_EnumMonitors. | Günther Deschner | 2 | -102/+112 | |
Guenther | |||||
2009-03-07 | s3-spoolss: use pidl for _spoolss_EnumPorts. | Günther Deschner | 2 | -124/+100 | |
Guenther | |||||
2009-03-07 | s3-spoolss: use pidl for _spoolss_EnumPrintProcDataTypes. | Günther Deschner | 2 | -73/+51 | |
Guenther | |||||
2009-03-07 | s3-spoolss: use pidl for _spoolss_EnumPrintProcessors. | Günther Deschner | 2 | -73/+51 | |
Guenther | |||||
2009-03-06 | s3-spoolss: Fix Coverity ID #891 (UNINIT). | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-03-06 | s3-spoolss: remove old _spoolss_EnumForms. | Günther Deschner | 1 | -15/+0 | |
Guenther | |||||
2009-03-06 | s3-spoolss: use pidl for _spoolss_EnumForms. | Günther Deschner | 2 | -94/+39 | |
Guenther | |||||
2009-03-05 | Get the sense of the integer wrap test the right way around. Sorry. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. | |||||
2009-03-05 | Now we're allowing a lower bound for auth_len, ensure we | Jeremy Allison | 1 | -1/+5 | |
also check for an upper one (integer wrap). Jeremy. | |||||
2009-03-05 | Complete the fix for bug 6100 | Volker Lendecke | 1 | -1/+1 | |
According to [MS-RPCE].pdf, section 2.2.2.11: ---- A client or a server that (during composing of a PDU) has allocated more space for the authentication token than the security provider fills in SHOULD fill in the rest of the allocated space with zero octets. These zero octets are still considered to belong to the authentication token part of the PDU.<36> ---- RPC implementations are allowed to send padding bytes at the end of an auth footer. Windows 7 makes use of this. Thanks to Nick Meier <nmeier@microsoft.com> Volker | |||||
2009-03-02 | Make struct tevent_req opaque | Simo Sorce | 1 | -8/+6 | |
Move struct tevent_req in tevent_internal, and ad getters and setters for private data and the callback function. This patch also renames 'private_state' into 'data'. What is held in this pointer is in fact data and not a state like enum tevent_req_state. Calling it 'state' is confusing. The functions addedd are: tevent_req_set_callback() - sets req->async.fn and req->async.private_data tevent_req_set_print_fn() - sets req->private_print tevent_req_callback_data() - gets req->async.private_data tevent_req_data() - gets rea->data This way it is much simpler to keep API/ABI compatibility in the future. | |||||
2009-03-01 | s3: Fix incompatible type warnings | Tim Prouty | 1 | -1/+1 | |
2009-02-27 | s3-spoolss: use DSPRINT flags instead of SPOOLS_DS flags. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2009-02-26 | s3-spoolss: fix search_notify(). sorry... | Günther Deschner | 1 | -1/+1 | |
Guenther |