summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
2010-08-06s3: remove global include of samr.hGünther Deschner1-1/+0
2010-08-06s3-build: no need to include privileges.h twice.Günther Deschner1-1/+0
2010-08-06s3-build: remove global include of krb5pac.h.Günther Deschner1-1/+2
2010-08-06s3-krb5: include krb5pac.h where needed.Günther Deschner1-0/+3
2010-08-05s3: Remove a pointless wrapper functionVolker Lendecke1-1/+0
2010-08-05s3: Explicitly pass flags2 to clistr_pull_tallocVolker Lendecke2-3/+4
2010-08-05s3: Remove some pointless wrapper functionsVolker Lendecke1-3/+0
2010-08-05s3: Remove some pointless wrapper functionsVolker Lendecke1-3/+1
2010-08-05s3: Save the received trans2 from the inbuf in cli_transVolker Lendecke1-0/+2
2010-08-05s3-popt: Only include popt-common.h when needed.Andreas Schneider4-7/+2
2010-08-05s3-secrets: only include secrets.h when needed.Günther Deschner4-57/+56
2010-08-05s3: avoid global include of ads.h.Günther Deschner5-244/+15
2010-08-04s3: Convert cli_list() to return NTSTATUSVolker Lendecke1-3/+3
2010-07-31s3-build: avoid to globally include printing and spoolss headers.Günther Deschner4-6/+2
2010-07-30s3-dcerpc: use common spengo wrapper code for client SPNEGO/NTLMSSPSimo Sorce1-1/+1
2010-07-30s3-dcerpc: Add SPNEGO incapsulation for KRB5 authSimo Sorce2-1/+10
2010-07-30s3: Remove "cli" from "struct finfo"Volker Lendecke1-1/+0
2010-07-28s3-decrpc: Introduce gssapi support for dcerpc krb5 authSimo Sorce1-6/+2
2010-07-28s3-dcerpc: revive cli_rpc_pipe_open_krb5()Simo Sorce1-0/+1
2010-07-28misc: Remove unused structure elementsSimo Sorce1-6/+0
2010-07-28s3-dcerpc: Use dcerpc_AuthType in pipe_auth_dataSimo Sorce2-4/+7
2010-07-28s3-auth: Remove unimplemented functionsSimo Sorce1-2/+0
2010-07-28s3-include: Use struct pipes struct and get rid of the typedef.Andreas Schneider2-19/+19
2010-07-28s3-rpc_server: Use struct pipes_struct.Andreas Schneider1-1/+1
2010-07-27s3: Remove a typedef (struct file_info)Volker Lendecke2-5/+8
2010-07-27s3-printing: Added automatic migration of printing tdbs.Andreas Schneider1-6/+0
2010-07-27s3-lib: Make the standard_mapping parameter const.Andreas Schneider1-1/+1
2010-07-27s3-spoolss: Remove the program global current_user_info.Andreas Schneider1-1/+2
2010-07-27s3-smbd: Convert reply_printqueue to use spoolss.Simo Sorce1-0/+1
2010-07-27s3-printing: Removed unused function print_job_fd().Simo Sorce1-1/+0
2010-07-27s3-printing: Moved printing.c headers to include/printing.h.Simo Sorce2-31/+34
2010-07-27s3-spoolss: Use WERROR for print_job_delete.Simo Sorce1-2/+2
2010-07-27s3-smbd: Migrated to new spoolss functions for printing.Simo Sorce1-8/+0
2010-07-27s3-printing: Handled case when smbd spools a file on behalf of spoolss.Simo Sorce2-3/+18
2010-07-27s3-printing: Made print_job_start more robust.Simo Sorce1-2/+3
2010-07-27s3-printing: Moved remaining prototypes to nt_printing.h.Andreas Schneider2-18/+24
2010-07-27s3-printing: Remove unused printer registry key functions.Andreas Schneider1-9/+0
2010-07-27s3-printing: Removed unused security descriptor functions.Andreas Schneider1-2/+0
2010-07-27s3-printing: Removed unused nt_forms.Andreas Schneider1-7/+0
2010-07-27s3-printing: Removed unsuded c_setprinter functions.Andreas Schneider1-2/+0
2010-07-27s3-printing: Removed unused free_a_printer function.Andreas Schneider1-1/+0
2010-07-27s3-printing: Removed unused mod_a_printer functions.Andreas Schneider1-2/+0
2010-07-27s3-printing: Removed unused get_a_printer functions.Andreas Schneider1-8/+0
2010-07-27s3-smbd: Added code to print via spoolss.Simo Sorce3-0/+18
2010-07-27s3-spoolss: Moved shared printing functions to nt_printing.hAndreas Schneider2-33/+47
2010-07-27s3-spoolss: Removed the last free_a_printer() call in spoolss_nt.c.Andreas Schneider1-2/+2
2010-07-27s3-spoolss: Removed unused set_printer_dataex().Simo Sorce1-3/+0
2010-07-27s3-spoolss: Use winreg_delete_printer_key to delete printers.Simo Sorce1-0/+3
2010-07-27s3-spoolss: Get rid of get_server_name.Simo Sorce1-1/+0
2010-07-27s3-printing: Converted printer publishing functions.Simo Sorce1-7/+8