summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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
* smbd: Always compile vfs_commitVolker Lendecke2013-01-142-0/+2
* configure: Fix bug 9546, aio_suspend detection on FreeBSDVolker Lendecke2013-01-142-2/+2
* samr: Make use of posix_openptVolker Lendecke2013-01-143-2/+6
* samr: Split up an assignment from an if conditionVolker Lendecke2013-01-141-1/+2
* winbind: Fix some missing NULL checksVolker Lendecke2013-01-111-24/+29
* winbind: Fix error check in unpack_tdc_domainsVolker Lendecke2013-01-111-2/+5
* dbwrap: Use INCOMPATIBLE_HASH for dbwrap_watchers.tdbVolker Lendecke2013-01-111-3/+4
* swat: move russian swat files alongside ja and trAndrew Bartlett2013-01-1011-85/+0
* passdb: Add discard_const_p() to pdb_samba_dsdbAndrew Bartlett2013-01-101-2/+2