summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-04-23s3: Allow pdb password change using WINBINDD_PAM_CHNG_PSWD_AUTH_CRAPVolker Lendecke1-0/+15
2010-04-23s3: init_dc_connection() can't init for internal domainsVolker Lendecke1-0/+4
2010-04-23libwbclient: Actually copy something in wbcChangeUserPasswordExVolker Lendecke1-8/+8
2010-04-23s3: replace some data_blob_talloc by data_blob_constVolker Lendecke1-8/+4
2010-04-23libwbclient: Remove some pointless BAIL_ON_WBC_ERROR macro callsVolker Lendecke1-12/+12
2010-04-23s3: Convert WINBINDD_PAM_CHNG_PSWD_AUTH_CRAP to the new async APIVolker Lendecke5-47/+133
2010-04-23s3-smbd: group print relate data in own structureSimo Sorce8-21/+52
2010-04-23Allow smb2 create requests to be cancelled.Jeremy Allison6-32/+98
2010-04-23Fix bug #7384 - dptr_Close has a bitmap leak.Ira Cooper1-3/+1
2010-04-23At simo's request return struct tevent_req *treq -> treq. For consistency :-(.Jeremy Allison1-80/+80
2010-04-23Rename - no functional change. Stop all variables being called "req".Jeremy Allison1-130/+129
2010-04-23s3-spoolss: Added a winreg_get_printer function.Andreas Schneider2-0/+279
2010-04-23s3-spoolss: Added a winreg_create_printer function.Andreas Schneider2-0/+341
2010-04-23s3-spoolss: Added a winreg_update_printer function.Andreas Schneider2-0/+385
2010-04-23s3-spoolss: Added a winreg_get_driver_list function.Simo Sorce2-0/+94
2010-04-23s3-spoolss: Added a winreg_del_driver function.Simo Sorce2-0/+105
2010-04-23s3-spoolss: Added a winreg_get_driver function.Simo Sorce2-0/+281
2010-04-23s3-spoolss: Added a winreg_add_driver function.Simo Sorce2-0/+246
2010-04-23s3-spoolss: Move info_ctr conversion to a public helper.Simo Sorce2-6/+25
2010-04-23s3-spoolss: Fixed winreg_delete_printer_key if key is NULL or emtpy.Andreas Schneider1-7/+11
2010-04-23s3-spoolss: Add date and version winreg helpers.Simo Sorce1-0/+129
2010-04-23s3-spoolss: Added more winreg hepler functions.Andreas Schneider1-0/+20
2010-04-23s3-spoolss: Added winreg helper functionsSimo Sorce1-0/+125
2010-04-23s3-spoolss: Added a winreg function to query a dword.Andreas Schneider1-0/+75
2010-04-23s3-spoolss: Added a function to get the ChangeID from a printer.Andreas Schneider2-0/+90
2010-04-23s3-spoolss: Added a function to update the ChangeID of a printer.Andreas Schneider2-0/+120
2010-04-23s3-spoolss: Added winreg helper functions to write registry values.Andreas Schneider1-0/+104
2010-04-23s3-spoolss: Fixed return values of winreg_printer_deleteform1.Andreas Schneider1-0/+5
2010-04-23s3-spoolss: Added missing return value to winreg_printer_enumforms1 docs.Andreas Schneider1-0/+1
2010-04-23s3-spoolss: Use const values for notify functions.Andreas Schneider2-12/+12
2010-04-23s3-time: Added a function to get the startup time of the server.Andreas Schneider2-0/+14
2010-04-23s3-lanman: fix uninitialized variable in api_RDosPrintJobDel().Günther Deschner1-1/+1
2010-04-23s3-selftest: enable RPC-SPOOLSS-DRIVER against s3.Günther Deschner1-0/+1
2010-04-23s4-smbtorture: skip tests when no local driver directory is around.Günther Deschner1-0/+4
2010-04-23s3-selftest: add print$ share with two arch dirs.Günther Deschner1-0/+8
2010-04-23s3-selftest: add print$ share with two arch dirs.Günther Deschner1-0/+8
2010-04-23s3-winbind: fix setup_domain_child() callers.Günther Deschner1-2/+2
2010-04-23s4-smbtorture: use server_name for all printerdriver delete and enum operations.Günther Deschner1-12/+16
2010-04-23s3-spoolss: make switch in _spoolss_AddPrinterDriver() a bit more clear.Günther Deschner1-4/+6
2010-04-23s4-smbtorture: allow to upload or remove any file belonging to a driver.Günther Deschner1-0/+30
2010-04-23s3: Fix a winbind crash when scanning trustsVolker Lendecke1-0/+6
2010-04-22Make deferred opens (NT_STATUS_SHARING_VIOLATION) work over SMB2.Jeremy Allison8-85/+357
2010-04-23s3: Fix a cut&paste error in a debug message in check_oem_password()Volker Lendecke1-1/+2
2010-04-23s3-spoolss: make sure AddPrinterDriver calls into AddPrinterDriverEx.Günther Deschner1-19/+27
2010-04-23s4-smbtorture: fix test_EnumPrinterDrivers_findone().Günther Deschner1-8/+8
2010-04-23s4-smbtorture: samba currently supports level 3 and 6 driver adds.Günther Deschner1-0/+25
2010-04-23s3-spoolss: fix some crash bugs and missing error codes in AddDriver paths.Günther Deschner2-2/+12
2010-04-23s4-smbtorture: test both 32bit and 64bit driver uploads in RPC-SPOOLSS-DRIVER.Günther Deschner1-61/+71
2010-04-23s4-smbtorture: allow to upload and later remove printer driver files in RPC-S...Günther Deschner1-0/+230
2010-04-23s4-smbtorture: add RPC-SPOOLSS-DRIVER test.Günther Deschner2-0/+752