summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable git snapshots for the 4.1.19 release.samba-4.1.19Karolin Seeger2015-06-201-1/+1
* WHATSNEW: Add release notes for Samba 4.1.19.Karolin Seeger2015-06-201-3/+82
* s3: libsmbclient: Re-resolving targetcli on every read/write/lseek/ftruncate/...Jeremy Allison2015-06-102-185/+22
* nsswitch: Extend idmap_rfc2307 testcase for reverse lookupChristof Schmitt2015-06-092-10/+64
* idmap_rfc2307: Fix wbinfo --gid-to-sid queryChristof Schmitt2015-06-091-1/+1
* s4.2/fsmo.py: fixed fsmo transfer exceptionSteve Howells2015-06-091-1/+0
* s3: IPv6 enabled DNS connections for ADS clientDavid Holder2015-06-022-41/+86
* Add IPv6 support for determining FQDN during ADS join.David Holder2015-06-011-20/+32
* Add IPv6 support to ADS client side LDAP connects. Corrected format for IPv6 ...David Holder2015-06-011-1/+7
* s4:torture:smb2:compound: compound read and paddingRalph Boehme2015-06-011-0/+239
* s3:smb2: add padding to last command in compound requestsRalph Boehme2015-06-011-4/+12
* s3: smbcacls: Ensure we read a hex number as %x, not %u.Jeremy Allison2015-06-011-1/+1
* s4: libcli/finddcs_cldap: continue processing CLDAP until all addresses are usedAlexander Bokovoy2015-05-211-10/+32
* s3:winbindd: make sure we remove pending io requests before closing client so...Stefan Metzmacher2015-05-212-0/+28
* s4:lib/tls: fix build with gnutls 3.4Evangelos Foutras2015-05-212-8/+2
* libads: record service ticket endtime for sealed ldap connectionsUri Simchoni2015-05-201-0/+23
* 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-2/+7
* s3:selftest: run smb2.notify with --signing=requiredStefan Metzmacher2015-05-201-0/+3
* s3:smb2_sesssetup: remove unused smbd_smb2_session_setup_* destructorsStefan Metzmacher2015-05-201-59/+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/+112
* s3:smbXsrv_session: clear smb2req->session of pending requests in smbXsrv_ses...Stefan Metzmacher2015-05-201-0/+20
* s3:smbXsrv_session: clear smb2req->session of pending requests in smbXsrv_ses...Stefan Metzmacher2015-05-201-0/+19
* 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
* smbd:smb2: fix error code when the header says the request is signed but we d...Michael Adam2015-05-201-1/+1
* s3:smb2_server: don't rely on the SMB2_HDR_FLAG_SIGNED if signing is requiredStefan Metzmacher2015-05-201-1/+1
* VERSION: Bump version up to 4.1.19...Karolin Seeger2015-05-111-2/+2
* WHATSNEW: Add release notes for Samba 4.1.18.samba-4.1.18Karolin Seeger2015-05-101-3/+132
* s3: nmbd: Don't set work_changed = True inside update_server_ttl().Jeremy Allison2015-05-061-5/+0
* s3: nmbd: Ensure we only set work_changed = true if we modify the record.Jeremy Allison2015-05-061-5/+17
* vfs: kernel_flock and named streamsRalph Boehme2015-05-062-0/+19
* s3: smbd: Incorrect file size returned in the response of "FILE_SUPERSEDE Cre...Jeremy Allison2015-05-061-2/+6
* s4: rpc: Refactor dcesrv_alter() function into setup and send steps.Jeremy Allison2015-05-061-52/+62
* Add DCERPC flag to call unbind hooks without destroying the connection itself...Julien Kerihuel2015-04-282-0/+22
* s4:rpc_server: Add multiplex state to dcerpc flags and control over multiplex...Julien Kerihuel2015-04-282-1/+15
* Make sure we initialize conn to NULL, because a routine we call may give an e...Richard Sharpe2015-04-281-1/+1