summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* Makefile: Fix bug 9868 -- Don't know how to make LIBNDR_PREG_OBJ.Volker Lendecke2013-05-141-1/+1
* Remove the compound_related_in_progress state from the smb2 global state.Jeremy Allison2013-05-132-12/+0
* The core of the fix to allow opens to go async inside a compound request.Jeremy Allison2013-05-131-71/+57
* Ensure we don't try and cancel anything that is in a compound-related request.Jeremy Allison2013-05-131-0/+8
* Only do the 1 second delay for sharing violations for SMB1, not SMB2.Jeremy Allison2013-05-131-1/+2
* VERSION: Bump version up to 3.6.16.Karolin Seeger2013-05-081-1/+1
* winbind: Fix bug 9854 -- NULL pointer dereferenceVolker Lendecke2013-05-081-3/+3
* BUG 9817: Fix 'map untrusted to domain' with NTLMv2.Andreas Schneider2013-04-301-2/+8
* bug 9830: fix panic in nt_printer_publish_adsDavid Disseldorp2013-04-301-2/+8
* s3:librpc: add support for PFC_FLAG_OBJECT_UUID when parsing packets (bug #9382)Stefan Metzmacher2013-04-301-0/+4
* s3-smbd: Split make_serverinfo_from_username guest parameters into two partsAndrew Bartlett2013-04-303-3/+5
* VERSION: Bump version number up to 3.6.15.Karolin Seeger2013-04-291-1/+1
* Fix bug 9811 - Old DOS SMB CTEMP request uses a non-VFS function to access th...Jeremy Allison2013-04-221-53/+65
* BUG 9766: Cache name_to_sid/sid_to_name correctly.Andreas Schneider2013-04-121-0/+21
* BUG 9139: Fix the username map optimization.Andreas Schneider2013-04-121-4/+8
* BUG 9699: Fix adding case sensitive spn.Andreas Schneider2013-04-111-4/+2
* vfs_fake_perms: Fix bug 9775, segfault for "artificial" conn_structsVolker Lendecke2013-04-111-4/+26
* Optimization suggested by Volker. Don't do a stat system call on normal read ...Jeremy Allison2013-04-071-15/+15
* smbd: Tune "dir" a bit.Volker Lendecke2013-04-071-6/+19
* Fix bug #9733 - smbcontrol close-share is not working.Jeremy Allison2013-04-071-1/+6
* Final fix for bug #9130 - Certain xattrs cause Windows error 0x800700FFJeremy Allison2013-04-071-1/+1
* Ensure we don't return uninitialized memory in the pad bytes.Jeremy Allison2013-04-071-1/+7
* Fix bug #9130 - Certain xattrs cause Windows error 0x800700FFJeremy Allison2013-04-071-0/+9
* Change estimate_ea_size() to correctly estimate the EA size over SMB2.Jeremy Allison2013-04-071-1/+26
* Modify fill_ea_chained_buffer() to be able to do size calculation only, no ma...Jeremy Allison2013-04-071-7/+10
* wkssvc: Fix bug 9727, NULL pointer dereferenceVolker Lendecke2013-04-071-2/+6
* printing: update registry and publish in backgroundDavid Disseldorp2013-04-074-15/+53
* spoolss: only reload printers on pcap update messageDavid Disseldorp2013-04-071-2/+16
* printing: add sighup and conf change handlersDavid Disseldorp2013-04-074-53/+68
* printing: move pcap change notifier to bg processDavid Disseldorp2013-04-074-27/+55
* smbd: fix cups printcap cache updates on startupDavid Disseldorp2013-04-072-12/+19
* Make sure that we only propogate the INHERITED flag when we are allowed to.Jeremy Allison2013-04-021-1/+2
* s3-net: Add encoding=<CP> to 'net printing dump'.Andreas Schneider2013-03-211-8/+51
* s3-net: Add encoding=<CP> to 'net printing migrate'.Andreas Schneider2013-03-214-11/+90
* Fix bug #9724 - is_encrypted_packet() function incorrectly used inside server.Jeremy Allison2013-03-211-5/+3
* VERSION: Bump version number up to 3.6.14.Karolin Seeger2013-03-201-1/+1
* vfs_catia: add my copyrightGuenter Kukkukk2013-03-111-0/+1
* vfs_catia: fix the translation to "vfs_translate_to_windows"Guenter Kukkukk2013-03-111-4/+6
* vfs_catia: add debug class for that moduleGuenter Kukkukk2013-03-111-1/+23
* selftest: Skip tests failing on ext4 fs.Karolin Seeger2013-03-061-0/+1
* Fix bug #9637 - Renaming directories as guest user in security share mode doe...Jeremy Allison2013-03-061-1/+5
* winbind: Don't leak centry memory. Reviewed-by: Alexander Bokovoy <ab@samba.org>Andreas Schneider2013-03-011-0/+1
* winbind: Don't leak memory on return. Reviewed-by: Alexander Bokovoy <ab@samb...Andreas Schneider2013-03-011-0/+3
* Fix bug #9039 'map untrusted to domain' treats WORKSTATION as bogus domain.Daniel Kobras2013-03-011-1/+2
* pdb: Fix array overrun by one. Reviewed-by: Alexander Bokovoy <ab@samba.org>Andreas Schneider2013-02-271-3/+4
* build/autoconf: put ld check variable in quotesBjörn Jacke2013-02-251-1/+1
* build/autoconf: fix check for GNU ld versionBjörn Jacke2013-02-251-1/+5
* smbd: fix initial large PAC sess setup responseDavid Disseldorp2013-02-181-1/+13
* Fix bug 9519 - Samba returns unexpected error on SMB posix open.Jeremy Allison2013-02-131-2/+9
* s3: Make SMB2_GETINFO multi-volume aware.Ira Cooper2013-02-123-9/+20