summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2013-01-24Fix bug #9586 - smbd[29175]: disk_free: sys_popen() failed" message logged in...Jeremy Allison1-1/+1
2013-01-23smbd: Fix a NULL vs false return errorVolker Lendecke1-1/+1
2013-01-23waf: Fix pdb_ldap which cannot be built as a module.Andreas Schneider1-2/+4
2013-01-22s3-winbind: fix the build of idmap_ldap.Günther Deschner1-1/+2
2013-01-21BUG 9474: Downgrade v4 printer driver requests to v3.Günther Deschner1-1/+8
2013-01-21BUG 9574: Fix a possible null pointer dereference in spoolss.Andreas Schneider1-1/+2
2013-01-19Fix warnings with mismatched sizes in arguments to DEBUG statements.Jeremy Allison1-8/+8
2013-01-19printing: Free talloc_stackframe() on all exit pathsAndrew Bartlett1-0/+2
2013-01-18smbtorture: Satisfy a linker dependencyVolker Lendecke1-1/+8
2013-01-18winbind: Handle child requests in a tevent_fdVolker Lendecke1-105/+65
2013-01-18winbind: Introduce "struct child_handler_state"Volker Lendecke1-22/+30
2013-01-18winbind: Use standard tevent_context_initVolker Lendecke3-7/+34
2013-01-18BUG 9378: Add extra attributes for AD printer publishing.David Disseldorp1-1/+85
2013-01-18printing: Remove invalid free from error path.David Disseldorp1-1/+0
2013-01-18Remove locking across the lifetime of the copychunk call.Jeremy Allison1-116/+1
2013-01-18Move copychunk locking to be local to the read/write calls.Jeremy Allison1-0/+42
2013-01-18Add additional copychunk checks.Jeremy Allison1-0/+22
2013-01-18Move handle checking code to copychunk_check_handles().Jeremy Allison1-21/+37
2013-01-17printing: Create default architecture directories on init.Andreas Schneider1-0/+59
2013-01-17s3-spoolss: use configurable spoolss architecture in compose_spoolss_server_p...Günther Deschner1-1/+5
2013-01-17spoolss: make spoolss deal with ndr64 SetForm by using proper container object.Günther Deschner2-5/+14
2013-01-17spoolss: make spoolss deal with ndr64 AddForm by using proper container object.Günther Deschner3-12/+20
2013-01-17spoolss: make spoolss deal with ndr64 ULONG_PTR of devmode_ptr and secdesc_ptr.Günther Deschner3-6/+4
2013-01-17smb2_ioctl: copychunk request max output validationDavid Disseldorp1-0/+12
2013-01-16smb2_ioctl: track copychunk response output stateDavid Disseldorp1-16/+38
2013-01-16smb2_ioctl: copychunk CHECK_READ and CHECK_WRITEDavid Disseldorp1-0/+25
2013-01-16smb2_ioctl: only pass through to VFS on a valid fspDavid Disseldorp1-13/+17
2013-01-16smb2_ioctl: perform locking around copychunk requestsDavid Disseldorp1-17/+137
2013-01-16smbd: split out file_fsp_get from file_fsp_smb2David Disseldorp2-10/+27
2013-01-16smb2_ioctl: remove ioctl error response assumptionsDavid Disseldorp1-17/+57
2013-01-16smb2_ioctl: add support for FSCTL_SRV_COPYCHUNKDavid Disseldorp1-4/+231
2013-01-16s3-vfs: add copy_chunk vfs hooksDavid Disseldorp6-3/+292
2013-01-16smb2_ioctl: add FSCTL_SRV_REQUEST_RESUME_KEY supportDavid Disseldorp3-2/+49
2013-01-16smb2_ioctl: split ioctl handler code on device typeDavid Disseldorp8-355/+684
2013-01-16smb2_ioctl: split ioctl handlers into separate funtionsDavid Disseldorp1-154/+173
2013-01-16build(waf): fix the abi_match for the pdb libraryMichael Adam1-1/+1
2013-01-16spoolss: Make OpenPrinterEx work with NDR64 by using UserInfo Container.Günther Deschner2-10/+12
2013-01-15test: dbwrap_tool requires --persistent for the registry nowVolker Lendecke2-2/+2
2013-01-15s3:dbwrap_tool: add --persistent switch and mode for non-persistent DBsMichael Adam1-12/+45
2013-01-15smbd: Fix bug 9544, part 2Volker Lendecke1-0/+80
2013-01-14smbd: Fix bug 9544, part 1Volker Lendecke1-3/+3
2013-01-14smbd: Always compile vfs_commitVolker Lendecke2-0/+2
2013-01-14configure: Fix bug 9546, aio_suspend detection on FreeBSDVolker Lendecke2-2/+2
2013-01-14samr: Make use of posix_openptVolker Lendecke3-2/+6
2013-01-14samr: Split up an assignment from an if conditionVolker Lendecke1-1/+2
2013-01-11winbind: Fix some missing NULL checksVolker Lendecke1-24/+29
2013-01-11winbind: Fix error check in unpack_tdc_domainsVolker Lendecke1-2/+5
2013-01-11dbwrap: Use INCOMPATIBLE_HASH for dbwrap_watchers.tdbVolker Lendecke1-3/+4
2013-01-10swat: move russian swat files alongside ja and trAndrew Bartlett11-85/+0
2013-01-10passdb: Add discard_const_p() to pdb_samba_dsdbAndrew Bartlett1-2/+2