Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-08 | s3: Lift the smbd_messaging_context from reload_services | Volker Lendecke | 1 | -1/+1 | |
2010-08-08 | s3: Lift the smbd_messaging_context from reload_printers | Volker Lendecke | 1 | -1/+1 | |
2010-08-08 | s3: Lift the smbd_messaging_context from rpc_pipe_open_internal | Volker Lendecke | 1 | -1/+3 | |
2010-08-08 | s3: Lift the smbd_messaging_context from np_open | Volker Lendecke | 1 | -0/+1 | |
2010-08-08 | s3: Lift the smbd_messaging_context from make_internal_rpc_pipe_p | Volker Lendecke | 1 | -1/+2 | |
2010-08-07 | s3: Remove smbd_messaging_context() from send_stat_cache_delete_message() | Volker Lendecke | 1 | -1/+2 | |
2010-08-06 | s3-netlogon: remove global include of netlogon.h. | Günther Deschner | 1 | -0/+6 | |
This reduces precompiled headers by another 4 MB and also slightly speeds up the build. Guenther | |||||
2010-08-05 | s3: Remove a pointless wrapper function | Volker Lendecke | 1 | -1/+0 | |
2010-08-05 | s3: Explicitly pass flags2 to clistr_pull_talloc | Volker Lendecke | 1 | -1/+2 | |
Required to eventually make cli_list async | |||||
2010-08-05 | s3: Remove some pointless wrapper functions | Volker Lendecke | 1 | -3/+0 | |
2010-08-05 | s3: Remove some pointless wrapper functions | Volker Lendecke | 1 | -3/+1 | |
2010-08-05 | s3: Save the received trans2 from the inbuf in cli_trans | Volker Lendecke | 1 | -0/+2 | |
2010-08-05 | s3-popt: Only include popt-common.h when needed. | Andreas Schneider | 1 | -4/+0 | |
2010-08-05 | s3-secrets: only include secrets.h when needed. | Günther Deschner | 1 | -47/+0 | |
Guenther | |||||
2010-08-05 | s3: avoid global include of ads.h. | Günther Deschner | 1 | -238/+0 | |
Guenther | |||||
2010-08-04 | s3: Convert cli_list() to return NTSTATUS | Volker Lendecke | 1 | -3/+3 | |
If needed, the callback functions can count themselves | |||||
2010-07-31 | s3-build: avoid to globally include printing and spoolss headers. | Günther Deschner | 1 | -4/+0 | |
This shrinks precompiled headers by 3MB and will slightly speed up any build. Guenther | |||||
2010-07-30 | s3-dcerpc: Add SPNEGO incapsulation for KRB5 auth | Simo Sorce | 1 | -0/+8 | |
2010-07-28 | s3-dcerpc: revive cli_rpc_pipe_open_krb5() | Simo Sorce | 1 | -0/+1 | |
2010-07-28 | s3-dcerpc: Use dcerpc_AuthType in pipe_auth_data | Simo Sorce | 1 | -1/+0 | |
2010-07-28 | s3-auth: Remove unimplemented functions | Simo Sorce | 1 | -2/+0 | |
2010-07-28 | s3-include: Use struct pipes struct and get rid of the typedef. | Andreas Schneider | 1 | -16/+16 | |
2010-07-27 | s3: Remove a typedef (struct file_info) | Volker Lendecke | 1 | -3/+6 | |
2010-07-27 | s3-lib: Make the standard_mapping parameter const. | Andreas Schneider | 1 | -1/+1 | |
Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-07-27 | s3-smbd: Convert reply_printqueue to use spoolss. | Simo Sorce | 1 | -0/+1 | |
Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-07-27 | s3-printing: Moved printing.c headers to include/printing.h. | Simo Sorce | 1 | -31/+1 | |
Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-07-27 | s3-spoolss: Use WERROR for print_job_delete. | Simo Sorce | 1 | -2/+2 | |
And also check for PJOB_SMBD_SPOOLING in print_job_write. Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-07-27 | s3-smbd: Migrated to new spoolss functions for printing. | Simo Sorce | 1 | -8/+0 | |
Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-07-27 | s3-printing: Handled case when smbd spools a file on behalf of spoolss. | Simo Sorce | 1 | -1/+1 | |
2010-07-27 | s3-printing: Made print_job_start more robust. | Simo Sorce | 1 | -2/+3 | |
Explicitly return ntstatus errors instead of relying on elusive errno. Split the function to make it easier to follow. Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-07-27 | s3-printing: Moved remaining prototypes to nt_printing.h. | Andreas Schneider | 1 | -18/+0 | |
Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-07-27 | s3-printing: Remove unused printer registry key functions. | Andreas Schneider | 1 | -9/+0 | |
Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-07-27 | s3-printing: Removed unused security descriptor functions. | Andreas Schneider | 1 | -2/+0 | |
Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-07-27 | s3-printing: Removed unused nt_forms. | Andreas Schneider | 1 | -7/+0 | |
Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-07-27 | s3-printing: Removed unsuded c_setprinter functions. | Andreas Schneider | 1 | -2/+0 | |
Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-07-27 | s3-printing: Removed unused free_a_printer function. | Andreas Schneider | 1 | -1/+0 | |
Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-07-27 | s3-printing: Removed unused mod_a_printer functions. | Andreas Schneider | 1 | -2/+0 | |
Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-07-27 | s3-printing: Removed unused get_a_printer functions. | Andreas Schneider | 1 | -8/+0 | |
Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-07-27 | s3-smbd: Added code to print via spoolss. | Simo Sorce | 1 | -0/+1 | |
2010-07-27 | s3-spoolss: Moved shared printing functions to nt_printing.h | Andreas Schneider | 1 | -33/+0 | |
Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-07-27 | s3-spoolss: Removed unused set_printer_dataex(). | Simo Sorce | 1 | -3/+0 | |
Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-07-27 | s3-spoolss: Use winreg_delete_printer_key to delete printers. | Simo Sorce | 1 | -0/+3 | |
Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-07-27 | s3-spoolss: Get rid of get_server_name. | Simo Sorce | 1 | -1/+0 | |
This function was useless the structure is public and used everywhere. Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-07-27 | s3-printing: Converted printer publishing functions. | Simo Sorce | 1 | -7/+8 | |
Use spoolss_PrintInfo2 and winreg calls. Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-07-27 | s3-printing: Convert print_time_access_check. | Simo Sorce | 1 | -1/+2 | |
use spoolss_PrintInfo2 and winreg calls Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-07-27 | s3-spoolss: Removed construct_dev_mode() function. | Simo Sorce | 1 | -2/+0 | |
Replace it with spoolss_create_default_devmode() or copy_devicemode() where needed. Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-07-27 | s3-spoolss: Migrated driver functions to winreg. | Simo Sorce | 1 | -14/+6 | |
Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-07-27 | s3-spoolss: Migrated spoolss_AddPrinter and spoolss_SetPrinter. | Andreas Schneider | 1 | -1/+2 | |
Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-07-27 | s3-spoolss: Migrated NT_DEVICEMODE to spoolss_DeviceMode. | Simo Sorce | 1 | -9/+6 | |
Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-07-26 | s3: Convert cli_qpathinfo_streams to cli_qpathinfo_send | Volker Lendecke | 1 | -4/+12 | |