summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable git snapshot for the 4.3.1 release.samba-4.3.1Karolin Seeger2015-10-201-1/+1
* WHATSNEW: Add release notes for Samba 4.3.1.Karolin Seeger2015-10-201-1/+84
* s3:smbstatus: add stream name to share_entry_forall()Ralph Boehme2015-10-204-11/+30
* s3: lsa: lookup_name() logic for unqualified (no DOMAIN\ component) names is ...Jeremy Allison2015-10-201-1/+30
* s3:lib: validate domain name in lookup_wellknown_name()Ralph Boehme2015-10-201-3/+10
* s3:locking: initialize lease pointer in share_mode_traverse_fn()Ralph Boehme2015-10-201-3/+7
* s4: torture: Add SMB2 access-based enumeration test. Passes against Win2k12R2.Jeremy Allison2015-10-202-0/+231
* lib: cli: Add accessor function smb2cli_tcon_flags() to get tcon flags.Jeremy Allison2015-10-202-0/+6
* s3: smbd: Fix our access-based enumeration on "hide unreadable" to match Wind...Jeremy Allison2015-10-201-3/+61
* smbd: Fix file name buflen and padding in notify repsonseJeremy Allison2015-10-202-2/+16
* vfs_fruit: return value of ad_pack in vfs_fruit.cRalph Boehme2015-10-131-6/+8
* lib: We can do ACCRIGHTS style fdpassingVolker Lendecke2015-10-131-2/+2
* lib: Support fd passing using the 4.3BSD wayVolker Lendecke2015-10-131-0/+80
* lib: Move some routines around in msghdr.cVolker Lendecke2015-10-131-48/+48
* lib: We only need the fd-passing check onceVolker Lendecke2015-10-131-6/+0
* vfs_commit: set the fd on open before calling SMB_VFS_FSTATUri Simchoni2015-10-131-1/+10
* s3:ctdbd_conn: make sure we destroy tevent_fd before closing the socketStefan Metzmacher2015-10-131-1/+5
* s4: tests: Fix nss_tests build on Solaris.Tom Schulz2015-10-131-0/+8
* kerberos: make sure we only use prompter type when available.Günther Deschner2015-10-053-1/+14
* winbind: Fix 100% loopVolker Lendecke2015-10-051-0/+16
* s3: smbd: Fix NULL pointer bug introduced by previous 'raw' stream fix (bug #...Jeremy Allison2015-10-051-0/+6
* s3: smbd: fix a crash in unix_convert()Ralph Boehme2015-10-051-1/+1
* net: fix a crash with net ads keytab createUri Simchoni2015-10-051-0/+7
* s3: tests: smbclient test to ensure we can create and see a :foobar stream on...Jeremy Allison2015-10-051-0/+36
* s3: smbd: Fix opening/creating :stream files on the root share directory.Jeremy Allison2015-10-051-0/+23
* s3: smbd: Remove unused parameter from build_stream_path().Jeremy Allison2015-10-051-3/+1
* s3: smbclient: Move cmd_setmode out of clitar.c and back into client.cJeremy Allison2015-10-053-129/+124
* pam_winbind: Fix a segfault if initialization failsAndreas Schneider2015-10-051-11/+8
* s4: torture: Test mkdir race condition.Jeremy Allison2015-10-052-0/+152
* s3: smbd: Fix mkdir race condition.Jeremy Allison2015-10-051-0/+19
* lib/param: fix hiding of FLAG_SYNONYM valuesStefan Metzmacher2015-10-051-36/+53
* s4:lib/messaging: use 'msg.lock' and 'msg.sock' for messaging related subdirsStefan Metzmacher2015-10-051-2/+2
* s3:lib/messages: use 'msg.lock' and 'msg.sock' for messaging related subdirsStefan Metzmacher2015-10-051-3/+3
* s3:lib/messages: add missing allocation check for priv_pathStefan Metzmacher2015-10-051-0/+4
* s3: dfs: Fix a crash when the dfs targets are disabled.Har Gagan Sahai2015-10-051-2/+2
* nss_winbind: fix hang on Solaris on big groupsBjörn Jacke2015-09-161-0/+6
* build: use as-needed linker flag also on OpenBSDBjörn Jacke2015-09-161-2/+1
* VERSION: Bump version up to 4.3.1...Stefan Metzmacher2015-09-081-2/+2
* VERSION: Release Samba 4.3.0samba-4.3.0Stefan Metzmacher2015-09-081-2/+2
* WHATSNEW: Add release notes for Samba 4.3.0.Stefan Metzmacher2015-09-081-8/+27
* s4:torture:vfs_fruit: created empty resourceforksRalph Boehme2015-09-041-0/+129
* s4:torture:vfs_fruit: add a resource fork truncation testRalph Boehme2015-09-041-0/+118
* vfs_fruit: delete ._ file when deleting the basefileRalph Boehme2015-09-041-12/+50
* vfs_fruit: split and simplify fruit_ftruncateRalph Boehme2015-09-041-30/+60
* vfs_fruit: handling of empty resource forkRalph Boehme2015-09-041-8/+26
* samr4: Use <SID=%s> in GetGroupsForUserVolker Lendecke2015-09-031-2/+8
* python/tests: Add more assertions that we get back the value we expectAndrew Bartlett2015-09-031-0/+6
* python/tests: Add tests for 64 bit signed integersAndrew Bartlett2015-09-031-1/+27
* pidl/python: also add a ndr_PyLong_FromLongLong() for symnetric reasonsStefan Metzmacher2015-09-031-1/+10
* pidl/python: Provide static inline helper function ndr_PyLong_FromUnsignedLon...Andrew Bartlett2015-09-031-3/+12