summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Plumb SMB2 stubs into all the places we defer SMB1 operations.Jeremy Allison2010-04-0913-111/+198
* 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-0915-50/+58
* s3: Fix a typoVolker Lendecke2010-04-091-1/+1
* s3: Use talloc_tos() as talloc ctx for fd_lines_load() in map_username()Volker Lendecke2010-04-091-1/+1
* s3: TALLOC_FREE(command) correctly in map_username()Volker Lendecke2010-04-091-0/+2
* Stop smb2 from calling into smb1 blocking lock request code.Jeremy Allison2010-04-086-0/+72
* Simplify call_trans2qfilepathinfo() and smbd_do_qfilepathinfo()Jeremy Allison2010-04-083-20/+4
* Fix bug #7339 - MSDFS is non-functional in 3.5.xJeremy Allison2010-04-084-1/+6
* s3-winreg: add winreg_DeleteKeyEx stub.Günther Deschner2010-04-091-0/+12
* s3-lanman: use spoolss for api_RDosPrintJobDel().Günther Deschner2010-04-081-15/+59
* s3-lanman: use spoolss for api_WPrintQueueCtrl().Günther Deschner2010-04-081-7/+70
* s3-registry: fix fill_in_printer_values() for datatype and printprocessor.Günther Deschner2010-04-081-2/+2
* s3: Remove the separate "child" argument from setup_domain_child()Volker Lendecke2010-04-083-15/+8
* s3:winbindd: make "smbcontrol winbindd validate-cache" reliable againStefan Metzmacher2010-04-081-0/+3
* s3: Fix a typoVolker Lendecke2010-04-081-1/+1
* Start to plumb smb2 into the oplock system. Calls dummy functions for now.Jeremy Allison2010-04-074-46/+59
* s3-spoolss: Fix an issue in _spoolss_DeleteForm.Günther Deschner2010-04-071-1/+1
* 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: Fix bug 7327 -- Build fails while building without kerberosVolker Lendecke2010-04-071-5/+6
* On compound requests, MS-SMB2 says clients MAY use 0xFFFFFFFF for compound ti...Jeremy Allison2010-04-072-0/+39
* Don't forget to initialize *p_creds_requested.Jeremy Allison2010-04-071-0/+1
* 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-073-0/+193
* s3-rpcclient: allow to define server_unc in cmd_srvsvc_srv_query_info().Günther Deschner2010-04-071-4/+10
* s3: add comment about what the FSCTL_QUERY_ALLOCATED_RANGES currently doesBjörn Jacke2010-04-071-0/+6
* Ensure we total up the correct number of creds requested in a compound request.Jeremy Allison2010-04-061-1/+7
* Parameterize "smb2 max read", "smb2 max write", "smb2 max trans".Jeremy Allison2010-04-066-8/+48
* fix a segfault in the notify subsystemChristian Ambach2010-04-061-5/+16
* s4-waf: move to a universal method of recursing into subdirsAndrew Tridgell2010-04-062-20/+20
* s4-waf: set default for bundled librariesAndrew Tridgell2010-04-061-0/+2
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell2010-04-062-0/+4
* s3-waf: added options for static/shared module buildingAndrew Tridgell2010-04-061-0/+60
* s3-waf: build version.hAndrew Tridgell2010-04-061-0/+2
* s3-waf: charsets needs to be quoted as strings in config.hAndrew Tridgell2010-04-061-6/+6
* s3-waf: fixed tests for charsetsAndrew Tridgell2010-04-061-3/+3
* s3-waf: check for default charsetsKai Blin2010-04-064-0/+56
* s3-waf: use new variable expansion featureAndrew Tridgell2010-04-061-11/+3