summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-27dbcheck: Look for and fix the all-zero invocationID in replPropertyMetaDataAndrew Bartlett1-0/+68
2013-09-27dsdb: Refuse to replicate an all-zero invocationID GUID in replPropertyMetaDataAndrew Bartlett1-0/+9
2013-09-27smb.conf: Fill out the ntvfs handler smb.conf page from source4/NEWSAndrew Bartlett1-0/+13
2013-09-27Remove NEWS file containing confusing informationAndrew Bartlett1-496/+0
2013-09-27Remove confusing TODO fileAndrew Bartlett1-276/+0
2013-09-27dsdb: Use WERR_DS_ATT_NOT_DEF_IN_SCHEMA for failed schema lookupsAndrew Bartlett1-28/+28
2013-09-27dsdb-repl_meta_data: Make handling of Deleted Objects DN clearer in deleteAndrew Bartlett1-5/+10
2013-09-27dsdb-repl_meta_data: Do not re-delete the Deleted Objects DN during replicationAndrew Bartlett1-3/+5
2013-09-27dsdb: Refuse to return an all-zero invocationIDAndrew Bartlett1-0/+8
2013-09-27dsdb-repl_meta_data: Check for a NULL invocationID and do not proceedAndrew Bartlett1-0/+4
2013-09-27python/drs: Ensure to pass in the local invocationID during the domain joinAndrew Bartlett6-8/+30
2013-09-26WHATSNEW: Add changes since 4.1.0rc3.Karolin Seeger1-1/+44
2013-09-26torture3: Trigger a nasty cleanup bug in smbdVolker Lendecke4-0/+73
2013-09-26smbd: Fix flawed share_mode_stale_pid APIVolker Lendecke3-9/+56
2013-09-26smbd: Rename parameter "i" to "idx"Volker Lendecke2-7/+7
2013-09-26smbd: Don't store in-memory only flags in locking.tdbVolker Lendecke1-2/+2
2013-09-26smbd: Simplify find_oplock_typesVolker Lendecke1-9/+10
2013-09-25python-samba-tool fsmo: Do not give an error on a successful role transferAndrew Bartlett1-7/+7
2013-09-23Fix bug 10162 - POSIX ACL mapping failing when setting DENY ACE's from Windows.Daniel Liberman1-1/+1
2013-09-23docs: point out side-effects of global "valid users" setting.Günther Deschner1-0/+10
2013-09-20VERSION: Set version to 4.1.0rc4.Karolin Seeger1-1/+1
2013-09-20libcli: continue to read from the socket even if the size is 0Matthieu Patou1-1/+1
2013-09-19s3: libsmb - 10150 - Not all OEM servers support the ALTNAME info level.Jeremy Allison1-3/+4
2013-09-19s3: libsmb : Bug 10150 - Not all OEM servers support the ALTNAME info level.Jeremy Allison1-1/+9
2013-09-19s3: libsmb SMB2 wrapper layer. cli_smb2_get_ea_list_path() failed to close fi...Jeremy Allison1-0/+4
2013-09-19libcli/smb: only check the SMB2 session setup signature if required and validStefan Metzmacher1-5/+21
2013-09-19libcli/smb: fix non mendatory signing against some vendor SMB2 servers.Stefan Metzmacher1-1/+10
2013-09-19Fix is_legal_name() to not emit character conversion error messages.Jeremy Allison1-12/+8
2013-09-18s3: libsmb : The short name length is only a one byte field.Jeremy Allison1-1/+1
2013-09-18libcli/smb: use SMB1 MID=0 for the initial NegprotStefan Metzmacher1-0/+8
2013-09-16s3:smb2_find: Return that timestamps do not exist as directoriesChristof Schmitt3-3/+16
2013-09-12docs: Fix typos.Karolin Seeger1-3/+3
2013-09-12Raise the level of a debug.Korobkin1-1/+1
2013-09-12WHATSNEW: Start to add changes since 4.1.0rc3.Karolin Seeger1-0/+12
2013-09-12docs: document "acl allow execute always"Michael Adam1-0/+26
2013-09-12s3:smbd: ease file server upgrades from 3.6 and earlier with "acl allow execu...Michael Adam1-1/+15
2013-09-12loadparm: add new parameter "acl allow execute always"Michael Adam4-0/+13
2013-09-12dbwrap_ctdb: Treat empty records as non-existingVolker Lendecke2-0/+18
2013-09-09VERSION: Bump version number up to 4.1.0...Karolin Seeger1-2/+2
2013-09-09VERSION: Disable git snapshots for the 4.1.0rc3 release.Karolin Seeger1-1/+1
2013-09-06WHATSNEW: Update changes since 4.1.0rc2.Karolin Seeger1-0/+13
2013-09-06Optimization. Don't do the retry logic if sitename_fetch() returned NULL, we ...Jeremy Allison1-1/+5
2013-09-06Move the retry logic when site_name is passed in a NULL or "" to the wrapper ...Jeremy Allison1-4/+21
2013-09-06Move the manipulation of site_name into the caller function dsgetdcname().Jeremy Allison1-15/+19
2013-09-06Refactor dsgetdcname to be called via a wrapper function.Jeremy Allison1-5/+26
2013-09-06dsgetdcname_cache_fetch() doesn't use the site_name parameter so don't pass it.Jeremy Allison1-2/+1
2013-09-06smbd: Correctly return INFO_LENGTH_MISMATCH for smb1Volker Lendecke1-0/+4
2013-09-06smbd: Fix error return for STREAM_INFOVolker Lendecke1-0/+4
2013-09-06smbd: Revert a93f9c3Volker Lendecke1-5/+0
2013-09-06smbd: Correctly return BUFFER_OVERFLOW in smb2_getinfoVolker Lendecke1-0/+10