summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server
Commit message (Expand)AuthorAgeFilesLines
* s3-spoolss: add support for SetJobInfo level 1 (for jobfile rename).Günther Deschner2010-04-281-0/+49
* s3-spoolss: fix some uninitialized variables.Günther Deschner2010-04-271-2/+2
* s3-spoolss: Added a winreg_get_printer function.Andreas Schneider2010-04-232-0/+279
* s3-spoolss: Added a winreg_create_printer function.Andreas Schneider2010-04-232-0/+341
* s3-spoolss: Added a winreg_update_printer function.Andreas Schneider2010-04-232-0/+385
* s3-spoolss: Added a winreg_get_driver_list function.Simo Sorce2010-04-232-0/+94
* s3-spoolss: Added a winreg_del_driver function.Simo Sorce2010-04-232-0/+105
* s3-spoolss: Added a winreg_get_driver function.Simo Sorce2010-04-232-0/+281
* s3-spoolss: Added a winreg_add_driver function.Simo Sorce2010-04-232-0/+246
* s3-spoolss: Fixed winreg_delete_printer_key if key is NULL or emtpy.Andreas Schneider2010-04-231-7/+11
* s3-spoolss: Add date and version winreg helpers.Simo Sorce2010-04-231-0/+129
* s3-spoolss: Added more winreg hepler functions.Andreas Schneider2010-04-231-0/+20
* s3-spoolss: Added winreg helper functionsSimo Sorce2010-04-231-0/+125
* s3-spoolss: Added a winreg function to query a dword.Andreas Schneider2010-04-231-0/+75
* s3-spoolss: Added a function to get the ChangeID from a printer.Andreas Schneider2010-04-232-0/+90
* s3-spoolss: Added a function to update the ChangeID of a printer.Andreas Schneider2010-04-232-0/+120
* s3-spoolss: Added winreg helper functions to write registry values.Andreas Schneider2010-04-231-0/+104
* s3-spoolss: Fixed return values of winreg_printer_deleteform1.Andreas Schneider2010-04-231-0/+5
* s3-spoolss: Added missing return value to winreg_printer_enumforms1 docs.Andreas Schneider2010-04-231-0/+1
* s3-spoolss: make switch in _spoolss_AddPrinterDriver() a bit more clear.Günther Deschner2010-04-231-4/+6
* s3-spoolss: make sure AddPrinterDriver calls into AddPrinterDriverEx.Günther Deschner2010-04-231-19/+27
* s3-spoolss: fix some crash bugs and missing error codes in AddDriver paths.Günther Deschner2010-04-231-0/+4
* s3-spoolss: fix winreg spoolss helper call documentation.Günther Deschner2010-04-201-11/+33
* s3-spoolss: avoid passing down full "struct pipes_struct".Günther Deschner2010-04-202-51/+73
* s3-spoolss: fix samr_ValidatePassword_Change.Günther Deschner2010-04-191-1/+1
* s3: Slightly simpify samr_ValidatePassword_ResetVolker Lendecke2010-04-171-12/+13
* s3: Slightly simpify samr_ValidatePassword_ChangeVolker Lendecke2010-04-171-12/+13
* s3-winreg_nt: Fixed QueryValue with data=NULL to get the length.Andreas Schneider2010-04-161-1/+3
* s3: Move serverinfo_to_SamInfoX to auth/server_info.cVolker Lendecke2010-04-111-287/+0
* s3-spoolss: Fix two uninitialized vars in spoolss util code.Günther Deschner2010-04-091-1/+2
* s3: add iconv_convenience handle to pull/push sz helpers.Günther Deschner2010-04-093-10/+10
* s3-winreg: add winreg_DeleteKeyEx stub.Günther Deschner2010-04-091-0/+12
* s3-spoolss: Fix some issues in _spoolss_AddForm.Günther Deschner2010-04-071-1/+19
* s3-spoolss: Fix potential memleak in _spoolss_AddForm and _spoolss_SetForm.Günther Deschner2010-04-071-2/+4
* s3-spoolss: Added a winreg_getform1 function.Andreas Schneider2010-04-072-0/+147
* s3-spoolss: Added a winreg_setform1 function.Andreas Schneider2010-04-072-0/+120
* s3-spoolss: Added a winreg_deleteform1 function.Andreas Schneider2010-04-072-0/+90
* s3-spoolss: Added a winreg_addform1 function.Andreas Schneider2010-04-072-0/+124
* s3-spoolss: Added a winreg_enumforms1 function.Andreas Schneider2010-04-072-0/+251
* s3-spoolss: Fixed winreg_printer_openkey to be used in a more generic way.Andreas Schneider2010-04-071-19/+72
* s3-spoolss: Added a delete_printer_key function using the winreg pipe.Andreas Schneider2010-04-072-0/+195
* s3-spoolss: Added a enum_printer_key function using the winreg pipe.Andreas Schneider2010-04-072-0/+250
* s3-spoolss: Added a delete_printer_dataex function using the winreg pipe.Andreas Schneider2010-04-072-3/+90
* s3-spoolss: Added a enum_printer_dataex function using the winreg pipe.Andreas Schneider2010-04-072-0/+264
* s3-spoolss: Added a get_printer_dataex function using the winreg pipe.Andreas Schneider2010-04-072-0/+146
* s3-spoolss: Added a set_printer_dataex function using the winreg pipe.Andreas Schneider2010-04-072-0/+106
* s3-spoolss: Added a function to open a regkey using the winreg pipe.Andreas Schneider2010-04-072-0/+192
* s3-spoolss: return info for the correct printjob in _spoolss_GetJob().Günther Deschner2010-03-261-4/+6
* s3:ntlmssp: use client.netbios_name instead of workstationStefan Metzmacher2010-03-241-1/+2
* s3-winreg: change notify call has no meaning when called remotely.Günther Deschner2010-03-161-4/+0