summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable git snapshots for the 4.1.0rc3 release.samba-4.1.0rc3Karolin Seeger2013-09-061-1/+1
* WHATSNEW: Update changes since 4.1.0rc2.Karolin Seeger2013-09-061-0/+13
* Optimization. Don't do the retry logic if sitename_fetch() returned NULL, we ...Jeremy Allison2013-09-061-1/+5
* Move the retry logic when site_name is passed in a NULL or "" to the wrapper ...Jeremy Allison2013-09-061-4/+21
* Move the manipulation of site_name into the caller function dsgetdcname().Jeremy Allison2013-09-061-15/+19
* Refactor dsgetdcname to be called via a wrapper function.Jeremy Allison2013-09-061-5/+26
* dsgetdcname_cache_fetch() doesn't use the site_name parameter so don't pass it.Jeremy Allison2013-09-061-2/+1
* smbd: Correctly return INFO_LENGTH_MISMATCH for smb1Volker Lendecke2013-09-061-0/+4
* smbd: Fix error return for STREAM_INFOVolker Lendecke2013-09-061-0/+4
* smbd: Revert a93f9c3Volker Lendecke2013-09-061-5/+0
* smbd: Correctly return BUFFER_OVERFLOW in smb2_getinfoVolker Lendecke2013-09-061-0/+10
* smbd: Correctly return INFO_LENGTH_MISMATCH in smb2_getinfoVolker Lendecke2013-09-061-0/+12
* smbd: qfsinfo has fixed/variable buffersVolker Lendecke2013-09-063-0/+13
* smbd: qfilepathinfo has fixed/variable buffersVolker Lendecke2013-09-063-0/+25
* smbd: Use #defines in smb2_getinfo_sendVolker Lendecke2013-09-061-4/+4
* s3:smbd: allow info class SMB_QUERY_FS_ATTRIBUTE_INFO to return partial dataRalph Wuerthner2013-09-061-0/+6
* s3:smbd: allow info class SMB_QUERY_FS_VOLUME_INFO to return partial dataRalph Wuerthner2013-09-061-0/+6
* s3:smbd: allow status code in smbd_do_qfsinfo() to be set by information clas...Ralph Wuerthner2013-09-061-1/+2
* s3:smbd: allow GetInfo responses with STATUS_BUFFER_OVERFLOW to return partia...Ralph Wuerthner2013-09-061-3/+10
* s3:smbd: return NT_STATUS_INFO_LENGTH_MISMATCH for GetInfo in case output_buf...Ralph Wuerthner2013-09-061-0/+5
* torture: Ensure that GSSAPI and SPNEGO packets are accepted by dlz_bind9Andrew Bartlett2013-09-063-1/+80
* selftest: Add a basic test of samba_upgradednsAndrew Bartlett2013-09-062-0/+38
* selftest: Start internal DNS server on domain provisioned for BIND9_DLZAndrew Bartlett2013-09-061-1/+1
* selftest: Test creation of the dns-SERVER account during selftestAndrew Bartlett2013-09-061-1/+1
* scripting/samba_upgradedns: Tighten up exception and attribute list handlingAndrew Bartlett2013-09-061-9/+10
* scripting/join.py: Handle creating the dns-NAME account during a DC joinAndrew Bartlett2013-09-064-9/+88
* WHATSNEW: Add paragraph about SMB2/3 support for client tools/library.Jeremy Allison2013-09-061-1/+69
* WHATSNEW: Add release notes for Samba 4.1.0rc3.Karolin Seeger2013-09-041-3/+63
* python/provision: remove unused linklocal=False argument from interface_ips_v6()Stefan Metzmacher2013-09-021-3/+3
* s4:samba_upgradedns: don't pass linklocal=False to interface_ips_v6()Stefan Metzmacher2013-09-021-1/+1
* python/pyglue: filter out loopback and linklocal addresses unless all_interfa...Stefan Metzmacher2013-09-021-2/+43
* client: add missing newlines to error messages for invalid iosize parameter.Michael Adam2013-08-301-2/+2
* Add documentation for the new internal command timeout to smbclient.Jeremy Allison2013-08-301-0/+10
* Add documentation for the new -t <timeout> parameter in smbclient.Jeremy Allison2013-08-301-0/+14
* Fix the documentation of --encrypt to explain SMB3 encryption for smbclient.Jeremy Allison2013-08-301-7/+8
* Fix the documentation of the iosize command to explain the new zero default f...Jeremy Allison2013-08-301-6/+9
* Fix the documentation for --send-buffersize for the new default value of zero...Jeremy Allison2013-08-301-4/+10
* Expand on the documentation of -m max-protocol for SMB2/3 for smbclient.Jeremy Allison2013-08-301-1/+8
* Add "-e" encrypt transport command line option documentation for smbcacls.Jeremy Allison2013-08-301-0/+13
* Add "max protocol" command line documentation for smbcacls.Jeremy Allison2013-08-301-0/+14
* Add new "timeout" command and -t option to smbclient to set the per-operation...Jeremy Allison2013-08-301-0/+35
* As SMB3 has transport level encryption, allow smbclient -e to force encryted ...Jeremy Allison2013-08-303-1/+39
* Remove restrictions on setting iosize inside smbclient for SMB2 connections.Jeremy Allison2013-08-301-17/+23
* libsmb: Fix a bunch of Coverity IDsVolker Lendecke2013-08-301-20/+20
* s3:libsmb: call smb2cli_logoff() from cli_ulogoff()Stefan Metzmacher2013-08-301-0/+12
* s3:libsmb: make cli_ulogoff_send/recv staticStefan Metzmacher2013-08-302-6/+2
* s3:libsmb: call smb2cli_tdis() from cli_tdis()Stefan Metzmacher2013-08-301-0/+4
* s3:libsmb: only set tcon to invalid in smb2cli_tdis*Stefan Metzmacher2013-08-301-1/+2
* s3:libsmb: make cli_tdis_send/recv staticStefan Metzmacher2013-08-302-6/+2
* s3:libsmb: add support for SMB2 in cli_writeall()Stefan Metzmacher2013-08-301-2/+12