summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable git snapshots for the 4.2.5 release.samba-4.2.5Karolin Seeger2015-10-271-1/+1
* WHATSNEW: Add release notes for Samba 4.2.5.Karolin Seeger2015-10-271-3/+92
* dcerpc.idl: accept invalid dcerpc_bind_nak pdusStefan Metzmacher2015-10-262-3/+52
* s3:smbstatus: add stream name to share_entry_forall()Ralph Boehme2015-10-214-11/+30
* s3: lsa: lookup_name() logic for unqualified (no DOMAIN\ component) names is ...Jeremy Allison2015-10-211-1/+30
* s3:lib: validate domain name in lookup_wellknown_name()Ralph Boehme2015-10-211-3/+10
* s3:locking: initialize lease pointer in share_mode_traverse_fn()Ralph Boehme2015-10-211-3/+7
* s4: torture: Add SMB2 access-based enumeration test. Passes against Win2k12R2.Jeremy Allison2015-10-212-0/+231
* lib: cli: Add accessor function smb2cli_tcon_flags() to get tcon flags.Jeremy Allison2015-10-212-0/+6
* s3: smbd: Fix our access-based enumeration on "hide unreadable" to match Wind...Jeremy Allison2015-10-211-3/+61
* smbd: Fix file name buflen and padding in notify repsonseJeremy Allison2015-10-212-2/+16
* vfs_fruit: return value of ad_pack in vfs_fruit.cRalph Boehme2015-10-131-6/+8
* tdb: Fix bug 11381, deadlockVolker Lendecke2015-10-121-1/+13
* vfs_commit: set the fd on open before calling SMB_VFS_FSTATUri Simchoni2015-10-121-1/+10
* s3:ctdbd_conn: make sure we destroy tevent_fd before closing the socketStefan Metzmacher2015-10-121-1/+5
* 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-130/+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
* 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-151-0/+6
* build: use as-needed linker flag also on OpenBSDBjörn Jacke2015-09-151-2/+1
* VERSION: Bump version up to 4.2.5...Karolin Seeger2015-09-061-2/+2
* VERSION: Disable git snapshots for the 4.2.4 release.samba-4.2.4Karolin Seeger2015-09-061-1/+1
* WHATSNEW: Add release notes for Samba 4.2.4.Karolin Seeger2015-09-061-3/+113
* 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
* s3-util: Compare the maximum allowed length of a NetBIOS nameRoel van Meer2015-08-311-1/+1
* s3-auth: Fix a memory leak in make_server_info_info3()Andreas Schneider2015-08-311-12/+23
* s3-auth: Pass nt_username to check_account()Andreas Schneider2015-08-311-3/+6
* s3-auth: Fix 'map to guest = Bad Uid' supportAndreas Schneider2015-08-311-0/+8
* s3: winbindd: Fix TALLOC_FREE of uninitialized groups variable.Jeremy Allison2015-08-251-1/+1
* s4:rpc_server/netlogon: fix bugs in dcesrv_netr_DsRGetDCNameEx2()Stefan Metzmacher2015-08-181-8/+14
* ctdb-daemon: Correctly process the exit code from failed eventscriptsAmitay Isaacs2015-08-181-1/+5
* ctdb-daemon: Improve error handling for running event scriptsAmitay Isaacs2015-08-182-19/+39
* ctdb-tool: Correctly print timed out event scripts outputAmitay Isaacs2015-08-181-0/+8
* s3:lib: fix some corner cases of open_socket_out_cleanup()Stefan Metzmacher2015-08-181-0/+3
* lib: Fix rundown of open_socket_out()Volker Lendecke2015-08-181-12/+33