summaryrefslogtreecommitdiffstats
path: root/source3/include/proto.h
Commit message (Expand)AuthorAgeFilesLines
...
* s3: avoid global include of ads.h.Günther Deschner2010-08-051-238/+0
* s3: Convert cli_list() to return NTSTATUSVolker Lendecke2010-08-041-3/+3
* s3-build: avoid to globally include printing and spoolss headers.Günther Deschner2010-07-311-4/+0
* s3-dcerpc: Add SPNEGO incapsulation for KRB5 authSimo Sorce2010-07-301-0/+8
* s3-dcerpc: revive cli_rpc_pipe_open_krb5()Simo Sorce2010-07-281-0/+1
* s3-dcerpc: Use dcerpc_AuthType in pipe_auth_dataSimo Sorce2010-07-281-1/+0
* s3-auth: Remove unimplemented functionsSimo Sorce2010-07-281-2/+0
* s3-include: Use struct pipes struct and get rid of the typedef.Andreas Schneider2010-07-281-16/+16
* s3: Remove a typedef (struct file_info)Volker Lendecke2010-07-271-3/+6
* s3-lib: Make the standard_mapping parameter const.Andreas Schneider2010-07-271-1/+1
* s3-smbd: Convert reply_printqueue to use spoolss.Simo Sorce2010-07-271-0/+1
* s3-printing: Moved printing.c headers to include/printing.h.Simo Sorce2010-07-271-31/+1
* s3-spoolss: Use WERROR for print_job_delete.Simo Sorce2010-07-271-2/+2
* s3-smbd: Migrated to new spoolss functions for printing.Simo Sorce2010-07-271-8/+0
* s3-printing: Handled case when smbd spools a file on behalf of spoolss.Simo Sorce2010-07-271-1/+1
* s3-printing: Made print_job_start more robust.Simo Sorce2010-07-271-2/+3
* s3-printing: Moved remaining prototypes to nt_printing.h.Andreas Schneider2010-07-271-18/+0
* s3-printing: Remove unused printer registry key functions.Andreas Schneider2010-07-271-9/+0
* s3-printing: Removed unused security descriptor functions.Andreas Schneider2010-07-271-2/+0
* s3-printing: Removed unused nt_forms.Andreas Schneider2010-07-271-7/+0
* s3-printing: Removed unsuded c_setprinter functions.Andreas Schneider2010-07-271-2/+0
* s3-printing: Removed unused free_a_printer function.Andreas Schneider2010-07-271-1/+0
* s3-printing: Removed unused mod_a_printer functions.Andreas Schneider2010-07-271-2/+0
* s3-printing: Removed unused get_a_printer functions.Andreas Schneider2010-07-271-8/+0
* s3-smbd: Added code to print via spoolss.Simo Sorce2010-07-271-0/+1
* s3-spoolss: Moved shared printing functions to nt_printing.hAndreas Schneider2010-07-271-33/+0
* s3-spoolss: Removed unused set_printer_dataex().Simo Sorce2010-07-271-3/+0
* s3-spoolss: Use winreg_delete_printer_key to delete printers.Simo Sorce2010-07-271-0/+3
* s3-spoolss: Get rid of get_server_name.Simo Sorce2010-07-271-1/+0
* s3-printing: Converted printer publishing functions.Simo Sorce2010-07-271-7/+8
* s3-printing: Convert print_time_access_check.Simo Sorce2010-07-271-1/+2
* s3-spoolss: Removed construct_dev_mode() function.Simo Sorce2010-07-271-2/+0
* s3-spoolss: Migrated driver functions to winreg.Simo Sorce2010-07-271-14/+6
* s3-spoolss: Migrated spoolss_AddPrinter and spoolss_SetPrinter.Andreas Schneider2010-07-271-1/+2
* s3-spoolss: Migrated NT_DEVICEMODE to spoolss_DeviceMode.Simo Sorce2010-07-271-9/+6
* s3: Convert cli_qpathinfo_streams to cli_qpathinfo_sendVolker Lendecke2010-07-261-4/+12
* s3: Convert cli_qpathinfo_basic to cli_qpathinfo_sendVolker Lendecke2010-07-261-0/+6
* s3: Convert cli_qpathinfo2 to cli_qpathinfo_sendVolker Lendecke2010-07-261-7/+18
* s3: Convert cli_qpathinfo1 to cli_qpathinfoVolker Lendecke2010-07-261-1/+11
* s3: Convert cli_get_ea_list_path to cli_qpathinfo_sendVolker Lendecke2010-07-251-1/+7
* s3: Add async cli_qpathinfoVolker Lendecke2010-07-251-0/+11
* s3: cli_qpathinfo->cli_qpathinfo1Volker Lendecke2010-07-251-1/+1
* Add approriate TALLOC_CTX's thoughout the spnego code. No more implicit NULL ...Jeremy Allison2010-07-201-8/+8
* Fix one more data_blob -> data_blob_talloc. Move away from implicit NULL cont...Jeremy Allison2010-07-201-3/+5
* Add TALLOC_CTX argument to spnego_parse_negTokenInit, reduceJeremy Allison2010-07-201-2/+4
* Rename spnego_gen_negTokenTarg() -> spnego_gen_krb5_negTokenInit()Jeremy Allison2010-07-201-1/+1
* dcerpc: Clarify what the arguments of dcerpc_pull_auth_trailer() actually rep...Simo Sorce2010-07-201-2/+2
* s3-dcerpc: Unifiy cli_pipe_auth_data and pipe_auth_dataSimo Sorce2010-07-201-4/+4
* s3-auth: Move auth_ntlmssp wrappers in their own fileSimo Sorce2010-07-201-26/+1
* s3-auth: Refactor and rename auth_ntlmssp_server_info()Simo Sorce2010-07-201-3/+3