summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dbcheck: Look for and fix the all-zero invocationID in replPropertyMetaDataAndrew Bartlett2013-09-271-0/+68
* dsdb: Refuse to replicate an all-zero invocationID GUID in replPropertyMetaDataAndrew Bartlett2013-09-271-0/+9
* smb.conf: Fill out the ntvfs handler smb.conf page from source4/NEWSAndrew Bartlett2013-09-271-0/+13
* Remove NEWS file containing confusing informationAndrew Bartlett2013-09-271-496/+0
* Remove confusing TODO fileAndrew Bartlett2013-09-271-276/+0
* dsdb: Use WERR_DS_ATT_NOT_DEF_IN_SCHEMA for failed schema lookupsAndrew Bartlett2013-09-271-28/+28
* dsdb-repl_meta_data: Make handling of Deleted Objects DN clearer in deleteAndrew Bartlett2013-09-271-5/+10
* dsdb-repl_meta_data: Do not re-delete the Deleted Objects DN during replicationAndrew Bartlett2013-09-271-3/+5
* dsdb: Refuse to return an all-zero invocationIDAndrew Bartlett2013-09-271-0/+8
* dsdb-repl_meta_data: Check for a NULL invocationID and do not proceedAndrew Bartlett2013-09-271-0/+4
* python/drs: Ensure to pass in the local invocationID during the domain joinAndrew Bartlett2013-09-276-8/+30
* WHATSNEW: Add changes since 4.1.0rc3.Karolin Seeger2013-09-261-1/+44
* torture3: Trigger a nasty cleanup bug in smbdVolker Lendecke2013-09-264-0/+73
* smbd: Fix flawed share_mode_stale_pid APIVolker Lendecke2013-09-263-9/+56
* smbd: Rename parameter "i" to "idx"Volker Lendecke2013-09-262-7/+7
* smbd: Don't store in-memory only flags in locking.tdbVolker Lendecke2013-09-261-2/+2
* smbd: Simplify find_oplock_typesVolker Lendecke2013-09-261-9/+10
* python-samba-tool fsmo: Do not give an error on a successful role transferAndrew Bartlett2013-09-251-7/+7
* Fix bug 10162 - POSIX ACL mapping failing when setting DENY ACE's from Windows.Daniel Liberman2013-09-231-1/+1
* docs: point out side-effects of global "valid users" setting.Günther Deschner2013-09-231-0/+10
* VERSION: Set version to 4.1.0rc4.Karolin Seeger2013-09-201-1/+1
* libcli: continue to read from the socket even if the size is 0Matthieu Patou2013-09-201-1/+1
* s3: libsmb - 10150 - Not all OEM servers support the ALTNAME info level.Jeremy Allison2013-09-191-3/+4
* s3: libsmb : Bug 10150 - Not all OEM servers support the ALTNAME info level.Jeremy Allison2013-09-191-1/+9
* s3: libsmb SMB2 wrapper layer. cli_smb2_get_ea_list_path() failed to close fi...Jeremy Allison2013-09-191-0/+4
* libcli/smb: only check the SMB2 session setup signature if required and validStefan Metzmacher2013-09-191-5/+21
* libcli/smb: fix non mendatory signing against some vendor SMB2 servers.Stefan Metzmacher2013-09-191-1/+10
* Fix is_legal_name() to not emit character conversion error messages.Jeremy Allison2013-09-191-12/+8
* s3: libsmb : The short name length is only a one byte field.Jeremy Allison2013-09-181-1/+1
* libcli/smb: use SMB1 MID=0 for the initial NegprotStefan Metzmacher2013-09-181-0/+8
* s3:smb2_find: Return that timestamps do not exist as directoriesChristof Schmitt2013-09-163-3/+16
* docs: Fix typos.Karolin Seeger2013-09-121-3/+3
* Raise the level of a debug.Korobkin2013-09-121-1/+1
* WHATSNEW: Start to add changes since 4.1.0rc3.Karolin Seeger2013-09-121-0/+12
* docs: document "acl allow execute always"Michael Adam2013-09-121-0/+26
* s3:smbd: ease file server upgrades from 3.6 and earlier with "acl allow execu...Michael Adam2013-09-121-1/+15
* loadparm: add new parameter "acl allow execute always"Michael Adam2013-09-124-0/+13
* dbwrap_ctdb: Treat empty records as non-existingVolker Lendecke2013-09-122-0/+18
* VERSION: Bump version number up to 4.1.0...Karolin Seeger2013-09-091-2/+2
* VERSION: Disable git snapshots for the 4.1.0rc3 release.Karolin Seeger2013-09-091-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