summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Regression test for bug #9587 - archive flag is always set on directories.Jeremy Allison2013-01-251-0/+186
* Fix bug #9587 - archive flag is always set on directories.Jeremy Allison2013-01-251-1/+2
* Avoid a very small memleak on talloc_tos()Volker Lendecke2013-01-251-4/+1
* Fix bug #9572 - File corruption during SMB1 read by Mac OSX 10.8.2 clients.Jeremy Allison2013-01-241-2/+30
* Revert "s3:smbd: SMB ReadX with size > 0xffff should only possible for samba ...Jeremy Allison2013-01-241-10/+1
* s3-rpcclient: add cmd_spoolss_play_gdi_script_on_printer_ic.Günther Deschner2013-01-241-0/+103
* s3-rpcclient: decode OsVersion{Ex} binary blobs when displaying printerdata.Günther Deschner2013-01-241-0/+21
* s3-spoolss: Make it easier to manipulate the returned OSVersion at runtime.Günther Deschner2013-01-241-3/+11
* spoolss: make spoolss deal with ndr64 StartDocPrinter by using proper contain...Günther Deschner2013-01-242-10/+17
* Fix bug #9586 - smbd[29175]: disk_free: sys_popen() failed" message logged in...Jeremy Allison2013-01-241-1/+1
* smbd: Fix a NULL vs false return errorVolker Lendecke2013-01-231-1/+1
* waf: Fix pdb_ldap which cannot be built as a module.Andreas Schneider2013-01-231-2/+4
* s3-winbind: fix the build of idmap_ldap.Günther Deschner2013-01-221-1/+2
* BUG 9474: Downgrade v4 printer driver requests to v3.Günther Deschner2013-01-211-1/+8
* BUG 9574: Fix a possible null pointer dereference in spoolss.Andreas Schneider2013-01-211-1/+2
* Fix warnings with mismatched sizes in arguments to DEBUG statements.Jeremy Allison2013-01-191-8/+8
* printing: Free talloc_stackframe() on all exit pathsAndrew Bartlett2013-01-191-0/+2
* smbtorture: Satisfy a linker dependencyVolker Lendecke2013-01-181-1/+8
* winbind: Handle child requests in a tevent_fdVolker Lendecke2013-01-181-105/+65
* winbind: Introduce "struct child_handler_state"Volker Lendecke2013-01-181-22/+30
* winbind: Use standard tevent_context_initVolker Lendecke2013-01-183-7/+34
* BUG 9378: Add extra attributes for AD printer publishing.David Disseldorp2013-01-181-1/+85
* printing: Remove invalid free from error path.David Disseldorp2013-01-181-1/+0
* Remove locking across the lifetime of the copychunk call.Jeremy Allison2013-01-181-116/+1
* Move copychunk locking to be local to the read/write calls.Jeremy Allison2013-01-181-0/+42
* Add additional copychunk checks.Jeremy Allison2013-01-181-0/+22
* Move handle checking code to copychunk_check_handles().Jeremy Allison2013-01-181-21/+37
* printing: Create default architecture directories on init.Andreas Schneider2013-01-171-0/+59
* s3-spoolss: use configurable spoolss architecture in compose_spoolss_server_p...Günther Deschner2013-01-171-1/+5
* spoolss: make spoolss deal with ndr64 SetForm by using proper container object.Günther Deschner2013-01-172-5/+14
* spoolss: make spoolss deal with ndr64 AddForm by using proper container object.Günther Deschner2013-01-173-12/+20
* spoolss: make spoolss deal with ndr64 ULONG_PTR of devmode_ptr and secdesc_ptr.Günther Deschner2013-01-173-6/+4
* smb2_ioctl: copychunk request max output validationDavid Disseldorp2013-01-171-0/+12
* smb2_ioctl: track copychunk response output stateDavid Disseldorp2013-01-161-16/+38
* smb2_ioctl: copychunk CHECK_READ and CHECK_WRITEDavid Disseldorp2013-01-161-0/+25
* smb2_ioctl: only pass through to VFS on a valid fspDavid Disseldorp2013-01-161-13/+17
* smb2_ioctl: perform locking around copychunk requestsDavid Disseldorp2013-01-161-17/+137
* smbd: split out file_fsp_get from file_fsp_smb2David Disseldorp2013-01-162-10/+27
* smb2_ioctl: remove ioctl error response assumptionsDavid Disseldorp2013-01-161-17/+57
* smb2_ioctl: add support for FSCTL_SRV_COPYCHUNKDavid Disseldorp2013-01-161-4/+231
* s3-vfs: add copy_chunk vfs hooksDavid Disseldorp2013-01-166-3/+292
* smb2_ioctl: add FSCTL_SRV_REQUEST_RESUME_KEY supportDavid Disseldorp2013-01-163-2/+49
* smb2_ioctl: split ioctl handler code on device typeDavid Disseldorp2013-01-168-355/+684
* smb2_ioctl: split ioctl handlers into separate funtionsDavid Disseldorp2013-01-161-154/+173
* build(waf): fix the abi_match for the pdb libraryMichael Adam2013-01-161-1/+1
* spoolss: Make OpenPrinterEx work with NDR64 by using UserInfo Container.Günther Deschner2013-01-162-10/+12
* test: dbwrap_tool requires --persistent for the registry nowVolker Lendecke2013-01-152-2/+2
* s3:dbwrap_tool: add --persistent switch and mode for non-persistent DBsMichael Adam2013-01-151-12/+45
* smbd: Fix bug 9544, part 2Volker Lendecke2013-01-151-0/+80
* smbd: Fix bug 9544, part 1Volker Lendecke2013-01-141-3/+3