summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable git snapshot for the 4.2.2 release.samba-4.2.2Karolin Seeger2015-05-271-1/+1
* WHATSNEW: Add release notes for Samba 4.2.2.Karolin Seeger2015-05-271-4/+138
* s4: libcli/finddcs_cldap: continue processing CLDAP until all addresses are usedAlexander Bokovoy2015-05-211-10/+32
* torture: Add smb2.notify.rmdirVolker Lendecke2015-05-211-0/+110
* smbd: Cancel pending notifies if the directory goes awayVolker Lendecke2015-05-215-1/+83
* smbd: Remove bool arg from set_delete_on_close_lckVolker Lendecke2015-05-213-13/+3
* smbd: Use reset_delete_on_close_lck directlyVolker Lendecke2015-05-212-4/+2
* smbd: Introduce reset_delete_on_close_lckVolker Lendecke2015-05-212-26/+37
* s3:winbindd: make sure we remove pending io requests before closing client so...Stefan Metzmacher2015-05-212-0/+27
* libads: record service ticket endtime for sealed ldap connectionsUri Simchoni2015-05-201-0/+23
* gencache: don't fail gencache_stabilize if there were records to delete.Michael Adam2015-05-201-1/+1
* s3: torture: Add regression test for bug #11249.Jeremy Allison2015-05-202-0/+51
* s3: smbd: VFS: fake_acl module called get_full_smb_filename() with a stream p...Jeremy Allison2015-05-201-2/+18
* s3: smbd: VFS: For all EA and ACL calls use synthetic_smb_fname(), not synthe...Jeremy Allison2015-05-204-4/+4
* s3: smbd: VFS: All the places that are currently calling vfs_stat_smb_fname()...Jeremy Allison2015-05-206-19/+26
* s3: smbd: VFS: Add vfs_stat_smb_basename() - to be called when we *know* stre...Jeremy Allison2015-05-202-0/+28
* vfs_gpfs: move failure label before END_PROFILERalph Boehme2015-05-201-1/+1
* vfp_gpfs: ensure END_PROFILE is always calledRalph Boehme2015-05-201-6/+9
* vfs_fruit: comment fix: the options are documentedRalph Boehme2015-05-201-1/+1
* vfs_fruit: add option "nfs_aces" that controls the NFS ACEs stuffRalph Boehme2015-05-202-2/+16
* s3:smbXsrv: refactor duplicate code into smbXsrv_session_clear_and_logoff()Michael Adam2015-05-201-24/+10
* s3:selftest: run smb2.notify with --signing=requiredStefan Metzmacher2015-05-201-0/+3
* s3:smb2_tcon: cancel pending requests on all connections on tdisStefan Metzmacher2015-05-201-31/+35
* s3:smb2_sesssetup: remove unused smbd_smb2_session_setup_* destructorsStefan Metzmacher2015-05-201-98/+0
* s3:smb2_sesssetup: add smbd_smb2_session_setup_wrap_send/recv()Stefan Metzmacher2015-05-201-15/+171
* s3:smb2_sesssetup: always assign smb2req->session when a session was created.Stefan Metzmacher2015-05-201-1/+1
* s3:smb2_sesssetup: let smbd_smb2_logoff_* use smbXsrv_session_shutdown_*Stefan Metzmacher2015-05-201-60/+15
* s3:smbXsrv_session: cancel pending requests when we logoff a previous sessionStefan Metzmacher2015-05-201-7/+38
* s3:smbXsrv_session: add smb2srv_session_shutdown_send/recv helper functionsStefan Metzmacher2015-05-202-0/+126
* s3:smbXsrv_session: clear smb2req->session of pending requests in smbXsrv_ses...Stefan Metzmacher2015-05-201-0/+23
* s3:smbXsrv_session: clear smb2req->session of pending requests in smbXsrv_ses...Stefan Metzmacher2015-05-201-0/+23
* s4:torture/smb2: add smb2.notify.session-reconnect testStefan Metzmacher2015-05-201-0/+81
* s4:torture/smb2: add smb2.notify.invalid-reauth testStefan Metzmacher2015-05-201-0/+82
* s4:torture/smb2: add smb2.notify.close testStefan Metzmacher2015-05-201-0/+70
* s4:torture/smb2: verify STATUS_NOTIFY_CLEANUP return valueStefan Metzmacher2015-05-201-0/+2
* s3:smbd: use STATUS_NOTIFY_CLEANUP on smb2 logoff (explicit and implicit) and...Stefan Metzmacher2015-05-201-0/+14
* s3:smbd: use STATUS_NOTIFY_CLEANUP when closing a smb2 directory handleStefan Metzmacher2015-05-202-5/+11
* s3:smbd: add a smbd_notify_cancel_by_map() helper functionStefan Metzmacher2015-05-201-6/+13
* s3: nmbd: Don't set work_changed = True inside update_server_ttl().Jeremy Allison2015-05-051-5/+0
* s3: nmbd: Ensure we only set work_changed = true if we modify the record.Jeremy Allison2015-05-051-5/+17
* vfs: kernel_flock and named streamsRalph Boehme2015-05-052-0/+19
* s4: torture: Test for incorrect file size returned in the response of "FILE_S...Jeremy Allison2015-05-052-0/+103
* s3: smbd: Incorrect file size returned in the response of "FILE_SUPERSEDE Cre...Jeremy Allison2015-05-051-2/+6
* s4: rpc: Refactor dcesrv_alter() function into setup and send steps.Jeremy Allison2015-05-051-52/+62
* sharesec: Use common parse_ace functionChristof Schmitt2015-05-051-174/+1
* sharesec: Print ACEs in similar format as expected in inputChristof Schmitt2015-05-052-13/+9
* util_sd: Make server conncection optionalChristof Schmitt2015-05-051-1/+5
* smbcacls: Move sec_desc_print to common fileChristof Schmitt2015-05-053-81/+84
* smbcacls: Move print_ace and parse_ace to common fileChristof Schmitt2015-05-053-354/+358
* smbcacls: Move StringToSid to common fileChristof Schmitt2015-05-053-62/+62