summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WHATSNEW: Add release notes for Samba 3.6.20.samba-3.6.20Karolin Seeger2013-11-111-5/+26
* Fix bug #10229 - No access check verification on stream files.Jeremy Allison2013-11-071-0/+61
* WHATSNEW: Start release notes for Samba 3.6.20.Karolin Seeger2013-10-021-2/+44
* VERSION: Bump version up to 3.6.20.Karolin Seeger2013-10-021-1/+1
* WHATSNEW: Prepare release notes for Samba 3.6.19.samba-3.6.19Karolin Seeger2013-09-181-4/+38
* s3:libnet increase timeout for machine password changeChristian Ambach2013-09-181-0/+9
* s3: Give machine password changes 10 minutes of timeVolker Lendecke2013-09-181-0/+13
* s3-serverid: call serverid_init_readonly() from commandline tools.Günther Deschner2013-09-182-0/+10
* s3-serverid: add a readonly variant of the serverid init code.Günther Deschner2013-09-182-4/+18
* s3-serverid: restructure serverid initialization.Günther Deschner2013-09-181-13/+17
* s3-sessionid: move sessionid init call to the only function where it is needed.Günther Deschner2013-09-181-5/+5
* s3-sessionid: use sessionid_init_readonly() from cmdline tools.Günther Deschner2013-09-184-5/+16
* s3-sessionid: change session_db_ctx() to always return the session_id_ctx poi...Günther Deschner2013-09-181-6/+7
* s3-sessionid: make sure to call sessionid_init() also from the cmdline tools.Günther Deschner2013-09-183-0/+17
* Optimization. Don't do the retry logic if sitename_fetch() returned NULL, we ...Jeremy Allison2013-09-181-1/+5
* Move the retry logic when site_name is passed in a NULL or "" to the wrapper ...Jeremy Allison2013-09-181-4/+21
* Move the manipulation of site_name into the caller function dsgetdcname().Jeremy Allison2013-09-181-15/+19
* Refactor dsgetdcname to be called via a wrapper function.Jeremy Allison2013-09-181-5/+26
* dsgetdcname_cache_fetch() doesn't use the site_name parameter so don't pass it.Jeremy Allison2013-09-181-2/+1
* smbd: Correctly return INFO_LENGTH_MISMATCH for smb1Volker Lendecke2013-09-181-0/+4
* smbd: Fix error return for STREAM_INFOVolker Lendecke2013-09-181-0/+4
* smbd: Revert a93f9c3Volker Lendecke2013-09-181-5/+0
* smbd: Correctly return BUFFER_OVERFLOW in smb2_getinfoVolker Lendecke2013-09-181-0/+10
* smbd: Correctly return INFO_LENGTH_MISMATCH in smb2_getinfoVolker Lendecke2013-09-181-0/+12
* smbd: qfsinfo has fixed/variable buffersVolker Lendecke2013-09-183-0/+13
* smbd: qfilepathinfo has fixed/variable buffersVolker Lendecke2013-09-183-0/+25
* smbd: Use #defines in smb2_getinfo_sendVolker Lendecke2013-09-181-3/+3
* s3:smbd: allow info class SMB_QUERY_FS_ATTRIBUTE_INFO to return partial dataRalph Wuerthner2013-09-181-0/+6
* s3:smbd: allow info class SMB_QUERY_FS_VOLUME_INFO to return partial dataRalph Wuerthner2013-09-181-0/+7
* s3:smbd: allow status code in smbd_do_qfsinfo() to be set by information clas...Ralph Wuerthner2013-09-181-1/+2
* s3:smbd: allow GetInfo responses with STATUS_BUFFER_OVERFLOW to return partia...Ralph Wuerthner2013-09-181-3/+10
* s3:smbd: return NT_STATUS_INFO_LENGTH_MISMATCH for GetInfo in case output_buf...Ralph Wuerthner2013-09-181-0/+5
* smbd: Simplify dropbox special case in unix_convertVolker Lendecke2013-09-181-6/+22
* smbd: Fix a profile problemVolker Lendecke2013-09-185-27/+34
* s3-winbindd: fix fallback to ncacn_np in cm_connect_lsat().Günther Deschner2013-09-181-2/+7
* Fix bug #10097 - MacOSX 10.9 will not follow path-based DFS referrals handed ...Richard Sharpe2013-09-183-6/+19
* docs: Fix variable list in man vfs_crossrename.Karolin Seeger2013-09-181-9/+11
* s3-libads: Print a message if no realm has been specified.Andreas Schneider2013-09-181-1/+7
* s3-libads: Fail create_local_private_krb5_conf_for_domain() if parameters mis...Günther Deschner2013-09-181-0/+4
* s3-winbind: Do not delete an existing valid credential cache.Andreas Schneider2013-09-181-0/+8
* WHATWNEW: Start release notes for Samba 3.6.19.Karolin Seeger2013-08-141-2/+44
* VERSION: Bump version up to 3.6.19.Karolin Seeger2013-08-141-1/+1
* WHATSNEW: Prepare release notes for Samba 3.6.18.samba-3.6.18Karolin Seeger2013-08-121-4/+19
* Ensure gpfs kernel leases are wrapped in a become_root()/unbecome_root() pair.Ralph Wuerthner2013-08-121-0/+6
* Wrap setting leases in become_root()/unbecome_root() to ensure correct delive...Jeremy Allison2013-08-121-13/+20
* Fix bug 9678 - Windows 8 Roaming profiles failGregor Beck2013-08-121-7/+2
* security.idl: add new security_secinfo bitsGregor Beck2013-08-121-0/+3
* build:autoconf: fix output of syslog-facility checkBjörn Jacke2013-08-121-1/+4
* PIDL: fix parsing linemarkers in preprocessor outputAlexander Bokovoy2013-08-122-2/+6
* libreplace: add a missing "eval" to the AC_VERIFY_C_PROTOTYPE macroMichael Adam2013-08-121-1/+1