summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
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
2010-07-27s3-printing: Convert print_time_access_check.Simo Sorce1-1/+2
2010-07-27s3-spoolss: Removed construct_dev_mode() function.Simo Sorce1-2/+0
2010-07-27s3-spoolss: Migrated driver functions to winreg.Simo Sorce1-14/+6
2010-07-27s3-spoolss: Migrated spoolss_AddPrinter and spoolss_SetPrinter.Andreas Schneider1-1/+2
2010-07-27s3-spoolss: Migrated NT_DEVICEMODE to spoolss_DeviceMode.Simo Sorce3-55/+11
2010-07-26s3: Convert cli_qpathinfo_streams to cli_qpathinfo_sendVolker Lendecke1-4/+12
2010-07-26s3: Convert cli_qpathinfo_basic to cli_qpathinfo_sendVolker Lendecke1-0/+6
2010-07-26s3: Convert cli_qpathinfo2 to cli_qpathinfo_sendVolker Lendecke1-7/+18
2010-07-26s3: Convert cli_qpathinfo1 to cli_qpathinfoVolker Lendecke1-1/+11
2010-07-25s3: Convert cli_get_ea_list_path to cli_qpathinfo_sendVolker Lendecke1-1/+7
2010-07-25s3: Add async cli_qpathinfoVolker Lendecke1-0/+11
2010-07-25s3: cli_qpathinfo->cli_qpathinfo1Volker Lendecke1-1/+1
2010-07-20s3-libsmb: Use data_blob_talloc to get krb5 ticket and session keysSimo Sorce1-3/+7
2010-07-20Add approriate TALLOC_CTX's thoughout the spnego code. No more implicit NULL ...Jeremy Allison1-8/+8
2010-07-20Fix one more data_blob -> data_blob_talloc. Move away from implicit NULL cont...Jeremy Allison1-3/+5
2010-07-20Add TALLOC_CTX argument to spnego_parse_negTokenInit, reduceJeremy Allison1-2/+4
2010-07-20Rename spnego_gen_negTokenTarg() -> spnego_gen_krb5_negTokenInit()Jeremy Allison1-1/+1
2010-07-20dcerpc: Clarify what the arguments of dcerpc_pull_auth_trailer() actually rep...Simo Sorce1-2/+2
2010-07-20s3-dcerpc: Unifiy cli_pipe_auth_data and pipe_auth_dataSimo Sorce3-21/+13
2010-07-20s3-auth: Add auth_ntlmssp wrapper for client sideSimo Sorce1-0/+16
2010-07-20s3-auth: Move auth_ntlmssp wrappers in their own fileSimo Sorce2-26/+70
2010-07-20s3-auth: Refactor and rename auth_ntlmssp_server_info()Simo Sorce1-3/+3
2010-07-19Remove gen_negTokenInit() - change all callers to spnego_gen_negTokenInit().Jeremy Allison1-2/+2
2010-07-19Move the addition of the 16 byte guid out of spnego_gen_negTokenInit() andJeremy Allison1-2/+1